:root {
    --theme-color: #33a756;
    --secondary-color: #A10416;
    --third-color: #009f7e;
    --dark-color: #000;
    --white-color: #fff;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    color: rgb(15, 26, 30);
    line-height: 1.7;
}

p {
    color: rgb(15, 26, 30);
}

a {
    color: var(--theme-color);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: rgb(0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: "Roboto", sans-serif;
    color: rgb(32, 33, 36);
}


/* .container {
    z-index: 2;
    position: relative;
} */

.text-black {
    color: rgb(0, 0, 0) !important;
}

.text-primary {
    color: var(--theme-color) !important;
}

.border-top {
    border-top: 1px solid rgb(242, 242, 242) !important;
}

.border-bottom {
    border-bottom: 1px solid rgb(242, 242, 242) !important;
}

figure figcaption {
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 0.8rem;
}

section {
    overflow: hidden;
}


/* .section {
padding: 7rem 0px;
} */

.section-heading {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(-45deg, rgb(61, 179, 197), rgb(39, 70, 133)) text;
    -webkit-text-fill-color: transparent;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--theme-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s ease 0s;
}

.back-to-top i {
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 0;
}

.back-to-top:hover {
    background: rgb(54, 135, 193);
    color: rgb(255, 255, 255);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.btn {
    border: none;
    font-weight: 500;
    padding: 15px 30px !important;
}

.btn.btn-outline-white {
    border: 2px solid rgb(255, 255, 255);
    background: none;
    color: rgb(255, 255, 255);
}

.btn.btn-outline-white:hover {
    background: rgb(255, 255, 255);
    color: var(--theme-color);
}

.btn.btn-primary {
    background: var(--secondary-color);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px 0px;
    background-image: linear-gradient(to right, #f32d34 0%, #bd070d 51%, #e52d27 100%);
    background-size: 200% auto;
}

.btn-theme {
    background: var(--theme-color);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


/* new header topbar */

#topbar {
    background-image: -webkit-linear-gradient(180deg, rgb(1 166 84) 0%, rgb(0 161 115) 100%);
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 14px;
    padding: 0px;
    height: 40px;
}

.contact-info {
    font-size: 12px;
}

#topbar .social-links a:first-child {
    border-left: 0px;
}

#topbar .social-links a {
    color: #fff;
    padding: 0px 8px;
    display: inline-block;
    line-height: 0;
    border-left: 1px solid rgb(233, 233, 233);
    font-size: 12px;
}

#topbar .contact-info a {
    font-style: normal;
    color: #fff;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}


/*  */


/* topbar */

.topbar {
    background: #fff;
    /* height: 40px; */
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 10px 0;
}

.topbar .contact-info i {
    font-style: normal;
    color: #000;
    line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #000;
    font-weight: 500;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: var(--dark-color);
}

@media (max-width: 575px) {
    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}

.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

.topbar .contact-info i a:hover {
    color: var(--theme-color);
    text-decoration: none;
}

.topbar a.btn.btn-primary {
    background-image: linear-gradient(to right, #f32d34 0%, #bd070d 51%, #e52d27 100%);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    /* line-height: 1; */
    padding: 8px 23px !important;
    fill: #fff;
    text-align: center;
    border-radius: 0;
    font-weight: 500;
    background-size: 200% auto;
}

.topbar .social-links a:hover {
    color: #fff;
}

#header {
    z-index: 997;
    transition: all 0.5s ease 0s;
    background: white;
}

#header.header-scrolled {
    background: #fff;
    /* height: 60px; */
    box-shadow: 0px 4px 50px 10px rgba(0, 0, 0, 0.04);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0px;
    padding: 4px 0px;
    line-height: 1;
    font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.logo {
    padding: 1rem 0;
    display: flex;
    width: 20rem;
    align-items: center;
    background: #fff;
    position: relative;
}

.right-menu li {
    list-style: none;
}

.right-menu li {
    float: left;
    padding: 10px 20px 10px 11px;
    border-left: 1px solid rgb(231, 231, 231);
}

.right-menu .icon {
    float: left;
    margin-right: 20px;
}

.right-menu .text {
    float: left;
    padding-top: 5px;
}

.right-menu .text span {
    display: block;
    color: rgb(81, 116, 150);
}

.right-menu .text strong {
    color: rgb(0, 46, 91);
    font-size: 20px;
}

.navbar {
    padding: 0px;
}

.navbar ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #000;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(127, 137, 161, 0.25) 0 0 30px;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    color: rgb(16, 28, 54);
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: rgb(88 158 97);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0px;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: all 0.5s ease 0s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(27, 49, 94, 0.9);
    transition: all 0.3s ease 0s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    inset: 55px 15px 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    transition: all 0.3s ease 0s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: rgb(16, 28, 54);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: rgb(45, 113, 161);
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: rgb(255, 255, 255);
    box-shadow: rgba(127, 137, 161, 0.25) 0 0 30px;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: rgb(45, 113, 161);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

section {
    padding-top: 5.5rem;
    /* padding-bottom: 7.5rem; */
}

.hero-agency:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(0, 0, 0, 0.5) 0%, /* Solid overlay */
    rgba(0, 0, 0, 0.5) 100%, /* Still solid */
    rgba(0, 0, 0, 0.3) 48%, /* Start fading */
    rgba(0, 0, 0, 0.1) 50%, /* More transparent */
    rgba(0, 0, 0, 0) 52%/* Fully transparent */
    );
    z-index: -1;
    pointer-events: none;
}

