.container {
    padding-left: 2em;
    padding-right: 2em;
}
.navbar {
    background-color: #fff;
    transition: background-color .4s ease-in-out, padding .4s ease;
}
.navbar.navbar-scrolled {
    background-color: #fff;
    padding: 10px 15px!important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.navbar.navbar-scrolled .nav-link {
    color: #212529;
}
.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 0 15px;
    color: #212529;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #e84534;
}
.page {
    clear: both;
    margin-top: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
}
.page li {
    border: solid 1px #eee;
    padding: .2em .5em!important;
    font-size: 1.1em;
    margin: 0 .1em!important;
    color: #222327!important;
    text-align: center!important;
    width: 30px;
    display: inline-block;
}
.page li:hover {
    background-color: rgba(196, 30, 58, 0.8);
    color: #fff;
}
.page .ellipsis:hover {
    border-bottom: 0!important;
}
.page .page-active {
    text-decoration: none!important;
    background-color: #222327!important;
    color: #fff!important;
}
.page .page-active:hover {
    background-color: rgba(196, 30, 58, 1);
}
.prev-next-page {
    display: none;
    padding: 0;
    text-align: center;
}
.prev-next-page a>li, .prev-next-page .inactive-prev-next-page {
    width: 22%;
    background-color: #FFF;
    border: 1px solid #5182bb;
    color: #5182bb;
    margin: 1%!important;
    text-decoration: none!important;
    display: inline-block;
    padding: .5em 0;
}
.prev-next-page a>li:hover {
    background-color: #5182bb;
    color: #fff;
}
.prev-next-page .inactive-prev-next-page, .prev-next-page .inactive-prev-next-page:hover {
    background-color: #FFF!important;
    border: 1px solid #dedede!important;
    color: #dedede!important;
}
.btn-primary .loading-icon {
    display: none;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442;
}
.navbar-brand img {
    max-width: 150px;
}
.img-carousel .carousel .carousel-bg {
    position: relative;
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
}
.img-carousel .carousel .carousel-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.text-dark {
    color: #6c757d!important;
}
.banner-inside::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
    height: 400px;
}
.banner-inside img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.banner-inside {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-top: 60px;
}
.banner-inside .hero-img-inside {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-overlay h1 {
    font-size: 3rem;
    margin-bottom: .5rem;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.about-invetex, .profitable-investments {
    padding: 80px 0;
}
.about-invetex .section-header, .profitable-investments .section-header {
    margin-bottom: 60px;
}
.about-invetex .section-header h2, .profitable-investments .section-header h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}
.about-invetex .section-header p, .profitable-investments .section-header p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 17px;
    color: #777;
    line-height: 1.8;
}
.about-invetex {
    background-color: #fff;
}
.about-invetex .about-box {
    padding: 20px;
}
.about-invetex .about-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-invetex .about-box .icon i {
    font-size: 26px;
    color: #bfa37c;
}
.about-invetex .about-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}
.about-invetex .about-box p {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
}
.profitable-investments {
    background-color: #fafafa;
}
.profitable-investments .investment-card {
    position: relative;
    background: #fff;
    padding: 20px;
    text-align: left;
}
@media(max-width:767px) {
    .profitable-investments .investment-card {
    margin-bottom: 15px;
}
.banner-overlay h1 {
    font-size: 28px;
}
}.profitable-investments .investment-card .card-img {
    margin-bottom: 20px;
}
.profitable-investments .investment-card .card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.profitable-investments .investment-card .card-number {
    font-size: 36px;
    font-weight: 700;
    color: #e5e5e5;
    display: block;
    margin-bottom: 10px;
}
.profitable-investments .investment-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}
.profitable-investments .investment-card .link-news {
    color: #222;
    text-decoration: none;
}
.profitable-investments .investment-card .link-news:hover {
    opacity: .6;
}
.profitable-investments .investment-card p {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
}
.professional-solutions .no-gutters {
    align-items: anchor-center;
}
.professional-solutions .solution-image {
    position: relative;
    min-height: auto;
}
.professional-solutions .solution-image .image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.professional-solutions .solution-image .image-overlay .play-btn {
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}
.professional-solutions .solution-image .image-overlay .play-btn:hover {
    background: #fff;
    color: #000;
}
.professional-solutions .solution-image .image-overlay p {
    font-size: 13px;
    letter-spacing: 1px;
}
.professional-solutions .solution-content .subtitle {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}
.professional-solutions .solution-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 15px;
}
.professional-solutions .solution-content .desc {
    font-size: 20px;
    color: #777;
    margin-bottom: 40px;
    line-height: 1.8;
}
.professional-solutions .solution-content .counters h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}
.professional-solutions .solution-content .counters p {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
}
.professional-solutions .services-bottom {
    text-align: center;
}
.professional-solutions .services-bottom .service-box {
    padding: 40px 25px;
}
.professional-solutions .services-bottom .service-box i {
    font-size: 28px;
    margin-bottom: 15px;
}
.professional-solutions .services-bottom .service-box h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.professional-solutions .services-bottom .service-box p {
    font-size: 15px;
    line-height: 1.6;
}
.professional-solutions .services-bottom .service-box.light {
    background: #f5f5f5;
}
.professional-solutions .services-bottom .service-box.beige {
    background: #d8c1a3;
    color: #fff;
}
.professional-solutions .services-bottom .service-box.dark {
    background: #2b2b2b;
    color: #fff;
}
.professional-solutions .services-bottom .service-box.darker {
    background: #1f1f1f;
    color: #fff;
}
.testimonials .carousel .carousel-inner .carousel-item .testimonial-card img {
    max-width: 75px;
}
.solution-image img {
    width: 100%;
    height: auto;
}
.our-gallery {
    overflow-x: hidden;
}
.our-gallery .gallery-info h2 {
    font-size: 2.5rem;
}
.our-gallery .gallery-info .divider {
    width: 40px;
    height: 2px;
    background-color: #eee;
}
.our-gallery .gallery-info .btn-link {
    text-decoration: none;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    transition: .3s;
}
.our-gallery .gallery-info .btn-link:hover {
    color: #000!important;
    border-color: #000;
}
.our-gallery .gallery-item {
    overflow: hidden;
    position: relative;
}
.our-gallery .gallery-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform .5s ease;
}
.our-gallery .gallery-item img:hover {
    transform: scale(1.05);
}
.our-gallery .gallery-item .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.our-gallery .gallery-nav button {
    border: 1px solid #ddd;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}
.our-gallery .gallery-nav button:hover {
    background: #000;
    color: #fff;
}
.our-staff .divider {
    width: 40px;
    height: 2px;
    background-color: #000;
    margin-top: 20px;
}
.our-staff .staff-card {
    padding: 20px;
    transition: transform .3s ease;
}
.our-staff .staff-card:hover {
    transform: translateY(-10px);
}
.our-staff .staff-card:hover .image-wrapper img {
    filter: grayscale(0);
}
.our-staff .staff-card .image-wrapper {
    overflow: hidden;
}
.our-staff .staff-card .image-wrapper img {
    max-width: 100%;
    height: auto;
    filter: grayscale(20%);
    transition: .5s;
}
.our-staff .staff-card h5 {
    letter-spacing: .5px;
}
.our-staff .staff-card .letter-spacing {
    letter-spacing: 1px;
    font-size: .75rem;
}
.our-staff .staff-card .short-divider {
    width: 25px;
    height: 1px;
    background-color: #eee;
    margin-top: 15px;
}
.consultation-section .object-fit-cover {
    object-fit: cover;
    width: 100%}
.consultation-section .logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.consultation-section .logo-overlay .invetex-logo {
    max-width: 250px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.consultation-section .form-wrapper .consultation-divider {
    width: 40px;
    height: 2px;
    background-color: #eee;
    margin-top: 15px;
}
.consultation-section .form-wrapper .custom-input {
    border: 0;
    border-radius: 30px;
    padding: 1.2rem 1.5rem;
    font-size: .85rem;
    color: #777;
    background-color: #efefef;
}
.consultation-section .form-wrapper .custom-input::placeholder {
    color: #aaa;
}
.consultation-section .form-wrapper .custom-input:focus {
    background-color: #ededed;
}
.consultation-section .form-wrapper textarea.custom-input {
    border-radius: 20px;
}
.consultation-section .form-wrapper .btn-submit {
    color: white;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all .3s ease;
    border: 0;
    background: #04a96d;
}
.consultation-section .form-wrapper .btn-submit:hover {
    background-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.bg-grey {
    background-color: #fafafa;
}
.our-clients .client-divider {
    width: 30px;
    height: 2px;
    background-color: #eee;
    margin-top: 15px;
}
.our-clients .client-logo {
    max-height: 50px;
    width: auto;
    opacity: .6;
    filter: grayscale(100%);
    transition: all .3s ease;
}
.our-clients .client-logo:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.1);
}
.blog-posts .blog-divider {
    width: 35px;
    height: 2px;
    background-color: #eee;
    margin-top: 15px;
}
.blog-posts .blog-grid-container .col-md-4 {
    border: .5px solid #f8f9fa;
}
.blog-posts .post-content {
    background-color: #fff;
    min-height: 320px;
}
.blog-posts .post-content .badge-category {
    color: #000;
    font-size: .7rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.blog-posts .post-content h5 a {
    color: #333;
    text-decoration: none;
    transition: .3s;
}
.blog-posts .post-content h5 a:hover {
    color: #000;
}
.blog-posts .post-content .read-more {
    color: #333;
    font-size: .75rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.blog-posts .post-content .read-more:hover {
    color: #000;
}
.blog-posts .post-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
}
.blog-posts .btn-view-posts {
    border: 2px solid #eee;
    border-radius: 30px;
    padding: 10px 35px;
    font-size: .8rem;
    font-weight: bold;
    transition: .3s;
}
.blog-posts .btn-view-posts:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.main-footer {
    background-color: #222327!important;
    font-family: "Poppins", sans-serif;
}
.main-footer .footer-logo {
    max-width: 150px;
}
.main-footer .footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 30px !important;
}
.main-footer .form-control {
    background-color: #292a2e;
    border: 0;
    color: #fff;
    border-radius: 4px;
    padding: .8rem;
    font-size: .85rem;
}
.main-footer .form-control::placeholder {
    color: #666;
}
.main-footer .form-control:focus {
    box-shadow: none;
}
.main-footer .btn-subscribe {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: .9rem;
    padding-left: 20px;
}
.main-footer .btn-subscribe:hover {
    color: #000;
}
.main-footer .btn-green-submit {
    background-color: #000;
    color: white;
    font-weight: bold;
    font-size: .8rem;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
}
.main-footer .btn-green-submit:hover {
    background-color: #000;
}
.main-footer .recent-posts h6 a {
    text-decoration: none;
    transition: .3s;
}
.main-footer .recent-posts h6 a:hover {
    opacity: 0.6;
}
.main-footer .social-links a {
    font-size: 1rem;
    transition: .3s;
}
.main-footer .social-links a:hover {
    opacity: 0.6;
}
.form-control {
    background-color: #42484e;
    border: solid 1px #42484e;
}
.btn-green-submit {
    background: #04a96d!important;
}
@media(min-width:768px) {
    .blog-posts .post-img {
    height: 100%;
    min-height: 320px;
}
}@media(max-width:767px) {
    .professional-solutions .solution-content {
    padding: 80px 15px;
}
}.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 0 15px;
}
.professional-solutions .solution-image {
    position: relative;
    min-height: auto;
    height: 100%}
