:root {
    --fontSize: 18px;
    --primaryColor: #fa6333;
    --secenderyColor: #4F56F6;
    --whiteColor: #ffffff;
    --blackColor: #0d0c54;
    --paragraphColor: #575757;
    --transition: .2s;
}

.section-title {
    max-width: 753px;
    margin: auto;
    margin-bottom: 30px;
}

.about-wrap .section-title {
    margin-bottom: 0px;
}

.section-title p {
    margin-top: 10px;
}

/*=========================================
Hero Area CSS
===========================================*/

.hero-area {
    margin-top: 88px;
    position: relative;
}

#home.hero-area {
    padding: 160px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('../images/home/header.png');
}

#home.hero-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1726px;
}

#home .hero-content {
    max-width: 989px;
    padding-top: 75px;
}

#home .hero-content .title {
    margin-bottom: 30px;
    position: relative;
}

#home .hero-content .title span {
    font-size: 20px;
    font-weight: 500;
    padding: 6px 16px;
    margin-bottom: 30px;
    border-radius: 30px;
    color: var(--whiteColor);
    font-family: var(--plus-jakarta-sans);
    background-color: #0041A3;
}

#home .hero-content .title h1 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
}

#home .hero-content .title h1 .chatbot {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    background-color: transparent;
    font-family: var(--heading-font-family);
}

#home .hero-content .title h1 .solution {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-family: var(--heading-font-family);
}

#home .hero-content .book {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
}

#home .hero-content .book svg {
    margin-left: 15px;
    transition: var(--transition);
}

#home .hero-content .book svg circle {
    transition: var(--transition);
}

#home .hero-content .book svg path {
    transition: var(--transition);
}

#home .hero-content .book:hover {
    color: #000;
}

#home .hero-content .book:hover svg circle {
    fill: var(--secenderyColor);
}

#home .hero-content .book:hover svg path {
    fill: #000;
}

/*=========================================
Experience Area CSS
===========================================*/
.experience-area {
    z-index: 1;
    position: relative;
    background-image: url('../images/home/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.experience-area .shape-5 {
    right: 147px;
    top: 0;
}

.experience-area .section-title h2 {
    font-size: 48px;
}

.experience-area .shape-5 img {
    animation: movebounce 4s linear infinite;
}

.single-experience-info {
    max-width: 400px;
    margin-bottom: 25px;
    text-align: center;
}

.single-experience-info .image {
    margin-bottom: 40px;
}

.single-experience-info .image img {
    border-radius: 10px;
}

.single-experience-info .content {
    padding-bottom: 45px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.single-experience-info .content h3 {
    font-size: 24px;
    margin-bottom: 13px;
}

.single-experience-info .content p {
    line-height: 1.4;
    max-width: 100%;
}

.single-experience-info .list h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    color: var(--blackColor);
    font-family: var(--heading-font-family);
}

.single-experience-info .list h2 .counter {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4em;
    color: var(--blackColor);
    font-family: var(--heading-font-family);
}

.single-experience-info .list .underline {
    font-size: 24px;
    font-weight: 500;
    color: var(--blackColor);
    text-decoration-line: underline;
    font-family: var(--heading-font-family);
}

/* .col-lg-4:nth-child(2) .single-experience-info {
    margin-left: 50px;
} */

/* .col-lg-4:nth-child(3) .single-experience-info {
    margin-left: 100px;
} */

/*=========================================
Analytics Area CSS
===========================================*/
.analytics-area {
    padding: 80px 0;
    background-image: url('../images/home/background2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.analytics-image {
    position: relative;
}

.analytics-user-card {
    top: 20px;
    right: -75px;
    left: auto;
    width: 353px;
    display: block;
    position: absolute;
}

.analytics-user-card .user {
    position: relative;
    padding: 15px;
    max-width: 353px;
    border-radius: 100px;
    background-color: var(--whiteColor);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.analytics-user-card .user img {
    width: 58px;
    height: 58px;
    margin-right: 20px;
    border-radius: 100%;
}

.analytics-user-card .user .content h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--heading-font-family);
}

.analytics-user-card .user .content span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    font-family: var(--heading-font-family);
}

.analytics-user-card .user .dots {
    top: 25px;
    right: 30px;
    position: absolute;
}

.analytics-user-card .user .dots li {
    margin-right: 7px;
    display: inline-block;
    position: relative;
}

.analytics-user-card .user .dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--blackColor);
}

.analytics-user-card .user .dots li:last-child {
    margin-right: 0;
}

.analytics-user-card.style-2 {
    top: auto;
    bottom: 30px;
    left: -37px;
}

.analytics-content .title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.analytics-content .title h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
}

.analytics-content .title p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.analytics-content .analytics-info {
    max-width: 100%;
}

.analytics-content .analytics-info .icon {
    width: 73px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 25px;
}


.analytics-content .analytics-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.analytics-content .analytics-info p {
    line-height: 1.7;
    font-family: var(--body-font-family);
    color: #fff;
}

.analytics-content .default-btn {
    margin-top: 10px;
}

/*=========================================
Features Area CSS
===========================================*/
.features-area {
    padding-top: 125px;
    padding-bottom: 75px;
}

.features-section-title {
    margin-bottom: 50px;
}

.features-section-title .title {
    margin-right: 40px;
}

.features-section-title .title h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 0;
}

.features-section-title .paragraph {
    padding-left: 260px;
    position: relative;
}

.features-section-title .paragraph p {
    font-size: 20px;
    line-height: 1.4;
}

