@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Urbanist:wght@400;500;600;700&display=swap");
h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
    margin: 0 0 15px 0;
    word-break: normal;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    line-height: 32px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
}

p {
    color: #323232;
    font-size: 13px;
    line-height: 19px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

body {
    background-color: #ebf7f8;
    outline: 0;
}

.page-wrapper {
    width: 100%;
    overflow: hidden;
}

.container-fluid {
    padding: 0 !important;
}

img {
    border: 0;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

.btn-primary {
    background-color: #5ce1e6 !important;
    color: #323232 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 6px 27px 6px 27px;
    border-radius: 22px;
    border: 1px solid #5ce1e6 !important;
    text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background-color: transparent !important;
    color: #5ce1e6 !important;
    border: 1px solid #5ce1e6 !important;
    box-shadow: none !important;
}
.btn-primary.upload-button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    margin: 10px 0 10px 0;
}
.btn-primary.upload-button img {
    width: 12px;
    height: 12px;
}

.btn-secondary {
    background-color: transparent;
    color: #5ce1e6;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    padding: 5px 27px 5px 27px;
    text-transform: uppercase;
    border-radius: 22px;
    border: 1px solid #5ce1e6;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
    background-color: #5ce1e6 !important;
    color: #323232 !important;
    box-shadow: none !important;
}

.btn-transparent {
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 27px 6px 27px;
    border-radius: 30px;
    border: 1px solid #497173;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.active {
    background-color: #ebf7f8 !important;
    box-shadow: none !important;
}

.btn-light {
    background-color: #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 17px 27px 17px 27px;
    border-radius: 30px;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.active {
    background-color: #ebf7f8 !important;
    box-shadow: none !important;
}

.card.small-info {
    width: 150px;
    background-color: #ffffff;
    box-shadow: 0px 2px 20px 0px rgba(197, 196, 196, 0.3490196078);
    border-radius: 6px;
}
.card.small-info .card-body {
    padding: 10px 6px 10px 6px;
    text-align: center;
}
.card.small-info .card-body img {
    width: 60px;
}

.form-control {
    box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

svg {
    border: 0 !important;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ebf7f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

.slick-slider {
    box-sizing: content-box;
    border: 0;
    outline: none;
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
    background: #ebf7f8;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

table {
    table-layout: fixed;
}

.dashboard-content {
    padding: 0 5px !important;
}

.hide-mobile {
    display: none;
}

.list-view {
    margin: 20px 0 20px 0;
}
.list-view ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}
.list-view ul li {
    width: 100%;
}
.list-view ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-inline: 5px;
    color: #6a9ea0;
}

.faq-page .button-area .btn {
    width: 100%;
    margin-bottom: 10px;
}

.navbar {
    width: 98%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 1%;
    z-index: 100;
    padding: 8px 10px 8px 10px;
}
.navbar .navbar-brand {
    width: 100px;
    height: 70px;
}
.navbar .navbar-brand img {
    width: 100%;
}
.navbar .navbar-collapse {
    background-color: #496998;
    padding: 10px;
}
.navbar ul.navbar-nav {
    justify-content: space-between;
    gap: 1rem;
    padding: 5px 0;
}
.navbar ul.navbar-nav .nav-item {
    padding: 5px 5px;
    text-align: right;
}
.navbar ul.navbar-nav .nav-item a.nav-link {
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0;
}
.navbar ul.navbar-nav .nav-item a.nav-link:hover {
    color: #5ce1e6;
}
.navbar ul.navbar-nav .nav-item.active a.nav-link {
    color: #5ce1e6;
    position: relative;
}
.navbar ul.navbar-nav .nav-item.active a.nav-link::after {
    display: block;
    position: absolute;
    content: "";
    background-color: #5ce1e6;
    width: 3%;
    height: 2px;
    right: 0;
    top: 24px;
}
.navbar ul.area-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-bottom: 15px;
    margin-top: 15px;
}
.navbar .navbar-toggler {
    background-color: #ffffff;
}
.navbar .navbar-toggler .fa {
    color: #323232;
}
/* .navbar .navbar-toggler:not(.collapsed) .fa::before {
    content: "\f00d";
} */
.navbar .navbar-toggler.active .fa::before {
    content: "\f00d";
}
.navbar .navbar-toggler {
    background-color: #5ce1e6;
}

.search-area {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
}
.search-area input {
    background-color: #ebf7f8;
    color: #323232;
}
.search-area input::-moz-placeholder {
    color: #323232;
}
.search-area input::placeholder {
    color: #323232;
}
.search-area .fa {
    position: absolute;
    font-size: 15px;
    top: 14px;
    right: 8px;
    cursor: pointer;
}
.search-area .fa:hover {
    color: #497173;
}

.hide {
    width: 0 !important;
    overflow: hidden;
}

#searchOpen {
    cursor: pointer;
}

.banner {
    position: relative;
    overflow: hidden;
    min-height: 650px;
}
.banner .banner-image {
    position: relative;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner .banner-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #0a0b25 0%, rgba(10, 11, 37, 0) 100%);
}
.banner svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 98;
}
.banner .text-area {
    position: absolute;
    width: 90%;
    top: 30%;
    left: 5%;
}
.banner .text-area h1 {
    color: #ffffff;
    text-transform: uppercase;
}
.banner .text-area h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 10px;
}
.banner .text-area button {
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner .text-area button img {
    width: 15px;
}
.banner .slick-slider {
    border: none;
    outline: none;
}
.banner .slick-prev {
    background-color: transparent;
    position: absolute;
    top: 62%;
    left: 2rem;
    z-index: 99;
    transform: rotate(180deg);
    box-shadow: none !important;
    border: 0 !important;
    outline: none !important;
}
.banner .slick-next {
    background-color: transparent;
    position: absolute;
    top: 61.3%;
    left: 6rem;
    z-index: 99;
    box-shadow: none !important;
    border: 0 !important;
    outline: none !important;
}
.banner.front-page-banner {
    min-height: 450px;
}
.banner.front-page-banner svg {
    width: 100%;
    bottom: -65px;
}
.banner.front-page-banner .banner-image {
    height: 450px;
}
.banner.front-page-banner .text-area h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
}
.banner.front-page-banner .text-area h2 {
    font-size: 25px;
    line-height: 32px;
    word-break: normal;
}

