.top-nav {
    background: rgb(247, 247, 252);
    height: 38px;
}

.top-nav-sections {
    display: flex;
    justify-content: end;
}

.social-icons {
    display: flex;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 38px;
    border-right: 1px solid #adadad;
}

.social-icon:last-child {
    border-right: 0;
}

.social-icon a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-selector {
    padding-left: 12px;
    border-left: 1px solid #adadad;
}

#lang-select {
    border: 0;
    background: transparent;
    height: 38px;
}

#lang-select:focus-visible {
    outline: none;
}

.navbar-expand-xl .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.banner .item .captions .text1 {
    display: none;
}

.banner .item .captions .para {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 20px;
    padding-bottom: 40px;
    overflow: hidden;
    opacity: 0.6;
    font-weight: 300;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#about-us {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.service {
    margin-bottom: 30px;
}

.service-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    margin: 0 auto 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    transition: 0.5s all linear;
}

.service-image img {
    width: 100% !important;
    height: auto !important;
}

.service-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content .h4 {
    padding: 10px 0;
    font-weight: 800;
    line-height: 1.3;
    font-size: 26px;
}

.service-content .para {
    text-align: justify;
}

.service.service-right .row .col-md-5 {
    order: 1
}

.service.service-right .row .col-md-7 {
    order: 2
}

.projects .project {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.fullimg {
    border: 5px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
}

.projects .project .fullimg img {
    width: 100%;
    height: auto;
}

.projects .project .contents {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 60px;
    opacity: 1;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
    padding: 16px 20px;
    width: 90%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    transition: 0.2s all linear;
    border-radius: 60px;
}

.projects .project .contents .description {
    font-size: 12px;
    color: #ffffff
}

.projects .project .contents .title {
    text-align: center;
    padding-bottom: 0;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.projects .project .contents .link {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.projects .project .contents .link a {
    background-color: #ffffff;
    color: #393A71;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

#contact-form {
    background: url('../images/contact-form/contact-form-bg.jpg');
    background-size: cover;
    padding: 60px 0;
}

#contact-form .section-title .title-short {
    color: #ffffff;
    font-weight: 300;
}

#contact-form .section-title .title-main {
    color: #ffffff;
}

#contact-form label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 16px;
}

#contact-form .form-control {
    background: transparent;
    color: #ffffff;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
}

#contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

#contact-form .contact-form-btn {
    display: block;
    padding: 6px 40px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin: 20px auto 0;
    font-weight: 600;
    width: fit-content;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s all linear;
}

#contact-form .contact-form-btn:hover {
    background: #fff;
    color: var(--main-color-2);
}

#contact-form .section-title:before {
    background: #ffffff;
}

#contact-form .section-title:after {
    background: var(--main-color-2);
}

#contact-us h5 {
    text-decoration: none;
}

.footer-logo {
    width: 33%
}

.section-title .title-main {
    font-size: 24px;
}

/* Testimonials */
#testimonials {
    background: rgb(247, 247, 252);
}

.testimonials {
    border-radius: 10px;
    /* box-shadow: 0 0 160px 0 rgba(0, 0, 0, 0.05); */
}

.testimonial {
    padding: 1rem;
    background: #ffffff;
    border-radius: 20px;
}

.feedback-image {
    height: 60px;
    width: 60px;
    text-align: center;
    margin: 15px auto 20px;
    background: #ddd;
    border-radius: 50px;
}

.feedback-info {
    padding: 15px 10px 15px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.stars {
    padding: 12px 0 16px
}

.stars svg {
    fill: red;
    stroke-width: 0;
}

.feedback-info .name {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.feedback-info .company {
    margin-bottom: 6px;
    font-style: italic;
}

.feedback {
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
}

#page_banner {
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 30px;
    background: url('../images/page-banner.jpg');
    background-size: cover;
    background-position: center;
}

#term_banner{
        position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 30px;
    background: url('../images/term.jpg');
    background-size: cover;
    background-position: center;
}
#privacy_banner{
        position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 30px;
    background: url('../images/privacy.jpg');
    background-size: cover;
    background-position: center;
}

.page-banner-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    color: #ffffff;
}