.features-section-title .paragraph::before {
    width: 1px;
    height: 78px;
    content: "";
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
}

.single-features-card .icon {
    margin-bottom: 30px;
}

.single-features-card .icon img {
    width: 70px;
}

.single-features-card .icon svg path {
    transition: var(--transition);
}

.single-features-card h3 {
    max-width: 240px;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.single-features-card p {
    font-size: 16px;
    line-height: 1.6;
}

.single-features-card:hover .icon svg path {
    fill: var(--primaryColor);
}

.col-lg-3:nth-child(1) .single-features-card {
    margin-right: 30px;
}

.col-lg-3:nth-child(2) .single-features-card {
    margin-left: 20px;
    margin-right: 20px;
}

.col-lg-3:nth-child(3) .single-features-card {
    margin-left: 40px;
}

.col-lg-3:nth-child(4) .single-features-card {
    margin-left: 54px;
}


/*=========================================
Banking Area CSS
===========================================*/
.banking-area {
    padding: 80px 0;
    background-color: var(--whiteColor);
}

.banking-content {
    margin-left: 20px;
    margin-bottom: 25px;
}

.banking-content .title h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.banking-content h6 {
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.banking-content h6 i {
    left: 0;
    top: -2px;
    font-size: 25px;
    position: absolute;
    color: var(--primaryColor);
}

.banking-content ul {
    margin-top: 30px;
}

.banking-content ul li {
    margin-right: 10px;
    display: inline-block;
}

.banking-content ul li:last-child {
    margin-right: 0;
}


/*=========================================
Partner Area CSS
===========================================*/
.partner-area {
    z-index: 1;
    position: relative;
    background-color: var(--secenderyColor);
}

.partner-area .partner-slider {
    overflow: hidden;
}

.partner-area .shape-2 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    text-align: center;
}

.partner-title {
    margin-bottom: 40px;
}

.partner-title h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--whiteColor);
}

.single-partner-logo img {
    max-width: 100px;
}

/*=========================================
Hero Area CSS
===========================================*/
#about.hero-area {
    padding: 160px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/aboutUs/header 1.jpg');
}

#about.hero-area .container-fluid {
    max-width: 1720px;
    padding-left: 30px;
    padding-right: 30px;
}

/* #about .hero-content {
    padding-top: 95px;
    padding-left: 10px;
} */

/* #about .hero-content .title {
    margin-bottom: 45px;
} */

#about .hero-content .title h2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 15px;
    color: #fff;
    text-transform: capitalize;
}

#about .hero-content .title p {
    color: #fff;
    font-weight: 600;
    max-width: 460px;
}

#about .hero-content .title h2 span {
    background: linear-gradient(90deg, #3733FA 1.52%, #8B00F9 33.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#about .hero-content .hero-button ul li {
    margin-right: 15px;
    display: inline-block;
}

#about .hero-content .hero-button ul li a {
    z-index: 1;
    position: relative;
    border-radius: 200px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--blackColor);
    display: inline-block;
    text-decoration: none;
    border: 1px solid var(--blackColor);
    font-family: var(--heading-font-family);
}

#about .hero-content .hero-button ul li a svg {
    margin-right: 7px;
}

#about .hero-content .hero-button ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    z-index: -1;
    opacity: 0;
    color: var(--blackColor);
    border: unset;
    transition: var(--transition);
    background: linear-gradient(90deg, #FA339E 0.43%, #E05E00 104.95%);
}

#about .hero-content .hero-button ul li a:hover {
    border-color: transparent;
}

#about .hero-content .hero-button ul li a:hover::before {
    opacity: 1;
}

#about .hero-content .hero-button ul li:last-child {
    margin-right: 0;
}

#about .hero-content .hero-button ul li:last-child a {
    border-color: transparent;
    color: var(--whiteColor);
}

#about .hero-content .hero-button ul li:last-child a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    z-index: -1;
    opacity: 1;
    color: var(--whiteColor);
    border: unset;
    transition: var(--transition);
    background: linear-gradient(90deg, #FA339E 0.43%, #E05E00 104.95%);
}

#about .hero-content .hero-button ul li:last-child a:hover {
    border-color: var(--blackColor);
    color: var(--blackColor);
}

#about .hero-content .hero-button ul li:last-child a:hover::before {
    opacity: 0;
}

#about .hero-content .image {
    margin-top: -75px;
    margin-left: 175px;
    margin-right: -80px;
}


/*=========================================
Probably Area Style
===========================================*/
.probably-area {
    background-image: url('../images/aboutUs/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.probably-image {
    margin-bottom: 25px;
}

.probably-image .image {
    margin: auto auto 0px;
    max-width: 500px;
}

.probably-image .probably-info ul li {
    padding-right: 25px;
    margin-right: 25px;
    position: relative;
    display: inline-block;
}

.probably-image .probably-info ul li h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.probably-image .probably-info ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 72px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.17);
}

.probably-image .probably-info ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.probably-image .probably-info ul li:last-child::before {
    display: none;
}

/* .probably-content .title {
    margin-bottom: 50px;
} */

.probably-content .title h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.probably-content .title p {
    line-height: 1.5;
    margin-bottom: 25px;
}

.probably-content .image {
    position: relative;
}

.probably-content .image .img-2 {
    top: 0;
    left: 40px;
    position: absolute;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .probably-image .probably-info ul li {
        padding-right: 25px;
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .probably-area {
        background-image: none;
        background-color: #fff;
    }
}


/*=========================================
Customers Area Style
===========================================*/
.customers-area {
    background-image: url('../images/aboutUs/3_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.customers-content .title {
    margin-bottom: 60px;
}

.customers-content .icon img {
    width: 100%;
}

.customers-content .title h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--whiteColor);
}