.hero-agency {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 768px;
    overflow: hidden;
}

.jarallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
}

.jarallax-img {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 1903px;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    margin-top: -4.5px;
    transform: translate3d(0px, 5px, 0px);
}

.py-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}

.bg-fade {
    background: rgb(254, 250, 239);
}


/* .service-bg {
background-image: url(../img/bg-2.png);
background-repeat: no-repeat;
background-position: right top;
background-size: contain;
background-color: rgb(254, 250, 239);
} */

.service-bg {
    background: #f0faf299;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    /* line-height: 53px; */
    font-weight: 700;
    text-transform: capitalize;
    color: var(--theme-color);
}

.sec-title span {
    color: #000;
}

.cover-image {
    background-size: cover !important;
    position: relative;
    width: 100%;
    z-index: 1;
}

.bg-background-color-dark:before {
    background: rgb(0 0 0 / 80%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    display: block;
    top: 0;
    z-index: -1;
}

.serv_timeline .card {
    padding: 2rem;
    border-radius: 20px;
    background: rgb(88 158 97 / 36%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
}

.account-block-one {
    margin-top: 28px;
}

.account-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 4px 50px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 51px 30px 30px 30px;
    /* margin-bottom: 30px; */
    transition: all 500ms ease;
    /* width: 300px; */
    padding: 3rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    /* text-align: center; */
}

.icon-box {
    position: absolute;
    display: inline-block;
    left: 45px;
    top: -28px;
    width: 70px;
    height: 70px;
    line-height: 71px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    background: var(--third-color);
}

.icon-box i {
    font-size: 40px;
}

.icon-box:before {
    position: absolute;
    content: '';
    background: var(--theme-color);
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    z-index: -1;
    transition: all 500ms ease;
}

.inner-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 11px;
    font-weight: 600;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}


/* working process */

.invest-step {
    width: 510px;
    margin-bottom: 20px;
    border-color: #00a75e;
    transition: all ease 700ms;
    padding: 1.75rem;
}

.invest-step:last-child {
    margin-bottom: 0;
}

.invest-step .card-body {
    padding: 26px;
}

.invest-step .icon-wrap {
    width: 50px;
    height: 50px;
    background: var(--third-color);
    transition: all ease 700ms;
    display: flex;
}

.invest-step .icon-wrap .fas {
    color: #A7AEB6;
    font-size: 20px;
    transition: all ease 700ms;
}

.invest-step .icon-wrap.active {
    background: rgba(155, 89, 182, 0.5);
}

.mockup {
    position: relative;
    top: 40px;
}

.text-theme {
    color: var(--theme-color);
}

.icon-wrap img {
    filter: brightness(25);
    transition: all 0.5s;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    /* line-height: 5; */
    text-align: center;
}

@media (max-width: 991.98px) {
    .invest-step {
        width: 100%;
    }
}

.services-table {
    margin: 50px auto;
    max-width: 1200px;
}

.serv_timeline .table {
    border-collapse: separate;
    border-spacing: 0;
}