.page-banner-content .page-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.breadcrumb-item {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-item.active {
    color: #ffffff;
}

.service-page {
    padding: 10px 0;
}

.service-page h2 {
    font-weight: 900;
    font-size: 30px;
    max-width: 700px;
    margin-bottom: 15px;
}

.intro-text p {
    max-width: 700px;
    font-size: 15px;
    line-height: 1.5rem;
}

.cover-img {
    margin: 30px 0 40px;
}

.cover-img img {
    width: 100%;
    height: auto;
}

.service-page h3,
.service-page .h3 {
    font-weight: 900;
    margin-bottom: 25px;
}

.service-skills {
    margin: 16px 0 25px;
}

.service-skills .item {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    background: #f7f7fc;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.service-skills .icon {
    box-shadow: 0 0 #000000, 0 0 #000000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: 50px;
    height: 50x;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.service-skills .text {
    font-weight: 600;
}

.service-goals .item {
    border: 1px solid #c4c4e4;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px
}

.service-goals .h4 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 900;
}

.goal-list {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.goal-list:last-child {
    margin-bottom: 5px;
}

.goal-list .tick-icon svg {
    color: #083c88;
    width: 20px;
}

.goal-list p {
    margin-bottom: 0;
}

.service-para-content {
    margin: 20px 0 40px;
    width: 100%;
}

.service-para-content p {
    text-align: justify;
}

.service-contact {
    background: url('../images/services/details/service-contact-bg.webp');
    position: relative;
    padding: 60px 0 55px;
}

.service-contact .item {
    text-align: center;
}

.service-contact .item::before {
    content: "";
    background-color: rgba(8, 60, 136, 0.75);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.service-contact .content-heading,
.service-contact .service-button-lg {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.service-contact .content-heading {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-contact .service-button-lg {
    padding: 12px 38px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    width: auto;
    align-items: center;
    display: inline-flex;
    margin: 13px auto 0;
}

.service-contact .service-button-lg svg {
    margin-left: 20px;
}

.service-goals {
    padding: 20px 0 40px;
}

.contact-page {
    padding: 10px 0;
}

.contact-page #contact-form {
    margin-bottom: 30px;
    border-radius: 40px;
}

.contact-details {
    display: flex;
    height: 100%;
    align-items: center;
}

.contact-details .item {
    padding: 24px;
    border-bottom: 1px solid #d8dce7;
}

.contact-details .item:last-child {
    border-bottom: 0;
}

.contact-details .item .heading {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}

.contact-details .item .value {
    font-size: 16px;
}

.map-image {
    margin-top: 30px;
    margin-bottom: 30px;
}

.map-image img {
    width: 100%;
}

.service-page .intro-text .pre-header {
    font-size: 18px;
    color: #083c88;
    font-weight: 600;
}

.services-list {
    padding: 25px 0;
}

.services-list .item {
    display: flex;
    padding: 12px;
    gap: 25px;
    background: #f7f7fc;
    border: 1px solid #d8d4eb;
    border-radius: 10px;
    margin-bottom: 15px;
}

.services-list .item .icon {
    width: 58px;
    height: 58px;
    background: #ff0000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-list .item .icon svg {
    width: 34px;
    height: 34px;
    color: #fff;
}

.services-list .item .content {
    width: calc(100% - 73px);
}

.services-list .item .content .title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.services-list .item .content .description {
    font-size: 16px;
    margin-bottom: 12px;
    padding-right: 3px;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-list .item .content .goto-btn {
    font-size: 16px;
    margin-bottom: 10px;
    color: #083c88;
    font-weight: 600;
}

.services-list .item .content .goto-btn svg {
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 420px) {
    .service-image {
        width: 70%;
    }

    .banner .item .captions .text2 {
        font-size: 32px;
    }

    .banner .item .captions .para {
        font-size: 16px;
        height: 33px;
        padding-bottom: 50px;
    }

    /* .banner .item .captions .text2 {
        font-size: 46px;
    }
    .banner .item .captions .para {
        font-size: 18px;
        height: 33px;
        padding-bottom: 50px;
    } */

    #page_banner {
        height: 180px;
    }
    #term_banner {
        height: 180px;
    }
        #privacy_banner {
        height: 180px;
    }
    .page-banner-content .page-title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 480px) {
    .testimonials {
        max-width: 440px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 540px) {
    .testimonials {
        max-width: 480px;
    }

    #page_banner {
        height: 200px;
    }
     #term_banner {
        height: 200px;
    }
      #privacy_banner {
        height: 200px;
    }

    .page-banner-content .page-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .banner .item .captions .text1 {
        display: block;
    }

    .banner .item .captions .text2 {
        font-size: 60px;
    }

    .banner .item .captions .para {
        font-size: 16px;
        height: 33px;
        padding: 0 20px 50px;
        width: 760px;
    }

    .service {
        margin-bottom: 0px;
    }

    .service.service-left {
        background: rgb(57, 58, 113);
        background: linear-gradient(90deg, rgba(57, 58, 113, 0.8) 0%, rgba(255, 255, 255, 0) 65%);
        border-radius: 300px;
    }

    .service.service-right {
        background: rgb(57, 58, 113);
        background: linear-gradient(270deg, rgba(57, 58, 113, 0.8) 0%, rgba(255, 255, 255, 0) 65%);
        border-radius: 300px;
    }

    .service-image {
        height: 250px;
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        overflow: hidden;
        margin: 23px auto 23px 30px;
        border: 1px solid rgba(255, 255, 255, 0);
        transition: 0.5s all linear;
    }

    .service.service-right .service-image {
        margin: 23px 30px 23px auto;
    }

    .service.service-right .row .col-md-7 {
        order: 1;
    }

    .fullimg {
        border: 0px solid #d3d3d3;
        overflow: visible;
    }

    .projects .project {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.5);
        border-radius: 15px;
    }

    .projects .project .contents {
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        height: 100%;
        opacity: 0;
        bottom: 0;
        padding: 16px 20px;
        width: 100%;
        transition: 0.2s all linear;
        border-radius: 0;
    }

    .projects .project:hover .contents {
        opacity: 1;
    }

    .projects .project:hover .contents .description {
        font-size: 12px;
        color: #ffffff
    }

    .projects .project .contents .title {
        text-align: center;
        padding-bottom: 90px;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .projects .project:hover .contents .title {
        text-align: center;
        padding-bottom: 90px;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .projects .project .contents .link {
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .projects .project:hover .contents .link {
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .projects .project:hover .contents .link a {
        background-color: #ffffff;
        color: #393A71;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
    }

    .testimonials {
        max-width: 580px;
    }

    .testimonial {
        padding: 2rem;
    }

    #page_banner {
        height: 230px;
    }
     #term_banner {
        height: 230px;
    }
      #privacy_banner {
        height: 230px;
    }

    .page-banner-content .page-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

    .service-contact .content-heading {
        width: 60%;
        margin: 0 auto 20px;
        font-size: 20px;
    }

    .services-list {
        padding: 25px 0;
        margin-top: 20px;
    }

    .services-list .item {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 992px) {
    .testimonials {
        max-width: 768px;
    }

    .service-para-content {
        width: 80%;
        margin: 20px auto 40px
    }

    .service-para-content p {
        text-align: center;
        line-height: 1.6;
    }

    .contact-details .item {
        padding: 30px 0;
    }

    .contact-details .item .heading {
        font-size: 26px;
    }

}

@media screen and (min-width: 1024px) {
    .section-title .title-main {
        font-size: 28px;
    }

    .feedback-image {
        margin-bottom: 30px;
    }

    .page-banner-content .page-title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .breadcrumb-item {
        font-size: 16px;
    }

    .service-goals .item {
        height: 100%;
        padding: 24px;
    }

    .service-goals .h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .service-para-content {
        width: 100%;
        margin: 50px auto 60px
    }

    .service-para-content p {
        text-align: justify;
    }

    .services-list .item {
        padding: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .banner .item .captions .text2 {
        font-size: 110px;
    }

    .banner .item .captions .para {
        font-size: 18px;
        line-clamp: none;
        -webkit-line-clamp: none;
        height: auto;
    }

    #about-us {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .service-page {
        padding: 50px 0 0;
    }

    .service-image {
        height: 350px;
        width: 350px;
    }

    .service-content .h4 {
        font-size: 30px !important;
    }

    .service-content .para {
        width: 80%;
        text-align: justify;
    }

    .service.service-left .service-content {
        padding-right: 60px;
        padding-left: 40px;
    }

    .service.service-right .service-content {
        padding-left: 100px;
    }

    #service {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    #projects {
        margin-top: 3rem !important;
    }

    #contact-form .form {
        padding: 10px 150px 0;
    }

    .testimonial {
        padding: 2.5rem;
    }

    #page_banner {
        height: 250px;
    }
     #term_banner {
        height: 250px;
    }
      #privacy_banner {
        height: 250px;
    }

    .service-page h2 {
        font-size: 60px;
        max-width: 700px;
        margin-bottom: 20px;
    }

    .intro-text p {
        font-size: 16px;
        line-height: 1.75rem;
    }

    .service-contact .content-heading {
        width: 40%;
        font-size: 24px;
    }

    .service-goals {
        margin: 0 0 40px;
    }

    .contact-page #contact-form .form {
        padding: 10px 10px 0;
    }

    .contact-page {
        padding: 50px 0;
    }

    .services-list .item {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .services-list .item .content .title {
        font-size: 24px;
    }

    .services-list .item .content .description {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .services-list .item .content .goto-btn {
        font-size: 17px;
    }
}

@media screen and (max-width: 676px) {
    #footer.wow {
        visibility: visible !important;
        animation-name: none !important;
    }

    .service {
        overflow: hidden;
    }
}