.customers-content .title h2 svg {
    display: block;
    flex: 0 0 auto;
    margin-right: 25px;
}

.customers-card {
    margin-top: 60px;
}

.single-customers-card {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px -2px rgba(17, 24, 39, 0.06), 0px 4px 8px -2px rgba(17, 24, 39, 0.1);
}

.single-customers-card h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}

.single-customers-card h3 svg {
    display: block;
    flex: 0 0 auto;
    margin-right: 20px;
}

.single-customers-card p {
    color: #000;
}

.single-customers-card p svg {
    display: block;
    flex: 0 0 auto;
    margin-right: 10px;
}

.single-customers-card .user {
    margin-left: 27px;
}

.single-customers-card .user h6 {
    font-size: 18px;
    font-weight: 700;
    color: #e5e7eb;
    margin-bottom: 8px;
}

.single-customers-card .user p {
    font-size: 14px;
    font-weight: 400;
    color: #d1d5db;
}

.col-lg-6:nth-child(1) .single-customers-card {
    margin-right: 60px;
    margin-bottom: 70px;
}

.col-lg-6:nth-child(2) .single-customers-card {
    margin-left: -50px;
}

.col-lg-6:nth-child(2) .single-customers-card:nth-child(2) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
    .single-customers-card h3 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .single-customers-card {
        text-align: center;
    }
}

/*=========================================
Solutions Area CSS
===========================================*/

.section_3 {
    background-image: url('../images/aboutUs/4_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.solutions-content {
    margin-bottom: 25px;
    margin-right: 100px;
}

.solutions-content .title {
    margin-bottom: 30px;
}

.solutions-content .title h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.solutions-content ul li {
    padding: 25px 45px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #7278e7, #3f97ff);
}

.solutions-content ul li h3 {
    font-size: 24px;
    color: #fff;
}

.solutions-content ul li p {
    max-width: 434px;
    line-height: 1.5;
    color: #fff;
    margin-top: 10px;
}

.solutions-content ul li:nth-child(2) {
    margin-left: 70px;
    margin-right: -70px;
}

.solutions-content ul li:last-child {
    margin-bottom: 0;
}

.solutions-image {
    margin-left: 80px;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}

.solutions-image .image-1 {
    margin-bottom: 30px;
}

.solutions-image .image-2 {
    margin-bottom: 30px;
    margin-left: -60px;
}

.solutions-image .image-3 {
    margin-bottom: 30px;
}

.solutions-image .image-4 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .solutions-content ul li p {
        max-width: 100%;
    }
}


/*=========================================
Testimonial Area Style
===========================================*/
.testimonial-area {
    padding: 40px 0 80px;
    z-index: 1;
    position: relative;
}

.testimonial-container .title h2 {
    margin-bottom: 30px;
    font-size: 48px;
}

.testimonial-area .testimonial-bg-shape {
    right: 150px;
    top: 120px;
    z-index: -1;
    position: absolute;
}

.testimonial-image {
    margin-right: 155px;
    position: relative;
}

.testimonial-image .image-2 {
    top: -25px;
    left: 65px;
    position: absolute;
}

.testimonial-image .image-2 img {
    width: 103.506px;
    height: 103.506px;
    border-radius: 100%;
    border: 2.247px solid rgba(13, 12, 84, 0.24);
}

.testimonial-image .image-3 {
    top: -30px;
    right: 55px;
    position: absolute;
}

.testimonial-image .image-3 img {
    width: 130.046px;
    height: 130.046px;
    border-radius: 100%;
    border: 2.247px solid rgba(13, 12, 84, 0.24);
}

.testimonial-image .image-4 {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    z-index: -1;
}

.testimonial-image .image-4 img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2.247px solid rgba(13, 12, 84, 0.24);
}

.testimonial-image .image-5 {
    left: 45px;
    bottom: 30px;
    position: absolute;
}

.testimonial-image .image-5 img {
    width: 110.141px;
    height: 110.141px;
    border-radius: 100%;
    border: 2.247px solid rgba(13, 12, 84, 0.24);
}

.testimonial-image .image-6 {
    right: 50px;
    bottom: 5px;
    position: absolute;
}

.testimonial-image .image-6 img {
    width: 102px;
    height: 102px;
    border-radius: 100%;
    border: 2.247px solid rgba(13, 12, 84, 0.24);
}

.testimonial-responsitve-image {
    display: none;
}

.testimonial-content {
    margin-left: 0px;
    margin-bottom: 25px;
    position: relative;
}

.testimonial-content h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
}

.testimonial-content .list-unstyled {
    margin-top: 25px;
}

.testimonial-content .user li {
    position: relative;
    padding-left: 100px;
}

.testimonial-content .user li h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.testimonial-content .user li p {
    font-size: 16px;
}

.testimonial-content .user li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 1px;
    transform: translateY(-50%);
    background-color: #000000;
}

.testimonial-slider {
    overflow: hidden;
}

@media only screen and (max-width: 991px) {}


/*=========================================
Hero Area Style
===========================================*/
#service.hero-area {
    z-index: 1;
    overflow: hidden;
    padding: 160px 0;
    background-image: url('../images/service/header 1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#service.hero-area.container-fluid {
    padding: 0;
    margin-left: 113px;
    max-width: 1810px;
}

#service.hero-area.hero-bg-shape {
    top: 0;
    left: 0;
    z-index: -1;
}