footer {
    background-color: #f5f5f5;
}
footer .footer-inner {
    padding: 30px 0 20px;
}
footer .footer-inner h4 {
    margin-bottom: 10px;
}
footer .footer-inner li {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 16px;
}
footer .footer-inner .footer-links {
    padding: 0 10px;
}
footer .footer-inner .footer-links li a {
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
footer .footer-inner .contact-details {
    padding: 0 10px;
}
footer .footer-inner .contact-details hr {
    width: 100%;
    border: 1px solid #c7c7c7;
}
footer .footer-inner .contact-details li {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
footer .footer-inner .contact-details li span.label {
    font-weight: 600;
}
footer .footer-inner .contact-details li span.content {
    font-weight: 400;
}
footer .footer-inner .contact-address {
    padding: 0 10px;
}
footer .footer-inner .contact-address li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .footer-inner .footer-logo {
    text-align: right;
    padding: 0 10px;
}
footer .footer-inner .footer-logo img {
    width: 102px;
    height: 85px;
}
footer .footer-inner .copyright {
    border-top: 1px solid #d7d7d7;
    padding: 20px 0 0 0;
    text-align: center;
}
footer .footer-inner .copyright p {
    color: #b3b3b3;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.sidemenu {
    background-color: #173259;
    min-height: 100vh !important;
}
.sidemenu .nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}
.sidemenu .nav .logo-area {
    width: 80%;
    height: 84px;
    margin: auto;
}
.sidemenu .nav .menu-area {
    width: 100%;
    padding: 0;
}
.sidemenu .nav .menu-area li {
    position: relative;
    padding: 15px 10px;
    margin: 5px 0 5px 0;
}
.sidemenu .nav .menu-area li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #5ce1e6;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
}
.sidemenu .nav .menu-area li a span {
    display: none;
}
.sidemenu .nav .menu-area li a img {
    width: 14px;
    height: 14px;
}
.sidemenu .nav .menu-area li a img.active {
    display: none;
}
.sidemenu .nav .menu-area li:hover,
.sidemenu .nav .menu-area li.active {
    background-color: #14161a;
}
.sidemenu .nav .menu-area li:hover a,
.sidemenu .nav .menu-area li.active a {
    color: #ffffff;
}
.sidemenu .nav .menu-area li:hover a img.active,
.sidemenu .nav .menu-area li.active a img.active {
    display: block;
}
.sidemenu .nav .menu-area li:hover a img.no-active,
.sidemenu .nav .menu-area li.active a img.no-active {
    display: none;
}
.sidemenu .nav .menu-area li:hover::after,
.sidemenu .nav .menu-area li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ebf7f8;
    position: absolute;
    right: 0;
    top: 5px;
}

.container-1 {
    padding: 30px 5px !important;
}
.container-1 .details-right {
    padding: 0 10px;
}
.container-1 .details-right button.get-in-touch {
    margin: 5px 0 0 0;
}
.container-1 .details-right h3 {
    text-align: center;
}
.container-1 .details-right p {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
}
.container-1 .cards-area {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    margin: 10px auto 0 auto;
    padding: 5px;
}
.container-1 .cards-area h3 {
    margin: 10px 0 10px 0;
}
.container-1 .cards-area p {
    text-transform: uppercase;
}
.container-1 .cards-area .card {
    position: relative;
    z-index: 15;
}
.container-1 .cards-area .card.two {
    top: 16%;
}
.container-1 .cards-area .card.three {
    top: -18%;
}
.container-1 .cards-area .bg-lines img {
    position: absolute;
    z-index: 10;
}
.container-1 .cards-area .bg-lines img.lines {
    top: -35%;
    left: -8%;
}

.middle-banner {
    position: relative;
    background: linear-gradient(90deg, #323232 27%, rgba(50, 50, 50, 0) 100%),
        url("../assets/frontend/images/stock-market-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: hard-light;
    padding: 30px 10px 0 10px !important;
    margin-top: 30px;
}
.middle-banner .mask {
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 10;
}
.middle-banner h2 {
    color: #ffffff;
    text-align: center;
}
.middle-banner p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.middle-banner .right {
    position: relative;
    min-height: 228px;
    padding: 20px 0 0 0;
}
.middle-banner .right.bubbles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 3rem;
}
.middle-banner .right.bubbles .bubble {
    display: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.middle-banner .right.bubbles .bubble img {
    position: absolute;
    top: 0;
}
.middle-banner .right.bubbles .bubble span.label {
    width: 75%;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 40px 0 0 0;
    text-transform: capitalize;
    text-align: center;
}
.middle-banner .right.bubbles .bubble.cyan {
    background-color: #287272;
    position: relative;
    top: -13%;
}
.middle-banner .right.bubbles .bubble.cyan img {
    width: 100px;
    height: 60px;
}
.middle-banner .right.bubbles .bubble.blue {
    background-color: #496998;
}
.middle-banner .right.bubbles .bubble.blue img {
    width: 138px;
    height: 75px;
}
.middle-banner .right.bubbles .bubble.d-blue {
    background-color: #4d55a0;
    position: relative;
    top: -10%;
}
.middle-banner .right.bubbles .bubble.d-blue img {
    width: 150px;
    height: 150px;
}
.middle-banner .right.bubbles .bubble.d-blue span.label {
    width: 70%;
    margin: 70px 0 0 0;
}
.middle-banner .right.bubbles .bubble.lime {
    background-color: #437d61;
    position: relative;
    left: 0;
    top: -2%;
}
.middle-banner .left.buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 50px 0;
}
.middle-banner .left.buttons .know-more {
    position: relative;
    left: -4%;
}
.middle-banner .left.buttons .subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    left: -9%;
    border-radius: 35px;
    padding: 5px 50px 5px 50px;
}
.middle-banner .left.buttons .subscribe .text {
    display: inherit;
    flex-direction: column;
}
.middle-banner .left.buttons .subscribe .text .small {
    text-transform: lowercase;
}
.middle-banner .left.buttons .subscribe .icon img {
    width: 15px;
}

