@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
:root {
    --light-orange: #1fb6ff;
    --white: #ffffff;
    --black: #000000;
    --dark-blue: #011128;
  }

  /* navbar css */
body{
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
img{
    width: 100%;
}
.navbar_wrapper .menu_list_wrapper li ul, .right_side_menu ul{
    padding: 0;
    margin: 0px;
}
.navbar_wrapper .menu_list_wrapper li{
    list-style: none;
}
.navbar_wrapper .menu_list_wrapper li a{
    color: var(--white);
    text-decoration: none;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: 0.3s all;
    text-transform: uppercase;
}
.navbar_wrapper .menu_list_wrapper li a:hover{
    color: var(--light-orange);
    text-decoration: underline;
    text-underline-offset: 10px;
}
.navbar_wrapper .navbar-collapse .row {
    width: 100%;

}
.navbar_wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    z-index: 111;
    background-color: #151716;
}
.logo.text-left.logo a {
    font-size: 24px;
    color: var(--dark-blue);
}
.logo.text-left.logo a strong {
    font-size: 24px;
    color: var(--light-orange);
}
.navbar_wrapper .menu_list_wrapper li a.sign_up_text {
    border: 2px solid;
    border-radius: 30px;
    padding: 10px 15px;
    margin-left: 25px;
    transition: 0.3s all;
}
.navbar-expand-sm .navbar-nav li.nav-item:first-child a {
    padding-left: 0;
}
.navbar_wrapper .menu_list_wrapper li a.sign_up_text:hover {
    background-color: var(--light-orange);
    border: 2px solid var(--light-orange);
    box-shadow: 0px 0px 5px;
    color: var(--white) !important;
    text-decoration: none;
}
.right_side_content {
    padding-left: 50px;
}


/* Slick Arrow */
button.slick-arrow{
    top: 50%;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--light-orange);
    transition: 0.3s all;
}
button.slick-arrow:hover{
    background-color: var(--light-orange) !important;
}
button.slick-arrow:hover:before{
    color: var(--white);
}
button.slick-prev:before, button.slick-next:before{
    color: var(--light-orange);
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}
button.slick-prev:before {
    content: '\f060';
}
button.slick-next:before {
    content: '\f061';
}
.banner_design .slick-prev {
    left: 3%;
}
.banner_design .slick-next {
    right: 3%;
}