#service .hero-content {
    margin-left: 0;
    max-width: 700px;
    border-radius: 705px;
}

/* #service .hero-content .title {
    margin-bottom: 30px;
} */

#service .hero-content .title span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--primaryColor);
    font-family: var(--heading-font-family);
}

#service .hero-content .title h2 {
    font-size: 80px;
    font-weight: 600;
    color: var(--whiteColor);
    margin-bottom: 30px;
}

#service .hero-content .title p {
    color: #fff;
    font-weight: 600;
}

#service .hero-content .hero-button ul li {
    margin-right: 15px;
    display: inline-block;
}

#service .hero-content .hero-button ul li a {
    z-index: 1;
    position: relative;
    border-radius: 200px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--whiteColor);
    display: inline-block;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-family: var(--heading-font-family);
}

#service .hero-content .hero-button ul li a svg {
    margin-right: 7px;
}

#service .hero-content .hero-button ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    z-index: -1;
    opacity: 0;
    color: var(--whiteColor);
    border: unset;
    transition: var(--transition);
    background: linear-gradient(90deg, #FA339E 0.43%, #E05E00 104.95%);
}

#service .hero-content .hero-button ul li a:hover::before {
    opacity: 1;
}

#service .hero-content .hero-button ul li:last-child {
    margin-right: 0;
}

#service .hero-content .hero-button ul li:last-child a {
    border-color: transparent;
}

#service .hero-content .hero-button ul li:last-child a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    z-index: -1;
    opacity: 1;
    color: var(--whiteColor);
    border: unset;
    transition: var(--transition);
    background: linear-gradient(90deg, #FA339E 0.43%, #E05E00 104.95%);
}

#service .hero-content .hero-button ul li:last-child a:hover {
    border-color: rgba(255, 255, 255, 0.24);
}

#service .hero-content .hero-button ul li:last-child a:hover::before {
    opacity: 0;
}

#service .hero-image {
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/hero-1.jpg);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    #service .hero-content {
        margin-left: auto;
        margin-right: auto;
    }
}



/*=========================================
Easily Area Style
===========================================*/
.easily-area {
    z-index: 1;
    position: relative;
    background-image: url('../images/service/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.easily-image {
    position: relative;
}

.easily-image .image-1 {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
}

.easily-image .image-1 img {
    border-radius: 100%;
}

.easily-content .title h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 18px;
    color: #000;
}

.easily-content .title p {
    color: #000;
    line-height: 1.7;
}



/*=========================================
Financial Area CSS
===========================================*/
.financial-area {
    z-index: 1;
    position: relative;
    background-image: url('../images/service/3_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.financial-section-title {
    margin-bottom: 30px;
    text-align: center;
}

.financial-section-title h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.explore_area .financial-section-title h2 {
    color: #000;
}

.financial-section-title p {
    margin-top: 20px;
}

.single-financial-info {
    padding: 40px;
    border-radius: 10px;
    position: relative;
    transition: var(--transition);
}

.single-financial-info .icon {
    margin-bottom: 20px;
}

.single-financial-info .icon img {
    max-width: 100px;
}

.single-financial-info .icon h1 {
    font-size: 96px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.22);
}

.single-financial-info h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.single-financial-info p {
    color: #fff;
}

#faq.hero-area .single-financial-info p {
    line-height: 1.6;
}

/* .single-financial-info:hover {
    border-right: 2px solid #fff;
} */

.col-lg-3 .single-financial-info {
    border: unset;
    background-color: unset;
}



/*=========================================
Explore Area CSS
===========================================*/
.explore-area {
    padding: 100px 0;
    background-color: #f5f0ee;
}

.explore-section-title {
    margin-bottom: 40px;
}

.explore-section-title h2 {
    font-size: 48px;
    margin-bottom: 0;
    max-width: 949px;
    font-weight: normal;
}

.explore-info {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding: 25px;
    border-radius: 6px;
    background-color: #DBD9F8;
}

.explore-info .explore-image {
    padding: 40px;
    border-radius: 6px;
    background-color: var(--whiteColor);
}

.explore-info .explore-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    max-width: 640px;
}

.explore-info .explore-content .reting-warp {
    width: 133px;
    height: 133px;
    line-height: 144px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 30px;
    background-color: var(--whiteColor);
    box-shadow: 0px 4px 10px 0px #BA68C8 inset;
}

.explore-info .explore-content .reting-warp span {
    font-size: 48px;
    font-weight: 400;
    color: var(--blackColor);
    font-family: var(--heading-font-family);
}

.explore-info .explore-content h3 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 335px;
    font-size: 32px;
    line-height: 1.2;
}

.explore-info .explore-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.explore-info.two {
    margin-top: -412px;
    background-color: #DADCBF;
}

.explore-info.two .explore-content .reting-warp {
    box-shadow: 0px 4px 10px 0px #FF9C7C inset;
}

.explore-info.three {
    margin-top: -412px;
    background-color: #F8DFD8;
}

.explore-info.three .explore-content .reting-warp {
    box-shadow: 0px 4px 10px 0px #FF9C7C inset;
}

.explore-info.four {
    margin-top: -412px;
    background-color: #DBD9F8;
}

.explore-info.four .explore-content .reting-warp {
    box-shadow: 0px 4px 10px 0px #FF9C7C inset;
}

.explore-info.five {
    margin-top: -412px;
    background-color: #DADCBF;
}

.explore-info.five .explore-content .reting-warp {
    box-shadow: 0px 4px 10px 0px #FF9C7C inset;
}

.explore-info:hover {
    z-index: 2;
}