.serv_timeline .table thead th {
    background-color: #008c2145;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    border: none;
    /* border-radius: 20px; */
    /* gap: 5px; */
    /* display: flex; */
    /* margin-right: 5px; */
    /* backdrop-filter: blur(147px); */
}

.serv_timeline .table tbody td {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    vertical-align: middle;
}

.serv_timeline .table tbody tr:first-child td {
    border-top: none;
}

.check-icon {
    color: #4caf50;
    font-size: 1.5rem;
}

.service-name {
    font-weight: 500;
    text-align: left;
}

@media (max-width: 768px) {
    .serv_timeline .table thead th,
    .serv_timeline .table tbody td {
        padding: 10px;
        font-size: 0.9rem;
    }
    .check-icon {
        font-size: 1.2rem;
    }
}


/* chart card */

.nepse-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.stat-box {
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.advanced {
    background-color: #d1f4d1;
    color: #0a5f0a;
}

.declined {
    background-color: #f8d7da;
    color: #842029;
}

.unchanged {
    background-color: #cce5ff;
    color: #004085;
}

.positive-circuit {
    background-color: #e3fcec;
    color: #0f5132;
}

.negative-circuit {
    background-color: #fdecea;
    color: #842029;
}

.summary-box {
    background: #F9FBF5;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 2px solid #D0E3B0;
    /* color: red; */
}

.summary-box p {
    color: #000;
    font-weight: 600;
}

.summary-box h5 {
    color: var(--theme-color);
    font-weight: 600;
}

.nepse-card h2 {
    font-size: 24px;
    font-weight: 600;
}


/* gainer loser */

.newgainer-card .card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    overflow: hidden;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}

.newgainer-card .gainers-header {
    background-color: rgba(25, 135, 84, 0.15);
    color: #198754;
}

.newgainer-card .losers-header {
    background-color: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

.newgainer-card .arrow-icon {
    width: 24px;
    height: 24px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.newgainer-card .table {
    margin-bottom: 0;
}

.newgainer-card .table th {
    font-weight: 600;
    color: #212529;
    border-top: none;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 15px;
    font-size: 14px;
    background: transparent;
}

.newgainer-card .table td {
    padding: 11px;
    vertical-align: middle;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    color: #000;
}

.newgainer-card .table tr:last-child td {
    border-bottom: none;
}

.newgainer-card .symbol-cell {
    display: flex;
    align-items: center;
}

.newgainer-card .stock-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: white;
    font-size: 18px;
}

.newgainer-card .stock-symbol {
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 0;
}

.newgainer-card .change-value {
    font-weight: 600;
    color: var(--theme-color) !important;
}

.positive-change {
    color: #198754;
}

.newgainer-card .negative-change {
    color: #DC3544 !important;
}

.newgainer-card .change-percent {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 13px;
}

.newgainer-card .positive-bg {
    background-color: rgba(25, 135, 84, 0.15);
    color: #198754;
}

.newgainer-card .negative-bg {
    background-color: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

.newgainer-card .ltp-value {
    font-weight: 600;
}


/* fee */

.fee-card {
    background-color: #DEF4EE;
    color: white;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    /* max-width: 300px; */
    height: 300px;
    border: 2px solid #589e61;
}

.fee-card h4 {
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--third-color);
}

.fee-card p {
    /* color: #fff; */
    font-size: 14px;
}

.zero-fee {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 80px;
    font-weight: bold;
    color: var(--third-color);
    z-index: 9;
}

.rupee-symbol {
    font-size: 40px;
    vertical-align: top;
    position: relative;
    top: 10px;
}

.circle {
    position: absolute;
    width: 303px;
    height: 303px;
    border-radius: 50%;
    background-color: #008c2117;
    bottom: -139px;
    right: -23px;
    /* z-index: 0; */
}

.bg-price {
    background: #f5fcf7;
}


/* testimonial */

.bg-soft-orange {
    background-color: rgb(0 140 33 / 15%) !important;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.divider.top {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 120' preserveAspectRatio='none'%3E%3Cg class='n2-ss-divider-end'%3E%3Cpath fill='RGBA(255,255,255,1)' opacity='0.25' d='M1920,0,0,120,0,0z'%3E%3C/path%3E%3Cpath fill='RGBA(255,255,255,1)' opacity='0.5' d='M1920,0,0,80,0,0z'%3E%3C/path%3E%3Cpath fill='RGBA(255,255,255,1)' d='M1920,-2,1920,0,0,40,0,-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 120px;
    transform: scaleX(-1);
}

.divider {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}

.divider.bottom {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 120' preserveAspectRatio='none'%3E%3Cg class='n2-ss-divider-end'%3E%3Cpath fill='RGBA(255,255,255,1)' opacity='0.25' d='M1920,0,0,120,0,0z'%3E%3C/path%3E%3Cpath fill='RGBA(255,255,255,1)' opacity='0.5' d='M1920,0,0,80,0,0z'%3E%3C/path%3E%3Cpath fill='RGBA(255,255,255,1)' d='M1920,-2,1920,0,0,40,0,-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 120px;
    transform: scaleX(1) scaleY(-1);
}

.testimonial-single-item {
    text-align: center;
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
    margin-top: 78px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem !important;
}

.testimonial-single-item::before {
    position: absolute;
    content: "";
    height: 130px;
    width: 130px;
    line-height: 130px;
    background-color: var(--secondary-color);
    border-radius: 100px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -76px;
}

.testimonial-single-item .testimonial-image {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
}

.testimonial-image img {
    display: inline-block;
    width: 125px;
    height: auto;
    border-radius: 100px;
}

.testimonial-content-text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 40px 0px 6px;
}

.testimonial-content-text span {
    font-size: 14px;
    color: rgb(160, 161, 163);
    font-weight: 400;
}

.testimonial-single-item .testimonial-content-text .icon {
    margin-top: 8px;
    margin-bottom: 8px;
}

.testimonial-content-text .icon i {
    color: rgb(132, 130, 129);
    font-size: 42px;
}

.testimonial-content-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}