.professional-solutions .solution-image .image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.professional-solutions .solution-image .image-overlay .play-btn {
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    transition: all .3s ease;
    text-decoration: none;
}
.professional-solutions .solution-image .image-overlay .play-btn:hover {
    background: #fff;
    color: #000;
}
.professional-solutions .solution-image .image-overlay p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}
.professional-solutions .solution-image .image-overlay small {
    opacity: .8;
    font-size: 12px;
}
.professional-solutions .solution-content .title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}
.professional-solutions .solution-content .subtitle {
    font-size: 15px;
    color: #777;
    font-style: italic;
    margin-bottom: 20px;
}
.professional-solutions .solution-content .divider {
    width: 40px;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 50px;
}
.professional-solutions .solution-content .services-grid .service-item {
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start;
}
@media(max-width:767px) {
    .professional-solutions .solution-content .services-grid .service-item {
    align-items: center;
}
}.professional-solutions .solution-content .services-grid .service-item .icon-box {
    min-width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #aaa;
    font-size: 18px;
    transition: .3s;
}
@media(max-width:767px) {
    .professional-solutions .solution-content .services-grid .service-item .icon-box {
    margin-right: 0;
}
}.professional-solutions .solution-content .services-grid .service-item:hover .icon-box {
    border-color: #222;
    color: #222;
}
.professional-solutions .solution-content .services-grid .service-item .text-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}
.professional-solutions .solution-content .services-grid .service-item .text-content p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 0;
}
.professional-solutions .solution-image {
    min-height: auto;
    height: 100%;
    position: relative;
}
.professional-solutions .solution-image .image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.professional-solutions .solution-image .image-overlay .play-btn {
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
    transition: .3s;
}
.professional-solutions .solution-image .image-overlay .play-btn:hover {
    background: #fff;
    color: #000;
}
.professional-solutions .solution-content .title {
    font-weight: 600;
    color: #222;
}
.professional-solutions .solution-content .subtitle {
    font-style: italic;
    color: #777;
    margin-bottom: 20px;
}
.professional-solutions .solution-content .divider {
    width: 40px;
    height: 1px;
    background: #ddd;
    margin-bottom: 40px;
}
.professional-solutions .solution-content .service-item {
    display: flex;
    margin-bottom: 35px;
}
.professional-solutions .solution-content .service-item .icon-box {
    min-width: 45px;
    color: #ccc;
    font-size: 20px;
    transition: .3s;
}
.professional-solutions .solution-content .service-item:hover .icon-box {
    color: #04a96d;
}
.professional-solutions .solution-content .service-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.professional-solutions .solution-content .service-item p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}
.blog-posts .section-title {
    font-weight: 600;
}
.blog-posts .section-subtitle {
    max-width: 700px;
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-posts .title-divider {
    width: 40px;
    height: 2px;
    background: #04a96d;
    margin: 0 auto;
}
.blog-posts .blog-card {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%
  
}
.blog-posts .blog-card .blog-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.blog-posts .blog-card .blog-img .badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 10px;
    background-color: #04a96d;
}
.blog-posts .blog-card .blog-body h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    transition: .3s;
    cursor: pointer;
}
.blog-posts .blog-card .blog-body h5:hover {
    color: #04a96d;
}
.blog-posts .blog-card .blog-body .post-meta {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 5px;
}
.blog-posts .blog-card .blog-body .post-desc {
    font-size: 14px;
    color: #777;
}
.blog-posts .blog-card .blog-body .read-more {
    font-size: 12px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.blog-posts .blog-card .blog-body .read-more .line {
    display: block;
    width: 20px;
    height: 1px;
    background: #ddd;
    margin-top: 5px;
    transition: .3s;
}
.blog-posts .blog-card .blog-body .read-more:hover .line {
    width: 100%;
    background: #04a96d;
}
.blog-posts .btn-view-more {
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
@media(max-width:991px) {
    .professional-solutions .solution-content {
    padding: 0!Important;
}
.professional-solutions .solution-content h2 {
    font-size: 18px;
}
.professional-solutions .solution-content .desc {
    line-height: 1.5;
    font-size: 15px;
}
.professional-solutions .solution-content .desc a {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}
.col-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.col-padding .content-inner {
    margin-top: 30px!Important;
}
.col-reverse .content-inner {
    margin-top: 30px!Important;
}
.mt-mobile-0 {
    margin-top: 0!important;
}
.mb-mobile-0 {
    margin-bottom: 0!important;
}
}.testimonials .section-title {
    font-weight: 600;
    font-size: 2rem;
}
.testimonials .section-desc {
    max-width: 700px;
    color: #777;
    font-size: 14px;
}
.testimonials .title-divider {
    width: 45px;
    height: 2px;
    background-color: #04a96d;
    margin: 15px auto;
}
.testimonials .testimonial-wrapper {
    padding-bottom: 40px;
}
.testimonials .testimonial-wrapper .testimonial-img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border: 3px solid #f8f9fa;
}
.testimonials .testimonial-wrapper .testimonial-text {
    max-width: 800px;
    font-size: 17px;
    line-height: 1.8;
    color: #777;
    font-style: italic;
}
.testimonials .testimonial-wrapper .quote-icon {
    color: #04a96d;
    font-size: 22px;
}
.testimonials .testimonial-wrapper .author-name {
    font-weight: 600;
    font-size: 16px;
}
.testimonials .custom-dots {
    bottom: -20px;
    margin-bottom: 0;
}
.testimonials .custom-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e0e0e0;
    border: 0;
    margin: 0 6px;
    cursor: pointer;
    transition: all .3s ease;
}
.testimonials .custom-dots li.active {
    background-color: #04a96d;
    transform: scale(1.2);
}
.business-ideas .video-placeholder {
    background: url("video-bg.jpg") center/cover no-repeat;
    min-height: 500px;
    height: 100%;
    position: relative;
}
.business-ideas .video-placeholder .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.business-ideas .video-placeholder .video-overlay .play-btn {
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
}
.business-ideas .video-placeholder .video-overlay .play-btn:hover {
    background: #fff;
    color: #000;
}
.business-ideas .ideas-content {
    padding: 80px 60px;
}
.business-ideas .ideas-content .title {
    font-weight: 600;
}
.business-ideas .ideas-content .subtitle {
    font-style: italic;
    color: #777;
    margin-bottom: 20px;
}
.business-ideas .ideas-content .divider {
    width: 40px;
    height: 1px;
    background: #ddd;
    margin-bottom: 40px;
}
.business-ideas .ideas-content .feature-item {
    display: flex;
    margin-bottom: 40px;
}
.business-ideas .ideas-content .feature-item .icon-box {
    min-width: 50px;
    color: #ccc;
    font-size: 20px;
}
.business-ideas .ideas-content .feature-item:hover .icon-box {
    color: #04a96d;
}
.business-ideas .ideas-content .feature-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.business-ideas .ideas-content .feature-item p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}
.testimonials .section-title {
    font-weight: 600;
    color: #222;
}
.testimonials .section-desc {
    max-width: 700px;
    color: #777;
    font-size: 14px;
}
.testimonials .title-divider {
    width: 45px;
    height: 2px;
    background: #04a96d;
    margin: 15px auto;
}
.testimonials .testi-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.testimonials .testi-text {
    max-width: 850px;
    font-size: 18px;
    font-style: italic;
    color: #777;
    line-height: 1.8;
}
.testimonials .quote-icon {
    color: #04a96d;
    font-size: 24px;
}
.testimonials .custom-dots {
    bottom: -30px;
}
.testimonials .custom-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
    margin: 0 5px;
}
.testimonials .custom-dots li.active {
    background: #04a96d;
}
.blog-posts .section-title {
    font-weight: 600;
    color: #222;
}
.blog-posts .section-desc {
    max-width: 700px;
    color: #777;
    font-size: 14px;
}
.blog-posts .title-divider {
    width: 45px;
    height: 2px;
    background: #04a96d;
    margin: 15px auto;
}
.blog-posts .blog-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);    
    display: flex;
    flex-direction: column;
    height: 100%;;
}
.blog-posts .blog-card .blog-img {
    height: 230px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.blog-posts .blog-card .blog-img .badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 10px;
}
.blog-posts .blog-card .blog-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-posts .blog-card .blog-body h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    transition: .3s;
}
.blog-posts .blog-card .blog-body h5:hover {
    color: #04a96d;
}
.blog-posts .blog-card .blog-body .meta {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 15px;
}
.blog-posts .blog-card .blog-body .excerpt {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}
.blog-posts .blog-card .blog-body .read-more {
    font-size: 12px;
    font-weight: 700;
    color: #222;
    text-decoration: underline;
    text-underline-offset: 5px;    
    margin-top: auto;
}
.blog-posts .btn-view-more {
    border: 2px solid #eee;
    border-radius: 30px;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 700;
    transition: .3s;
}
.blog-posts .btn-view-more:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.contact-section .section-title {
    font-weight: 600;
    color: #222;
}
.contact-section .section-desc {
    max-width: 700px;
    color: #777;
    font-size: 14px;
}
.contact-section .title-divider {
    width: 45px;
    height: 2px;
    background: #04a96d;
    margin: 15px auto;
}
.contact-section .letter-spacing {
    letter-spacing: 2px;
    font-size: 11px;
}
.contact-section .form-control {
    background: #f4f4f4;
    border: 0;
    border-radius: 30px;
    padding: 25px 20px;
    font-size: 14px;
}
.contact-section .form-control:focus {
    box-shadow: none;
    background: #eee;
}
.contact-section textarea.form-control {
    border-radius: 20px;
}
.contact-section .btn-submit {
    background: #04a96d;
    color: #fff;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}
.contact-section .btn-submit:hover {
    background: #000;
    transform: translateY(-3px);
}
@media(max-width:991px) {
    .business-ideas .ideas-content {
    padding: 40px 20px;
}
}.blog-page {
    padding-top: 65px!important;
}
@media(max-width:991px) {
    .blog-page {
    padding-top: 100px!important;
}
}.blog-page .blog-post-item .post-thumb {
    position: relative;
    overflow: hidden;
}
.blog-page .blog-post-item .post-thumb .badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 6px 12px;
    border-radius: 0;
}
.blog-page .blog-post-item .post-title {
    font-size: 24px;
    font-weight: 700;
}
.blog-page .blog-post-item .post-title a {
    color: #222;
    text-decoration: none;
}
.blog-page .blog-post-item .post-title a:hover {
    color: #04a96d;
}
.blog-page .blog-post-item .post-meta {
    font-size: 13px;
    color: #bbb;
}
.blog-page .blog-post-item .post-meta span {
    margin-right: 15px;
}
.blog-page .blog-post-item .post-meta span a {
    color: #bbb;
}
.blog-page .blog-post-item .read-more {
    color: #222;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    text-decoration: none;
    transition: .3s;
}
.blog-page .blog-post-item .read-more:hover {
    border-color: #04a96d;
}
.blog-page .sidebar .widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.blog-page .sidebar .widget .widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #04a96d;
}
.blog-page .sidebar .category-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}
.blog-page .sidebar .category-list li a {
    color: #777;
    text-decoration: none;
    font-size: 14px;
}
.blog-page .sidebar .category-list li a::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 10px;
    color: #ccc;
}
.blog-page .sidebar .category-list li a:hover {
    color: #04a96d;
}
.blog-page .sidebar .search-form {
    position: relative;
}
.blog-page .sidebar .search-form input {
    border-radius: 30px;
    background: #f8f8f8;
    border: 0;
    padding: 25px 20px;
    font-size: 14px;
}
.blog-page .sidebar .search-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: 0;
    color: #ccc;
}
.blog-page .sidebar .recent-post-item a {
    font-size: 14px;
    color: #222;
    line-height: 1.4;
}
.blog-page .sidebar .recent-post-item a:hover {
    color: #04a96d;
    text-decoration: none;
}
.flatpickr-calendar {
    box-shadow: none;
    border: 1px solid #eee;
    width: 100%!important;
}
.flatpickr-calendar .flatpickr-day.selected {
    background: #04a96d;
    border-color: #04a96d;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
    color: #333;
    fill: #333;
}
.flatpickr-container {
    display: block;
    width: 100%}