/*=========================================
Services Area CSS
===========================================*/
.services-area {
    padding: 80px 0;
    background-image: url('../images/service/6_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.services-area .section-title {
    max-width: 990px;
    margin-bottom: 40px;
}

.services-area .section-title h2 {
    font-size: 48px;
    line-height: 1.1;
}

.single-services-card {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-services-card .icon {
    margin-bottom: 30px;
}

.single-services-card .icon li {
    display: inline-block;
}

.single-services-card .icon li img {
    width: 70px;
    max-width: 70px;
}

.single-services-card .content h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #fff;
}

.single-services-card .content p {
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.single-services-card.bg_1 {
    background-image: url('../images/service/6_1 Code Mastery.png');
}

.single-services-card.bg_2 {
    background-image: url('../images/service/6_2 Design Harmony.png');
}

.single-services-card.bg_3 {
    background-image: url('../images/service/6_3 Effortless Integration.png');
}

.single-services-card.bg_4 {
    background-image: url('../images/service/6_4 Secure Frameworks.png');
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-services-card .content h3 {
        font-size: 20px;
    }
}



/*=========================================
Portfolio Area CSS
===========================================*/
.portfolio-area {
    padding: 80px 0;
    z-index: 1;
    position: relative;
    background-image: url('../images/service/7_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-content .title {
    margin-bottom: 65px;
    text-align: center;
}

.portfolio-content .title h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
}

.portfolio-content .image .image-1 {
    padding: 8px 8px 70px;
    border-radius: 100px;
    writing-mode: vertical-lr;
    background-color: #0041A3;
    margin: 0 auto;
}

.portfolio-content .image .image-1 .image {
    margin-bottom: 50px;
    animation: rotate3d 8s linear infinite;
}

.portfolio-content .image .image-1 .brufa {
    transform: rotate(180deg);
}

.portfolio-content .image .image-1 .brufa span {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    color: var(--whiteColor);
}

.portfolio-content .image .image-2 {
    position: relative;
    text-align: center;
}

.portfolio-content {
    align-items: center;
}

/* .portfolio-content .image .image-2 img {
    animation: rotateme 20s linear infinite;
} */

/* .portfolio-content .image .image-2::before {
    content: "";
    position: absolute;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    filter: blur(50px);
    border-radius: 406.452px;
    background: var(--whiteColor);
} */

.portfolio-info .portfolio-arrow {
    margin-bottom: 100px;
}

.portfolio-info .portfolio-arrow img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

.portfolio-info p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #fff;
}

.portfolio-info .entry-content .unstyle {
    color: #fff;
}

.portfolio-info .entry-content .unstyle li .fa-circle:before {
    border-color: #0041A3;

}

.portfolio-info .default-btn {
    margin-top: 15px;
}

.portfolio-content .image .image-2 img {
    width: 400px;
    max-width: 400px;
}

@media only screen and (min-width: 1200px) and (max-width: 1536px) {

    .portfolio-content .image .image-2 {
        margin-left: 0;
        margin-bottom: 25px;
        text-align: center;
    }

    .portfolio-info .portfolio-arrow {
        max-width: 160px;
        margin-bottom: 30px;
        text-align: left !important;
    }

    .portfolio-content .title h2 {
        font-size: 40px;
    }

    .portfolio-content .image .image-1 .image {
        max-width: 60px;
        margin-bottom: 25px;
    }

    .portfolio-content .image .image-1 .brufa span {
        font-size: 60px;
    }

    /* .portfolio-content .image .image-2::before {
        left: 0;
    } */

    .portfolio-content .image .image-2 img {
        width: 100%;
    }

    .portfolio-info .portfolio-arrow img {
        max-width: 200px;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes MOVE-BG {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}




/*=========================================
Hero Area CSS
===========================================*/
#faq.hero-area {
    padding-top: 140px;
    padding-bottom: 140px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/faq/header.jpg');
}

.techwix-faq-section .financial-section-title h2 {
    color: #000;
}

#faq.hero-area .shape-1 {
    left: 174px;
    top: 345px;
}

#faq.hero-area .shape-1 img {
    animation: zoom-in-zoom-out 5s ease-out infinite;
}

#faq .hero-content {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/* #faq .hero-content .title {
    margin-bottom: 40px;
} */

#faq .hero-content .title span {
    font-size: 18px;
    font-weight: 600;
    color: var(--primaryColor);
}

#faq .hero-content .title h1 {
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff;
}

#faq .hero-content .title p {
    color: #fff;
    font-weight: 600;
}

#faq .hero-content .hero-btn li {
    margin-right: 20px;
    display: inline-block;
}

#faq .hero-content .hero-btn li a {
    z-index: 1;
    border: unset;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 11px 30px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    color: var(--whiteColor);
    transition: all 0.25s linear;
    transition: var(--transition);
    font-family: var(--heading-font-family);
    background-color: var(--primaryColor);
}

#faq .hero-content .hero-btn li a::before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform: scaleX(0);
    border-radius: 200px;
    transform-origin: right;
    background-color: rgba(0, 0, 0, 0.2);
    transition: transform 0.5s linear;
}

#faq .hero-content .hero-btn li a:hover {
    border: unset;
    color: var(--whiteColor);
    transform: translateY(1.5px);
}

#faq .hero-content .hero-btn li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

#faq .hero-content .hero-btn li a.style-2 {
    color: var(--blackColor);
    background-color: unset;
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#faq .hero-content .hero-btn li a.style-2::before {
    display: none;
}

