body {
    overflow-x: hidden
}

#slider {
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
    width: 100vw
}

.nav-btn {
    display: block !important;
    align-self: center !important
}

.nav-btn a {
    padding: 7px 20px !important;
    background: #242e45 !important;
    color: #fff !important
}

.navbar-nav li:not(:last-child) {
    margin-right: 40px !important
}

#our-testimonials {
    background: url("/images/backgrounds/our-testimonial-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto
}

.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    padding: 2rem
}

.stats-card {
    background: #fff;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: transform .3s ease
}

.stats-card:hover {
    transform: translateY(-5px)
}

.stats-content {
    text-align: center
}

.stats-number {
    font-size: 2.5rem;
    margin: .5rem 0
}

.stats-label {
    font-size: 1rem;
    opacity: .9
}

.review-stars {
    font-size: 1.2rem;
    letter-spacing: 2px
}

.text-warning {
    color: #ffc107
}

#page-banner {
    height: 250px;
    background: url("/images/backgrounds/page-header-bg.png");
    background-color: #f3f3ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

@media(max-width: 576px) {
    #page-banner {
        height: 200px
    }
}

#page-banner h5 {
    font-size: 1.75rem
}

#page-banner .breadcrumb {
    font-size: .95rem
}

.section-heading-type-1 .sub-heading {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #1a1a7a;
    margin-bottom: .5rem
}

.section-heading-type-1 .heading {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 600
}

#our-testimonials .each-testimonial {
    background: #fff;
    border: 1px solid rgba(85, 97, 113, .1411764706);
    border-radius: 46px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 40px
}

#our-testimonials .each-testimonial .review-stars {
    margin-bottom: 1rem
}

#our-testimonials .each-testimonial .content p {
    font-size: 1.05rem;
    line-height: 1.75;
    font-weight: 500;
    color: #556171;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#our-testimonials .each-testimonial .profile-user {
    border-top: 1px solid rgba(85, 97, 113, .1411764706);
    padding-top: 1.25rem
}

#our-testimonials .each-testimonial .profile-user .profile-image {
    margin-right: 20px
}

#our-testimonials .each-testimonial .profile-user .profile-image img {
    width: 40px;
    height: 40px
}

#our-testimonials .each-testimonial .profile-user .profile-content .profile-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0
}

#our-testimonials .each-testimonial .profile-user .profile-content .profile-subtitle {
    font-size: .9rem;
    color: #556171;
    margin-top: 0;
    line-height: 1
}

.footer {
    padding: 4rem 0 0 0;
    background: #fff
}

.footer .copyright {
    text-align: center;
    font-size: .9rem;
    margin-top: 2rem;
    padding: .3rem 0;
    background: #f3f3ff;
    border-radius: 30px
}

.footer .copyright p {
    margin-bottom: 0
}

.footer .description {
    font-size: 1em;
    line-height: 1.5;
    max-width: 85%;
    color: #000
}

.footer .address-list li p {
    margin-bottom: 0
}

.footer .address-list li:not(:last-child) {
    margin-bottom: 1rem !important
}

.footer .address-list li .icon-group {
    display: flex
}

.footer .address-list li .icon-group .icon {
    margin-right: 10px;
    margin-top: -5px
}

.footer .address-list li .icon-group .icon i {
    color: #1a1a7a
}

.footer .address-list li .icon-group .content p,
.footer .address-list li .icon-group .content a {
    font-size: 1em;
    color: #000;
    line-height: 1.5;
    font-weight: 500
}

.footer h5 {
    color: #1a1a7a;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem !important
}

.footer .list-unstyled i {
    color: #1a1a7a;
    font-weight: 800
}

.footer .list-unstyled li:not(:last-child) {
    margin-bottom: .2rem
}

.footer .list-unstyled a {
    color: #000;
    font-weight: 400;
    font-size: 1em
}

.service-section .service-menu {
    background: #f3f3ff;
    padding: 30px 20px;
    border-radius: 20px
}

