@font-face {
    font-family: 'NunitoSans';
    font-style: normal;
    font-stretch: 100%;
    src: url("../../font/NunitoSans.ttf") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --defult-font-family: 'NunitoSans';
    --white-color: #fff;
    --text-color: #979bb1;

    --sec-color: #52c9fc;
}


.hero-section {
    background-image: url('../../../assets/img/bg-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -95px;
    margin-bottom: 0px;
    padding: 200px 0px 150px 0px;
    z-index: 0;
    position: relative;
}

a {
    text-decoration: none;
}

.header-text-h1 {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.color-head {
    color: #52cafe;
}


.nav-menu-item > a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
}

.link-demo {
    background-color: #52cafe;
    font-family: var(--defult-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 22px;
    fill: #020617;
    color: #020617;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #52cafe;
    padding: 10px 16px 10px 16px;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


.navbar-content {
    border: 1px solid #ddd;
    padding: 5px 8px 5px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #21254200 0%, #15172a 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.hero-text {
    position: relative;
    height: 100%;
    gap: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.text-hero-h1 {
    color: #fff;
    font-family: var(--defult-font-family), sans-serif;

    font-size: 45px;
    font-weight: 700;
}

.hero-text p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.hero-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.btn-default {
    font-family: var(--defult-font-family), sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    fill: #ffffff;
    color: #ffffff;
    background-color: transparent;
    background-image: radial-gradient(at top left, #15172a 0%, #353c71 65%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #232746;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 15px 10px 20px 0px #141527;
    padding: 17px 35px 17px 35px;
}

.video-btn {
    padding: 17px 0px 0px 2px;
    height: 60px;
    width: 60px;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    position: relative;
    z-index: 6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-btn:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #979bb1;
    box-shadow: currentcolor 0px 0px 0px 0px;
    opacity: 0.6;
    z-index: -1;
    border-radius: 50%;
    animation: 3s ease 0s infinite normal none running jkit-ripple;
}

@keyframes jkit-ripple {
    70% {
        box-shadow: currentcolor 0px 0px 0px 15px;
        opacity: 0;
    }
    100% {
        box-shadow: currentcolor 0px 0px 0px 0px;
        opacity: 0;
    }
}

.video-btn:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #979bb1;
    box-shadow: currentcolor 0px 0px 0px 0px;
    opacity: 0.6;
    z-index: -1;
    border-radius: 50%;
    animation: 3s ease 0s infinite normal none running jkit-ripple;
}

.video-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-weight: 600;
}

.bg-element {
    width: 480px;
    top: -50px;
    z-index: 0;
    left: 97px;
    position: absolute;
    margin-block-end: 20px;
}

.position-relative {
    position: relative;
}

.bg-hero-wrapper {
    height: 500px;
    display: block;
    background-color: transparent;
    background-image: radial-gradient(at top right, #353C71 0%, #15172A 100%);
    border-radius: 500px 500px 500px 500px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 4s;
}

.hero-img {
    position: relative;
    text-align: right;
    z-index: 0;
}

.hero-img img {
    width: 95%;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.text-hero-h1 span {
    font-size: 32px;
}

.bg-dark-global {
    background-color: #15172a;
}

.py-section {
    padding: 50px 0;
}

.section-title {
    text-align: center;
    color: #fff;
    padding-bottom: 2rem;
}

.section-title h2 {
    background-color: transparent;
    background-image: linear-gradient(190deg, #99a5ff 0%, #3f4673 100%);
    font-family: var(--defult-font-family), sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .5px;
}


.dynamic-text {
    background-color: transparent;
    background-image: linear-gradient(190deg, #99a5ff 0%, #3f4673 100%);
    font-family: var(--defult-font-family), sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-clip: text;
    color: transparent;
}

.heading-title {
    font-family: var(--defult-font-family), sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}


.card-wrap {
    background-color: transparent;
    background-image: radial-gradient(at top left, #212542 0%, #15172a 100%);
    border-radius: 20px;
    padding: 40px 40px 40px 40px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #232746;
    transition: background 1s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 100%;
}

.card-info {
    position: relative;
}

.icon-wrapper {
    background-color: transparent;
    background-image: linear-gradient(330deg, #353c71 40%, #15172a 100%);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
}

.card-title-sm {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 12PX 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feratures li {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    padding-left: 14px;
}

.feratures li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #52c9fc;
    border-radius: 2px;
    top: 9px;
    left: 0;
}

header {
    position: relative;
    z-index: 1520;
}


.funfact-content {
    margin-top: 24px;
}

.funfact-content span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 22px;
    color: #52cafe;
    font-weight: 700;
}

.funfact-content h3 {
    font-size: 36px;
    margin-bottom: 12px;
    color: var(--white-color);
}

.funfact-content p {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    transition: 0.4s;
    line-height: 25.6px;
    color: var(--text-color);
}

.single-funfact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    transition: all 0.4s ease;
    border-radius: 6px;
    background-image: radial-gradient(at top left, #212542 0%, #15172a 100%);
    box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.08);
}

.funfact-card-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #2ebdb117;
    border-radius: 6px 0px 0px 6px;
}

.funfact-card-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.funfact-card-info h4 {
    margin-bottom: 4px;
    font-size: 24px;
    color: #fff;
}

.funfact-card-info p {
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
}

.price {
    font-size: 18px;
    line-height: 20px;
    color: var(--text-color);
    font-weight: 600;
}

.image-wrapper img {
    height: 60px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


.image-wrapper {
    background-color: transparent;
    background-image: linear-gradient(330deg, #353c71 40%, #15172a 100%);
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
}

.text-pg {
    color: var(--text-color);
    font-weight: 400;
}


.log-conent h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

.single-log-feature .log-feature {
    color: #fff;
    font-size: 20px;
}

.single-log-feature {
    padding: 1rem 0;
    border-bottom: 1px solid #232848;
}

.speed-wrapper {
    background-color: #060d2b;
    border: 1px solid #FFFFFF33;
    border-radius: 25px;
    padding: 35px 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.speed-count {
    color: #fff;
    font-size: 38px;
    line-height: 45px;
    font-weight: 400;
}

.speed-traking {
    display: flex;
    align-items: center;
    margin-top: 20px;

}

.element-icon {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #152e55;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    margin-right: 8px;
}

.element-content span {
    font-size: 12px;
    color: var(--sec-color);
    font-weight: 600;
    letter-spacing: 1px;
}

.element-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.border-end-dark {
    border-right: 1px solid #FFFFFF33;
}

.single-element {
    padding: 8px;
}

.log-img {
    margin: 25px auto;
}

.icon-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.inline-element {
    width: 33.33%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.inline-element span {
    position: relative;
    display: block;
}

.inline-element span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #52c9fc;
    border-radius: 2px;
    top: 6px;
    left: -20px;
}


.overlay-section {
    background-attachment: fixed;
    background-image: url('../../../assets/img/online.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 150px 0px 150px 0px;
    z-index: 0;
    position: relative;
}


.background-overlay-2 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #15172a 0%, #15172aed 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.overlay-text-wrap {
    position: relative;
}

.element-widget-container {
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    border-radius: 23px;
    left: 65%;
    top: 88px;
    position: absolute;
}


.element-widget-container-2 {
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    border-radius: 23px;
    right: 65%;
    top: 60%;
    position: absolute;
}

.image-wrap {
    position: relative;
}

.icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-box-header {
    border-radius: 50%;
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 50px;
    background-color: #2a1d62;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.icon-box-body .title {
    margin: 5px 0px 0px 0px;
    color: #020617;
    font-size: 14px;
    font-weight: 500;
}

.icon-box-description {
    color: #020617;
    font-size: 16px;
    font-weight: 600;

}

.image-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.overlay-card {
    background-image: url('../../../assets/img/bg-card.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 80px 80px 80px 80px;
    position: relative;
}

.background-overlay-3 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #15172a 0%, #15172aed 100%);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.footer {
    color: #fff;
    padding-top: 60px;
    background-image: url('../../../assets/img/footer.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.background-overlay-4 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #15172a 0%, #15172A00 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.footer-logo {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.footer-about p {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 15px;
    color: var(--text-color);;
}

.footer-link-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-link-social a {
    background-color: #212542;
    --icon-padding: 0.8em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #212542;
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.fw-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 24px;
    line-height: 120%;
}

.fw-title::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 3px;
    background: var(--sec-color);
    bottom: 0;
    left: 0;
    border-radius: 16px;
}

.footer-widget ul li {
    margin-bottom: 12px;
}

.footer-widget ul li a {
    color: var(--text-color);
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    transition: all 0.4s ease;
}

.fc-single {
    margin-bottom: 16px;
    display: flex;
}

.fc-icon {
    width: 40px;
    height: 40px !important;
    flex-shrink: 0;
    background: #212542;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    color: var(--white-color);
}

.fc-single {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fc-info a {
    color: var(--text-color);
!important;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 130%;
}

.copyright-sec {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF24;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 30px 0px;
}

.link-footer {
    color: var(--text-color);
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    transition: all 0.4s ease;
}


.bread-crumb {
    background-image: url('../../../assets/img/bg-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -95px;
    margin-bottom: 0px;
    padding: 170px 0px 70px 0px;
    z-index: 0;
    position: relative;
}

.breadcrumb-title {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

.breadcrumb-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.breadcrumb-menu li a {
    font-size: 20px;
    color: #fff;
}

.breadcrumb-menu li span {
    font-size: 20px;
    color: #fff;
}

.breadcrumb-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.breadcrumb-menu li .list-icon {
    color: #3f4673;
    font-size: 16px;
}


.vision-mission {
    border-top: 1px solid #3f4673;
    padding-top: 2rem;
}

.vision-mission h3 {
    color: #fff;
}

.features-container {
    color: #fff;
}

.features-container h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
}

.features-container h2::before {
    content: "";
    position: absolute;
    left: 0%;
    width: 50px;
    height: 4px;
    background: var(--sec-color);
    bottom: 0;
    margin-left: 0;
    border-radius: 32px;
}


.features-container ul li {
    color: var(--text-color);
    font-size: 18px;
    margin-bottom: 5px;
}


.pricing-card {
    background-color: transparent;
    background-image: radial-gradient(at top left, #212542 0%, #15172a 100%);
    border-radius: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #232746;
    transition: background 0.3s, border 0.3s,
    border-radius 0.3s, box-shadow 0.3s;
    padding: 25px;
}

.pricing-card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.package-name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.setup-charge {
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    background-image: linear-gradient(190deg, #99a5ff 0%, #3f4673 100%);
    font-family: var(--defult-font-family), sans-serif;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}

.package-info {
    text-align: center;
    color: var(--text-color);
}

.user-amount {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.bill-amount {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bill-duration {
    font-size: 1rem;
}

.single-faq-widget {
    margin-bottom: 16px;
}

.single-faq-widget .accordion-button {
    background: #1a1d35;
    padding: 24px 72px 24px 24px;
    border-radius: 4px !important;
    transition: all 0.4s ease;
    color: #fff;
    box-shadow: inset 0 calc(-1 * 1px) 0 #15191c;
}

.single-faq-widget .accordion-button h6 {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.4s ease;
}

.faq-inner-body{
    padding: 1rem 1.5rem;
    color: var(--text-color);
    font-size: 1rem;
}


.contact-form {
    background-color: transparent;
    background-image: radial-gradient(at top left, #212542 0%, #15172a 100%);
    border-radius: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #232746;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 50px 10px 10px;
    padding: 40px 40px 40px 40px;
}


.contact-form .form-control {
    background-color: #212542;
    border-color: #FFFFFF24;
    color: var(--text-color);
}

.contact-form  .form-floating>label {
    color: var(--text-color);
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: var(--text-color);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    background-color: transparent;
}

.form-floating > label::after {
    background-color: transparent !important;
}

.form-floating .form-comment {
    height: 150px;
}

.contact-form h1{
    color: #fff;
}

.single-contact{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ct-icon{
    background-color: transparent;
    background-image: linear-gradient(330deg, #353c71 40%, #15172a 100%);
    border-radius: 50px 50px 50px 50px;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 28px;
    color: #fff;
}

.ct-info h3{
    color: #fff;
}

.ct-info p{
   color: var(--text-color);
    margin-bottom: 0;
}

.ct-info a, .ct-info{
   color: var(--text-color);
    margin-bottom: 0;
}

.location-card{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}


@media (max-width: 767px) {
    .text-hero-h1 {
        font-size: 26px;
    }

    .text-hero-h1 span {
        font-size: 22px;
    }

    .hero-section {
        padding: 160px 0px 50px 0px;

    }

    .bg-hero-wrapper {
        display: none;
    }

    .hero-btn {
        gap: 12px;
    }

    .btn-default {
    font-family: var(--defult-font-family), sans-serif;
    font-size: 12px;
    padding: 12px 20px;
}

    .video-btn-wrapper {
        gap: 20px;
    }

    .video-btn {
        padding: 8px 0px 0px 2px;
        height: 45px;
        width: 45px;
    }

    .heading-title {
        font-size: 26px;
    }

    .funfact-content span {
        font-size: 18px;
    }

    .funfact-content h3 {
        font-size: 26px;
    }

    .border-end-dark {
        border-right: none;
    }

    .speed-count {
        font-size: 28px;
    }


    .overlay-section {
        padding: 50px 0px 50px 0px;
    }

    .image-wrap img{
        width: 180px;
    }

    .element-widget-container-2 {
        right: 53%;
    }

    .element-widget-container {
        left: 50%;
    }

    .log-conent h2 {
        font-size: 22px;
    }

    .copyright-sec .d-flex{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    
    .copyright{
        text-align: center;
    }

    .navbar-content {
        border: none;
    }

    .nav-menu-item {
        border-top: 0px solid #e0dddd;
    }

    .features-container ul li {
        font-size: 14px;
    }

    .single-faq-widget .accordion-button {
        padding: 24px 24px 24px 24px;
    }

    .single-faq-widget .accordion-button h6 {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .contact-form {
        border-radius: 20px 20px 20px 20px;
        margin: 5px;
    }

    .link-demo {
        padding: 8px 12px;
        margin-left: 0 !important;
    }

}