#faq .hero-content .hero-btn li a.style-2:hover {
    color: var(--whiteColor);
    border-color: var(--secenderyColor);
    background-color: var(--secenderyColor);
}

#faq .hero-content .hero-btn li:last-child {
    margin-right: 0;
}

#faq .hero-image {
    z-index: 1;
    position: relative;
}

#faq .hero-image .image img {
    border-radius: 10px 40px 40px 10px;
}

#faq .hero-image .image-2 {
    left: 45px;
    bottom: 270px;
    z-index: -1;
    position: absolute;
}

#faq .hero-image .image-2 img {
    border-radius: 20px;
    animation: movebounce 5s linear infinite;
}

#faq .hero-image .image-3 {
    right: 15px;
    top: 118px;
    position: absolute;
}

#faq .hero-image .image-3 img {
    border-radius: 20px;
    animation: movebounce 5s linear infinite;
}

.techwix-faq-section {
    background-image: url('../images/faq/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.accordion-button {
    background-image: linear-gradient(to left, #7278e7, #3f97ff);
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-image: linear-gradient(to right, #7278e7, #3f97ff);
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

/*=========================================
Hero Area CSS
===========================================*/
#contact.hero-area {
    padding-top: 140px;
    padding-bottom: 140px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/contactUs/header.jpg');
}

#contact.hero-area .shape-1 {
    left: 174px;
    top: 345px;
}

#contact.hero-area .shape-1 img {
    animation: zoom-in-zoom-out 5s ease-out infinite;
}

#contact .hero-content {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/* #contact .hero-content .title {
    margin-bottom: 40px;
} */

#contact .hero-content .title span {
    font-size: 18px;
    font-weight: 600;
    color: var(--primaryColor);
}

#contact .hero-content .title h1 {
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff;
    text-transform: capitalize;
}

#contact .hero-content .title p {
    color: #fff;
    font-weight: 600;
}

#contact .hero-content .hero-btn li {
    margin-right: 20px;
    display: inline-block;
}

#contact .hero-content .hero-btn li a {
    z-index: 1;
    border: unset;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 11px 30px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    color: var(--whiteColor);
    transition: all 0.25s linear;
    transition: var(--transition);
    font-family: var(--heading-font-family);
    background-color: var(--primaryColor);
}

#contact .hero-content .hero-btn li a::before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform: scaleX(0);
    border-radius: 200px;
    transform-origin: right;
    background-color: rgba(0, 0, 0, 0.2);
    transition: transform 0.5s linear;
}

#contact .hero-content .hero-btn li a:hover {
    border: unset;
    color: var(--whiteColor);
    transform: translateY(1.5px);
}

#contact .hero-content .hero-btn li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

#contact .hero-content .hero-btn li a.style-2 {
    color: var(--blackColor);
    background-color: unset;
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#contact .hero-content .hero-btn li a.style-2::before {
    display: none;
}

#contact .hero-content .hero-btn li a.style-2:hover {
    color: var(--whiteColor);
    border-color: var(--secenderyColor);
    background-color: var(--secenderyColor);
}

#contact .hero-content .hero-btn li:last-child {
    margin-right: 0;
}

#contact .hero-image {
    z-index: 1;
    position: relative;
}

#contact .hero-image .image img {
    border-radius: 10px 40px 40px 10px;
}

#contact .hero-image .image-2 {
    left: 45px;
    bottom: 270px;
    z-index: -1;
    position: absolute;
}

#contact .hero-image .image-2 img {
    border-radius: 20px;
    animation: movebounce 5s linear infinite;
}

#contact .hero-image .image-3 {
    right: 15px;
    top: 118px;
    position: absolute;
}

#contact .hero-image .image-3 img {
    border-radius: 20px;
    animation: movebounce 5s linear infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}



/*=========================================
Contact Area CSS
===========================================*/
.contact-area {
    position: relative;
    background-image: url('../images/contactUs/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-area .contact-shape {
    left: 0;
    top: 188px;
}

.contact-image h3 img {
    margin-right: 10px;
}

.contact-form h1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.contact-form form .form-group {
    margin-bottom: 20px;
}

.contact-form form .form-group .form-control {
    height: 72px;
    border: unset;
    box-shadow: unset;
    border-radius: 5px;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.83);
}

.contact-form form .form-group .form-control.textarea {
    padding-top: 20px;
    height: 157px !important;
}

.contact-form form .form-check {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-form form .form-check .form-check-input {
    width: 22px;
    height: 22px;
    border: unset;
    border-radius: 100%;
    margin-right: 10px;
    box-shadow: unset;
}

.contact-form form .form-check .form-check-label {
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
    color: var(--blackColor);
}

.contact-form form .default-btn {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 5px;
    font-family: var(--body-font-family);
}

.contact-form form .default-btn::before {
    border-radius: 5px;
}



/* DNA */

.wrap {
    margin: 0 auto;
}

.wrap ul.tabs {
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.wrap ul.tabs li {
    float: left;
    width: 160px;
}

.wrap ul.tabs li a {
    position: relative;
    display: block;
    height: auto;
    margin-top: 40px;
    padding: 10px 0 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #7278e7;
    -webkit-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    border: 0px solid #000000;
    -webkit-transition: padding 0.2s ease, margin 0.2s ease;
    -moz-transition: padding 0.2s ease, margin 0.2s ease;
    -o-transition: padding 0.2s ease, margin 0.2s ease;
    -ms-transition: padding 0.2s ease, margin 0.2s ease;
    transition: padding 0.2s ease, margin 0.2s ease;
}

.wrap .tabs li:first-child a {
    z-index: 3;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.wrap .tabs li:nth-child(2) a {
    z-index: 2;
}

.wrap .tabs li:last-child a {
    z-index: 1;
    -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

.wrap ul.tabs li a:hover {
    margin: 35px 0 0 0;
    padding: 10px 0 5px 0;
}

.wrap ul.tabs li a.active {
    margin: 30px 0 0 0;
    padding: 10px 0 10px 0;
    background: #fff;
    color: #000;
    z-index: 4;
    outline: none;
}

.wrap .group:before,
.wrap .group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.wrap .group:after {
    clear: both;
}

.wrap #content {
    max-width: 480px;
    height: fit-content;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.wrap p {
    padding: 30px;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    margin: 0;
}

.wrap #two,
.wrap #three {
    display: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    #home .hero-content .title h1 {
        font-size: 60px;
    }

    #home .hero-content .title h1 .chatbot {
        font-size: 60px;
    }

    #home .hero-content .title h1 .solution {
        font-size: 60px;
    }
}