@media(min-width: 991px) {
    .service-section .service-menu {
        margin-left: 50px;
        position: sticky;
        top: 0
    }
}

@media(max-width: 991px) {
    .service-section .service-menu {
        margin-bottom: 2.5rem;
        display: none
    }
}

.service-section .service-menu li:not(:last-child) {
    margin-bottom: 20px
}

.service-section .service-menu li a {
    background: #fff;
    border-radius: 30px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.service-section .service-menu li a.active {
    background: #1a1a7a;
    color: #fff
}

.service-section .service-menu li a:hover {
    background: #1a1a7a;
    color: #fff
}

.service-section .service-menu li a i {
    padding-left: 10px
}

.service-section .service-sub-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px
}

.service-section .each-service-part:not(:last-child) {
    margin-bottom: 5px
}

.service-section .each-service-part i {
    margin-right: 10px;
    color: #1a1a7a
}

.service-section .each-service-part h5 {
    font-size: 1.15em;
    margin-bottom: 0;
    font-weight: 500;
    color: #1a1a7a
}

.service-section .each-service-part p {
    color: #000
}

.service-section .each-service-part .icon-group {
    display: flex
}

.service-section .each-service-part .icon-group .icon {
    padding-right: 15px;
    padding-top: 3px
}

.navbar {
    position: relative !important
}

#slider {
    margin-top: 0 !important
}

#quick-contact {
    background: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    color: #fff;
    padding: 2rem 0;
    text-align: center;
    font-weight: 600
}

@media(max-width: 768px) {
    #quick-contact {
        padding: 1rem 0
    }
}

#quick-contact .inside {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

#quick-contact .inside i {
    padding-right: 10px
}

@media(max-width: 768px) {
    #quick-contact .inside i {
        padding-right: 0;
        padding-bottom: 10px
    }
}

#quick-contact .inside a {
    margin-left: 10px
}

@media(max-width: 768px) {
    #quick-contact .inside a {
        margin-left: 0;
        margin-bottom: 10px
    }
}

.tp-caption * {
    margin: 0 !important
}

.slider-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 35, 64, .346);
    bottom: 0;
    right: 0;
    z-index: 1
}

.tp-caption {
    z-index: 999;
    padding-left: 60px
}

@media(max-width: 768px) {
    .tp-caption {
        padding-left: 20px
    }
}

.tp-caption a {
    padding: 10px 70px 10px 20px !important
}

.tp-caption .tp-resizeme {
    padding-left: 0 !important
}

.key-features .left-side h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a7a;
    margin-bottom: 0
}

.key-features .left-side h3 {
    font-size: 2.75rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.2
}

.key-features .left-side p {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    line-height: 1.6
}

.key-features .left-side .image {
    margin-top: 40px
}

.key-features .left-side .image img {
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    object-position: middle;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.key-features .each-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #e0edff;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 20px;
    display: flex;
    align-items: center
}

.key-features .each-feature:not(:last-child) {
    margin-bottom: 20px
}

.key-features .each-feature .icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center
}

.key-features .each-feature .icon i {
    color: #1a1a7a;
    font-size: 2rem
}

.key-features .each-feature .content h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600
}

.key-features .each-feature .content p {
    color: #475569;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5
}

#our-services {
    background: #dfedff
}

#our-services .section-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5
}

@media(max-width: 576px) {
    #our-services .section-title {
        font-size: 1.5rem
    }
}

#our-services .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media(min-width: 576px) {
    #our-services .grid-container {
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width: 768px) {
    #our-services .grid-container {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width: 992px) {
    #our-services .grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

#our-services .service-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

#our-services .service-card i {
    color: #1a1a7a !important;
    font-size: 2rem;
    padding-bottom: 20px
}

#our-services .service-card .cover {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: .05
}

#our-services .service-card .cover i {
    font-size: 4rem
}

#our-services .service-card h5 {
    font-size: 1.05rem;
    color: #000;
    font-weight: 600 !important;
    margin-bottom: 15px;
    line-height: 1.3
}