.container-2 {
    position: relative;
    background: linear-gradient(90deg, #323232 27%, rgba(50, 50, 50, 0) 100%),
        url("../assets/frontend/images/circle-bg.svg") no-repeat;
    background-position: right;
    background-size: auto;
}
.container-2 .mask {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.container-2 .works .text-left {
    margin: auto;
    padding: 10px;
}
.container-2 .works .text-left h2 {
    color: #ffffff;
}
.container-2 .works .text-left p {
    color: #ffffff;
    margin: 0 0 20px 0;
}
.container-2 .works .image {
    text-align: center;
    padding: 10px;
}
.container-2 .works .image img {
    width: 280px;
}

.container-contact {
    position: relative;
    background: linear-gradient(
            90deg,
            rgb(50, 50, 50) 100%,
            rgba(40, 60, 80, 0) 89.34%
        ),
        url("../assets/frontend/images/get-in-touchbg.png");
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 10px 0 10px 0;
}
.container-contact svg {
    position: absolute;
    bottom: 0;
    right: 0;
}
.container-contact h2 {
    text-align: center;
    color: #ffffff;
}
.container-contact form {
    padding: 10px;
    margin: 0 0 80px 0;
}
.container-contact form label {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.container-contact form input,
.container-contact form select {
    padding: 25px 10px;
}
.container-contact form .form-control {
    background-color: transparent;
    color: #ffffff;
}
.container-contact form .form-control::-moz-placeholder {
    color: #868686;
}
.container-contact form .form-control::placeholder {
    color: #868686;
}

.container-duo {
    position: relative;
    padding: 20px 10px 20px 10px !important;
}
.container-duo svg {
    position: absolute;
    bottom: 0;
    right: 0;
}
.container-duo .faq-container h2 {
    text-align: center;
    margin: 0 0 20px 0;
}
.container-duo .faq-container #accordion .card-header {
    background-color: #ffffff;
    cursor: pointer;
    padding: 10px 5px 10px 5px;
}
.container-duo .faq-container #accordion .card-header h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-duo .faq-container #accordion .card-header .btn-link {
    color: #323232;
    display: flex;
    align-items: flex-start;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: default;
    text-decoration: none;
    box-shadow: none !important;
}
.container-duo .faq-container #accordion .card-header .btn-link .bullet {
    font-weight: 600;
    margin-right: 10px;
}
.container-duo .faq-container #accordion .card-header .btn-link .content {
    text-align: left;
}
.container-duo .faq-container #accordion .card-header .fa {
    color: #5ce1e6;
    margin-inline: 10px;
}
.container-duo .faq-container #accordion .card-header:hover {
    background-color: #5ce1e6;
}
.container-duo .faq-container #accordion .card-header:hover .fa {
    color: #323232;
}
.container-duo .services .heading {
    text-align: center;
    margin-bottom: 0;
}
.container-duo .services .text-area-left {
    position: relative;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container-duo .services .text-area-left h3 {
    text-transform: uppercase;
}
.container-duo .services .text-area-left .connectors {
    position: absolute;
    width: 30%;
    right: -5rem;
    z-index: -1;
    display: none;
}
.container-duo .services .text-area-left .connectors.one {
    top: 3rem;
}
.container-duo .services .text-area-left .connectors.two {
    top: 23rem;
}
.container-duo .services .image-area {
    text-align: center;
}
.container-duo .services .image-area img {
    width: 100%;
}
.container-duo .services .text-area-right {
    padding: 10px 0 10px 0;
}
.container-duo .services .text-area-right h3 {
    text-transform: uppercase;
}
.container-duo .services .text-area-right .connectors {
    position: absolute;
    width: 30%;
    left: -5rem;
    transform: rotate(180deg);
    z-index: -1;
    display: none;
}
.container-duo .services .text-area-right .connectors.three {
    top: 1rem;
}
.container-duo .services .button-bottom {
    text-align: center;
}

.testimony-container {
    background-color: #ffffff;
    padding: 80px 0 80px 0;
    position: relative;
}
.testimony-container h2 {
    text-align: center;
}
.testimony-container .slick-slide {
    margin-right: 5px;
    opacity: 0.3;
}
.testimony-container .slick-slide.slick-active {
    opacity: 1;
}
.testimony-container .slick-prev {
    background-color: transparent;
    position: absolute;
    bottom: -13.5%;
    right: 50%;
    z-index: 100;
    transform: rotate(180deg);
    box-shadow: none !important;
    border: 0 !important;
    outline: none !important;
}
.testimony-container .slick-next {
    background-color: transparent;
    position: absolute;
    bottom: -12%;
    right: 43%;
    z-index: 100;
    box-shadow: none !important;
    border: 0 !important;
    outline: none !important;
}
.testimony-container .testimony-cards .card .card-body .testimony-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.testimony-container
    .testimony-cards
    .card
    .card-body
    .testimony-header
    .profile-details {
    display: inherit;
    align-items: center;
    gap: 20px;
}
.testimony-container
    .testimony-cards
    .card
    .card-body
    .testimony-header
    .profile-details
    img {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    -o-object-fit: contain;
    object-fit: contain;
}
.testimony-container
    .testimony-cards
    .card
    .card-body
    .testimony-header
    .rating-area
    .star-rating
    .fa {
    color: #dca740;
}
.testimony-container .testimony-cards .card .card-body .rating-area {
    text-align: right;
}
.testimony-container .testimony-cards .card .card-body .testimony-body p {
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.testimony-container .testimony-cards .card.slick-current {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.auth-page .navbar-nav {
    width: 100%;
    align-items: flex-end;
    gap: 1rem !important;
    justify-content: flex-end !important;
}
.auth-page .navbar-nav li:first-child {
    color: #ffffff;
}
.auth-page .auth-screens {
    position: relative;
    background: linear-gradient(180deg, #173259 0%, #2b2b2c 100%),
        url("../assets/frontend/images/stock-market-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: hard-light;
    padding: 120px 0 80px 0;
}
.auth-page .auth-screens svg {
    display: none;
}
.auth-page .auth-screens h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.auth-page .auth-screens p {
    text-align: center;
    color: #ffffff;
}
.auth-page .auth-screens .form-wrapper {
    /* padding: 25px 10px; */
    padding:125px 10px 25px;
}
.auth-page .auth-screens .form-wrapper form p {
    text-align: left;
    margin-bottom: 0;
}
.auth-page .auth-screens .form-wrapper form p a {
    color: #5ce1e6;
}
.auth-page .auth-screens .form-wrapper form p a:hover {
    color: #ffffff;
}
.auth-page .auth-screens .form-wrapper .radio-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.auth-page .auth-screens .form-wrapper .radio-buttons {
    display: inherit;
    align-items: center;
    gap: 5px;
    border: 2px solid #ffffff;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
}
.auth-page .auth-screens .form-wrapper .radio-buttons label {
    margin-bottom: 0;
    font-size: 12px;
}
.auth-page .auth-screens .form-wrapper .radio-buttons input[type="radio"] {
    width: 15px;
    height: 15px;
    accent-color: #5ce1e6;
}
.auth-page .auth-screens .form-wrapper label {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.auth-page .auth-screens .form-wrapper input,
.auth-page .auth-screens .form-wrapper select {
    padding: 25px 10px;
}
.auth-page .auth-screens .form-wrapper .form-control {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.auth-page .auth-screens .form-wrapper .form-control::-moz-placeholder {
    text-transform: capitalize;
    color: #868686;
}
.auth-page .auth-screens .form-wrapper .form-control::placeholder {
    text-transform: capitalize;
    color: #868686;
}
.auth-page .auth-screens .form-wrapper .fa {
    position: absolute;
    right: 1rem;
    color: #5ce1e6;
    top: 3rem;
    cursor: pointer;
}
.auth-page .auth-screens .form-wrapper .otp-container input {
    text-align: center;
}
.auth-page .auth-screens .form-wrapper .login-remember {
    display: flex;
    justify-content: space-between;
}
.auth-page .auth-screens .form-wrapper .login-remember a {
    color: #5ce1e6;
}
.auth-page .auth-screens .form-wrapper .login-remember a:hover {
    color: #ffffff;
}
.auth-page .auth-screens .form-wrapper .checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.auth-page
    .auth-screens
    .form-wrapper
    .checkbox-container
    input[type="checkbox"] {
    width: 25px;
    height: 25px;
    padding: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.auth-page
    .auth-screens
    .form-wrapper
    .checkbox-container
    input[type="checkbox"]:checked::before {
    content: "✓";
    display: block;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
}
.auth-page .auth-screens .form-wrapper .checkbox-container label {
    margin-bottom: 0;
}
.auth-page .auth-screens .form-wrapper .checkbox-container label a {
    text-decoration: none;
    color: #ebf7f8;
    font-weight: 400;
}
.auth-page .auth-screens .form-wrapper .checkbox-container label a:hover {
    color: #ffffff;
}
.auth-page .auth-screens .form-wrapper .select2-container {
    display: block;
    margin: 10px 0 20px 0;
}
.auth-page
    .auth-screens
    .form-wrapper
    .select2-container
    .select2-selection--multiple {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 10px 10px;
}
.auth-page
    .auth-screens
    .form-wrapper
    .select2-container
    .select2-selection--multiple
    .select2-selection__rendered {
    margin-bottom: 0;
}
.auth-page
    .auth-screens
    .form-wrapper
    .select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    color: #323232;
    font-size: 12px;
    margin: 0 5px;
}
.auth-page
    .auth-screens
    .form-wrapper
    .select2-container
    .select2-search__field {
    height: 25px;
}
.auth-page .auth-screens .form-wrapper .cnf-advisor {
    margin-bottom: 20px;
}
.auth-page .auth-screens .form-wrapper .btn-secondary {
    width: 100%;
    margin-bottom: 10px;
}

/* .topbar {
    padding: 15px 30px !important;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}
.topbar .button-area {
    order: 2;
}
.topbar .button-area .btn-primary:hover {
    color: #323232 !important;
}
.topbar .profile-area {
    position: relative;
    display: inherit;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px 0;
    order: 1;
}
.topbar .profile-area .search-area {
    top: 2rem;
    right: 0;
    left: unset;
    width: 220px;
}
.topbar .profile-area .search-btn {
    order: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.topbar .profile-area .logged-user {
    order: 3;
    cursor: pointer;
}
.topbar .profile-area .logged-user img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-inline: 5px;
}
.topbar .profile-area .logged-user span.name {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}
.topbar .profile-area .logged-user .fa {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-inline: 5px;
}
.topbar .profile-area .notification {
    order: 2;
    position: relative;
    cursor: pointer;
}
.topbar .profile-area .notification img {
    width: 20px;
    height: 20px;
}
.topbar .profile-area .notification .count {
    position: absolute;
    background-color: #5ce1e6;
    color: #323232;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    top: 0;
    right: 0;
}
.topbar .profile-area .topbar-dropdown {
    width: 280px;
    position: absolute;
    top: 2rem;
    right: 0;
    border-radius: 8px;
    z-index: 100;
    box-shadow: 0px 4px 34px 0px rgba(197, 196, 196, 0.3490196078);
    max-height: 250px;
    overflow-y: scroll;
}
.topbar .profile-area .topbar-dropdown .card-body {
    padding: 10px 0;
}
.topbar .profile-area .topbar-dropdown .card-body ul {
    padding: 0;
    margin: 0;
}
.topbar .profile-area .topbar-dropdown .card-body ul li {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    padding: 10px 10px;
    border-bottom: 1px solid #d7d7d7;
}
.topbar .profile-area .topbar-dropdown .card-body ul li a {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.topbar .profile-area .topbar-dropdown .card-body ul li a .info-area .date {
    color: #497173;
    font-weight: 500;
}
.topbar .profile-area .topbar-dropdown .card-body ul li a .info-area .name {
    color: #323232;
    font-weight: 600;
}
.topbar .profile-area .topbar-dropdown .card-body ul li a .text p {
    margin-bottom: 0;
}
.topbar .profile-area .topbar-dropdown .card-body ul li:last-child {
    padding: 10px 10px 0 10px;
    border-bottom: 0;
}
.topbar .profile-area .topbar-dropdown .card-body ul li:hover {
    background-color: #5ce1e6;
}
.topbar .profile-area .topbar-dropdown.close {
    height: 0;
    opacity: 0;
}
.topbar .profile-area .topbar-dropdown.logout {
    width: 150px;
    overflow: hidden;
    right: 0;
    top: 2rem;
}
.topbar .profile-area .topbar-dropdown.logout .card-body {
    padding: 0;
}
.topbar .profile-area .topbar-dropdown.logout .card-body ul li {
    padding: 15px 15px;
}
.topbar .profile-area .topbar-dropdown.logout .card-body ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #323232;
    font-weight: 500;
}
.topbar .profile-area .topbar-dropdown.logout .card-body ul li a .fa {
    color: #496998;
}

.not-dashboard .topbar {
    justify-content: flex-end;
}*/

.dashboard-content .dashboard-table h3 {
    text-transform: uppercase;
}
.dashboard-content .dashboard-table .table {
    table-layout: auto;
}
.dashboard-content .dashboard-table .table thead tr th {
    border: 0;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 10px;
}
.dashboard-content .dashboard-table .table tbody tr {
    background-color: #ffffff;
    border-bottom: 3px solid #ebf7f8;
}
.dashboard-content .dashboard-table .table tbody tr td {
    color: #323232;
    border-top: 0;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
    min-width: 110px;
}
.dashboard-content .dashboard-table .table tbody tr td .pending {
    color: #aca616 !important;
}
.dashboard-content .dashboard-table .table tbody tr td .accepted {
    color: #20a846 !important;
}
.dashboard-content .dashboard-table .table tbody tr td .executed {
    color: #1237bc !important;
}
.dashboard-content .dashboard-table .table tbody tr td.delete img {
    width: 14px;
    height: 14px;
}
.dashboard-content .dashboard-table .table tbody tr td:first-child {
    color: #497173;
}
.dashboard-content .dashboard-table .btn-secondary {
    color: #497173;
    border: 2px solid #497173;
    margin: 10px 0 0 0;
}

.auth-page .checkout .plans h2 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 400;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 50px;
}
.auth-page .checkout .plans .table {
    table-layout: auto;
}
.auth-page .checkout .plans .table thead {
    background-color: #b1dae8;
}
.auth-page .checkout .plans .table tbody {
    background-color: #ceeaf3;
}
.auth-page .checkout .checkout-form h3 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 15px;
}
.auth-page .checkout .checkout-form form {
    padding: 0 15px;
}
.auth-page .checkout .checkout-form form .card-number-group {
    position: relative;
}
.auth-page .checkout .checkout-form form .card-number-group .cards-images {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.auth-page .checkout .checkout-form form .card-number-group .cards-images img {
    width: 50px;
    height: 30px;
}

.dashboard-content .dashboard-table {
    padding: 35px 0;
}

#successModal .modal-body {
    text-align: center;
}
#successModal .modal-body .success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2cce80;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    text-align: center;
    margin: 10px auto;
}
#successModal .modal-body .success-icon img {
    width: 50px;
    height: 50px;
}
#successModal .modal-body h4 {
    font-weight: 400;
}
#successModal .modal-body h4 a {
    color: #323232;
    font-weight: 600;
}

.consent-modal .modal-body {
    text-align: center;
}
.consent-modal .modal-body .consent-icon .fa {
    color: #437d61;
    font-size: 50px;
    margin-bottom: 10px;
}
.consent-modal .modal-body p {
    font-weight: 400;
}
.consent-modal .modal-body p a {
    color: #323232;
    font-weight: 600;
}

.dashboard-content.subscription h3 {
    text-transform: uppercase;
    line-height: 0;
}
.dashboard-content.subscription .plan-description-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #ffffff;
}
.dashboard-content.subscription .plan-description-area .plan-description {
    position: relative;
    background-color: #cedff9;
    border-radius: 5px;
}
.dashboard-content.subscription .plan-description-area .plan-description ul {
    padding: 15px 25px;
}
.dashboard-content.subscription .plan-description-area .plan-description ul li {
    border-bottom: 2px solid #9fb8df;
    margin-bottom: 15px;
}
.dashboard-content.subscription
    .plan-description-area
    .plan-description
    ul
    li:last-child {
    border-bottom: 0;
}
.dashboard-content.subscription .plan-description-area .plan-features {
    flex: 1;
}
.dashboard-content.subscription .plan-description-area .plan-features h4 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    padding: 25px 0 0 15px;
}
.dashboard-content.subscription
    .plan-description-area
    .plan-features
    table
    tbody
    tr {
    border-bottom: 1px solid #e3e3e3;
}
.dashboard-content.subscription
    .plan-description-area
    .plan-features
    table
    tbody
    tr
    td {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 46px;
    border-top: 0;
}
.dashboard-content.subscription
    .plan-description-area
    .plan-features
    table
    tbody
    tr
    td:first-child {
    width: 80%;
    border-right: 1px solid #e3e3e3;
}
.dashboard-content.subscription
    .plan-description-area
    .plan-features
    table
    tbody
    tr
    td:first-child::before {
    content: "•"; /* Unicode bullet character */
    margin-right: 5px;
}
.dashboard-content.subscription
    .plan-description-area
    .plan-features
    table
    tbody
    tr
    td:last-child {
    text-align: center;
}
.dashboard-content.subscription
    .plan-description-area
    .plan-features
    table
    tbody
    tr
    td:last-child
    .fa {
    color: #2cce80;
    font-size: 20px;
}
.dashboard-content.subscription
    .plan-description-area
    .plan-features
    table
    tbody
    tr:last-child {
    border-bottom: 0;
}