@media only screen and (min-width: 991px) {

    .btn:hover::before,
    .btn:focus::before {
        width: 100%;
        right: 0;
        left: auto;
    }

    .btn:hover::after,
    .btn:focus::after {
        width: 100%;
        left: 0;
        right: auto;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {

    [data-overlay="2"]:before {
        opacity: 0.5;
        border-radius: 20px;
    }

    [data-overlay]:before {
        content: "";
        position: absolute;
        background: #3395FF;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
}

@media only screen and (max-width: 1024px) {

    #service .hero-content .title h2 {
        font-size: 66px;
    }

    #about .hero-content .title h2 {
        font-size: 66px;
    }

    #service.hero-area {
        padding: 90px 0;
    }

    #about.hero-area {
        padding: 120px 0;
    }

    .probably-image .probably-info ul {
        display: flex;
        row-gap: 30px;
    }
}

@media only screen and (max-width: 991px) {

    .hero-area {
        margin-top: 60px;
    }

    #home .hero-image {
        text-align: center;
    }

    #home .hero-content {
        padding-top: 0;
        margin-bottom: 35px;
    }

    #home .hero-content .title {
        margin-bottom: 30px;
    }

    #home .hero-content .title h1 {
        font-size: 40px;
    }

    #home .hero-content .title h1 .chatbot,
    #home .hero-content .title h1 .solution {
        font-size: 40px;
        margin-left: 0px;
        text-align: center;
    }

    .analytics-area {
        padding: 60px 0;
    }

    #about.hero-area,
    #service.hero-area {
        padding: 60px 0;
    }

    #about .hero-content {
        padding: 0px;
        position: relative;
    }

    .probably-content .title {
        margin-bottom: 60px;
    }

    .features-area {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .single-features-card h3 {
        font-size: 20px;
        max-width: 100%;
    }

    .features-section-title .title h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .features-section-title .title {
        margin-right: 0px;
    }

    .features-section-title .paragraph {
        padding-left: 0;
    }

    .features-section-title .paragraph::before {
        display: none;
    }

    .single-features-card {
        text-align: center;
    }

    .col-lg-3:nth-child(1) .single-features-card {
        margin-right: 0;
    }

    .col-lg-3:nth-child(2) .single-features-card {
        margin-left: 0;
        margin-right: 0;
    }

    .col-lg-3:nth-child(3) .single-features-card,
    .col-lg-3:nth-child(4) .single-features-card {
        margin-left: 0;
    }

    .banking-content .title h2 {
        font-size: 40px;
    }

    .col-lg-4:nth-child(2) .single-experience-info,
    .col-lg-4:nth-child(3) .single-experience-info {
        margin-left: 0px;
    }

    .portfolio-content .image .image-2 {
        text-align: center;
        margin-left: 0px;
    }

    .portfolio-info {
        margin-left: 0px;
    }

    .single-experience-info {
        max-width: 100%;
    }

    .probably-image .probably-info {
        text-align: center;
    }

    .solutions-content {
        margin-right: 0px;
    }

    .solutions-content ul li:nth-child(2) {
        margin: 0px 0px 30px;
    }

    .testimonial-area {
        padding: 30px 0 60px;
    }

    #service .hero-image {
        height: 640px;
    }

    .services-area {
        padding-bottom: 60px;
    }

    .portfolio-area {
        padding: 60px 0;
    }

    /* #service .hero-content {
        margin-bottom: 60px;
    } */

    #faq.hero-area,
    #contact.hero-area {
        padding: 60px 0;
    }

    #faq.hero-area .shape,
    #contact.hero-area .shape {
        display: none;
    }

    #faq .hero-content,
    #faq .hero-content .title,
    #contact .hero-content,
    #contact .hero-content .title {
        margin-bottom: 0px;
    }

    /* #service .hero-content {
        padding: 60px 0;
        text-align: center;
    } */

    #service .hero-content .title h2,
    #about .hero-content .title h2,
    #faq .hero-content .title h1,
    #contact .hero-content .title h1 {
        font-size: 48px;
    }

    .customers-content .title {
        margin-bottom: 70px;
    }

    .banking-content {
        margin: 0px;
    }

    .banking-area {
        padding: 60px 0;
    }

    .analytics-image .image {
        text-align: center;
        margin-bottom: 30px;
    }

    .analytics-content .analytics-info {
        text-align: center;
    }

    .analytics-content .analytics-info .icon {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .techwix-case-study-section-02 .single-case-study-02 .case-study-img img {
        width: 100%;
    }

    #home.hero-area {
        padding: 60px 0;
    }

    .banking-image {
        margin-bottom: 30px;
    }

    #about.hero-area,
    #service.hero-area {
        background-position: top;
    }

    .probably-content .image {
        text-align: center;
    }

    .solutions-image {
        margin-left: 0px;
    }

    .testimonial-image {
        margin-right: 0px;
        margin-bottom: 60px;
    }

    .easily-image {
        text-align: center;
        margin-bottom: 30px;
    }

    .single-financial-info {
        text-align: center;
    }

    .single-financial-info .icon {
        justify-content: center !important;
    }

    .financial-area {
        background-position: center;
    }

    .imageDiv {
        text-align: center;
    }

    .portfolio-info .portfolio-arrow {
        text-align: center !important;
        margin-bottom: 50px;
    }

    .portfolio-content .image .image-1 {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .features-section-title {
        margin-bottom: 30px;
    }

    .techwix-case-study-section-02 .single-case-study-02 .case-study-content {
        position: relative;
        text-align: center;
        margin-top: 30px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .col-lg-6:nth-child(1) .single-customers-card {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .col-lg-6:nth-child(2) .single-customers-card {
        margin-left: 0px;
    }

    .col-lg-6:nth-child(2) .single-customers-card:nth-child(2) {
        max-width: 100%;
    }

    .md_mb_30 {
        margin-bottom: 30px;
    }

    .testimonial-image .image-4 img {
        width: 250px;
        height: 250px;
    }

    .probably-image .probably-info ul {
        justify-content: space-evenly;
    }

    .probably-image .probably-info ul li {
        padding-right: 35px;
        margin-right: 0px;
    }

}

@media only screen and (max-width: 767px) {

    [data-overlay]:before {
        content: "";
        position: absolute;
        background: #3395FF;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }

    [data-overlay="2"]:before {
        opacity: 0.5;
        border-radius: 20px;
    }

    #home.hero-area {
        padding: 40px 0;
    }

    #home .hero-content {
        padding-top: 0;
        margin-bottom: 25px;
    }

    #home .hero-content .title {
        text-align: center;
    }

    #home .hero-content .title span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #home .hero-content .title h1 {
        font-size: 42px;
    }

    #home .hero-content .title h1 .chatbot {
        font-size: 42px;
        margin-left: 0;
    }

    #home .hero-content .title h1 .solution {
        font-size: 42px;
        margin-left: 0;
    }

    .analytics-user-card {
        display: none;
    }

    .analytics-image {
        margin-left: 0;
        margin-right: 0;
    }

    .banking-content .title h2 {
        font-size: 30px;
    }

    .col-lg-4:nth-child(2) .single-experience-info,
    .col-lg-4:nth-child(3) .single-experience-info {
        margin-left: 0px;
    }

    .experience-area .section-title h2,
    .partner-title h2 {
        font-size: 38px;
    }

    .analytics-content .title h2 {
        font-size: 38px;
        text-align: center;
    }

    #service .hero-content .title h2 {
        font-size: 48px;
    }

    .analytics-content .analytics-info {
        max-width: 100%;
        text-align: center;
    }

    .analytics-content .analytics-info .icon {
        margin: 0 auto 25px;
    }

    #home .hero-content .book {
        justify-content: center;
    }

    #about .hero-content .title {
        text-align: center;
    }

    #faq.hero-area,
    #contact.hero-area {
        padding: 40px 0;
    }

    .analytics-area,
    .features-area {
        padding: 40px 0;
    }

    .banking-area {
        padding: 40px 0;
    }

    .title,
    .features-section-title .paragraph p {
        text-align: center;
    }

    .accordion-button {
        padding: 1rem;
        gap: 5px;
        align-items: flex-start;
    }

    .accordion-body {
        padding: 1rem;
    }

    .accordion-button .title {
        text-align: left;
    }

    #about.hero-area {
        background-position: right;
    }

    #service.hero-area {
        background-position: left;
    }

    #about.hero-area,
    #service.hero-area {
        padding: 40px 0;
    }

    .testimonial-image {
        display: none;
    }

    .testimonial-image .image-2 {
        left: 0px;
    }

    .testimonial-image .image-3 {
        right: 0px;
    }

    .testimonial-image .image-5 {
        left: 0px;
        bottom: 0px;
    }

    .testimonial-image .image-6 {
        right: 0px;
        bottom: 0px;
    }

    .probably-image .probably-info ul li {
        margin-right: 0px;
        padding-right: 0px;
    }

    .probably-info ul {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .probably-image .probably-info ul li::before {
        display: none;
    }

    .portfolio-content .image .image-2 img {
        width: 100%;
    }

    .wrap ul.tabs {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        padding-bottom: 30px;
        align-items: center;
    }

    .wrap ul.tabs li a {
        border-radius: 10px;
    }

    .wrap #content {
        border-radius: 10px;
    }

    .wrap p {
        padding: 25px;
    }

    .wrap ul.tabs li a {
        padding: 10px 0;
    }

    .sm_mb_30 {
        margin-bottom: 30px;
    }

    .testimonial-area {
        padding: 0 0 40px;
    }

    .solutions-content ul li {
        text-align: center;
        padding: 25px;
    }

    .page-banner {
        text-align: center;
    }

    .breadcrumb {
        justify-content: center;
    }
}


@media only screen and (max-width: 300px) {
    .title h2 {
        font-size: 38px !important;
    }

    body {
        font-size: 14px;
    }

    .widget-info ul li .info-text {
        font-size: 14px;
    }
}