/* contact */

.service-card {
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    /* margin-bottom: 1.5rem; */
    overflow: hidden;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.service-header {
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--third-color) 100%);
    color: #fff;
    padding: 1.5rem;
    position: relative;
}

.service-name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.service-body {
    padding: 1rem;
}

.service-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.service-info:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.time-icon {
    background-color: rgba(76, 175, 80, 0.1);
    color: var(--theme-color);
}

.desc-icon {
    background-color: rgba(76, 175, 80, 0.1);
    color: var(--theme-color);
}

.info-content {
    flex-grow: 1;
}

.info-label {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.2rem;
}

.info-value {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0;
}

.check-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--white-color);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.check-badge i {
    font-size: 25px;
    color: var(--theme-color);
}

@media (max-width: 768px) {
    .service-body {
        padding: 1.2rem;
    }
}


/* footer */

.footer {
    padding: 3rem 0px 2.5rem;
    background-color: var(--theme-color);
}

.footer-right {
    background: #41925d;
    /* padding: 2rem; */
    /* border-radius: 20px; */
    background: rgb(88 158 97 / 36%);
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    color: white;
    text-align: center;
}

.footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    text-align: start;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    margin-bottom: 10px;
    display: flex;
}

.footer ul li i {
    margin-right: 10px;
}

.footer a {
    color: rgb(255, 255, 255);
}

.footer .copyright {
    margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
}

footer.footer p {
    color: rgb(255, 255, 255);
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(248, 249, 250);
    position: relative;
    text-align: center;
    transition: background 0.3s ease 0s;
    color: rgb(13, 30, 45);
    line-height: 0;
}

.social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social a:hover {
    color: rgb(255, 255, 255);
    background: rgb(191 74 84);
}

.social a i {
    line-height: 0;
}


/* breadcrumb */

.breadcrumb_title {
    position: relative;
    display: block;
    padding: 32px 0px 32px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb_title::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(-90deg, rgb(88 158 97 / 67%), rgb(1 113 71) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
}

.breadcrumb_title .content-box .title-box {
    position: relative;
    display: block;
    /* margin-bottom: 31px; */
    /* padding-bottom: 14px; */
}

.breadcrumb_title .content-box .title-box::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.breadcrumb_title .content-box .title-box h1 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 70px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin: 0px;
    text-transform: capitalize;
}

.breadcrumb_title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    padding-right: 30px;
    margin-right: 12px;
    text-transform: capitalize;
}

.breadcrumb_title .content-box .bread-crumb li::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    top: 1px;
    right: 0px;
}