.flatpickr-container .flatpickr-calendar.inline {
    width: 100%!important;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    top: 0;
}
.flatpickr-container .flatpickr-calendar.inline .flatpickr-innerContainer {
    width: 100%}
.flatpickr-container .flatpickr-calendar.inline .flatpickr-innerContainer .flatpickr-rContainer {
    width: 100%}
.flatpickr-container .flatpickr-calendar.inline .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.flatpickr-container .flatpickr-calendar.inline .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%}
.flatpickr-day.selected, .flatpickr-day.selected:hover {
    background: #04a96d!important;
    border-color: #04a96d!important;
}
.carousel-bg {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-indicators {
    position: absolute;
    z-index: 10;
    pointer-events: auto;
}
.carousel-item, .carousel-bg {
    pointer-events: none;
}
.carousel-indicators li {
    pointer-events: auto;
}
.carousel-control-prev, .carousel-control-next {
    z-index: 10;
}
.btn-primary {
    background: #04a96d;
    color: #fff;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}
.btn-primary:hover {
    background: #000;
    transform: translateY(-3px);
}
.footer-contact-form input {
    margin-bottom: 8px;
}
.footer-contact-form .btn {
    color: white;
    font-weight: bold;
    font-size: .8rem;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    margin-top: 10px;
}
.recent-post-item img {
    object-fit: cover;
    border-radius: 25px;
    border: solid 1px #eee;
}
.post-item img {
    width: 100%;
    height: 60px;
    max-width: 60px;
    object-fit: cover;
}
.blog-post-item {
    border-bottom: dotted 1px #000;
}
.news-detail p {
    color: #6c757d!important;
}
.solution-content {
    min-height: 100%}
.professional-solutions .solution-content .desc a {
    display: block;
    font-size: 18px;
}
.solution-content .content-inner {
    padding: 40px;
}
.business-development {
    padding: 80px 0;
    background: #fff;
}
.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}
.business-list {
    padding-left: 18px;
}
.business-list li {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #333;
    font-size: 15px;
}
.business-list li strong {
    display: block;
    line-height: 28px;
}
.skill-wrapper {
    padding-left: 40px;
}
.skill-item {
    margin-bottom: 28px;
}
.skill-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 8px;
}
.progress {
    height: 14px;
    background-color: #f2f2f2;
    border-radius: 0;
    overflow: hidden;
}
.progress-green {
    background-color: #6fbf73;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 10px, transparent 10px, transparent 20px);
}
.cp-image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%}
.cp-image img {
    transition: transform .4s ease;
    transform: scale(1.1);
}
.cp-image:hover img {
    transform: scale(1);
}
.cp-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s ease;
}
.cp-image:hover .cp-overlay {
    opacity: 1;
}
.cp-overlay i {
    font-size: 36px;
    color: #fff;
}
.navbar-collapse {
    transition: height .35s ease;
}
.form-group .control-label {
    line-height: 53px;
    font-size: 20px;
    text-align: left;
}
@media(min-width:992px) {
    .cp-image.h-100 img {
    object-fit: cover;
    height: 100%}
}@media(max-width:991px) {
    .skill-wrapper {
    border-left: 0;
    padding-left: 0;
    margin-top: 40px;
}
}@media(max-width:991px) {
    .professional-solutions .solution-content {
    padding: 60px 30px;
}
.professional-solutions .solution-image {
    min-height: auto;
}
.img-carousel .carousel .carousel-bg {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.solution-content .content-inner {
    padding: 0!Important;
}
.solution-content .content-inner {
    padding: 0!Important;
}
.navbar {
    background-color: #fff;
}
.navbar-toggler {
    background-color: #222327!important;
}
.navbar-nav .nav-link {
    color: #000!important;
}
.navbar-social {
    display: none;
}
.navbar-desktop {
    display: none;
}
}@media(max-width:767px) {
    .professional-solutions .services-grid .service-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.professional-solutions .services-grid .service-item .icon-box {
    margin-bottom: 15px;
    text-align: center;
}
.section-header h2 {
    font-size: 24px;
}
}.hero-slider {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}
.hero-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .8s ease-in-out;
}
.hero-slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}
.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    font-size: 32px;
    font-weight: bold;
}
.hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}
.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: transform .3s ease, background .3s ease;
}
.hero-dot.active {
    background: #fff;
    transform: scale(1.2);
}
.custom-navbar {
    background: #fff!important;
    padding: 12px 16px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .3);
    display: block;
}
@media(min-width:992px) {
    .custom-navbar {
    display: none;
}
}.custom-navbar .navbar-toggler {
    float: right;
}
.nav-menu {
    display: none;
}
.nav-menu.open {
    display: block;
}
@media(min-width:768px) {
    .nav-menu {
    display: block!important;
}
}.mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #111;
    padding: 30px;
}
.mega-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.mega-item {
    color: #fff;
    text-decoration: none;
}
.mega-item h6 {
    margin-bottom: 4px;
    font-weight: 600;
}
.mega-item p {
    font-size: 13px;
    opacity: .7;
}
@media(min-width:768px) {
    .nav-item.mega: hover .mega-menu {
    display: block;
}
}@media(max-width:991px) {
    .mega-menu {
    position: static;
    padding: 15px 0;
}
.mega-grid {
    grid-template-columns: 1fr;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 10px;
    border-bottom: solid 1px #aaa;
}
.hero-slider {
    height: 60vh;
}
}.custom-navbar {
    background: rgba(0, 0, 0, .85);
    padding: .5rem 1rem;
}
.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: .25rem .75rem;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvgxmlns='http://www.w3.org/2000/svg'viewBox='003030'%3e%3cpathstroke='rgba(255, 255, 255, .75)'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e");
}
.custom-collapse {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
}
.custom-collapse.open {
    max-height: 100vh;
}
.custom-collapse .navbar-nav {
    flex-direction: column;
    padding-top: .5rem;
}
.custom-collapse .nav-item {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.custom-collapse .nav-link {
    padding: .75rem 0;
    font-size: 15px;
    color: rgba(255, 255, 255, .9);
}
.mega-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    background: #111;
}
.mega-menu.open {
    max-height: 400px;
}
.mega-item {
    display: block;
    padding: .6rem 0 .6rem 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, .05);
}
@media(min-width:992px) {
    .custom-collapse {
    max-height: none;
    overflow: visible;
}
.navbar-nav {
    flex-direction: row;
}
.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: none;
    display: none;
    padding: 2rem;
}
.has-mega:hover .mega-menu {
    display: block;
}
}.main-footer p {
    color: #fff!important;
}
.main-footer ul li {
    color: #fff!important;
    display: flex;
    align-items: flex-start;
}

.main-footer ul li i {
    width: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.client-slider {
    width: 100%}
.client-item {
    padding: 15px;
}
.client-item img {
    margin: auto;
    height: 10em;
    transition: transform .3s ease;
}
.client-item:hover img {
    transform: scale(1.1);
}
.slick-slide {
    display: block!important;
}
.client-slider, .client-slider * {
    min-height: 1px;
}

.recent-posts h6 {  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}