.notification-page h3 {
    text-transform: uppercase;
}
.notification-page .card {
    background-color: transparent;
    padding: 0;
    border: none;
}
.notification-page .card .card-body {
    padding: 10px 0;
    background-color: #ffffff;
}
.notification-page .card .card-body ul {
    padding: 0;
    margin: 0;
}
.notification-page .card .card-body ul li {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    padding: 10px 10px;
    border-bottom: 5px solid #ebf7f8;
}
.notification-page .card .card-body ul li a {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.notification-page .card .card-body ul li a .info-area .date {
    color: #497173;
    font-weight: 500;
}
.notification-page .card .card-body ul li a .info-area .name {
    color: #323232;
    font-weight: 600;
}
.notification-page .card .card-body ul li a .text {
    width: 60%;
}
.notification-page .card .card-body ul li a .text p {
    margin-bottom: 0;
}
.notification-page .card .card-body ul li:last-child {
    border-bottom: 0;
}

.contact-page .contact-form .image-area {
    padding: 0;
}
.contact-page .contact-form .image-area img {
    height: 100%;
}
.contact-page .contact-form .form-area {
    background-color: #ffffff;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.contact-page .contact-form .form-area form {
    flex: 1;
}
.contact-page .contact-form .form-area form h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-page .map-container {
    background-color: #323232;
}
.contact-page .map-container .info {
    color: #ffffff;
    padding: 30px 20px;
}
.contact-page .map-container .info h3 {
    text-transform: uppercase;
}
.contact-page .map-container .info ul {
    padding: 0;
}
.contact-page .map-container .info ul li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-page .map-container .info ul li a {
    color: #5ce1e6;
}

.services-page {
    background-color: #ffffff;
}
.services-page .services .details-right h3 {
    text-align: left;
    font-weight: 600;
}
.services-page .services .small-info .card-body {
    padding: 0;
}
.services-page .services .small-info .card-body img {
    width: 100%;
}
.services-page .bg-arrows {
    padding: 0;
}
.services-page .bg-arrows .bg-arrow {
    position: absolute;
    width: 220px;
    height: 90%;
    left: 21%;
    bottom: 6%;
}
.services-page .bg-arrows .left .images {
    margin-top: auto;
    margin-bottom: 20px;
}
.services-page .bg-arrows .right h3 {
    text-transform: uppercase;
    word-break: normal;
}
.services-page .bg-arrows.transparent {
    background-color: #ebf7f8;
}
.services-page .bg-arrows.transparent .list-view ul {
    display: block;
    padding: 0;
}
.services-page .bg-arrows.transparent .list-view ul li {
    width: 100%;
}
.services-page .bg-arrows.transparent .bg-lines {
    position: absolute;
    left: -4%;
    top: 12%;
}
.services-page .bg-arrows.transparent .content-wrapper {
    padding: 20px 10px;
    border-bottom: 1px solid #497173;
}
.services-page .middle-banner .mask {
    width: 15%;
}
.services-page .middle-banner .right {
    min-height: auto;
}
.services-page .middle-banner .right h3 {
    color: #ffffff;
}
.services-page .middle-banner .right p {
    text-align: left;
}
.services-page .middle-banner .left.buttons {
    padding: 0 0 20px 0;
}
.services-page .middle-banner .left.buttons .button-bottom {
    width: 75%;
    text-align: left;
    color: #5ce1e6;
    margin-bottom: 0;
}
.services-page .container-1 .bg-lines img {
    width: 70%;
}
.services-page .container-1 .bg-lines img.lines {
    top: -16%;
    left: -2%;
}
.services-page .container-1 .bg-lines img.circle {
    height: 90%;
    left: 3%;
}
.services-page .container-1 .card {
    background-color: transparent;
    border: 0;
}

.pricing-page .list-view ul {
    display: block;
}
.pricing-page .list-view ul li {
    width: 100%;
}
.pricing-page .container-1 .pricing-bg {
    width: 20%;
    position: absolute;
    right: 8%;
    bottom: 23%;
}
.pricing-page .container-duo .pricing-bg {
    width: 98px;
    position: absolute;
}
.pricing-page .container-duo .pricing-bg.one {
    bottom: 5%;
    left: 23%;
}
.pricing-page .container-duo .pricing-bg.two {
    bottom: 12%;
    right: 23%;
}
.pricing-page .container-duo .card {
    border: 0;
    background: transparent;
}
.pricing-page .container-duo .price-card {
    padding: 0;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 64px 0px rgba(197, 196, 196, 0.3490196078);
    background-color: #ffffff;
}
.pricing-page .container-duo .price-card .card-image {
    flex: 1;
    height: 100%;
}
.pricing-page .container-duo .price-card .card-image img {
    height: 100%;
}
.pricing-page .container-duo .price-card .plan-details {
    flex: 2;
}
.pricing-page .container-duo .price-card .plan-details .price-area {
    background: linear-gradient(90deg, #368293 0%, #0b1b39 128.57%);
    padding: 48px 0 90px 35px;
    overflow: hidden;
}
.pricing-page .container-duo .price-card .plan-details .price-area svg {
    position: absolute;
}
.pricing-page .container-duo .price-card .plan-details .price-area .plan-name {
    color: #fbfbfb;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    line-height: 32px;
}
.pricing-page .container-duo .price-card .plan-details .price-area h1 {
    color: #f5f5f5;
}
.pricing-page .container-duo .price-card .plan-details .price-area h1 .small {
    font-size: 20px;
}

/* Rectangle 72 */
.works-page .border-area {
    border-right: 2px dotted #497173;
    height: 42%;
    position: absolute;
    left: 2.5%;
    top: 13.5%;
    z-index: 1;
}
.works-page .border-area::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #497173;
    z-index: 3;
    top: 0;
    left: -9px;
}
.works-page .border-area::after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #497173;
    z-index: 3;
    bottom: 0;
    left: -9px;
}
.works-page .container-1 {
    background-color: #ffffff;
}
.works-page .container-1 .image-left svg {
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 2;
}
.works-page .container-1.transparent {
    background-color: #ebf7f8;
}
.works-page .count-card {
    color: #497173;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    left: -2.5rem;
    top: 0;
    text-align: center;
    z-index: 1;
}
.works-page .count-card.odd {
    background-color: #ffffff;
}
.works-page .count-card.even {
    background-color: #ebf7f8;
}
.works-page .small-info {
    width: 80px;
    height: 90px;
    box-shadow: 0px 2px 20px 0px rgba(197, 196, 196, 0.3490196078);
    border: 0;
    position: relative;
    left: 0;
    top: 20px;
    word-break: break-all;
}
.works-page .small-info img {
    margin-bottom: 10px;
}
.works-page .small-info .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.works-page .small-info .card-body img {
    width: 25px;
}
.works-page .small-info .card-body p {
    color: #323232;
    font-family: "Urbanist", sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}