.breadcrumb_title .content-box .bread-crumb li i {
    margin-right: 8px;
}

.breadcrumb_title .content-box .bread-crumb li a {
    color: rgb(255, 255, 255);
}

.breadcrumb_title .content-box .bread-crumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.breadcrumb_title .content-box .bread-crumb li:last-child::before {
    display: none;
}

.bg-theme {
    background: var(--theme-color) !important;
}

.bg-intern {
    position: relative;
    z-index: 1;
}

.bg-intern {
    background: url("../img/banner1.jpg") 50% 0px / cover no-repeat;
}

.bg-intern::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--theme-color);
    opacity: 0.8;
    z-index: -1;
}

.service_icon_box.s3.service_gradient.text-center {
    padding: 1rem;
    border-radius: 20px;
    background: rgb(88 158 97 / 36%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* margin-bottom: 30px; */
}

.content-box p {
    color: #fff;
}

.content-box h5 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.bg-theme1 {
    background: var(--secondary-color);
}

.icon-main i {
    font-size: 55px;
    color: var(--white-color);
    transition: all 0.5s ease 0s;
    display: inline-block;
}


/* team */

.ourteam {
    position: relative;
    display: block;
    margin-bottom: 25px;
    background: #f0faf299;
    border-radius: 10px;
    border: 1px solid #017147;
    overflow: hidden;
}

.ourteam .img-holder {
    position: relative;
    display: block;
}

.ourteam .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.ourteam .inner {
    height: 300px;
    overflow: hidden;
}

.ourteam .img-holder .inner img {
    width: 100%;
    transition: all 500ms linear 0.2s;
    border-radius: 10px 10px 0px 0;
}

.ourteam:hover .img-holder .inner img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear 0.1s;
}

.ourteam .text-holder {
    position: relative;
    display: block;
    padding-top: 19px;
    padding-bottom: 3px;
    text-align: center;
    z-index: 1;
}

.ourteam:hover .text-holder::before {
    transform: scaleY(1);
    height: 100%;
}

.ourteam .text-holder h3 {
    font-size: 18px;
    line-height: 30px;
    color: var(--second-color);
    margin-bottom: 0px;
}

.ourteam .text-holder h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 5px 0px 0px;
}


/* services */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* color: var(--bs-nav-pills-link-active-color); */
    /* background-color: var(--bs-nav-pills-link-active-bg); */
    z-index: 2;
    color: #fff !important;
    background-color: var(--theme-color) !important;
    border-color: #F7F8FA;
}

.servicelist .nav-pills .nav-link {
    position: relative;
    display: block;
    padding: 1em 1.5714285714em;
    color: #000;
    text-decoration: none;
    background-color: #F7F8FA;
    border: #F7F8FA;
    margin-bottom: 5px;
    font-weight: 600;
    border-radius: 0;
}

.btn-second {
    background-color: var(--secondary-color);
    color: #fff;
}

.form-control {
    box-shadow: none;
    border-radius: 0px;
}

.form-control {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
    background: #F6FCF7;
}


/* gallery */

.mygallery .card {
    background-color: #f0f4f9;
    border-radius: 0.8rem;
    padding: 15px;
    border: unset;
    margin-bottom: 15px;
    transition: 0.5s;
}

.mygallery .card img {
    height: 23em;
    object-fit: cover;
}

.mygallery .card img {
    border-radius: 0.8rem;
}

.mygallery .card img {
    height: 15em;
    object-fit: cover;
}

.mygallery .card-text {
    opacity: 0.8;
    text-align: center;
    padding: 0.1rem 2rem;
    background-color: var(--theme-color);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

.mygallery .card:hover {
    box-shadow: 0 4px 4px hsla(0, 2%, 61%, .25);
}

.card-grid-lg {
    height: 170px;
}

.btn-theme {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

.card-overlay-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0b0a12;
    display: block;
}

.card.card-element-hover .hover-element {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.card-overlay-hover:hover:before {
    opacity: 0.5;
}

.card-overlay-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0b0a12;
    display: block;
}

.card.card-element-hover:hover .hover-element {
    visibility: visible;
    opacity: 1;
}

.card-element-hover {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.card.overflow-hidden {
    will-change: transform;
}

.card-grid .card-grid-sm {
    height: calc(200px - var(--bs-gutter-y) / 2);
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

.checklist .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #f7f8fa;
}

.checklist .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.12);
}