/* Banner */
.banner_img_text{
  position: relative;
}
.description {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.description h2 {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    margin: 0;
    font-size: 20px;
    border-radius: 3px;
}

/* logo_wrap */
.logo_wapper {
    margin-top: 45px;
}
.logo_img {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 10px 10px 10px #f7f7f7;
}
.logo_wapper .Work_images {
    padding: 0 50px;
}
.logo_wapper .column {
    padding-left: 8px;
    padding-right: 8px;
}
.logo_wapper .Work_images button{
    width: 35px;
    height: 35px;
}
.logo_wapper ul.slick-dots {
    display: none !important;
}
.logo_wapper .Work_images button.slick-prev {
    left: 15px;
}
.logo_wapper .Work_images button.slick-next {
    right: 15px;
}


/* partner_program */
.right_side_content p:last-child{
margin-bottom: 0px;
}
.partner_program{
    padding: 80px 0;
    position: relative;
    background: linear-gradient(0deg, #24a3ef12 0%, #ffffff 100%);
    margin-bottom: 0px;
}
.right_side_content h2.main_title {
    border-left: 5px solid var(--light-orange);
    padding-left: 15px;
    margin-bottom: 20px;
}
.right_side_content p{
    font-size: 14px;
}
.main_title{
    color: var(--dark-blue);
    font-weight: 500;
    margin-bottom: 20px;
}
.main_title span{
    color: var(--light-orange);
}
.user_content h4 {
    margin: 20px 0 3px 0;
    font-size: 24px;
    color: var(--blue);
    font-weight: 900;
}
.user_content span{
    font-weight: 300; 
    color: #627d98;
    font-size: 16px;
}
.user_content p{
    position: relative;
}
.user_content p:before {
    content: '';
    position: absolute;
    left: -50px;
    right: 0;
    background: url(../img/quotes_icon.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
.mobile_img img {
    border-radius: 10px;
}
.Work_images .slick-dots li button::before{
  font-size: 0px;
}
.Work_images .slick-dots li button{
    background: #b7c7d7;
    width: 15PX;
    height: 15PX;
    border-radius: 50%;
}
li.slick-active button {
    background: var(--light-orange) !important;
}
.right_side_img img {
    max-width: 300px;
    margin: 0 auto;
}
.inner_content {
    background: #fff;
    box-shadow: 0 0 10px #f5f5f5;
    border-radius: 20px;
    padding: 30px 15px;
    transition: 0.3s all;
}
.inner_content:hover {
    background: var(--blue);
    
    box-shadow: 0 0 25px var(--blue);
}
.inner_content:hover *{
    color: var(--white);
}
.inner_content:hover a {
    background: #fff;
    color: var(--blue);
    border-color: var(--white);
}
.contact_us .column input, .contact_us .column select {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding: 5px 15px;
    border: 2px solid var(--blue);
    color: var(--blue);
    outline: none;
    font-weight: 700;
}
.contact_us .column input::placeholder{
    color: var(--blue);
}
.submit_button a {
    border: 2px solid var(--blue);
    width: 100%;
    display: block;
    text-align: center;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
    background-color: var(--blue);
    color: var(--white);
}
.footer_left_part .footer_img img {
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: -5px;
}
.footer_left_part .footer_img {
    display: flex;
    margin-bottom: 10px;
}
.copyright_text p {
    font-size: 12px;
}
.copyright_text p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}
.discription {
    padding-right: 30px;
}
.footer_wrapper {
    background-color: #151716;
    padding: 40px 0 30px;
    margin: 50px 0 0 0;
}
.details strong {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}
.details *{
    color: #fff;
}
.details p {
    margin: 10px 0 0 0;
}
.details a:hover {
    color: var(--light-orange);
}
ul{
    margin: 0;
    padding: 0px;
}
li{
    list-style: none;
}
.Footer_right_side_menu ul li a {
    color: #fff;
    padding-left: 30px;
    font-weight: 300;
    transition: 0.3s all;
}
.Footer_right_side_menu ul li a:hover {
    color: var(--light-orange);
}
.Footer_right_side_menu ul li {
    margin-bottom: 10px;
}
h6.footer_title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.Footer_right_side_menu ul li a {
    padding: 0;
}
.right_img, .left_img{
    height: 100%;
}
.right_img img, .left_img img{ 
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.left_img img{
    object-position: top;
}
.center_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile_logo.logo {
    display: none;
}

/* Back to top */
.intro-copy {
    padding: 1em;
    margin: 3em auto;
    max-width: 437px;
    font-size: 2em;
    line-height: 1.2;
    font-weight: lighter;
}
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 11px 14px;
    margin: 1em;
    background: #1fb6ff;
    border: 2px solid #fff;
    border-radius: 50%;
}
.back-to-top i {
    color: #fff;
    font-size: 18px;
}
.back-to-top:hover {
   cursor: pointer;
}

/* Our Services */
.box_wrap h5 {
    margin: 15px 0 10px;
    font-size: 18px;
    border-left: 2px solid;
    padding-left: 10px;
}
.box_wrap p {
    font-size: 14px;
    margin: 0;
}
.box_wrap {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0px 10px #ccc;
    height: 100%;
}
.main_title h2 {
    margin-bottom: 30px;
}
.our_services .column {
    margin-bottom: 30px;
}
.our_services:before {
    content: '';
    background: linear-gradient(183deg, #24a3ef12 0%, #ffffff 100%);
    position: absolute;
    height: 40%;
    width: 100%;
    z-index: -1;
    top: 0;
}
.our_services {
    padding: 40px 0 0 0;
    position: relative;
}

/* why schoose */
.why-nxtZen-technologies img {
    object-fit: cover;
}
.why-nxtZen-technologies {
    margin: 50px 0;
}
.right_side_cnt_wrap h2{
    border-left: 5px solid var(--light-orange);
    padding-left: 15px;
}
.right_side_cnt_wrap ul li {
    width: calc(33.33% - 10px);
    padding: 10px;
    background: #f1f9fe;
    border-radius: 5px;
}
.right_side_cnt_wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.right_side_cnt_wrap ul li p {
    margin: 0;
    font-size: 14px;
}
.right_side_cnt_wrap ul li.first_clr {
    background: #fdf0f9;
}
.right_side_cnt_wrap ul li.second_clr {
    background: #f4f7ec;
}
.right_side_cnt_wrap ul li.third_clr {
    background: #efe6db;
}
.right_side_cnt_wrap ul li.four_clr {
    background: #eaf0f7;
}
.right_side_cnt_wrap ul li.six_clr {
    background: #f0f0f8;
}
.right_side_cnt_wrap ul li strong {
    margin-bottom: 2px;
    display: block;
}



/* Vision and Mission */
.img_wrap_content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 24px 0 0 0;
}
.p-80{
  padding: 80px 0;
}
.top_content_wrap .column {
    width: 25%;
    margin: 0 auto;
    text-align: center;
}
.top_content_wrap {
    max-width: 70%;
    margin: 30px auto 50px;
}
.top_content_wrap .column img {
    box-shadow: 0 10px 10px #f7f7f7;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: 0.3s all;
}
.top_content_wrap .column:hover img {
    transform: scale(1.1);
}
.main_title_align{
    border-left: 4px solid #3ba7e0;
    padding-left: 10px;
}
.top_content_wrap .column h3 {
    margin: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #3ba7e0;
}
/* Over Vision and Mission */

/* Footer */
.footer_left_part .footer_img a {
    font-size: 24px;
    color: #fff;
}
.discription p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px;
}

/* Expertise in Banking */
.width_img{
   width: 100%;
}
.padding-bottom {
    padding-bottom: 50px;
}
.right_side_text_wrap.lft_wrap {
    background: linear-gradient(0deg, #f4433617 0%, #ffffff 70%);
    padding: 20px;
    box-shadow: 0 0px 10px #ededed;
    border-radius: 20px;
    height: 100%;
}
.right_side_text_wrap ul li {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 20px;
    position: relative;
}
.right_side_text_wrap ul li:before {
    content: '\f35a';
    font-family: "Font Awesome 5 Pro";
    left: -20px;
    position: absolute;
    color: #ff7300;
}
.top_content_wrap_title h2 {
    margin-bottom: 30px;
}
.our_expertise_wrapper .content_column p {
    font-size: 16px;
    margin: 0 0 10px;
}
.content_column {
    background: #fff;
    border: 1px solid#f7f7f7;
    padding: 15px 15px 15px 30px;
    border-radius: 20px;
    height: 100%;
}
.content_column h4.count {
    position: absolute;
    left: 5px;
    top: -5px;
    margin: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_expertise_wrapper .content_column p {
    font-size: 14px;
    margin: 0 0px 10px 20px;
    position: relative;
}
.content_column p:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -20px;
}
.column {
    margin-bottom: 30px;
}
h4.count{
    background: #7ed95a;
}
.content_column.grren {
    border-color: #7ed95a;
}
.content_column.orange {
    border-color: #ff7300;
}
.content_column.orange h4.count{
    background: #ff7300;
}
.content_column.red {
    border-color: #c03122;
}
.content_column.red h4.count{
    background: #c03122;
}
.content_column.blue {
    border-color: #1fb6ff;
}
.content_column.blue h4.count{
    background: #1fb6ff;
}
.content_column.gray {
    border-color: #999;
}
.content_column.gray h4.count{
    background: #999;
}
.content_column.black {
    border-color: #242424;
}
.content_column.black h4.count{
    background: #242424;
}
.our_expertise_wrapper .content_column p:last-child {
    margin-bottom: 0;
}
.description a {
    display: block;
    width: max-content;
    margin: 10px auto 0;
    background: #151716;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 14px;
    transition: 0.3s all;
}
.description a:hover {
    background-color: var(--light-orange);
}
.box_wrap img {
    aspect-ratio: 320 / 220;
    object-fit: cover;
}
.social_class li a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    transition: 0.3s all;
    border-radius: 50%;
}
.social_class li a:hover {
    background: #1fb6ff;
}
.social_class li a:hover i {
    color: #fff;
}
.social_class {
    margin: 15px 0 0 0 !important;
}
.social_class li a i {
    color: #000;
    font-size: 22px;
}
.social_class li {
    margin-right: 15px;
}

/* media query */

@media screen and (max-width:1200px) {
    .navbar_wrapper .menu_list_wrapper li a{
        padding: 0 15px;

    }
    .navbar_wrapper .menu_list_wrapper li a.sign_up_text{
        padding: 10px 30px;
    }
}

@media screen and (max-width:767px) {
    .navbar_wrapper .menu_list_wrapper li a{
        font-size: 14px;
    }
    .navbar_wrapper .menu_list_wrapper li a {
        padding: 0 7px;
    }
    .copyright_text {
        text-align: center;
    }
    .footer_left_part .footer_img {
        align-items: center;
        justify-content: center;
    }
    .Footer_right_side_menu ul{
        justify-content: center;
    }
    .Footer_right_side_menu ul li a{
        padding: 0 10px;
    }
    .Footer_right_side_menu ul{
        padding-bottom: 0;
        padding-top: 15px;
    }
    .banner_text_wrap h1{
        font-size: 20px;
    }
    .banner_wrapper .banner_text_wrap img {
        max-width: 100px;
    }
    .navbar-expand-sm .navbar-collapse{
        justify-content: center;
    }
    .steps_wrapper {
        padding: 20px 0 0;
    }
    .steps_content span.number{
        font-size: 155px;
    }
    .user_content p:before{
        left: 0;
        right: 0;
    }
    .Pricing_plan_wrapper {
        padding: 50px 0 20px;
    }
    .footer_wrapper{
        margin: 30px 0 0 0;
    }    
}

@media screen and (max-width:575px) {
    .navbar_wrapper nav.navbar-expand-sm button {
        outline: none;
    }
    span.navbar-toggler-icon i{
        color: #fff;
    }
    .navbar_wrapper .menu_list_wrapper li a{
        padding: 10px 0;
    }
    .navbar_wrapper .navbar-collapse .row {
        width: 100%;
        background: #37dde2;
        padding: 15px;
        margin: 0;
    }
    .navbar_wrapper .navbar-collapse .row .logo.text-center {
        display: none;
    }
    .navbar_wrapper .navbar-collapse .row ul.d-flex {
        text-align: left !important;
        justify-content: flex-start !important;
        margin: 20px 0 0 0;
        flex-direction: column;
        border-top: 1px solid #fff;
        padding: 15px 0 0 0;
    }
    .navbar_wrapper .navbar-collapse .row ul.d-flex a.sign_up_text {
        margin: 0;
        border: none;
        padding: 5px 0;
    }
    .banner_wrapper img {
        height: 300px;
        object-fit: cover;
    }
    .banner_wrapper .banner_text_wrap img{
        height: auto;
    }
    .mobile_logo.logo {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
    }   
    .navbar-toggler{
        z-index: 99;
        position: relative;
    }

}