#our-services .service-card p {
    line-height: 1.5;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 500
}

#our-services .service-card a {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a7a;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: all .3s ease;
    border-top: 1px dashed #242e45;
    display: flex;
    align-items: center;
    padding-top: 15px
}

#our-services .service-card a i {
    font-size: 1rem;
    font-weight: 600;
    padding: 0 !important;
    padding-left: 10px !important
}

#our-services .service-card a:hover {
    color: #1a1a7a
}

#our-services .service-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

@media(max-width: 786px) {
    .border-color-dark-gray {
        border-color: #dedede !important
    }
    .key-features .each-feature {
        margin-top: 20px
    }
    .key-features .each-feature .icon {
        width: 50px;
        height: 50px
    }
    .nav-btn {
        margin-top: 15px
    }
    .service-section .each-service-part .icon-group .icon {
        display: none
    }
}

.navigation {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1000;
    min-height: 72px
}

.brand {
    position: absolute;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em
}

.brand a,
.brand a:visited {
    color: #262626;
    text-decoration: none
}

.nav-container {
    margin: 0 auto;
    position: relative
}

.navigation .contaiinr-fluid {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 799px) {
    .navigation .container-fluid {
        padding-left: 45px;
        padding-right: 45px
    }
}

.navigation .brand img {
    max-height: 68px
}

nav {
    float: right
}

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

nav ul li {
    float: left;
    position: relative
}

@media(max-width: 798px) {
    nav ul li a {
        padding: 0 15px
    }
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #fff;
    color: #262626;
    text-decoration: none;
    transition: all .3s ease;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    white-space: nowrap
}

nav ul li a:hover,
nav ul li a:visited:hover {
    color: #2581dc;
    border-bottom: 3px solid #2581dc
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾"
}

@media screen and (min-width: 799px) {
    nav ul li:hover>.nav-dropdown {
        display: block
    }
}

nav ul li ul li {
    min-width: 250px
}

nav ul li ul li a {
    padding: 12px 20px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

nav ul li ul li a:hover {
    background: rgba(37, 129, 220, .05);
    color: #2581dc;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

nav ul li ul li:last-child a {
    border-bottom: none
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1001;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .08);
    margin-top: 5px;
    animation: fadeIn .3s ease-in-out
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 70px;
    width: 70px;
    z-index: 1002
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
        margin-top: 10px
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
        background: #fff;
        z-index: 1001
    }
    nav ul {
        display: none
    }
    nav ul li {
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }
    nav ul li:last-child {
        border-bottom: none
    }
    nav ul li a {
        padding: 15px 20px;
        line-height: 20px;
        border-bottom: none;
        white-space: normal
    }
    nav ul li a:hover {
        background: rgba(37, 129, 220, .05);
        border-bottom: none
    }
    nav ul li ul li a {
        padding-left: 30px;
        background: rgba(0, 0, 0, .02)
    }
    .nav-dropdown {
        position: static;
        box-shadow: none;
        border: none;
        margin-top: 0;
        animation: none
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: flex !important;
        align-items: center
    }
}

@media(min-width: 850px) {
    .nav-list li:not(:last-child) {
        margin-right: 25px
    }
}

.nav-list a {
    color: #242e45;
    font-weight: 600;
    font-size: 16.5px
}

.nav-dropdown li {
    margin-right: 0 !important
}

.nav-dropdown a {
    font-size: 15px
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    z-index: 1003
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #262626;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out
}

#nav-toggle span:before {
    top: -8px
}

#nav-toggle span:after {
    bottom: -8px
}

#nav-toggle.active span {
    background-color: rgba(0, 0, 0, 0)
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0
}

#nav-toggle.active span:before {
    transform: rotate(45deg)
}

#nav-toggle.active span:after {
    transform: rotate(-45deg)
}

.nav-dropdown-container {
    position: relative
}

.nav-dropdown-container::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    height: 10px;
    left: 0;
    right: 0;
    bottom: -10px
}

.slider-cover * {
    text-align: left !important
}