#advisorQuery
{
    .modal-body
    {
        text-align: left;
    }
}
.conditions
{
   padding: 10px;
   list-style: disc;
}
.conditions li
{
   color: #0056b3;
   text-align: left;
   font-size: 14px
}
#new_password_error{
    margin-top: 0.5rem;
}
#new_password_error p{
    margin-bottom: 0.5rem;
}
@media (min-width: 1600px) {
    .services-page .bg-arrows.transparent .bg-lines {
        left: 11%;
    }
    .works-page .border-area {
        left: 14.5%;
    }
}
@media (min-width: 1368px) {
    .navbar ul.navbar-nav {
        gap: 4rem;
    }
    .navbar ul.navbar-nav .nav-item {
        padding: 14px 5px;
    }
    .container-2 .mask {
        width: 10% !important;
    }
    .sidemenu .nav .menu-area li a {
        flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .navbar .navbar-collapse {
        background-color: transparent;
        padding: 0;
    }
    .navbar .navbar-brand {
        margin-right: 3rem;
    }
    .navbar ul.navbar-nav {
        gap: 2rem;
        padding: 0;
    }
    .navbar ul.navbar-nav .nav-item {
        padding: 14px 5px;
        text-align: unset;
    }
    .navbar ul.navbar-nav .nav-item a.nav-link {
        font-size: 14px;
    }
    .navbar ul.navbar-nav .nav-item.active a.nav-link::after {
        width: 45%;
        right: 25%;
    }
    .navbar ul.area-right {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .banner .text-area {
        width: 50%;
        top: 45%;
    }
    .banner .slick-prev {
        top: 45%;
        right: 10rem;
        left: unset;
    }
    .banner .slick-next {
        top: 44.5%;
        right: 5rem;
        left: unset;
    }
    .middle-banner .mask {
        right: 37%;
    }
    .middle-banner .right.bubbles .bubble.lime {
        left: -62%;
        top: 45%;
    }
    .auth-page .navbar-collapse {
        background-color: transparent;
    }
    .auth-page .navbar-nav {
        gap: 2rem !important;
        align-items: center;
    }
    .services-page .middle-banner .mask {
        right: 30%;
    }
    .works-page .count-card {
        font-size: 60px;
        left: -5rem;
    }
}
@media (min-width: 768px) {
    .hide-mobile {
        display: initial;
    }
    .auth-page .form-wrapper {
        padding: 0;
    }
    .auth-page .form-wrapper .radio-buttons {
        gap: 15px;
        padding: 15px 30px 15px 30px;
    }
    .auth-page .form-wrapper .radio-buttons label {
        font-size: 15px;
    }
    .auth-page .checkout .checkout-form form .card-number-group .cards-images {
        position: absolute;
        right: 2rem;
        top: 2.7rem;
        margin-top: 0;
    }
    .container-1 .cards-area {
        justify-content: flex-start;
    }
    .container-2 .works .image {
        text-align: right;
        padding: 10px;
    }
    .container-2 .works .image img {
        width: 350px;
    }
    .middle-banner {
        margin-top:0;
    }
    .middle-banner .right {
        min-height: 350px;
    }
    .container-duo {
        padding: 50px 0 20px 0;
    }
    .container-duo .services .text-area-left {
        padding: 50px 0 50px 0;
        text-align: left;
    }
    .container-duo .services .text-area-left .connectors {
        display: block;
    }
    .container-duo .services .text-area-right {
        margin: auto;
        text-align: left;
    }
    .container-duo .services .text-area-right .connectors {
        display: block;
    }
    .sidemenu .nav {
        align-items: center;
        gap: 50px;
    }
    .sidemenu .nav .logo-area {
        width: 100px;
    }
    .sidemenu .nav .menu-area li {
        padding: 15px 35px;
    }
    .sidemenu .nav .menu-area li a {
        font-size: 13px;
    }
    .sidemenu .nav .menu-area li a span {
        display: block;
    }
    .sidemenu .nav .menu-area li.active::after,
    .sidemenu .nav .menu-area li:hover::after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #ebf7f8;
    }
    .topbar {
        flex-direction: row;
        padding: 34px 30px !important;
        align-items: center;
    }
    .topbar .button-area {
        order: 1;
    }
    .topbar .profile-area {
        order: 2;
        align-items: center;
    }
    .topbar .profile-area .search-area {
        top: 4rem;
        width: 100%;
        right: 20%;
    }
    .topbar .profile-area .search-btn {
        order: 1;
        width: 28px;
        height: 28px;
    }
    .topbar .profile-area .logged-user {
        order: 2;
    }
    .topbar .profile-area .logged-user img {
        margin-inline: 15px;
        width: 48px;
        height: 48px;
    }
    .topbar .profile-area .logged-user span.name {
        font-size: 15px;
    }
    .topbar .profile-area .logged-user .fa {
        font-size: 20px;
        margin-inline: 15px;
    }
    .topbar .profile-area .notification {
        order: 3;
    }
    .topbar .profile-area .notification img {
        width: 28px;
        height: 28px;
    }
    .topbar .profile-area .notification .count {
        top: -5px;
    }
    .topbar .profile-area .topbar-dropdown {
        top: 4rem;
    }
    .topbar .profile-area .topbar-dropdown.logout {
        right: 2rem;
        top: 3.5rem;
    }
    .dashboard-content.subscription h3 {
        line-height: 24px;
    }
    .dashboard-content.subscription .plan-description-area {
        flex-direction: row;
    }
    .dashboard-content.subscription
        .plan-description-area
        .plan-description::before {
        content: "";
        position: absolute;
        top: 20%;
        right: -5%;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #cedff9;
        transform: rotate(180deg);
    }
    .dashboard-content.subscription
        .plan-description-area
        .plan-description
        ul {
        padding: 50px 25px;
    }
    .services-page .middle-banner .right {
        min-height: 220px;
    }
    .works-page .small-info {
        position: absolute;
        width: 120px;
        height: 130px;
        left: unset;
        top: unset;
    }
    .works-page .small-info.one {
        top: 4rem;
        right: -4rem;
    }
    .works-page .small-info.one::after {
        bottom: -4rem;
    }
    .works-page .small-info.two {
        top: 2rem;
        left: -3rem;
    }
    .works-page .small-info.two::after {
        transform: rotate(90deg);
        left: 1rem;
        bottom: -4rem;
    }
    .works-page .small-info.three {
        top: 2rem;
        right: -4rem;
    }
    .works-page .small-info.three::after {
        bottom: -4rem;
    }
    .works-page .small-info::after {
        content: "";
        background: url("../images/connetor-works.svg") no-repeat;
        background-size: contain;
        width: 70px;
        height: 70px;
        position: absolute;
    }
    .navbar ul.area-right {
        gap: 1.5rem;
    }
    .auth-page .auth-screens svg {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
    }
    .auth-page .auth-screens .form-wrapper {
        padding-top: 25px;
    }
}
@media (min-width: 576px) {
    h1 {
        font-size: 60px;
        line-height: 72px;
    }
    h2 {
        font-size: 50px;
        line-height: 49px;
    }
    h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .navbar {
        padding: 8px 0 8px 0;
    }
    .navbar .navbar-brand {
        width: 130px;
        height: 108px;
    }
    .navbar ul.area-right li.search-area {
        width: 450px;
        left: unset;
        right: 0;
    }
    .btn-primary {
        font-size: 14px;
        line-height: 21px;
        padding: 12px 27px 12px 27px;
    }
    .btn-secondary {
        font-size: 14px;
        line-height: 21px;
        padding: 12px 27px 12px 27px;
    }
    .btn-transparent {
        font-size: 14px;
        line-height: 21px;
        padding: 12px 27px 12px 27px;
    }
    .banner.front-page-banner svg {
        bottom: 0;
        width: auto;
    }
    .banner.front-page-banner .text-area h1 {
        font-size: 40px;
    }
    .banner.front-page-banner .text-area h2 {
        font-size: 30px;
    }
    .container-1 {
        padding: 80px 0;
    }
    .container-1 .details-right button.get-in-touch {
        margin: 30px 0 0 0;
    }
    .container-2 {
        padding: 40px 0 0 0;
    }
    .container-2 .mask {
        width: 18%;
    }
    .container-duo .services .heading {
        margin-bottom: 20px;
    }
    .container-duo .services .image-area img {
        width: 250px;
    }
    .container-contact {
        padding: 50px 0 50px 0;
    }
    .card-area {
        flex-direction: row;
    }
    /* .card-area .card {
        width: 100%;
    } */
    .dashboard-content {
        padding: 0 30px !important;
    }
    .dashboard-content .dashboard-table table thead tr th {
        font-size: 14px;
    }
    .dashboard-content .dashboard-table table tbody tr td {
        font-size: 14px;
    }
    .profile-page .profile-image-area .image {
        width: 155px;
        height: 155px;
    }
    /* .profile-page .form-area {
        margin-inline: 20px;
    } */
    .auth-page .auth-screens .form-wrapper .radio-buttons {
        gap: 15px;
        padding: 15px 30px 15px 30px;
    }
    .auth-page .auth-screens .form-wrapper .radio-buttons label {
        font-size: 15px;
    }
    .testimony-container .card .card-body .testimony-header {
        flex-direction: row;
        align-items: center;
    }
    .list-view ul {
        flex-direction: row;
    }
    .list-view ul li {
        width: 50%;
    }
    footer .footer-inner {
        padding-top: 50px;
    }
    footer .footer-inner .footer-logo {
        text-align: center;
    }
    .services-page .bg-arrows {
        padding: 40px 50px;
    }
    .services-page .bg-arrows.transparent .content-wrapper {
        padding: 40px 50px;
    }
    .services-page .middle-banner .left.buttons .button-bottom {
        width: 45%;
    }
    .middle-banner {
        padding: 50px 10px 0 10px !important;
    }
}
@media (min-width: 386px) {
    p {
        font-size: 15px;
        line-height: 23px;
    }
    .faq-page .button-area .btn {
        width: -moz-fit-content;
        width: fit-content;
    }
    .auth-page .auth-screens .form-wrapper .btn-secondary {
        width: -moz-max-content;
        width: max-content;
    }
}
@media (min-width: 992px) and (max-width: 1600px) {
    .works-page .border-area {
        left: 13.5%;
    }
}
@media (min-width: 992px) and (max-width: 1470px) {
    .middle-banner .right.bubbles .bubble.lime {
        left: 0%;
        top: -5%;
    }
}
@media (min-width: 576px) and (max-width: 992px) {
    .banner .slick-prev {
        top: 69%;
        left: 4rem;
    }
    .banner .slick-next {
        top: 68.3%;
        left: 8rem;
    }
}
@media (min-width: 475px) {
    .testimony-container .testimony-cards .card .card-body .testimony-header {
        flex-direction: row;
    }
} /*# sourceMappingURL=style.css.map */
.cursor-pointer {
    cursor: pointer;
}
.bg-colored {
    background-color: #173259;
    padding: 4px;
    border-radius: 4px;
}
.loader {
    background: linear-gradient(
            90deg,
            rgba(13, 11, 46, 0.3086484594) 0%,
            rgba(13, 11, 46, 0.3870798319) 100%
        )
        no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.loader.hide-loader {
    display: none;
}

.loader img {
    width: 50px;
    height: 50px;
}
/* .details-table {
    border: 1px solid #173259;
    margin: 10px 0 0 0;
}
.details-table li {
    padding: 10px;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-wrap: wrap;
}
.details-table li .heading {
    text-transform: uppercase;
    font-weight: 600;
    flex: 1;
}
.details-table li .content {
    flex: 1;
    word-break: break-all;
} */
.alert-danger {
    font-weight: 500;
}
.form-container-custom {
    background-color: #fff;
    padding: 15px !important;
}
.form-container-custom .back-button {
    color: #173259 !important;
    padding: 10px 0;
    border-radius: 10px;
    text-align: left;
    font-size: 18px;
    background: none !important;
    border: 0 !important;
}
.form-container-custom .back-button:hover {
    color: #14161a !important;
}
.form-container-custom form {
    padding: 0 10px;
}
.form-container-custom form .form-group label {
    font-size: 18px;
}
.custom-dropdown {
    width: 100%;
    padding: 4px;
    border-radius: 5px;
    border-color: #d3d3d3;
    color: #0056b3;
    font-weight: 500;
}
.custom-alert {
    background: #808080 !important;
    border-color: #808080 !important;
    color: #fff !important;
    font-weight: 500;
}
tbody tr td .delete img {
    width: 14px;
    height: 14px;
}
tbody tr td .delete button {
    margin-right: 2px;
}
.dashboard-content .dashboard-table h3 {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination .page-item {
    background: transparent !important;
}

.pagination .page-item.active a {
    background-color: #173259 !important;
}

.pagination .page-item:hover a {
    background-color: #173259 !important;
    color: #ffffff !important;
}
/* .pagination .page-item:hover {
    border: 0 !important;
} */

.customFilter {
    font-size: 15px;
    padding: 5px;
    border-radius: 10px;
    font-weight: 500;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background-image: none !important;
}

.banner .text-area button {
    margin-top: 25px;
}

.container-1 .details-right p {
    font-family: "Poppins", sans-serif;
    text-transform: inherit;
    font-size: 14px;
}
/* .card-body {
    text-align: justify;
    line-height: 30px;
} */

.back:hover {
    color: #323232 !important;
}

.middle-banner .mask {
    width: 15%;
}

.container-duo .services .text-area-left .connectors.one {
    top: 5rem;
}
.container-duo .services .text-area-right .connectors.three {
    top: 3rem;
}

.container-duo .services .text-area-right .connectors {
    left: -5rem;
}

p.contact-info {
    font-weight: 600;
}

.testimony-container .slick-slide {
    opacity: 0.9;
}
.testimony-container .testimony-cards .card.slick-current {
    box-shadow: none;
}
.testimony-cards.slick-initialized.slick-slider {
    margin-top: 40px;
}

.testimony-container .testimony-cards .card .card-body .testimony-header {
    margin-bottom: 0;
}
.contact-parent {
    width: 50%;
    margin: 0 auto;
}
.contact-info {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mail-phone a {
    color: #323232;
    font-weight: 600;
}
.mail-phone a:hover {
    color: #5ce1e6;
}
.company {
    font-weight: 600;
}
.upload_msg {
    color:#ff0000;
    padding-left: 20px;
    padding-bottom: 20px;
}
.success_msg p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
}
.fa-white{
    color: white;
}
@media (min-width: 576px) {
    .container-duo .services .image-area img {
        width: 345px;
    }
}

@media (min-width: 992px) {
    .middle-banner .mask {
        right: 40%;
        width: 11%;
    }
}

@media only screen and (max-width: 667px) {
    .banner .text-area h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .container-1 .cards-area {
        gap: 7px;
        margin: 51px auto 0 auto;
    }
    .middle-banner .mask {
        width: 17%;
    }
    .middle-banner .mask {
        right: 0%;
    }

    .contact-parent {
        width: 85%;
    }

    .m-b{
      margin-bottom: 30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .contact-parent {
        width: 85%;
    }
}
/* .warning-message
{
      background-color: #007bff;
       color: #FFFFFF;
       padding: 10px;
} */


.select2-container--default .select2-selection--single{
    border: 1px solid #aaaaaa78 !important;
}
.select2-container .select2-selection--single{
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height : 38px !important;
}

.loader2 {
    position: relative;
    height: 200px;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.home-banner img {
    width: auto !important;
}
.banner-home-text-area {
    display: flex;
    flex-direction: column-reverse;
}
.banner-home-text-area .content-area,
.banner-home-text-area .logo-area {
    width: 100%;
}
.banner-home-text-area .logo-area {
    text-align: center;
    margin-bottom: 20px;
}
.banner-home-text-area .logo-area img {
    width: 150px;
    max-width: 150px;
    transform: rotate(19deg);
}
@media (min-width: 992px) {
    .banner-home-text-area {
        flex-direction: inherit;
    }   
    .banner-home-text-area .content-area {
        width: 80%;
    }
    .banner-home-text-area .logo-area {
        width: 20%;
        text-align: inherit;
        margin-bottom: 0;
    }
    .banner-home-text-area .logo-area img {
        width: 200px;
        max-width: 200px;
        margin-top: -55px;
        margin-left: 50px; 
    }
}


.bullet-list ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-inline: 5px;
    color: #6a9ea0;
}

.big-bullet-list ul li {
    font-size: 1.30rem;
    font-weight: 500;
}


.what-we-do ul{
    padding-left: 10px;
}