.checklist .card-header {
    background-color: var(--secondary-color);
    color: white;
    border-radius: 15px 15px 0 0 !important;
    padding: 1rem;
    font-weight: 600;
    font-size: 1.25rem;
}

.checklist .list-group-item {
    border-left: none;
    border-right: none;
    padding: 0.25rem 1.25rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.checklist .list-group-item:first-child {
    border-top: none;
}

.checklist .list-group-item i {
    color: var(--theme-color);
    margin-right: 10px;
}

.pros_para h6 {
    color: var(--theme-color);
    font-size: 18px;
}

.ourprospectus {
    border: 3px solid var(--theme-color);
    padding: 10px;
    border-radius: 10px;
}

.btn-main-2 {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
    border-color: var(--theme-color);
    padding: 0.75rem 1rem !important;
    font-size: 14px;
}

.ourblogs img {
    height: 15rem;
}


/* faq */

.accordion-item {
    background-color: #fff;
    border: 0;
}

button.accordion-button {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 13px !important;
}

.fs-20 {
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background-color: transparent;
    box-shadow: unset;
}

.faq .accordion-body {
    padding: 0;
}

:focus {
    box-shadow: unset !important;
}

.icon-rounded-inverse-success.icon-rounded-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.icon-rounded-inverse-success {
    background: white;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-rounded-inverse-success {
    font-size: 25px;
}


/*
.mypayment {
    padding: 1rem;
    border-radius: 20px;
    background: rgb(88 158 97);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
} */

.payment-img img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
}

.bg-second {
    background: #0a9857 !important;
}


/* sticky */

.sticky_btn_sidebar {
    background: #203b24;
    background: linear-gradient(90deg, #33a756, #009f7e);
    border-radius: .75rem 0 0 .75rem;
    right: 0;
    top: 7.25rem;
    z-index: 29;
    position: fixed;
    text-align: center;
    width: 4.5rem;
    font-size: .75rem;
    border: 1px solid #fff;
    line-height: 1.4;
    padding: .25rem 0
}

.sticky_btn_sidebar .sidebar_btn ul {
    margin: 0;
    padding: 0
}

.sticky_btn_sidebar .sidebar_btn ul li {
    display: block;
    padding: .4rem;
    position: relative
}

.sticky_btn_sidebar .sidebar_btn ul li a {
    display: block;
    color: #fff
}

.sticky_btn_sidebar .sidebar_btn ul li a img {
    width: 1.75rem;
    margin-bottom: .15rem
}

.sticky_btn_sidebar .sidebar_btn ul li a i {
    font-size: 1.3rem
}

.sticky_btn_sidebar .sidebar_btn ul li a:hover {
    opacity: .6
}

.page-link {
    background-color: transparent;
    border: 0;
    color: #333d4c;
    display: block;
    font-size: 1rem;
    padding: 0.5rem 0.9375rem;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.active>.page-link,
.page-link.active,
.page-link:focus,
.page-link:hover {
    z-index: 0;
}

.page-item .page-link {
    border-radius: 0.5rem;
}

.active>.page-link,
.page-link.active {
    background-color: #eef1fc;
    border-color: #eef1fc;
    color: #181d25;
    z-index: 3;
}

.disabled>.page-link,
.page-link.disabled {
    background-color: transparent;
    border-color: #e0e5eb;
    color: #9ca3af;
    pointer-events: none;
}

a.btn.btn-theme.blank.btn-sm {
    padding: 5px 10px !important;
    font-size: 14px;
}

@media(min-width:991px) {
    .z-9 {
        z-index: 99;
    }
    .z-9 ul {
        z-index: 9999;
    }
}

@media(max-width:767px) {
    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 30px;
        /* line-height: 53px; */
        font-weight: 700;
        text-transform: capitalize;
        color: var(--theme-color);
    }
    .logo {
        width: 12rem;
    }
    .jarallax-img {
        width: 100%;
    }
    .hero-agency {
        min-height: 33rem;
    }
    .topbar a.btn.btn-primary {
        padding: 3px 18px !important;
    }
    .topbar {
        padding: 5px 0;
    }
    .py-9 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
}