  /* @font-face {
    font-family: 'American Typewriter';
    src: url('../fonts/AmericanTypewriter.eot');
    src: url('../fonts/AmericanTypewriter.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmericanTypewriter.woff2') format('woff2'),
        url('../fonts/AmericanTypewriter.woff') format('woff'),
        url('../fonts/AmericanTypewriter.ttf') format('truetype'),
        url('../fonts/AmericanTypewriter.svg#AmericanTypewriter') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Galvji';
    src: url('../fonts/Galvji.eot');
    src: url('../fonts/Galvji.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Galvji.woff2') format('woff2'),
        url('../fonts/Galvji.woff') format('woff'),
        url('../fonts/Galvji.ttf') format('truetype'),
        url('../fonts/Galvji.svg#Galvji') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
.row1.ps_row {
    display: flex;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('../fonts/AmericanTypewriter-Bold.eot');
    src: url('../fonts/AmericanTypewriter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmericanTypewriter-Bold.woff2') format('woff2'),
        url('../fonts/AmericanTypewriter-Bold.woff') format('woff'),
        url('../fonts/AmericanTypewriter-Bold.ttf') format('truetype'),
        url('../fonts/AmericanTypewriter-Bold.svg#AmericanTypewriter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galvji';
    src: url('../fonts/Galvji-Bold.eot');
    src: url('../fonts/Galvji-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Galvji-Bold.woff2') format('woff2'),
        url('../fonts/Galvji-Bold.woff') format('woff'),
        url('../fonts/Galvji-Bold.ttf') format('truetype'),
        url('../fonts/Galvji-Bold.svg#Galvji-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Poppins', sans-serif;
    color:#000;
    font-size: 14px;
}
.technology-right h2 {
    margin-bottom: 0;
}
.technology-right h2 + p {
    margin-bottom: 0;
}
.homeContainer{
    max-width: 100%;
    padding-left: 50px; 
    padding-right: 50px;
}
.navbar-nav .nav-link {
    font-family: 'Galvji' !important;
    color: #17223b !important;
    font-size: 12px !important;
    /* font-weight: 700 !important; */
    letter-spacing: 2px !important;
}
.web_future_txt h1{
    font-size: 40px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'American Typewriter' !important;
    letter-spacing: 1px;
}
.navbar .navbar-brand img {
    max-width: 180px;
}
.building_web{
    background-color: #f6f7f7;
    padding: 30px 0px;
    text-align: center;
    height:calc(100vh - 51px);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.web_future_txt{
    max-width:50%;
    margin-left:auto;
    margin-right:auto;
}
.talk_to_us_arrow img{
    transform: rotate(315deg);
    max-width: 12px;
    /* margin-left: 5px; */
    object-fit: cover;
    position: relative;
    top: -1px;
}
.rounded_link_btn{
    background-color: #282c32;
    text-decoration: none;
    border-radius: 32px;
    font-size: 16px;
    color: #282c32;
    padding: 10px 16px;
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.yellow_button{
    background-color: #f2cb4b;
    color: #000;
    margin-top: 10px;
    position: relative;
    padding: 10px 40px 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Galvji'
}
.yellow_button:hover{
    background-color: #ffc300;
    border: 0;
    transform: translate(0, -4px);
}
.white_btn{
    background-color: #fff;
    padding: 10px 50px 10px 20px;
    position: relative;
}
.btn_arrow{
    background: #282c32;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.white_btn .btn_arrow{
    background: #f9bf42;
    position: absolute;
    right: 10px;
}
.yellow_button .btn_arrow{
    position: absolute;
    right: 10px;
}
a.rounded_link_btn:hover,
 a.rounded_link_btn:focus, 
 a.rounded_link_btn:active {
    color: #000;
}
.about {
    background: #f9f7f2;
}

.technology{
    background:#D0D8D7;
}
.nav-sticky.navbar-dark .navbar-nav .nav-link, .nav-sticky.navbar-dark .navbar-nav .nav-link:focus{
    color: #343148;
}
.nav-sticky.navbar-dark .navbar-nav .nav-link:hover, .nav-sticky.navbar-dark .navbar-nav .nav-link.active {
    color: #343148;
}
.hamburger_menu{
    margin-left:15px;
}
.hamburger_menu .hamburger_icon{
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 4px 0px 4px 0px;
    cursor: pointer;
}
.navbar .nav-item.dropdown:before{
    bottom:-12px !important;
}
.navbar .dropdown-menu{
    top:34px;
}
.nav-sticky.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link {
    border-bottom: none;
}
.navbar.navbar-expand-lg.navbar-dark .nav-item.dropdown:hover .dropdown-menu {
    max-height: 500px;
    max-width: 400px;
    opacity: 1;
    height: 226px;
    background: #f2f2f2;
}
.navbar.navbar-expand-lg.navbar-dark .nav-item:first-of-type.dropdown:hover .dropdown-menu {
    height: auto;
}
/*digital inovation css*/
section {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    padding: 20px 0
}

.processSuna {
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    padding: 0 0;

}

.processSuna .page-hero {
    color: #fff
}

.processSuna .page-caption {
    color: #fff
}

section.processSuna p {
    max-width: 820px;
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

section.processSuna p .full-width {
    display: block
}

.processSuna .button {
    padding: 5px 15px;
    min-width: 165px;
    display: table;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    transition: all 250ms ease-in-out;
    letter-spacing: 1px
}

.processSuna .button:hover {
    background: #fff;
    border-color: #fff;
    color: #151515
}



.digitalPlatform-banner {
    display: flex;
    align-items: center;

    width: 100%
}

.digitalPlatform-banner2 {
    display: block
}
.digitalPlatform-content {
    display: flex;
    align-items: center;
    height: 100%
}

.digitalPlatform-content .digitalPlatform-content-row {
    width: 100%
}

.digitalPlatform .page-hero,
.get-in-touch .section-title,
.latest_Works .section-title,
.what_we_do .section-title {
    font-size: 35px;
    margin-bottom: 10px;
    color: #000;
    text-transform: none
}

.digitalPlatform .page-caption,
.digitalPlatform p {
    color: #000!important
}

.digitalPlatform .button {
    color: #fff;
    background: #000;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Conv_Mont-HeavyDEMO';
}

.digitalPlatform .button:hover {
    transform: translate(0, -4px);
    background: #000;
    color: #fff
}

.digitalPlatform {
    padding-bottom: 0;
}
.digital_trans {
    text-transform: uppercase;
    background: linear-gradient(to right, #ff7f62 0, #ff567c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Conv_Mont-HeavyDEMO';
}
.page-hero {
    font-size: 58px;
    font-weight: 900;
    line-height: 67px;
    color: #2d364d
}
.we_bridge {
    font-family: 'Conv_Mont-HeavyDEMO';
    line-height: 1.2;
    font-size: 24px!important;
    margin-bottom: 10px!important
}
.digitalPlatform p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    max-width: 600px!important
}
section.processSuna p.bridge_desc {
    margin-bottom: 10px
}
.help_you{
    margin: 40px 0px 30px 0px;
    padding-top: 20px;
}
.hire-us {
    /* margin: 30px auto 30px; */
    margin: 30px auto 48px;
    display: table
}
.about-help-sec .col-md-4 {
    padding:6px 0px;
    border: 1px solid #fff
}

.about-help-sec .col-md-4 h4 {
    font-size: 16px;
    color: #fff
}

.about-help-sec .col-md-4 p {
    font-weight: 800;
    color: #fff!important;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px
}

.about-help-sec .col-md-4 p:last-child {
    font-weight: 300;
    color: #fff!important
}

.about-help-sec .col-md-4 p a {
    color: #fff
}

.about-box1 {
    background: #ff517f
}

.about-box2 {
    background: #29b6de
}

.about-box3 {
    background: #9177b5
}
.about-head{
    display: none;
}
.about-help-sec h3{
    margin:35px 0px 70px 0px;
}
.about-head h4 {
    margin-top: 0;
    margin-bottom: 15px
}

.about-head p a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #00c9f1;
    line-height: 23px
}

.about-head p a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s
}

.about-head p a:hover::after {
    width: 100%
}

.about-head p a::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: width .3s;
    position: absolute;
    bottom: 0
}

.about-head p a:hover::before {
    width: 0;
    opacity: 0
}
.digital_row{
    display: block;
}
.web_future_txt p{
    color: #111;
    font-size: 14px;
}
.about-list-box p, .section-header p, .contact_form_left p{
    color: #000;
}
.contact_form p{
    font-weight: 500;
    margin-top: 18px;
    font-size: 15px;
    color: #000;
}
.navbar .nav-link.contact_btn, .navbar .nav-link:hover.contact_btn{
    background-color: #282c32;
    border-radius: 32px;
    color: #fff !important;
    align-items: center;
    text-transform: uppercase;
        padding: 7px 20px;
    font-size: 11px !important;
}
.white-header .navbar-nav{
align-items:center;
}
.about-list-box h3{
    margin:0px 0px 5px 0px;

}
.tech_new_align{
    padding: 0px;
}
.technology.wow.tech_new_align .technology-left img {
    max-height: 430px;
    object-fit: scale-down;
}
/*digital innovation css ends*/
/*new digital innovation css*/
.digital_innovation{
    background: #f6f7f7;
}
.digital_container{
    width: 100%;
    padding: 50px 50px;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto;
}
.digital_innovation.section_height {

}
.digital_info_icon{
    margin-bottom: 15px;
    font-size: 40px;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.digital_info_icon img{
    width: 40px;
}

.digital_info_icon img.safe{
    width: 60px;
}
.digital_info_box h3{
    font-size: 18px;
    color: #333334;
    line-height: 24px;
    font-weight: 500;
}
.digital_info_box p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom:20px;
}
.digital_i_row{
    align-items: center;
}
.how_we_help p{
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.how_we_help {
padding-left:140px;
}
.how_we_help .button{
    color: #fff;
    background: #000;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    /*font-family: 'Conv_Mont-HeavyDEMO';*/
    padding: 10px 15px;
    min-width: 165px;
    line-height: 28px;
    font-weight: 600;
    transition: all 250ms ease-in-out;
    letter-spacing: 1px;
    margin-left: 13px;
}

/*new digital innovation css ends*/
.contact-content a {
    font-weight: 600;
    color: #000;
    border: 3px solid #000;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 18px;
}
.contact-content a:hover {
    color: #fff;
    background: #000;
}
.contactForm{
    background: #f6f7f5;
    padding:0px;
}
.contact_form_left{
    background: #fff;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
}
.contact_form_right{
    height: 100%;
    padding-top: 0;
}
.contact_form{
    width: 75%;
    margin-left: auto;
    margin-right: 50px;
}
.contact_form_left label{
    /* font-size:12px; */
    font-weight: 500;
}
.contact_form form{
    padding-top:15px;
}
.contact_form_left label span{
    color:#f00;
}
.contact-content h3{
    margin-bottom:55px;
    font-size: 24px
}
.client-logo .partner-row {
    padding-top: 0;
    padding-bottom: 00px;
}


.contact_form input{
    background-color: #f6f8fa;
}
.submit_btn{
    background-color: #282c32;
    border-radius: 6px;
    color: #fff !important;
    align-items: center;
    text-transform: capitalize;
    padding: 10px 30px;
    width: 100%;
}
.recaptcha_img{
    width: 200px;
    margin-bottom: 15px;
}
.contact-content{
    padding-left: 100px;
    display: inline-block;
}
.social-links {
    display: flex;
    margin-top: 70px;
    align-items: center;
    padding-left:0px;
}
.social-links li {
    list-style: none;
}
.social-links li:first-child {
    /* border-right: 1px solid #4f4f4f; */
    padding-right: 15px;
    margin-right: 15px;
}
.social-links li img {
    width: 40px;
    height: 40px;
}
.social-links li a {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    line-height: 30px;
    margin-top: 0;
    font-size: 18px;
}

.yellow_btm_brdr{
    position: relative;
    margin-bottom: 0px;
    font-size: 2.3rem;
}
.yellow_btm_brdr::before{

    position: absolute;
    content: '';
    background: #f5d34c;
    width: 50px;
    height: 7px;
    bottom: 0;
    left: 4px;

}
.client-logo.section_height{
    padding:0px;
}
.partner-row{
    padding-top:50px;
}
.section-header h2, .technology-right h2 {
    font-size: 24px;
}
.technology-right h2{
    line-height: 1.1;
    font-size: 24px;
}
.footer-logo {
    max-width: 180px;
}
 .navbar .dropdown-item{
    font-family: 'Galvji' !important;
    color: #17223b !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
}
@media (min-width: 992px) {
    .navbar.nav-sticky {
        background: #fff !important;
    }
}
@media only screen and (min-width:1024px){
    .about-help-sec .col-md-4 {
        padding:6px 0px;
    }
    .digitalPlatform {
        padding: 0px 0px 0px;
    }
    .section_height{
        display: flex;
        padding: 50px 0 !important;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer_last_menu{
        padding-left:0px;
    }
}
@media (min-width:  1300px) {
div#navbarCollapse {
    padding-right: 0px;
}
}

/*about page css*/
.partner_row{
    align-items: center;
}
.partner_right_image img{
    max-height: 400px;
    object-fit: scale-down;
}
.reliable_technology{
        background: #c8d6d8;
    min-height: calc(100vh - 51px);
}
.whoweare_row{
    width: 90%;
    padding: 50px 50px;
    background: #f6f7f7;
    border-radius: 30px;
    margin: 0 auto;
}
.section_header{
    border-bottom:1px solid #ccc;
}
.who_we_are_box{
    /*border-bottom: 1px dotted;*/
       padding: 20px 0px 0;
}
.who_we_are_box .box_icon{
    margin-bottom: 15px;
    font-size: 40px;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
section.whatWeDo-sec {
    height: 100%;
    display: inherit;
    align-items: inherit;
    overflow: inherit;
}
section.whatWeDo-sec .row {
    display: flex;
    align-items: flex-start;
}
section.whatWeDo-sec .col-sm-3.animated {
    float: none;
}
section.whatWeDo-sec .row .col-sm-3.animated {
    top: calc(100vh - 460px);
    position: sticky;
    position: -webkit-sticky;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.what-wedo-left {
    padding-right: 0;
}
div.what-wedo-left {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.whatwedo-div {
    width: 100%;
}
.what-wedo-left h2 {

    margin-bottom: 40px;
    margin-top: 0px;
}
.whatwedo-row {
    margin-bottom: 10px;
    cursor: pointer;
    padding: 1px 0px;
    margin-bottom: 0;
    padding-left: 25px;
}
.whatwedo-row h5 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.whatwedo-row .span-num {
    width: 6%;
    display: inline-block;
    color: rgb(134, 142, 150);
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.whatwedo-row-active .span-num {
    color: #7f4197;
}
.whatwedo-row div {
    width: 100%;
    display: inline-block;
    line-height: 0px;
    position: relative;
}
.whatwedo-row .span-line {
    width: 100%;
    display: inline-block;
    background: rgb(134, 142, 150);
    height: 2px;
}
span.span-line2 {
    position: absolute;
    height: 2px;
    width: 0;
    background: rgb(134, 142, 150);
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(-50%);
    left: 0px;
}
.whatwedo-row-active span.span-line2 {
    width: 100%;
    background: #7f4197;
}
.whatwedo-content {
    padding-top: 60px;
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
}
.whatwedo-row h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    color: rgb(134, 142, 150);
    letter-spacing: 0.5px;
    margin-left: 6%;
    margin-top: -5px;
    margin-left: 0;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    color: #9f9f9f;
    border: none;
    padding: 0 15px 50px 15px;
    line-height: 40px;
    padding: 0;
    font-family: "Roboto Mono", monospace;
    cursor: pointer;
    margin-bottom: 50px;
}
.whatwedo-row-active h4 {
    color: white;
}
.what-wedo-right-sticky {
    position: static;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 145px);
    font-kerning: normal;
    font-variant-ligatures: contextual common-ligatures;
    -webkit-font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: contextual common-ligatures;
}
section .what-wedo-right-sticky {
    height: inherit;
    max-height: inherit;
    padding: 0px 0px;
}
.bg_none {
    background: transparent !important;
}
.container-fluid.about_container.bg_none {
    margin: 0 auto;
}
.whatwedo-sec1 {
    padding-bottom: 50px;
    padding-top: 10px;
}
.whatwedo-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
}
.whatwedo-content ul li {
    list-style: none;
    padding: 4px 0 4px 30px;
    background: url("../images/about/tick.png");
    background-position: left 2px center;
    background-repeat: no-repeat;
    font-weight: 500;
}
.whatwedo-sec1 .whatwedo-img {
    text-align: center;
    margin-top: 30px;
}
.whatwedo-sec1 .whatwedo-img img {
    width: 40%;
}
/*work with us row*/
.about-sectfive {
    padding: 70px 0 30px;
    min-height: 590px;
}
.engage-row {
    position: relative;
    margin-top: 35px;
    min-height: 400px;
}
.engage-row ul li {
    list-style: none;
    float: left;
    position: absolute;
    width: 180px;
    height: 180px;
    transition: all .5s ease;
}
.engage-row ul li:nth-child(1) {
    top: 0;
    left: 30%;
}
.engage-row ul li .engage-box {
    background: url(../images/about/pattern.png) rgba(76, 193, 198, .95);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    line-height: 180px;
    transition: all .5s ease;
    cursor: pointer;
}
.engage-row ul li span {
    position: absolute;
    padding: 0 20px;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    font-weight: 800;
    letter-spacing: 1px;
}
.engage-row ul li:nth-child(1) span {
    top: 13%;
    left: 11%;
}
.engage-row ul li .engage-box img {
    width: auto;
}
.engage-row ul li:nth-child(2) {
    top: 33%;
    left: 16%;
}
.engage-row ul li .engage-box.enterprise {
    background: url(../images/about/pattern.png) rgba(174, 214, 55, .95);
}
.engage-row ul li:nth-child(2) span {
    bottom: 10%;
    left: 16%;
}
.engage-row ul li:nth-child(3) {
    right: 16%;
    top: 33%;
}
.engage-row ul li .engage-box.product {
    background: url(../images/about/pattern.png) rgba(252, 170, 66, .95);
}
.engage-row ul li:nth-child(3) span {
    bottom: 10%;
    right: 21%;
}
.title-engage {
    max-width: 600px;
    padding-left: 100px;
    margin-bottom: 25px;
}
.title-engage h3 {
    background: linear-gradient(to right, #ff527e 5%, #ff7d63 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 24px;
}
.title-engage p {
    margin: 0 0 7px;
    line-height: 23px;
    font-weight: 600;
}
.engage-right {
    max-width: 600px;
    padding-left: 100px;
}
.engage-right .title-span{
    background: #00b9db;
    color: #fff;
    padding: 2px 8px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.engage-right ul li {
    line-height: 20px;
    margin-bottom: 10px;
    list-style: none;
    padding: 4px 0 4px 30px;
    background: url(../images/about/tick.png);
    background-position: left 2px center;
    background-repeat: no-repeat;

}
.mt30 {
    margin-top: 30px!important;
}
.engage-right h3.title-h3{
    font-size: 16px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    line-height: 23px;
}
.engage-btn p {
    font-weight: 900;
    font-size: 16px;
}
.engage-right .title-span.spangreen {
    background: #b2d841;
}
.mt50 {
    margin-top: 50px;
}
/*team css*/

.team_container {
    background-color: #eef1f5;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-top: 30px;
}
.profile_top{
    display: flex;
    align-items: center;
}
.profile_top  figure img{
    width: 70px;
    border-radius: 50%;
    margin-right: 20px;
    height: 70px;
    object-fit: cover;
    object-position: top;
    display: flex;
}
.profile_name h3{
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.profile_name h4{
    margin: 0;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.full_container{
    width: 100%;
}
.banner_header h2{
    line-height: 1.1;
    font-size: 24px;
}
.whoweare_row h3{
    font-size: 16px;
    color: #333334;
    line-height: 24px;
    font-weight: 500;
}
.whoweare_row p{
margin-bottom: 20px;
color: #000;
}
.section_header h2{
    margin: 0;
    position: relative;
}
.section_header p{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
    color: #000;
}
.what-wedo-left h2, .section_header h2 {
    font-size: 24px;
}
.whatwedo-content ul{
    padding-left: 0px;
}
.whatwedo-content ul li, .whatwedo-content p{
    color: inherit;
}
.sub_header{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.lets_talk_btn p {
    font-weight: 900;
    font-size: 16px;
    color: inherit;
}

.lets_talk_btn p a {
    font-size: 14px;
    background: #000;
    padding: 5px 40px 5px 15px;
    margin-left: 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    transition: all .3s ease 0s;
    display: inline-block;
    position: relative
}

.lets_talk_btn a::after,
.lets_talk_btn a::before {
    content: url("../images/about/arrow-right-single-small.svg");
    position: absolute;
    right: 16px;
    top: 55%;
    -webkit-transform: translate3d(0, -50%, 0) scale(.8);
    transform: translate3d(0, -50%, 0) scale(.8);
    transition: all .5s ease-out;
    opacity: .5;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lets_talk_btn a::after {
    opacity: 0;
    right: 24px
}

.lets_talk_btn a:hover {
    color: #fff
}

.lets_talk_btn a:hover::before {
    -webkit-transform: translate3d(8px, -50%, 0) scale(.8);
    transform: translate3d(8px, -50%, 0) scale(.8);
    opacity: 0
}

.lets_talk_btn a:hover::after {
    -webkit-transform: translate3d(8px, -50%, 0) scale(.8);
    transform: translate3d(8px, -50%, 0) scale(.8);
    opacity: 1
}
.technology-right .strong {
    font-size: 16px;
}
.technology-right .rounded_link_btn {
    margin-top: 10px;
        background-color: #fff;
    padding: 8px 40px 8px 20px;
    position: relative;
    font-size: 14px;
}
.technology-right .rounded_link_btn:hover{
    border: 0;
    transform: translate(0, -4px);
}
.digitalPlatform-content-row h3 {
    font-size: 24px;
    margin-bottom: 0;
}
.digitalPlatform-content-row .hire-us {
   
    margin: 10px auto 48px;
    display: table;
}
.client-logo.client-logo-home.section_height .section-header p {
    margin: 0;
    font-weight: 400;
}
section.contactForm.section_height {
    padding: 0 !important;
}
.contact_form h3 {
    font-size: 24px;
    padding-bottom: 10px;
   
}
.contact_form input  {
    font-size: 14px;
}
.contact_form textarea  {
    font-size: 14px;
}
section.processSuna.full-height.section_height.digitalPlatform.section.section-1 {
    padding-bottom: 0 !important;
}
/*24-8-2023*/
.engage-right ul{
    padding-left:0px;
}
.engage-right ul li{
    list-style: none;
    padding: 4px 0 4px 30px;
    background: url(../images/about/tick.png);
    background-position: left 2px center;
    background-repeat: no-repeat;
   
}
.profile_img figure{
    margin:0px;
}
.whatWeDo-sec{
    background: #f7f7f7;
}
.wedo_container{
    margin: 70px auto 0px auto;
    background: #fff;
    padding:50px;
}
.row.slide-we{
    /*padding:50px;*/
}
.section_height.about_section{
    background:#f7f7f7;
    padding:0px  !important;
    position: relative;
}
.about_container{
    margin: 70px auto;
    background: #fff;
    padding:50px;
}
.profile_bottom {
    margin-top: 15px;
}
.learn_more{
    color: #de633e !important;
    font-weight: 600;
}
.box_icon img {
    width: 50px;
}
.profile_bottom ul{
    list-style: none;
    display: none;
    padding: 0;
    align-items: center;
}
.profile_bottom ul li{
    display: inline-block;
    padding-right: 15px;
    color: #0d245f;
}
.profile_bottom ul li img{
    max-width: inherit;
    height: 20px;
}
.profile_bottom ul li img.avora {
    height: 12px;
}
.profile_divider {
    border-bottom: 2px solid #ccc;
    margin: 20px 0;
    width: 100%;
}

.engage-row ul li .engage-box:hover {
    transform: scale(1.05)
}

.box-over {
    transform: scale(1.05)
}
.whoweare_row p{
    font-size: 14px;
    font-weight: 400;
    margin-top:0px;
}
section.whatWeDo-sec{
    background: #fff;
    background-color: #1d1d1d;
    color: #9f9f9f;
}
.sec_title{
    text-align: center;
}
.sec_title h3{
    font-size: 24px;
}
.our_team.section_height{
    padding-bottom: 0px !important;
}
.partner_row .technology-bold{
    margin-bottom: 30px;
}
.searchengine{
    width:60px;
}


.slider-dots {
    position: absolute;
    right: 20px;
    top: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.slider-dots ul {
    list-style: none;
}

.slider-dots ul li {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    margin: 5px 0;
}
.slider-dots ul li.active {
    background: #38e138;
    height: 30px;
    border-radius: 5px;
}
.about_banner h2{
font-size: 35px;
    max-width: 400px;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'American Typewriter' !important;
    letter-spacing: 1px;
}
.about.section_height{
    padding:70px 0px !important;
}
/*block chain css starts here*/
.left_block{
    background: #c5d7d7;
    padding:50px;
    border-radius: 25px;
}
.unleashing_left h2{
    font-family: 'Conv_Mont-HeavyDEMO';
    line-height: 1.2;
    font-size: 25px!important;
    margin-bottom: 10px!important;
}
.unleashing_left h2 span{
        background: #e8fe8b;
    margin: 5px 0px;
    display: inline-block;
    padding: 2px 9px;
}
.lets_talk a {
    font-size: 14px;
    background: #000;
    padding: 5px 30px 5px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    transition: all .3s ease 0s;
    display: inline-block;
    position: relative;
    min-width: 110px;
    text-align: center;
}

.lets_talk a::after,
.lets_talk a::before {
    content: url("../images/about/arrow-right-single-small.svg");
    position: absolute;
    right: 16px;
    top: 55%;
    -webkit-transform: translate3d(0, -50%, 0) scale(.8);
    transform: translate3d(0, -50%, 0) scale(.8);
    transition: all .5s ease-out;
    opacity: .5;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lets_talk a::after {
    opacity: 0;
    right: 24px
}

.lets_talk a:hover {
    color: #fff
}

.lets_talk a:hover::before {
    -webkit-transform: translate3d(8px, -50%, 0) scale(.8);
    transform: translate3d(8px, -50%, 0) scale(.8);
    opacity: 0
}

.lets_talk a:hover::after {
    -webkit-transform: translate3d(8px, -50%, 0) scale(.8);
    transform: translate3d(8px, -50%, 0) scale(.8);
    opacity: 1
}
.web_block_chain h2, .development_work h2{
    font-size: 24px;
    position: relative;
}
.development_work h2{
    margin-bottom: 50px;
    font-size: 22px;

}
.development_work h2:before {
        position: absolute;
    content: '';
    background: #f5d34c;
    width: 50px;
    height: 7px;
        bottom: -8px;
    left: 0;
}
.web_block_chain h3{
    font-size: 16px;
    color: #333334;
    line-height: 24px;
    font-weight: 600;
        font-family: 'Poppins', sans-serif;
}
.ps_info_icon{
    margin-bottom: 0px;
    font-size: 40px;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.ps_info_box p{
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
}
.col-md-9.web_block_chain p {
    font-weight: 500;
}
.web_block_chain {
    padding: 54px 0px 50px 50px;
}
.potential_solutions{
    background: #f6f7f7;
    width: 100%;
    padding:40px 0px 50px;
    margin: 0 auto;
    /*min-height: calc(100vh - 60px);*/
    display: flex;
    align-items: center;
}
.lets_talk {
    margin-top: 70px;
}
.development_box{
    border:1px solid #dadada;
    border-radius: 4px;
    height:100%;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.development_info {
    padding: 20px 20px 25px 20px;
    background: #fff;
}
.dev_title span{

    padding-bottom: 5px;
}
.dev_tags{
    margin-top: 20px;
}
.dev_tags a {
        border: 1px solid #111;
    border-radius: 32px;
    margin: 0 3px 0px 0px;
    padding: 3px 8px;
    color: #000;
    display: inline-block;
    font-size: 11px;
    /* font-family: 'Galvji'; */
    font-weight: 500;
}
.development_image img{
    width: 100%;
    /*height: 250px;*/
    object-fit: cover;
}
.development_work{
    background: #f6f7f7;
    padding:50px;
}
.develop_row{
    margin-top:20px;
    margin-bottom: 0px;
}
.development_info p {
    /*font-size: 16px;*/
    font-weight: 600;
    font-size: 14px;
}
.development_info p.dev_title  {
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Galvji';
}
.empty_div {
    width: 100%;
    height: 150px;
    background: #7af0f9;
}
.block_chain_container {
    background: #f6f7f7;
    width: 100%;
    padding: 50px;
}
.bc_row{
    background-color: #fff;
    padding: 30px 60px;
    margin-top: -120px;
    border-radius: 25px;
}
.block_chain_right img{
        width: 100%;
    object-fit: cover;
    max-width: 400px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.email_row {
    align-items: center;
    padding-top: 30px; 
}
.email_row .form-group{
    margin-bottom: 0px;
}
.email_row .rounded_link_btn{
    margin-top:0px;
    /*margin-top: 0px;
    border-radius: 0 15px 15px 0;
    margin-left: -15px;*/
    /*transform: none;*/
}
.scale_row{
    align-items: center;
}
.row.scale_row h2 {
    font-size: 35px;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'American Typewriter' !important;
    letter-spacing: 1px;
}
.cube_icon{
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.cube_icon i{
    font-size: 80px;
}
.trading{
    border-bottom: 2px solid #1f4ef5;
}
.token_platform{
    border-bottom: 2px solid #b426f6;
}
.r_energy{
    border-bottom: 2px solid #4b78f5;
}
.block_chain_banner input#email {
    border-radius: 15px 0px 0 15px;
    min-height: 39.5px;
    font-size: 14px;

}

.blockchain_list_grp {
    width: 50%;
    float: left;
}
.whatWedoBlocksNew > div  {
    display: flex;
    flex-wrap: wrap;
}
.whatWedoBlocksNew > div > div {
    width: 100%;
    float: left;
    position: relative;
}
.whatWedoBlocksNew > div > div ul li{
    width: calc(50% - 2px);
    display: inline-block;
    vertical-align: top;
        background-position: left 2px top 6px;
    }
    .whatWedoBlocksNew p.sub_header {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    display: inline-block;
    margin-bottom: 15px;
}
.development_image.black {
        background: #a8cfcf;
}

.development_image p {
    color: #000;
    text-align: right;
    padding: 15px 20px;
    margin: 0;
    font-size: 16px;
    font-family: "Conv_Mont-HeavyDEMO";
}
.development_image.green {
    background: #dce9ec;
}


.development_image.blue {
    background: #e9d9c1;
}

section.whatWeDo-sec.full-height.section.section-2.section_height .whatwedo-sec1 {
    padding-bottom: 0;
    padding-top: 10px;
}
section.whatWeDo-sec.full-height.section.section-2.section_height .whatwedo-sec1 h3 {
        font-size: 16px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
 
    margin-top: 10px;    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
        border-bottom: 1px solid #ccc;
        display: inline-block;
}

.development_work img.logo {
        position: absolute;
    top: 10px;
    left: 10px;
    height: 45px;
    object-fit: contain;
    margin: 0;
    object-position: left;
}
.development_work img.logo.worldwide  {
            filter: none;
    max-width: 30px;
    top: 20px;
    left: 20px;
    /*border-radius: 10px;*/
}
.ps_info_icon img {
        max-width: 45px;
    /*background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;*/
}

.development_work img.logo.worldwide_bottom  {
        filter: brightness(0) invert(1);
    max-width: 130px;
    left: 20px;
    top: 15px;

        
}
.development_image {
    position: relative;
}
/*30-8-2023*/
/*software product page css*/
.product_banner h2{
    font-size: 35px;
    /*max-width: 400px;*/
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'American Typewriter' !important;
}

.software_product{
    background: #d6dff9;
    min-height: calc(100vh - 51px);
}
.mvp_product{
    min-height: calc(100vh - 51px);
}
.explore_more{
    border-radius: 20px;
    padding: 8px 15px;
    width: 180px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    margin-top: 10px;
}
.explore_more:hover{

    color: #000;
    background-color: transparent;
}
.banner_strip img{
    height: 70px;
    width: 100%;
    object-fit: cover;
}
.full_stack_section{
        padding: 50px 0px 50px;
}
.full_stack_section h2{
    font-size: 24px;
    margin-bottom: 20px;
}

.left_graphic_sec{
    background: #f4f6f5;
    border-radius: 20px;
    padding: 0;
    width: calc(100% - 50px);
    overflow: hidden;
}
.left_graphic_sec img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.full_stack_content li{
    list-style: none;
    padding: 4px 0 4px 30px;
    background: url(../images/about/tick.png);
    background-position: left 2px center;
    background-repeat: no-repeat;
    font-weight: 500;
}
.digital_transfo .digital_container {
    padding: 80px 50px;
}
.icon_box_teal{
    background-color: #54b4be;
}
.icon_box_yellow{
    background-color: #f0cd5d;
}
.icon_box{
    padding: 2px 10px;
    border-radius: 10px;
    box-shadow: 5px 0 5px #eee;
}
.icon_box i{
    color: #fff;
}
.digital_transfo{
    background: #f6f7f7;
}
.digital_transfo .digital_info_box{
    min-height: 211px;
}
.application_sec{
        background: #d1d8d8;
    border-radius: 20px;
    padding: 50px 100px;
    width: 100%;
    margin: 50px auto;
}
.heading_info h2{
   font-weight: normal;
    font-size: 35px;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'American Typewriter' !important;
}
.application_boxes{
    background: #fff;
    border-radius: 6px;
    height: 100%;
}
.box_header{
    font-size: 30px;
    padding: 2px 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-image: linear-gradient(to right, #fff, #fdf7ea);
}
.box_content {
    padding: 15px 30px;
}
.application_boxes h4 {
    font-size: 16px;
    padding: 10px 0 0;
}
.appliction_row {
    margin-top: 50px;
    padding-left: 0;
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
}

.digital_container .digital_info_icon{
    margin-bottom: 25px;
}
 .best_practices {
    background: #f5f7f7;
    /* padding: 70px 70px; */
}
/*
.best_practices_container {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 50px;
} */
.about_inner_row{
    margin:0px;
}
.about-inner-page .col-sm-6 {
    padding: 0;
}
.about-inner-page-right-bg {
    background: #f2f2f2;
}
.about-inner-page-right {
    padding: 60px 60px;
    height: 100%;
    display: flex;
    align-items: center;
}
.technology-expert .about-inner-page-right {
    padding: 50px 50px;
}
.best_practices_row h2{
    font-size: 24px;
    margin-bottom: 40px;
}
.technology_left {
    padding-right: 50px;
}
.technology_left p{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 400;

}
.technology_left h2{
    margin-bottom: 60px;
}

.technology_right {
    background: #f7f7f7;
    padding: 50px;
    border-radius: 20px;
}
.box_header img{
    width: 40px;
}
.development_img img{
    width: 50px;
}
.technology_right .panel.panel-default {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 10px 0;
    margin-bottom: 15px;
}
.technology_right h4.panel-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
}
.technology_right .panel.panel-default a {
    color: #000;
}
.technology_right .panel.panel-default a::before {
    content: "\f107";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
}
.technology_right .panel.panel-default a[aria-expanded="true"]::before {
    content: "\f106";
}
.technology_right .panel-body {
    padding-top: 10px;
}
.technology-head h3{
    font-size: 24px;
}
.application_container{
    background: #f9f7f2;
    border-radius: 20px;
    padding: 50px 50px;
    width: 100%;
    margin: 50px auto;
}
.application_container .section_header{
    text-align: center;
    border-bottom: none;
}
.application_container .section_header p{
    margin-top:5px;
}
.keyaways{
    margin-top: 20px;
}
.key_content {
    display: table;
    width: 100%;
    padding-right: 20px;
    align-items: center;
        border-bottom: 1px solid #f0ede3;
    table-layout: fixed;
}
.key_title {
    background: #f3c94c;
    width: 25%;
    min-width: 300px;
    padding: 5px 20px;
    display: table-cell;
    vertical-align: middle;
}
.key_title p {
    margin-bottom: 0px;
    padding: 5px 0px;
    font-size: 15px;
    text-transform: capitalize;
        color: #000;
    font-weight: 500;
}
.key_title p span img{
    width:30px;
    margin-right: 5px;
}
.keyheader p{
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
}
.keyheader {
    border-bottom: none;
}
.key_desc {
    width: 75%;
    display: table-cell;
    vertical-align: middle;
}
.key_desc p {
    margin-bottom: 0px;
    padding: 5px 20px;
}
.key_first_title{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 20px;
}
.key_last_title{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.noborder{
    border-bottom:none;
}
.technology-expert {
    color: #000;
    padding-bottom: 0;
    background: #364084;
}

.about-inner-page-left {
    height: 100%;
    position: relative;
}
.about.wow.technology-expert .about-inner-page-left {
    background: #26508b;
}
.technology-expert {
    color: #000;
    padding-bottom: 0;
    background: #364084;
    height: 100%;
    margin:0 auto;
}
.technology-expert .bottom-box {
    position: absolute;
    right: 0;
    max-width: 70%;
    bottom: 0;
    padding: 60px 35px 60px 35px;
    background: rgb(115 164 184 / 80%);
    color: #fff;
}
.bottom-box h4 {
    color: #fff;
    font-size: 25px;
}
.bottom-box h5 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 10px;
}
/*data analytics css*/
.gain_control {
    background: #f9f7f2;

}
.gc_container{
    background: #f9f7f2;
    padding: 50px;
    border-radius: 20px;
    width: 90%;
    margin: 0px auto 0px auto;
}
.row.gc_desc_row {
    margin-top: 30px;
}
.gc_desc_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
        box-shadow: 0 0 3px #ccc;
}
.gc_desc_head h5 {
    font-size: 16px;
    color: #333334;
    line-height: 24px;
}
.gc_desc_body ul {
    padding-left: 0px;
    list-style-type: none;
}
.gc_desc_body ul li {
    list-style: none;
    padding: 4px 0 4px 30px;
    background: url("../images/bluetick.png");
    background-position: left 2px center;
    background-repeat: no-repeat;
    font-weight: 500;
}
.gc_desc_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.gc_desc_head img {
    width: 40px;
}
.data_we_do .whatwedo-content h3 {
    font-size: 18px;
}
.data_we_do .whatwedo-sec1 {
    padding-bottom: 0px;

}
.da_what_we_do{
    background: #f4f4f5;
    padding: 50px 0px;
}
.da_container{
    background-color: #fff;
    border-radius: 20px;
}
.da_container {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
}
.analytics_left span {
    font-size: 25px;
}

.analytics_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    height: 100%;
}
.analytics_left h4 {
    font-size: 18px;
    margin-bottom: 0px;
}
.analytics_right{
    height: 100%;
}
.analytics_right p{
    margin-bottom: 0px;
}
.row.analytics_row {
    margin: 15px 0px 15px 0px;
}
.gc_row h2{
    font-size: 25px;
}
/*why us */
.reliable_partner_sec, .service_u_love{
    height:calc(100vh - 51px);
    display: flex;
}
.reliable_block, .service_block{
    max-width: 50%;
    flex: 0 0 50%;
    height: 100%;

}
.block_display{
    display: block;
}
.reliable_block h2 span{
    border-bottom:10px solid #e9fd8c;
    padding-bottom: 10px;
}
.reliable_left_block, .service_left_block {
    background: #c8d6d6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.reliable_block h2, .reliable_rcontent h3, 
.service_block h2,.service_rcontent h3{
    font-size: 30px;
}
.reliable_right_block, .service_right_block{
    background: #f7f7f7;
    overflow-y: auto;
}
.reliable_rcontent img, .service_rcontent img{
    width:80px;
    margin-bottom: 20px;
}
.reliable_rcontent span img, .service_rcontent span img{
    width: 30px;
    margin-bottom: 0px;
    margin-left: 5px;
}
.reliable_rcontent h3, .service_rcontent h3{
    margin-bottom: 30px;
}
.reliable_rcontent p, .service_rcontent p{
    font-size: 20px;
}
.reliable_rcontent, .service_rcontent {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding:0px 100px;
}
.reliable_right_block::scrollbar, .service_right_block::scrollbar{
    display: none;
}
.reliable_right_block::-webkit-scrollbar, .service_right_block::-webkit-scrollbar{
    display: none;
}
.service_left_block h2{
    border-bottom:10px solid #e9fd8c;
}
.tech_innovation{
    display: flex;
    justify-content: center;
    margin: 0px auto;
    background: #f5f7f7;
    padding: 80px 0px;
    
}
.tech_block {
    max-width: 30%;
    flex: 0 0 30%;
    padding: 25px;
    margin: 0px 15px;
    position: relative;
    border-radius: 10px;
}
.tech_block img {
    width: 50px;

}
.tech_block h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.tech_innovation_left {
    background: #c8d6d7;
}
.tech_innovation_right {
    background: #e7fe8b;
}
.tech_content {
    min-height: 130px;
    margin-bottom: 20px;
}
.navbar-toggler-icon{
    width: 1.3em;
    height: 1.3em;
}

.footer_main_item  .widget_nav_menu{
display: block;
}
ul.menu.rt-mega-menu-transition-slide.social-icons {
    flex-wrap: wrap;
}
/*mvp page css*/
.text_center{
    text-align: center;
}
.wow.mvp_product.section_height.animated{
    background: #c8d6d8;
}
 .mvp_product .partner_right_image img {
    max-height: 240px;
    object-fit: scale-down;
}
.mvp_product .rounded_link_btn {
    margin-top: 10px;
    background-color: #fff;
    padding: 8px 40px 8px 20px;
    position: relative;
    font-size: 14px;
}
.mvp_product .rounded_link_btn:hover {
    border: 0;
    transform: translate(0, -4px);
}
.impact_img img{
    width:27px;
}
.mvp_control{
    background:#f6f7f7;
}
.mvp_container{
    padding: 50px;
    border-radius: 20px;
    width: 90%;
    margin: 0px auto 0px auto;
    max-width: 100%;
    padding-left: 85px;
    padding-right: 85px;
}
.quality_boxes {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    background: #f6f7f7;
    padding: 50px 0;
}
.qulaity_box_row{
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}
.qulaity_box_row>div {
    padding: 5px;
}
.quality_inner{
background: #fff;
    padding: 15px;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    min-height: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 5px #eee;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.quality_inner img {
    width: 50px;
    margin: 0 20px;
}
.quality_inner p {

    text-align: right;
    margin: 0;
    color: #151515;
    width: calc(100% - 90px);

}
.mvp_container .gc_desc_head {
    margin-bottom: 30px;
}
.quality_inner:hover {
    transform: scale(1.035);
}
.trusted_col h2{
    margin-bottom: 10px;
}
.mvp_product .container {
    padding: 0 85px;
}
.product_mvp_sec .container, .quality_boxes .container {
    max-width: 100%;
    padding: 0 85px;
}
.trusted_col{
    padding-left: 50px;
    padding-right: 50px;
}
.mail_txt a{
    color: #fff !important;
}
.footer_main_item .talk_to_us_arrow{
    padding: 8px 40px 8px 20px;
    margin-top: 0px;
}
.dropdown_icon{
    width: 24px;
    margin-right: 5px;
}
.nav-item.dropdown .dropdown_icon {   
    /* opacity: 0.5; */
}
.nav-item.dropdown .dropdown_icon.mvp_icon{
    opacity: 0.9;
}
.mvp_product .product_banner h2 {
    margin-bottom: 5px;
    }
/*responsive css*/
@media only screen and (max-width:1024px){  
    .section_height{
        padding: 50px 0;
    }
    .reliable_technology{
        min-height:auto;
    }
    .how_we_help {
        padding-left: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .how_we_help .button{
        display: block;
    }
    .contact-content {
        padding: 0px 20px;
    }
    .digital_innovation, .digital_container  {
        padding: 50px 25px;
    }
    .technology-expert .bottom-box{
        max-width: 100%;
    }
    .client-logo.section_height {
        padding:50px 0px;
    }
}
@media only screen and (max-width:767px){
    .section-header h2, .technology-right h2, .digital_trans,
     .we_bridge, .contact_form h1, .contact-content h3, .what-wedo-left h2, 
     .section_header h2, .scale_row h2, .full_stack_section h2, .gc_row h2, .technology-head h3, 
     .web_block_chain h2, .development_work h2{
        font-size: 22px;
    }
    .heading_info h2{
        font-size: 35px;
    }
    .about-list-box h3{
        font-size: 16px;
    }
    .web_future_txt {
        max-width: 100%;        
    }
    .contact_form_left{
        padding: 50px 15px;
    }
    .contact_form {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .building_web {
        height: auto;
        padding:50px 0px;   
    }
    .software_product{
        min-height:auto;
    }
    .mvp_product{
        min-height:auto;
    }
    .client-logo.client-logo-home {
        padding: 50px 0 !important;
    }
    .contact-content {
        padding: 0px 0px;
    }
    .technology  .technology-right{
        margin-bottom: 20px;
    }

    div.what-wedo-left {
        min-height: auto;
    }
    .whatwedo-row {
        margin-bottom: 0px;
        padding-right: 0px;
    }
    .whatwedo-row h4 {
        /* color: #151515; */
    }
    section .what-wedo-right-sticky {
        padding: 20px 0px;
    }
    .whatwedo-sec1 {
        padding-top: 0;
    }
    .innerScrollSection {
        display: inline-block;
        width: 100%;
    }
    .what-wedo-left {
       padding-right: 0px;
    }
    section.whatWeDo-sec .row .col-sm-3.animated{
        position: relative;
        top: 0px;
    }
    .title-engage {
        max-width: 100%;
        padding-left: 0px;
    }
    .team_mem_col{
        margin-bottom: 10px;
    }
    .engage-right {
        max-width: 100%;
        padding-left: 0px;
    }
    .engage-row {
        min-height: 370px;
        margin-top: 0px;
    }
    .gc_container {
        margin: 50px auto 0px auto;      
        padding: 25px 10px;
    }  
    .gc_column{
        margin-bottom: 15px;
    }
    .develop_column, .applicatn_col{
        margin-bottom: 15px;
    }
    .dev_tags a{
        margin-bottom: 5px;
    }
    .potential_solutions{
        padding: 50px 25px;
    }
    .row1.ps_row {
        display: block;
    }
    .web_block_chain {
        padding: 0 0px 0px 0px;
        margin-top: 25px;
    }
    .block_chain_container, .da_container, .development_work  {
        padding: 50px 15px;
    }
    .bc_row {
        padding: 30px 30px;
    }
    .full_stack_section h2 {
        margin-top: 20px;
    }
    .appliction_row{
        padding-left: 0px;
    }
    .technology-expert .bottom-box {
        max-width: 100%;
        padding: 30px;

    }
    .application_sec{
        padding: 50px 20px;
    }
    .application_container{
        padding: 50px 20px;
    }
    .box-icon {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .whoweare_row{
        padding: 50px 25px; 
    }
    .da_what_we_do{
        padding: 50px 25px;
    }
    .tech_block {
        max-width: 45%;
        flex: 0 0 45%;
    }
  .accountability{
    padding-top:0px;
  }
    .navbar.white-header.navbar-dark .navbar-toggler {
        color: #fff !important;
        border-color: #fff !important;
        padding: 5px 7px !important;
        background-color: #000 !important;
        border: 1px solid #000 !important;
        margin-right: 10px;
        outline: none;
    }
    .about-inner-page-left img {
        min-height: 400px;
    }
    .digital_transfo, .technology-expert .about-inner-page-right {
        padding: 50px 15px;
    }
    .full_stack_section {
        padding: 50px 0px;
    }
    .we_bridge {
        margin-bottom: 20px;
    }
    .reliable_block h2, .service_block h2{
        font-size: 22px;
        padding: 0 10px;
        border-bottom: 10px solid #e9fd8c;
    }
    .reliable_block h2 span{
        border-bottom: none;
    }
    .reliable_rcontent, .service_rcontent{
        padding:0 10px;
    }
    .reliable_rcontent, .service_rcontent{
        display:block;
    }
    /*mvp page css*/
    .mvp_product .container {
        padding: 0 15px;
    }
    .mvp_product .partner_right_image img {
        margin-top: 20px;
    }
    .mvp_container{
        margin: 0px auto 0px auto;      
        padding: 50px 15px;
    }
    .product_mvp_sec .container, .quality_boxes .container{        
        padding: 0 15px;
    }
    .product_mvp_sec .left_graphic_sec {
        width: 100%;
    }
    .trusted_col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product_mvp_sec .left_graphic_sec img {
        height: auto;
    }
}/*max-width 767 ends*/

@media only screen and (max-width:479px){
    .analytics_left h4{
        font-size:16px ;
    }
    .email_row{
        margin-bottom: 15px;
    }
    section.whatWeDo-sec{
        padding-top:0px;
    }
    section.tech_stack{
        padding-top: 50px;
    }
    .engage-row ul li {
        width: 160px;
        height: 160px;
    }
 
    .engage-row ul li .engage-box {
        width: 160px;
        height: 160px;
        line-height: 160px;
    }
    
    .about_container {
        padding:15px;
        width:100%;
    }
    .whoweare_row{
        padding:50px 15px;
    }
    .yellow_button {
        padding: 14px 40px 10px 20px;
        /* font-size: 11px; */
    }
    .key_title{
        width:50%;
    }
    .key_desc{
        width:50%;
    }
    .tech_block {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    .tech_innovation{
        display: block;
    }
    
}

@media only screen and (min-width:768px) and (max-width:1023px){
    .navbar.white-header.navbar-dark .navbar-toggler {
        color: #fff !important;
        border-color: #fff !important;
        padding: 5px 7px !important;
        background-color: #000 !important;
        border: 1px solid #000 !important;
        margin-right: 10px;
        outline: none;
    }
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 38%;
    }
    .engage-row ul li:nth-child(2) {
        top: 31%;
        left: 27%;
    }
    .engage-row ul li:nth-child(3) {
        right: 20%;
        top: 31%;
    }
    .about_container .row .col-md-5,  .about_container .row .col-md-7{
        width: 100%;
        max-width: 100%;
    } 
    .appliction_row{
        padding-left: 0px;
    }
    .technology-expert .bottom-box{
        max-width: 100%;
    }
 .applicatn_col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
   
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .tech_block{
        max-width: 45%;
        flex: 0 0 45%;
    }    
    .accountability{
        padding-top:0px;
      }
      ul.menu.rt-mega-menu-transition-slide.social-icons {
        flex-wrap: wrap;
    }
    .contact_form {
        width: 100%;
        margin-left: 50px;
        margin-right: 50px;
    }
   /*mvp css*/
   .mvp_container {
        padding-left: 0;
        padding-right: 0;
    }
    .product_mvp_sec .container, .quality_boxes .container {
        max-width: 100%;
        padding: 0 25px;
    }
    .product_mvp_sec .left_graphic_sec {
        width: 100%;
    }
    .product_mvp_sec .trusted_col {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 40px;
    }
}
@media only screen and (max-width:992px) {
    .navbar.white-header {
        background: #fff !important;
    }
    .hamburger_menu {
        margin-right: 10px;
    }
    .white-header .navbar-nav {
        align-items: flex-start;
    }
    .building_web{
        height:auto;
        padding:50px 0px;
    }
    .client-logo.section_height {
        background: #fff;
    }
    .keyheader p {
        font-size: 14px;
    }
    .software_product{
        min-height:auto;
    }
    .mvp_product{
        min-height:auto;
    }
    
}
@media only screen and (min-width:768px) and (max-width:992px){
    .about-list-row .row .col-md-4{
        flex: 0 0 50%;
    max-width: 50%;
    }
    .digital_left_col{
        text-align: center;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .digital_right_col{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .what-wedo-left {
        padding-right: 0px;
    }
    .engage-right, .title-engage{
        padding-left: 0px;
        max-width:100%;
    }
    .col-md-4.col-sm-12.team_mem_col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .profile_divider, .empty_team_div{
        display: none;
    }
    .web_future_txt h1{
        font-size: 35px;
    }
    .gc_column, .who_we_are_col{
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 15px;
    }
    .footer-row > .container {
        max-width: 90%;
        margin: 0 auto;
    }
   
}
/*about page work with us section css*/
@media only screen and (max-width:479px){
    
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 20%
    }
    .engage-row ul li:nth-child(2) {
        top: 32%;
        left: 0
    }
    .engage-row ul li:nth-child(3) {
        right: 0;
        top: 32%
    }
    .engage-row ul li {
        width: 160px;
        height: 160px
    }
    .engage-row ul li .engage-box {
        width: 160px;
        height: 160px;
        line-height: 160px
    }
    .engage-row ul li:nth-child(1) span {
        top: 13%;
        left: 6%
    }
    .engage-row ul li:nth-child(2) span {
        left: 16%
    }
    .engage-row ul li:nth-child(3) span {
        right: 17%
    }
   
}
@media only screen and (min-width: 330px) and (max-width: 374px) {
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 25%
    }
    .engage-row ul li:nth-child(2) {
        top: 32%;
        left: 7%
    }
    .engage-row ul li:nth-child(3) {
        right: 7%;
        top: 32%
    }
}

@media only screen and (min-width: 375px) and (max-width: 479px) {
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 25%
    }
    .engage-row ul li:nth-child(2) {
        top: 32%;
        left: 6%
    }
    .engage-row ul li:nth-child(3) {
        right: 6%;
        top: 32%
    }
    
}
@media only screen and (min-width: 384px) and (max-width: 479px) {
    .engage-row ul li:nth-child(2) {
        top: 32%;
        left: 5%
    }
    .engage-row ul li:nth-child(3) {
        right: 5%;
        top: 32%
    }
    .engage-row ul li {
        width: 180px;
        height: 180px
    }
    .engage-row ul li .engage-box {
        width: 180px;
        height: 180px;
        line-height: 160px
    }
    .engage-row ul li:nth-child(1) {
        left: 25%
    }
    .engage-row ul li:nth-child(1) span {
        left: 12%
    }
    .engage-row ul li:nth-child(2) span {
        left: 20%
    }
    .engage-row ul li:nth-child(3) span {
        right: 21%
    }
}

@media only  screen and (min-width: 568px) and (max-width: 639px) {
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 33%
    }
    .engage-row ul li:nth-child(2) {
        top: 33%;
        left: 20%
    }
    .engage-row ul li:nth-child(3) {
        right: 20%;
        top: 33%
    }
}
@media only screen and (min-width: 640px) and (max-width: 735px) {
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 35%
    }
    .engage-row ul li:nth-child(2) {
        top: 33%;
        left: 21%
    }
    .engage-row ul li:nth-child(3) {
        right: 23%;
        top: 33%
    }

}
@media screen and (min-width: 736px) and (max-width: 767px) {
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 37%
    }
    .engage-row ul li:nth-child(2) {
        top: 33%;
        left: 22%
    }
    .engage-row ul li:nth-child(3) {
        right: 22%;
        top: 33%
    }

}
@media only screen and (min-width:768px) and (max-width:1023px){
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 38%
    }
    .engage-row ul li:nth-child(2) {
        top: 31%;
        left: 28%
    }
    .engage-row ul li:nth-child(3) {
        right: 28%;
        top: 31%
    }   
}
@media only screen and (min-width:768px) and (max-width:800px){
    .engage-row ul li:nth-child(1) {
        top: 0px;
        left: 38%
    }
    .engage-row ul li:nth-child(2) {
        top: 31%;
        left: 26%
    }
    .engage-row ul li:nth-child(3) {
        right: 26%;
        top: 31%
    }   
    
}
@media only screen and (min-width: 1024px) and (max-width: 1165px) {
    .engage-row ul li:nth-child(2) {
        top: 33%;
        left: 7.5%
    }
    .engage-row ul li:nth-child(3) {
        right: 7.5%;
        top: 33%
    }
      
}
@media only screen and (min-width: 1166px) and (max-width: 1180px) {
    .engage-row ul li:nth-child(3) {
        right: 10%;
        top: 33%;
    }
    .engage-row ul li:nth-child(2) {
        top: 33%;
        left: 10%;
    }
   
}
@media only screen and (min-width:768px) and (max-width:850px) {
    .footer_links, .footer_last_menu{
        flex: 0 0 50%;
        max-width: 50%;
      }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .container{
        max-width:90%;
    }
}
@media only screen and (min-width:1166px) and (max-width:1300px){
   
} 

.row.full_stack_row {
    align-items: center;
}

.blue_we_provide {
    background: #5392b3;   
    padding: 30px;
    text-align: center;    
    max-width: 960px;
    border-radius: 25px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

}
.blue_we_provide h3 { 
    font-size: 18px;
    color: white;
    position: relative;
    display: inline-block;
    padding-left: 110px;
    margin: 0;
}
.col-sm-12.blue_we_provide img {
    max-width: 100px;
    position: absolute;
    top: -47px;
    left: 0;
}
.application_sec p strong {
    font-weight: 600;
}
.application_sec h2 {
    margin: 0 0 10px;
}
.application_sec h2 + p {
    margin-bottom: 5px;
}
.about-inner-page-right-full {
    width: 100%;
}
.about-inner-page-right-full {
    padding: 25px;
    background: #ffff;
    border-radius: 15px;
}
.about-inner-page-right-wrap {
    flex-wrap: wrap;
}
.about-inner-page-right-wrap h3 {
    width: 100%;
    margin-bottom: 25px;
    font-size: 25px;
}

.technology-expert .panel.panel-default {
    border-top: none;
    border-bottom: 1px solid #666;
    padding: 10px 0;
    margin-bottom: 0px;
}
.about-inner-page-left.about-inner-page-left-new {
    background: #edeae4 !important;
}

.bottom-box.bottomBoxNewInner {
    width: 100%;
    max-width: 100%;
    top: 0;
    position: relative;
    background: transparent;
    color: #000;
}
.bottom-box.bottomBoxNewInner  h4 {
    color: #000;
    font-size: 25px;
}
.about.wow.technology-expert .about-inner-page-left-new img.technology_image {
    max-width: 200px;
    margin-left: auto;
    display: flex;
    margin-right: 0;
    transform: rotate(-45deg);
    position: relative;
    top: 50px;
}



.container.padding_zero {
    padding: 0;
}
.about_new_container .container {
    /*max-width: 1280px;*/
}
.about_new_container  .whatwedo-content {
    padding-top: 0;
    background: #f6f7f7;
    padding: 30px;
    border-radius: 20px;
}

h3.we_provide_service {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 50px;
    font-size: 25px;
    margin-top: 0;
}
.container.padding_zero {
    padding: 0;
}
.application_boxes .box_content p {
    margin: 0;
}


.softDevolop_ment_middle .whatwedo-content {
    padding: 0;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

section.whatWeDo-sec.full-height.section.section-2.tech_stack.section_height.softDevolop_ment_middle {
    background: #e4ede5;
    padding: 70px 0 !important;
}
section.whatWeDo-sec.full-height.section.section-2.tech_stack.section_height.softDevolop_ment_middle  .col-sm-3.animated { 

    top: 120px;
}

.software_container_new .container {
    max-width: 100%;
    padding: 0 85px;
}
.software_container_new .software_product .container, .software_container_new .mvp_product .container{
    max-width: 1140px;
    /*padding: 0 50px;*/
}
.banner_product_image {
    max-width: 380px;
    display: table;
    margin: 0 auto;
}
.padding-left-100 {
    padding-left: 50px;
    padding-right: 50px;
}
.top_ccontent {
    margin-bottom: 25px;
}
.top_ccontent h3 {
    font-size: 24px;
}
.box_header img.deploy_image {
    width: 35px;
}
section.whatWeDo-sec.full-height.section.section-2.tech_stack.section_height.softDevolop_ment_middle .container {
    max-width: 1280px;

}
.container-fluid.padding_zero {
    padding: 0;
}










/*Latest css*/

.software_container_new .product_banner h2 {
margin-bottom: 5px;
}
.software_container_new .product_banner p.technology-bold {
line-height: 20px;
white-space: nowrap;
font-weight: 500;   
}
.software_container_new .partner_right_image img {
    
    margin-top: -30px;
}
.need_noc_text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}


.need_noc_text .lets_talk {
    margin-top: 0;
}

.need_noc_text p {
    margin: 0 20px 0 0;
    font-weight: 500;
    font-size: 14px;
}
.need_noc_text .lets_talk a {
    font-size: 13px;
    min-width: auto;
}
.application_boxes .box_content {
    padding-bottom: 30px;
}
/*.software_container_new .col-md-6.first {
flex: 0 0 60%;
    max-width: 60%;
}
.software_container_new .col-md-6.second {
flex: 0 0 40%;
    max-width: 40%;
}*/

section.whatWeDo-sec.full-height.section.section-2.tech_stack.section_height.softDevolop_ment_middle .whatwedo-content ul li {
       background-position: left 1px top 5px;
    background-size: 24px;
    background: url(../images/green_tick.png);
   
}
.softDevolop_ment_middle .whatwedo-content ul li {
        background-size: 24px !important;
        background-repeat: no-repeat !important;
       background-position: left 1px top 5px !important;

}
p.text-left.padding_top_new {
    margin-top: 15px;
}


.block_chai_container_body  .container-fluid {
    max-width: 100%;
    padding: 0 85px;
}
.block_chai_container_body .navbar .container-fluid {
    max-width: 100%;
    padding: 0 50px;
}
.block_chai_container_body .yellow_button {
    padding: 7px 40px 7px 20px;
}
.block_chai_container_body .block_chain_container .container {
    max-width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
}
.whatwedo-row  h4 span {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 14px;
    vertical-align: middle;
}
.block_chai_container_body .row.scale_row {
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}
.about_new_container.block_chai_container_body .whatwedo-content {
        padding: 30px 30px 30px 60px;
}
.margin_bottom_new {
    margin-bottom: 5px !important
}

.blockchain-development-solutions {
    margin-top: 50px;
}



.why-us-body .reliable_partner_sec, .why-us-body .service_u_love {
    height: initial;
}
.why-us-body .reliable_left_block, .why-us-body .service_left_block {
        min-height: calc(100vh - 51px);
        position: sticky;
        top: 51px;
}
.why-us-body .reliable_right_block.reliable_block > div {
        min-height: calc(100vh - 51px);
    
}
.why-us-body  .reliable_block h2, .reliable_rcontent h3, .why-us-body  .service_block h2, .why-us-body .service_rcontent h3 {
    font-size: 24px;
}
.why-us-body .reliable_rcontent img, .why-us-body .service_rcontent img {
    width: 50px;
    margin-bottom: 5px;
}
.why-us-body  .reliable_rcontent p, .why-us-body .service_rcontent p {
    font-size: 14px;
}
.why-us-body .reliable_rcontent h3, .why-us-body .service_rcontent h3 {
    margin-bottom: 10px;
}
.why-us-body .service_right_block.service_block > div {
        min-height: calc(100vh - 51px);
   
}
.why-us-body .service_left_block {
    background: #cbc8d6;
}
.why-us-body .tech_innovation.accountability.padding_top_zero {
    padding-top: 0;
    margin-top: -50px;
}
.why-us-body .reliable_rcontent span img, .why-us-body .service_rcontent span img {
    max-width: 30px;
}
.why-us-body .reliable_block h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    /*font-family: 'American Typewriter' !important;*/
}
.why-us-body .service_left_block h2{
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    /*font-family: 'American Typewriter' !important;*/
}
.why-us-body .service_rcontent img.vision {
    width: 62px;
}
/* img.searchengine.serch_bo_new {
    transform: scale(1.3);
} */
.home_body .technology-right h2 + p {
    margin-bottom: 15px;
    font-weight: 500;
}
.home_body .row.how_we_help_row {
    margin-top: 50px;
}
.home_body .col-md-3.digital_left_col {
    margin-top: -50px;
}
.data_engenering_banner {
    background: #e4ede5;
}
.data_engenering_banner .partner_right_image img {
    /* max-height: 240px; */
    max-height: 200px;
    object-fit: scale-down;
}
.data_engenering_banner .container {
    padding: 0 85px;
}

.data_engenering_banner .product_banner h2 {
    font-size: 35px;
    max-width: 100%;
    margin: 0;
    margin-bottom: 0;
    font-family: 'American Typewriter' !important;
    letter-spacing: 1px;
}
.gain_control p {
    font-weight: 500;
}

.data-engineering_body .container-fluid {
    max-width: 100%;
    padding-left: 85px;
    padding-right: 85px;
}
.data-engineering_body .whoweare_row {
    width: 100%;
    padding: 50px 50px;
    background: #f6f7f7;
    border-radius: 30px;
    margin: 0 auto;
}
.data-engineering_body .homeContainer {
padding-left: 50px;
    padding-right: 50px;
}

.insight_main_top_box {
    margin-bottom: 30px;
}
.insight_main_top_box img {
    max-width: 100%
}
.insight_main_top_box h3 {
        font-size: 16px;
        margin-bottom: 0;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;

}
.insight_main_top_box img {
        width: 100%;
    border-radius: 25px;
    height: 230px;
    object-fit: cover;
    display: flex;
}
.insight_main_top_box span {
        font-weight: 500;
        margin-bottom: 15px;
        display: block;
}


.insight_main {
    padding: 0px 0 30px;
}
.brudcrump {
    background: #f2f2f2;
    padding: 8px 15px;
}
.brudcrump .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brudcrump ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; 
}
.brudcrump ul li {
    display: inline-block;
    padding: 0 5px;
}
.social_icons ul {
        list-style: none;
        padding: 0;
        margin: 0
}

.blog-page__blogs__categories ul li.active {
    background: #f0fafe;
}
.blog-page__blogs__list ul li.active {
    background-color: #0c63a8;
}

.list_top_cat ul li {
    display: inline-block;
    width: auto;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: 3px;
    cursor: pointer;
}

.list_top_cat ul {
    list-style: none;
    margin: 0;
}
.list_top_cat {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    margin-bottom: 10px;
}
.blog-page__brudcrump__search {
    background: #fff !important;
    border-radius: 10px;
    border-radius: 25px;
    padding: 6px 15px !important;
    min-height: inherit !important;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 350px;
}
.blog-page__brudcrump__search input {
    border: none;
    outline: none;
    list-style: none;
    line-height: 25px;
    width: 100%;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}
.blog-page__brudcrump__search i.fa.fa-search {
    font-size: 16px;
    background: #3db2eb;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}
.social_icons {
    margin-bottom: 20px;
}

.social_icons ul li{
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 8px;
    border: 1px solid #ccc;
}
.social_icons ul li i {
    font-size: 25px;
    color: #050505;
}
.list_top_cat .active {
    background: #f0fafe;
}
.social_icons ul li.active {
    background-color: #0c63a8;
    color: white;
}
.social_icons ul li.active i{
    color: white;
}
.application_container p + span {
    display: block;
    margin-top: -10px;
    margin-bottom: 25px;
}
.application_sec h2 {
    margin: 0 0 10px;
    font-family: "Conv_Mont-HeavyDEMO" !important;
    font-size: 24px;
}





.wow.software_product.section_height.data_engenering_banner.animated {
    /* background: #d6dff9; */
    background:#e4f9f4;
}
.wow.software_product.creating_digital.section_height.animated {
    background: #cfe2dd
}

.mvp_product .product_banner p.technology-bold {
    line-height: 20px;
    white-space: nowrap;
    font-weight: 500;
}
.why_us_icon{
    /* opacity: 60%; */
    width:26px;
}
.navbar.navbar-expand-lg.navbar-dark .dropdown-menu{
    box-shadow: none;
}
/*hamburger menu css*/
.nav-stick {
    position: fixed;
    width: 380px;
    height: 100%;
    right: 0;
    top: -100vh;
    display: flex;
    /* align-items: center; */
    overflow: hidden;
    transition: all .6s ease-in-out;
    padding:150px 70px;
    z-index: 0;
    /* transform: translate3d(0, -50%, -200px); */
}
 .nav-stick>div {
    position: relative;
}
.nav-stick.active_menu {
    top: 0;
    background: white;
    height: 100%;
    z-index: 1;

    /* background-color: rgba(0,0,0, 0.9); */
}
ul.stick-nav {
    padding-left: 0px;
}
ul.stick-nav li {
    margin: 15px auto 20px;
    list-style: none;
}
ul.stick-nav li {
    white-space: nowrap;
}
ul.stick-nav li a{
        position: relative;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
    font-family: 'Galvji' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
a.closebtn.close_nav {
    position: absolute;
    top: 0;
    right: 50px;
    width: 30px;
    font-size: 50px;
    color: #fff;
    display: none;
}
 .stick-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #00c9f1;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.stick-nav li a:hover::after {
    width: 100%;
}
a.closebtn.close_nav:hover, a.closebtn.close_nav:focus{
    color: #fff;
}
 .nav-stick::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;

    transition: all .3s ease-in-out;
}
.nav-stick::before {
    left: auto;
    right: 0;
    background: white url("../images/menubg.png");
    transition-delay: .4s;
}
  /*request a quote css starts here*/
  .request_quote_sec {
       background: #f6f7f7;
    /*z-index: 1;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;

    overflow: hidden;
}
.request_quote_sec .support-left {
    background: url("../images/curve-bg.png") no-repeat;
    background-position: 100% 0;
    padding-right: 50px;
    margin-right: -17px;
}
.request_quote_sec .support-left h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
}
.support-left form {
    display: inline-block;
    width: 100%;
}
.support-left .formtitle {
    font-size: 18px;
    margin-top: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.request_quote_sec .form-row {
    position: relative;
    margin-bottom: 10px;
    overflow-x: hidden;
}
.request_quote_sec .form-row input, .request_quote_sec .form-row select {
    width: 100%;
    height: 42px;
    padding: 5px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    line-height: 30px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #8c8989;
    padding-right: 50px;
    font-size: 14px;
}
.request_quote_sec .form-row span i {
    position: absolute;
    right: 1px;
    top: 1px;
    display: flex;
    line-height: 40px;
    font-size: 17px;
    align-items: center;
    width: 45px;
    justify-content: center;
    border-left: 1px solid #eee;
    color: #c8c8c8;
    background: #fff;
}
.form-row select.selectfield {
    position: relative;
    background: #fff url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}
.checkboxtitle {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 800;

}
.checkbox_row .form-group>span {
    width: auto;
    margin: 0 15px 10px 0;
    position: relative;
    padding: 0;
    display: inline-block;
}
.checkbox_row .checkbox input[type=checkbox] {
    margin-left: auto;
    display: none;
}
.checkbox_row input[type=checkbox]+label {
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    line-height: 23px;
}
.checkbox_row  input[type=checkbox]+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: #e9e9e9;
    border-radius: 4px;
    border: 1px solid #bdbcbc;
}
.checkbox_row input[type=checkbox]+label::after {

   position: absolute;
   left: 7px;
   top: 2px;

    opacity: 0;
    transition: all .3s ease-in-out;
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 0.8em;
    width: 0.43em;
    border-bottom: 0.15em solid;
    border-right: 0.15em solid;

}
.checkbox_row  input[type=checkbox]:checked+label::after {
    opacity: 1;
}
  /*request  quote ends here*/
  .mvp_icon{
    width: 30px;
    max-width: 30px;
    padding-right: 5px;
    margin-right: 5px;
   }
   .countries_list p span:first-child{
     width:200px;
     display: inline-block;
     font-weight: 600;
     text-transform: uppercase;
   }
   .contact_form_left .lets_talk_btn p{
     font-weight: 600;
     font-size: 14px;
     color: #000;
   }
   .contact_form_left .contact_form p{
     margin-top: 0px;
   }
   .countries_list {
     margin-top: 40px;
 }
  /*dedicated support css*/

  .dedicated_support .support-content {
    background: #fff;
    padding: 35px;
    position: relative;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.dedicated_support .support-content::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, #0980c9 0, #b262d8 90%);
    width: 100%;
    height: 100%;
    left: -15px;
    top: 15px;
    z-index: -1;
}

.dedicated_support .support-content h4 {
    color: #0581c9;
    line-height: 35px;
    margin: 0 0 15px;
    margin: 0px 0 5px;
    font-size: 24px;
}
.dedicated_support .support-content p {
    line-height: 23px;
    margin: 0 0 20px;
}
.dedicated_support .support-content ul{
    padding: 0px;
}
.dedicated_support .support-content ul li {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}
.dedicated_support .support-content ul li img {
    width: 25px;
    height: 25px;
    min-width: 25px;
}
.dedicated_support .support-content ul li p {
    line-height: 20px;
    margin: 0 0;
    padding-left: 0px;
    color: #000;
}
.btn-center {
    text-align: center;
}
.page-button {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    position: relative;
    border: 0;
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 5px 40px 5px 15px;
    font-size: 14px;
}
.quote_btn {
    display: inline-block;
    clear: both;
    width: 100%;
}
.quote_btn button {
    position: relative;
    text-align: center;
    background: #000;
    color: #fff!important;
    border: 0;   
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    width: 100%;
    padding: 9px 20px;
    border-radius: 3px;
}
.quote_btn button::before, .quote_btn button::after {
    content: url("../images/about/arrow-right-single-small.svg");
    position: absolute;
    right: 37%;
    top: 55%;
    -webkit-transform: translate3d(0, -50%, 0) scale(.8);
    transform: translate3d(0, -50%, 0) scale(.8);
    transition: all .5s ease-out;
    opacity: .5;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.quote_btn button::after {
    opacity: 0;
    right: 38.5%;
}
.quote_btn button:hover::before {
    -webkit-transform: translate3d(8px, -50%, 0) scale(.8);
    transform: translate3d(8px, -50%, 0) scale(.8);
    -ms-transform: translate3d(8px, -50%, 0) scale(.8);
    -o-transform: translate3d(8px, -50%, 0) scale(.8);
    opacity: 0;
}
.quote_btn button:hover::after {
    -webkit-transform: translate3d(8px, -50%, 0) scale(.8);
    transform: translate3d(8px, -50%, 0) scale(.8);
    -ms-transform: translate3d(8px, -50%, 0) scale(.8);
    -o-transform: translate3d(8px, -50%, 0) scale(.8);
    opacity: 1;
}

/*contact form css*/
#firstname_err, #email_err, #phone_err,
 #companyname_err, #message_err, #captcha_err,
#full_name_err, #role_err, #skills_err, #experience_err,
 #engagement_model_err, #details_err, #company_name_err,
 #workemail_err, #designation_err, #location_err, #skypeid_err, #name_err,
 #company_err, #website_err, #city_err, #country_err, #technologies_err{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: red;
    margin-top: 3px;
    margin-bottom: 0px;
}
#success_msg{
    margin-bottom: 0px;
}
.mystyle{
    box-shadow: 0 0 5px 0 #ffa3a3!important;
    border: 1px solid #ffa3a3!important;
}
.social-connect{
    padding:20px 15px;
    margin-top: -60px;
}
.social-connect h3 {
    font-size: 14px;
    text-align: left;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.social-connect ul {
    display: flex;
    margin: 10px 0 0;
    list-style: none;
    padding-left: 0px;
}

.social-connect ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    color: #000;
    margin: 0 5px 0 0;
    border-radius: 50%;
    transition: border-radius .3s ease-in-out;
}
.social-connect ul li a span{
    font-size: 20px;
}
.social-connect ul li a:hover {
    border-radius: 0;
    text-decoration: none;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
}
/*wave effect*/
.nav-stick ul>li {
    padding: 0 30px;
}
.nav-stick.active_menu  ul>li {
    padding: 0;
}
.nav-stick ul >li {
    opacity: 0;
    top: -15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.nav-stick.active_menu  ul>li {
    opacity: 1;
    top: 0
}


.nav-stick.active_menu  ul>li:nth-child(1) {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}


.nav-stick.active_menu  ul>li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}


.nav-stick.active_menu  ul>li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}


.nav-stick.active_menu  ul>li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}


.nav-stick.active_menu  ul>li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.nav-stick.active_menu  ul>li:nth-child(6) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.project_right_block .caseStudy {
        background: #000;
    color: #fff;
    padding: 4px 35px 4px 15px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 13px;
    transition: all .2s ease;
    position: relative;
    display: inline-block;
    width: 130px;
    margin-bottom: 5px;
    margin-left: 3px;
}
.project_right_block .caseStudy::after, .project_right_block .caseStudy::before {
    content: url(../images/arrow-right-single-small.svg);
    position: absolute;
    right: 10px;
    top: 64%;
    -webkit-transform: translate3d(0, -50%, 0) scale(.8);
    transform: translate3d(0, -50%, 0) scale(.8);
    transition: all .5s ease-out;
    opacity: .5;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.project_right_block .caseStudy:hover {
    color: #fff;
}
.project_right_block .caseStudy:hover::after {
    -webkit-transform: translate3d(8px, -50%, 0) scale(.8);
    transform: translate3d(8px, -50%, 0) scale(.8);
    opacity: 1;
}

.countries_list.country_new_list img {
        max-width: 36px;
    vertical-align: middle;
    margin-right: 5px;
    height: 36px;
    object-fit: contain;
}








/*11-09-2023*/
/*talent services css*/
.services_banner{
        background-color: #001550;
    padding: 30px 0px;
    min-height: calc(50vh - 51px);
    display: flex;
    align-items: center;
    background-image: url(../images/talent_service_banner.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 350px;
}
.services_row{
    justify-content: center;
    text-align: center;
}
.services_row h2{
    font-size: 35px;
    max-width: 100%;
    margin: 0;
    margin-bottom: 0;
    font-family: 'American Typewriter';
    color: #fff;
    letter-spacing: 0.5px;
}
.services_row h2 span{
    display: block;
}
.talent_transform{
    background-color: #f6f7f7;
    padding:70px 0px;
}
.transform_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 3px #ccc;
}
.transform_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.transform_head h5 {
    font-size: 16px;
    color: #333334;
    line-height: 24px;
}
.transform_head img {
    width: 35px;
}
.talent_desc{
    padding-left: 50px;
        padding-top: 30px;
}
.talent_desc h2{
    font-size: 24px;
}
.talent_desc h2 img{
    max-width: 25px;
}
.tp_left_sec{
    background: #e6f6f7;
    display: flex;
    padding: 0px 70px;
    border-radius: 20px;
    align-items: center;
    height: 100%;
}
.email_box{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.email_info p{
    margin-bottom: 0px;
}
.email_box img{
    width: 100px;
}
.tp_left_img img{
    max-width: 270px;
    float: right;
    margin-bottom: -100px;
}
.talent_partner{
    margin:70px 0px;
    padding-bottom: 0px;
}

.ttp_title span, .deploy_skills span{
    border-bottom: 1px solid #5ab9f8;
    font-size: 16px;
    font-weight: 600;
    color: #000;  
}
.tp_left_desc p{
    font-size: 14px;
}
.email_info {
    padding-left: 10px;
}
.tp_right_sec{
    background: #f6f7f7;
    padding: 50px;
    border-radius: 20px;
    height: 100%;
}
.tp_right_sec ul{
    padding-left: 0px;
}
.tp_right_sec ul li{
    list-style: none;
    padding: 4px 0 4px 30px;
    background: url("../images/bluetick.png");
    background-position: left 2px center;
    background-repeat: no-repeat;
}
.deploy_skills img{
    width: 20px;
    margin-right: 8px;
}
.deploy_skills span{
    display: inline-flex;
    align-items: center;
}

@media only screen and (max-width:767px){
    .transform_sec{
        padding-bottom: 15px;
    }
    .tp_left_sec {
        flex-direction: column;
    }
    .services_row h2 span {
        display: inline;
    }
    .tp_left_img img {
        float: none;
    }
    .tp_left_sec {
        padding: 50px 15px;
    }
    .services_banner{   
        min-height: auto;
    }
    /*block chain css*/
    .block_chai_container_body .container-fluid{
        padding: 0px;
    }
    .about_new_container.block_chai_container_body .whatwedo-content {
        padding: 30px 30px 30px 30px;
    }
    .block_chai_container_body .block_chain_container .container {
        max-width: calc(100% - 15px);
    }
    .block_chai_container_body .bc_row {
        padding: 30px 10px;
    }
    .tech_stack .container {
        max-width: 100%;
    }
    /*product development css*/
    .software_container_new .container {
        padding: 0 15px;
    }
    .software_container_new .footer-row .container {
        padding: 0 30px;
    }
    .left_graphic_sec {
        width: calc(100% - 0px);
    }
    .full_stack_row .padding-left-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .digital_transfo .container{
        padding: 0px;
    }
    .digital_transfo .digital_container {
        padding: 80px 15px;
    }
    .appliction_row{
        margin-bottom: 0px;
    }
    section.whatWeDo-sec.full-height.section.section-2.tech_stack.section_height.softDevolop_ment_middle .col-sm-3.animated {
       top:0px;
    }
    .top_ccontent {
        margin-top: 20px;
    }
    .top_ccontent h3, .application_sec h2{
        font-size: 22px;
    }
    /*data engineering css*/
    .data_engenering_banner .container {
        padding: 0 30px;
    }
    .data-engineering_body .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gain_control .container {
        padding: 0px;
    }
    .gain_control .gc_container{
        margin-top: 0px !important;
        padding: 50px 15px;
        width: 100%;
    }
    .data-engineering_body .whoweare_row{
        padding: 50px 30px;
    }
    .da_what_we_do {
        padding: 50px 0px;
    }
    .data-engineering_body .container{
        max-width:100%;
    }
    /*request quote css*/
    .request_quote_sec .support-left{
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .request_quote_sec .container{
        padding-left:20px;
        padding-right:20px;
    }
}
@media only screen and (max-width:992px){
    .tp_left_img img {
        margin-bottom: 0;
    }
    .tp_right_col {
        margin-top: 30px;
    }
    .talent_partner {
        margin: 50px 0px;
        padding-bottom: 0px;
    }
    .talent_desc {
        padding-left: 30px;
        margin-top: 30px;
    }
    .tp_left_sec {
        padding: 50px 10px;
    }
    .email_box img {
        width: 80px;
    }
    .need_noc_text{
        display: block;
    }
    .software_container_new .product_banner p.technology-bold {
        white-space: pre-wrap;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .block_chai_container_body .block_chain_container .container {
        max-width: calc(100% - 0px);
    }
    .block_chai_container_body .bc_row {
        padding: 30px 30px;
    }
   .potential_solutions .left_block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .potential_solutions .row1.ps_row {
       flex-direction: column;
    }
    .web_block_chain {
        padding: 54px 0px 50px 0px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .block_chai_container_body .container-fluid {
        padding: 0 50px;
    }
    .development_work {
        padding: 50px 0px;
    }
    .dev_tags a{
        margin-bottom: 3px;
    }
    /*product development css*/
    .full_stack_row .padding-left-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .application_development .application_sec {
        padding: 50px 50px;
    }
    
}
@media only screen and (min-width:993px) and (max-width:1024px){
    .tp_left_sec {
        padding: 50px 30px;
    }
    .email_box img {
        width: 40px;
    }
    .left_block {
        padding: 50px 30px;
      
    }
    .block_chai_container_body .container-fluid {
        padding: 0 50px;
    }
    .development_work {
        padding: 50px 0px;
    }
    .dev_tags a{
        margin-bottom: 3px;
    }
    .block_chai_container_body .block_chain_container .container {
        max-width: calc(100% - 0px);
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .digital_i_row .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .digital_i_row .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top_ccontent {
        margin-top: 30px;
    }
    /*data engineering css*/
    .data_engenering_banner .container {
        padding: 0px 50px;
    }
    .gain_control .gc_container .container{
        padding:0px;
    }
    .gain_control .gc_container {
        width: 100%;
        padding: 50px;
    }
    .data-engineering_body .container-fluid{
        padding-left:50px;
        padding-right: 50px;
    }
  
}
@media only screen and (min-width:1024px) and (max-width:1300px){
    .email_box img {
        width: 60px;
    }
    .development_work{
        padding:50px 0px;
    }
    .application_sec{
        padding: 50px 50px;
    }
    .need_noc_text{
        display: block;
    }
}
@media only screen and (max-width:540px){
    .ttp_title span, .deploy_skills span {
        font-size: 15px;
    }
    .email_box img {
        width: 60px;
    }
    .application_sec h2{
        font-size: 21px;
    }
}


@media (max-width: 767px) {
    .partner-row ul li {
        width: calc(50% - 8px);
    border: 1px solid #ccc !important;
    margin: 4px;
    }
    .partner-row ul {
        border: none;
    }
    .home_body .row.how_we_help_row {
    margin-top: 30px;
}
.mobile_menu_list li a {
    display: inline-block;
}
}





.nav-stick.active_menu {
    /*top: 49px;*/
    /*box-shadow: 0px 6px 3px #ccc;*/
        /*box-shadow: 0 2px 5px rgba(0, 0, 0, .3);*/
    z-index: 1;
    }

    .hamburger_menu {
    margin-left: 15px;
    width: 30px;
    height: 25px;
    position: relative;
    display: block;
    cursor: pointer;
}
.hamburger_menu > div{
    display: block;
    background: #000;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -moz-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -moz-transform .2s 0s;
    -moz-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -moz-transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -moz-transform .2s 0s;
    -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
    -moz-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
}
.hamburger_menu > div:first-child {
    top: 0;
}
.hamburger_menu > div:last-child {
    top: 15px;
}
.active_menu_body .hamburger_menu > div{
background: #000 !important;
    left: 0;
    opacity: 0;
    -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    -moz-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -moz-transform .2s .25s;
    -moz-transition: background .2s, top .2s, left .2s, opacity .2s, -moz-transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, -moz-transform .2s .25s;
    -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    -moz-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    }

.active_menu_body .hamburger_menu > div:first-child {
    left: 0;
    opacity: 1;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.active_menu_body .hamburger_menu > div:last-child {
    left: 0;
    opacity: 1;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active_menu_body .hamburger_menu > div:nth-child(2) {
    opacity: 0;
}
.nav-stick::before {
    z-index: 0
}
.active_menu_body .navbar.home-header {
    padding: 5px 0;
    z-index: 465;
    position: relative;
    background: white;
}
.active_menu_body {
    /*overflow: hidden;*/
    /*padding-right: 15px;*/
}
body.active_menu_body:before {
    content: "";
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    z-index: 1;
    height: 100%;
    min-height: 100vh;
    top: 0;
}

body.active_menu_body .navbar-nav.ml-auto {
    opacity: 1;
}
.navbar.navbar-expand-lg.navbar-dark.white-header.home-header.nav-sticky {
    position: sticky;
    z-index: 999;
}
.about_banner_nav_route .technology-left.partner_right_image {
    min-height: calc(100vh - 151px);
    display: flex;
    align-items: flex-end;
    position: relative;
    top: 50px;
}

.talent_partner .tp_left_img img {
    max-width: 380px;
    float: right;
    margin-top: -163px;
    margin-bottom: 0;
    position: relative;
    left: 30px;
}
.contact-content p span {
    display: inline-block;
    min-width: 350px;
    font-weight: 500;
    font-size: 14px;
}
.contact-sub p {
    margin-bottom: 15px;
}
/*13-9-23*/
.software_container_new .nav-stick .container{
    padding: 0 15px;
}
.nav-stick.active_menu{
    z-index: 2;
}
.request_quote_sec{
    z-index: 1;
}
body.active_menu_body:before{
    z-index: 2;
}
.software_container_new .nav-stick .container{
    padding:0px;
}

.list_top_cat ul {
    padding-left: 0px;
}
.list_top_cat ul li{
    margin-bottom: 5px;
}
.how_we_help .button{
    text-align: center;
}
section.contactForm.section_height {
    border-top: 1px solid #f6f7f5;
}
.request_quote_sec .form-row textarea{
    font-size: 14px;
}
.captcha_row{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.request_quote_sec .form-row input:focus, 
.request_quote_sec .form-row input:visited,
.request_quote_sec .form-row select:focus,
.request_quote_sec .form-row select:visited{
    border-color: #80bdff;
}
.email_box {
    max-width: 270px;
}
.tp_right_sec ul {
    margin-bottom: 0px;
}

/*13-09-23 responsive*/
@media only screen and (min-width:769px) and (max-width:850px){
    .services_banner {
        min-height: calc(50vh - 51px);
        padding:70px 0px;
    }
}

@media only screen and (min-width:851px) and (max-width:992px){
    .footer_links {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_last_menu{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .digital_right_col {
        margin-top: 40px;
    }

    .digital_innovation  .digital_i_row .col-md-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
       } 

       .home_body .row.how_we_help_row {
        margin-top: 30px;
    }
    .data_engenering_banner .container, .reliable_technology  .container {
        padding: 0px 0px !important;
    }
} 
@media only screen and (min-width:993px) and (max-width:1200px){

    .footer_last_menu{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .contact-content {
        padding-left: 50px;
    }
} 
@media only screen and (max-width:767px){
    .footer_desc section{
        padding-bottom: 0px;
    }
    .footer_main_item {
        margin-bottom: 0px;
    }
    .sec_title h3, .title-engage h3, .tech_block h2, .talent_desc h2{
        font-size: 22px;
    }
    .why-us-body .reliable_block h2,
     .why-us-body .reliable_block h2,
     .reliable_rcontent h3, .why-us-body .service_block h2, 
     .why-us-body .service_rcontent h3{
        font-size: 18px;
     }
    .about.wow.section_height.section-header{
        margin-bottom: 20px;
    }
    .countries_list {
        margin-top: 40px;
    }
    .contact-content h3{
        margin-bottom: 35px;
    }
    .contact_form_left, .contact_form_right{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .data_engenering_banner .product_banner h2,
    .product_banner h2, .row.scale_row h2{
       font-size: 23px;
   }
    .software_container_new .partner_right_image img {
        margin-top: 0px;
    }
    .white-header .container-fluid{
        margin-left: 5px;
     }
     .appliction_row {
        margin-top: 30px;
    }
    .application_sec .appliction_row {
        padding-left: 15px;
    }
    .data_engenering_banner .container {
        padding: 0 15px;
    }
    .explore_more {
        padding: 6px 15px;
        width: 130px;
    }
    .services_banner {
        padding: 50px 0px;
    }
    .services_row {
        max-width: 80%;
        margin: 0 auto;
    }

    .why-us-body .tech_innovation.accountability.padding_top_zero{
        margin-top: 0px;
    }
    .why-us-body .reliable_rcontent span img,
     .why-us-body .service_rcontent span img {
        max-width: 20px;
    }
    .tp_left_img > div{
        text-align: center;
    }
    .services_banner{
        min-height: calc(50vh - 51px);
    }

    .whatwedo-row h4{
        font-size: 16px;
    }
    /*14-09-23*/
    .about_banner_nav_route .technology-left.partner_right_image{
        min-height: auto;
    }
}
@media only screen and (max-width:992px){
    .talent_desc {
        padding-top: 0px;
    }
    .home_body .col-md-3.digital_left_col {
        margin-top: 0px;
    }
    .contact_form_left .lets_talk_btn p a {
        margin-top: 8px;
    }

    section.contactForm.section_height {
        align-items: center;
    }
    /* .block_chai_container_body .white-header .container-fluid, .data-engineering_body .container-fluid{
        padding: 0px 0px;
    }  */
    .tp_left_img img {
        margin-top: 20px;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .digital_container .digital_info_icon {
        margin-bottom: 10px;
    }
    .digital_info_box p{
        margin-bottom: 30px;
    }
    .home_body .row.how_we_help_row {
        margin-top: 30px;
    }
    .countries_list p span:first-child {
        width: 150px;
    }
    .web_future_txt {
        max-width: 80%;
    }
    .digital_innovation, .digital_container {
        padding: 50px 25px !important;
    }
    .about_new_container.block_chai_container_body .whatwedo-content {
        padding: 30px 30px 30px 30px;
    }
    .tech_stack  .container, .whatWeDo-sec.section-2 .container{
        max-width: 92%;
    }
    .left_graphic_sec {
        width: calc(100% - 20px);
    }
    .who_we_are.section_height{
        padding-bottom: 0px;
    }
    .software_container_new .footer-row > .container, 
    .data-engineering_body  .footer-row > .container {
        max-width: 90%;
        margin: 0 auto;
        padding:30px 15px 0px 15px;
    }
    .application_container {
        padding: 50px 20px;
    }
    .key_title{
        width:35%;
    }
    .key_desc{
        width:65%;
    }
    .mvp_product .container {
        max-width: 1140px;
    }

    .dedicated_support .col-md-7, .dedicated_support .col-md-5{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dedicated_support .support-left{
        padding-right: 0px;
    }
    .dedicated_support .support-content {
        margin-top: 30px;
    }
    .reliable_rcontent, .service_rcontent{
        padding: 0px 50px;
    }
    .why-us-body .reliable_block h2, .reliable_rcontent h3,
     .why-us-body .service_block h2, .why-us-body .service_rcontent h3 {
        font-size: 22px;
    }
    .insight_col{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .potential_solutions .web_block_chain {
        padding: 54px 0px 0px 0px;
    }
    /*14-09-23*/
    .about_banner_nav_route .technology-left.partner_right_image{
        min-height: calc(60vh - 151px);
    }
}
@media only screen and (min-width:993px) and (max-width:1024px){
    .digital_innovation  .digital_i_row .col-md-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
   } 
   .how_we_help{
    margin-left: -100px;
   }
   .home_body .row.how_we_help_row {
    margin-top: 30px;
}
.digital_innovation, .digital_container {
    padding: 50px 25px !important;
}
.software_container_new .footer-row .container {
    max-width: 960px;
    padding: 30px 30px;
}
.footer-row > .container{
    max-width: 960px;
    padding: 30px 30px;
} 
}
@media only screen and (min-width:480px) and (max-width:767px){
    .web_future_txt h1{
        font-size: 35px;
    }
    .key_title{
        width:40%;
    }
    .key_desc{
        width:60%;
    }
   
    .analytics_left h4, .whatwedo-row h4 {
        font-size: 16px;
    }
    .why-us-body .reliable_right_block.reliable_block > div {
        padding: 0 40px;
        padding-top: 50px;
    }
    .reliable_rcontent, .service_rcontent{
        padding: 0 50px;
        padding-top: 50px;
    }
    .tech_innovation {
        padding: 50px 0px;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px){
    .white-header .container-fluid{
       margin-left: 10px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .data_engenering_banner .product_banner h2,
     .product_banner h2, .row.scale_row h2, .about_banner h2{
        font-size: 27px;
    }
    .product_mvp_sec .full_stack_row .col-md-12{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0px;
    }
    .reliable_technology .container{
        padding: 0px 50px;
    }   

}
@media only screen and (min-width:1024px){

}
@media only screen and (min-width:1200px){
    .software_container_new .footer-row .container {
        max-width: 1140px;
        padding:30px 15px 0px 15px;
    }
}
@media only screen and (max-width:479px){
    .gc_row h2{
        font-size: 20px;
    }
    .whatwedo-content {
        padding-top: 0px;
    }
    .why-us-body .reliable_right_block.reliable_block > div {
        padding-top: 50px;
    }
}
@media only screen and (max-width:540px){
    .tech_innovation {
        display: block;
        padding: 50px 0px;
    }
    .tech_block {
        max-width: 100%;
        flex: 0 0 100%;  
    }
    .tech_block:first-child{
        margin-bottom: 30px;
    }
    .innovate_technology{
        padding-bottom: 30px;
    }
    .services_row {
        max-width: 100%;
    }
    .tp_left_img img{
        max-width:100%;
    }
}
@media only screen and (max-width:575px){
    .software_container_new .footer-row > .container, 
    .data-engineering_body  .footer-row > .container {
        max-width: 100%;
        margin: 0 auto;
        padding:30px 15px 0px 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .software_container_new .footer-row > .container, 
    .data-engineering_body  .footer-row > .container {
        max-width: 90%;
        margin: 0 auto;
        padding:30px 15px 0px 15px;
    }
}
 /*14-09-23*/
/*talent expertise css starts here*/
.technology_expertise_banner{
    background-color: #072147;
    padding: 120px 80px;
    text-align: center;
    color: white;
    background-image: url("../images/expertise-banner.png");
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: left  top;
 
}
.technology_expertise_banner h2 {
    font-size: 35px;
    color: white;
    margin-bottom: 0;
}
.technology_expertise_banner h2,
 .technology_expertise_banner p {
    position: relative;
}
.digital_engineering {
    padding: 50px 50px;
}
.de_container{
    background: #e6f6f7;
    border-radius: 25px;
    padding: 70px;
}
.de_left_col {
    display: flex;
    align-items: flex-start;
}
.digital_left_img img{
    width: 80px;
}
.devops_sec .de_left_col img{
    width: 80px;
}
.digital_left_img{
    padding-right: 20px;
}
.de_container h2{
    font-size: 24px;
}
.de_container h3{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.de_left_col{
    padding-top:50px;
    max-width: 80%;  
}
.de_right_col {
    background: #fff;
    padding: 50px 70px;
    border-radius: 25px;
}
.de_right_col h2{
    margin-bottom: 30px;
    position: relative;
color: #000;
}
.devops_container{
    background-color:#f3f7dc;
}
.devops_sec, .ai_sec, .web3_sec{
    padding-top: 0px;
}
.ai_sec .de_container{
    background-color: #e6ede6;
}
.de_right_col{
    margin-bottom: 30px;
}
 .de_right_col:last-child{
    margin-bottom: 0px;
}
.web3_container{
    background: #eaebf9;
}

.tech_div h3 span{
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    display: inline-block;
    transform: rotate(171deg);
}

@media only screen and (max-width:540px){
    .digital_engineering {
        padding: 50px 20px;
    }
    .devops_sec {
        padding-top: 0px;
    }
}
@media only screen and (max-width:767px){
    .de_container {
        padding: 50px 25px;
    }
    .de_left_col {
        padding-top: 0px;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .digital_left_desc {
        margin: 30px 0px;
    }
    .de_right_col {
        padding: 50px 15px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .de_container {
        padding: 50px 30px;
    }
    .de_left_col {
        max-width: 100%;
    }
    .digital_left_img img{
        width: 70px;
    }
    .devops_sec .de_left_col img{
        width: 60px;
    }
    .de_right_col {
        padding: 50px 40px;
    }
}
@media only screen and (min-width:851px) and (max-width:920px){
   .reliable_technology  .partner_row {
        align-items: flex-end;
    }
}
@media only screen and (max-width:992px){
    .banner_success_story::before {
        content: ' ';
        position: absolute;
        width: 100%;
        background-color: rgb(0 0 0 / 30%);
        height: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px) {
    .nav-stick.active_menu {
    z-index: 999;
}
.row {
    margin: 0;
}
.mvp_container {
    margin: 0px auto 0px auto;
    padding: 50px 0px;
}
a.closebtn.close_nav {
    position: absolute;
    top: 0;
    right: 50px;
    width: 30px;
    font-size: 50px;
    color: #000;
    display: block;
}
.nav-stick .row .col-sm-12 {
    height: 30vh;
}
.footer_main_item .widget_nav_menu {
    display: block;
    padding: 0px 5px 20px 5px;
}
.reliable_partner_sec, .service_u_love {
    
    display: initial;
}
.reliable_block, .service_block {
    max-width: 100%;
    }
    .why-us-body .reliable_left_block, .why-us-body .service_left_block {
    min-height: 200px;
    position: inherit;
    top: 51px;
}
.why-us-body .reliable_right_block.reliable_block > div, .why-us-body .service_right_block.service_block > div {
    min-height: auto;
    padding: 20px 50px;
    border: 1px solid #ccc;
}
.talent_partner .tp_left_img img {
    max-width: 300px;
    float: right;
    margin-top: 40px;
    margin-bottom: 0;
    position: relative;
    left: 30px;
}
.technology_expertise_banner {
    background-color: #072147;
    padding: 50px 20px 250px;
    text-align: center;
    color: white;
    background-image: url(../images/expertise-banner.png);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.technology_expertise_banner h2 {
    font-size: 25px;
    color: white;
    margin-bottom: 10px;
}
.de_right_col h2 {
    font-size: 20px;
}
.navbar-nav.ml-auto a {
    text-transform: uppercase;
}
.hamburger_menu {
    
    margin-top: 20px;
    margin-bottom: 10px;
}
.navbar.nav-sticky {
   
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.block_chai_container_body .white-header .container-fluid, .data-engineering_body .container-fluid {
    padding: 0px 15px;
}
body.data-engineering_body .gain_control {
    background: #f9f7f2;
    padding: 30px 0;
}
.digital_i_row {
    align-items: center;
    margin: 0;
}
}
@media (max-width: 980px) {
    .navbar-nav.ml-auto a {
    text-transform: uppercase;
}
.hamburger_menu {
    
    margin-top: 20px;
    margin-bottom: 10px;
}
.navbar.nav-sticky {
   
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.nav-stick.active_menu {
    z-index: 999;
}
a.closebtn.close_nav {
    position: absolute;
    top: 0;
    right: 50px;
    width: 30px;
    font-size: 50px;
    color: #000;
    display: block;
}
}
@media (max-width: 1180px) and (min-width: 767px) {
   .talent_partner .tp_left_img img {
    max-width: 250px;
    float: right;
    margin-top: -83px;
    margin-bottom: 0;
    position: relative;
    left: 30px;
}
}










/*14-09-23*/

/*talent expertise css starts here*/
.technology_expertise_banner{
    background-color: #072147;
    padding: 120px 80px;
    text-align: center;
    color: white;
    background-image: url("../images/expertise-banner.png");
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: left  top;
 
}
.technology_expertise_banner h2 {
    font-size: 35px;
    color: white;
    margin-bottom: 0;
}
.technology_expertise_banner h2,
 .technology_expertise_banner p {
    position: relative;
}
.digital_engineering {
    padding: 50px 50px;
}
.de_container{
    background: #e6f6f7;
    border-radius: 25px;
    padding: 70px;
}
.de_left_col {
    display: flex;
    align-items: flex-start;
}
.digital_left_img img{
    width: 55px;
}
.devops_sec .de_left_col img{
    width: 50px;
}
.digital_left_img{
    padding-right: 20px;
}
.de_container h2{
    font-size: 24px;
}
.de_container h3{
    font-size: 16px;
    color: #025fa2;
    line-height: 24px;
}
.de_left_col{
    padding-top:23px;
    max-width: 90%;  
}
.de_right_col {
    background: #fff;
    padding: 50px 70px;
    border-radius: 25px;
}
.de_right_col h2{
    margin-bottom: 30px;
    position: relative;
color: #000;
}
.devops_container {
    background-color: #d9d6e1;
}
.devops_sec, .ai_sec, .web3_sec{
    padding-top: 0px;
}
.ai_sec .de_container{
    background-color: #e6ede6;margin-top: 50px;
}

.web3_container{
    background:#c8d6d8;
}
.container-fluid.de_container.web3_container {
    padding-bottom: 20px;
    padding-top: 70px;
}

.tech_div h3 span{
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    display: inline-block;
    transform: rotate(171deg);
}
.practice_technologies {
    background: #fff;
    border-radius: 25px;
}
.tech_left_col p span img {
    width: 35px;
    object-fit: scale-down;
    margin-right: 20px;
    height:35px;
}

.tech_left_col p {
    display: flex;
    align-items: center;
}
.tech_title{
    margin-bottom: 0px;
}
.expertise_row{
    margin: 0px;
    display: table;
    width: 100%;
    padding: 0px 25px;
    table-layout: fixed;
}
.tech_left_col {
    border-right: 1px solid #ddd;
    padding: 20px 20px 20px 0px;
    display: table-cell;
    width: 35%;

}
.tech_left_col p{
    word-break: break-word;
}
.tech_right_col {
    display: table-cell;
    width: 65%;
    padding: 20px 0px 0px 20px;
    vertical-align: middle;
}
.tech_header{
    border-bottom: 1px solid #ddd;
}
.tech_right_col .tech_title{
    padding-left: 0px;
}
.no_top_padding{
    padding-top: 0px;
}
.practice_technologies p{
    margin-bottom: 0px;
    color: #000;
}
.expertise_row:last-child .tech_left_col,
 .expertise_row:last-child .tech_right_col{
    padding-bottom: 30px;
}
.tech_title{
      font-size: 16px;
      padding-left: 6px;
}
.web3_container .tech_title{
    color: #000;
}
.ai_sec .tech_title {
    color: #000;
}
.di_sec .tech_title {
    color: #000;
}
.devops_sec .tech_title{
    color: #000;
}
/*.tech_box_row .tech_left_col p{
    font-size: 16px;
    font-weight: 500;
}*/
.tech_header p{
    font-weight: 600;
    font-size: 16px;
}
.digital_left_desc p{
    color: #504e4e;
    font-family: 'Raleway';
    font-size: 30px;
    line-height: 35px;
    font-weight: 200;
    margin-top: 5px;
}
.digital_title p{
        color: #504e4e;
    font-family: 'Raleway';
    font-size: 30px;
    line-height: 35px;
    font-weight: 200;
    margin-top: 5px;
}


/* .technology_expertise_banner  p{
    font-family: 'Raleway';
} */
span.slash_text {
    padding: 0 5px;
}
.mobile_icon{
    height: 40px !important;
    object-fit: scale-down;
}
@media only screen and (max-width:540px){
    .digital_engineering {
        padding: 50px 20px;
    }
    .devops_sec {
        padding-top: 0px;
    }
    .tech_title {
        padding-left: 0px;
    }
    .tech_left_col p {
           flex-direction: column;
           text-align: center;
    }
    .tech_left_col p span img {
        margin-right: 0px;
    }
    .expertise_row {
        padding: 0px 15px;
    }
    .tech_left_col {
        padding: 20px 10px 20px 0px;
    }
    .tech_box_row .tech_left_col p {
        font-size: 14px;
    }
    .technology_expertise_banner {
        background-position: left bottom;
        padding:120px 10px;
    }
}
@media only screen and (max-width:767px){
    .de_container {
        padding: 50px 25px;
    }
    .de_left_col {
        padding-top: 0px;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .digital_left_desc {
        margin: 30px 0px;
    }
    .de_right_col {
        padding: 50px 15px;
    }
    .talent_partner .tp_left_img img {
        max-width: 100%;
        float: none;
        margin-top: 30px;
        left: 0px;
    }
    .tech_left_col {
        width: 50%;
    }
    .tech_right_col {
        width:50%;
    }
    .slash_text{
        padding:0 5px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .de_container {
        padding: 50px 30px;
    }
    .de_left_col {
        max-width: 100%;
    }
    .digital_left_img img{
        width: 70px;
    }
    .devops_sec .de_left_col img{
        width: 60px;
    }
    .tech_left_col p span img {
        margin-right: 8px;
    }
    .tech_left_col {
        width: 40%;
    }
    .tech_right_col {
        width:60%;
    }

    .practice_technologies{
        margin-top:30px;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .de_left_col {
        padding-top: 0px;
    }
}
@media only screen and (min-width:851px) and (max-width:920px){
   .reliable_technology  .partner_row {
        align-items: flex-end;
    }
}
@media only screen and (max-width:992px){
    .banner_success_story::before {
        content: ' ';
        position: absolute;
        width: 100%;
        background-color: rgb(0 0 0 / 30%);
        height: 100%;
        top: 0;
        left: 0;
    }
    .technology_expertise_banner::before{
        content: ' ';
        position: absolute;
        width: 100%;
        background-color: rgb(0 0 0 / 30%);
        height: 100%;
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width:1024px) and (max-width:1280px){
    .tech_left_col {
        width: 45%;
    }
    .tech_right_col {
        width:55%;
    }
    .de_container {
        padding: 50px;
    }
}

.padding_top_zero_epert {
    padding-top: 0 !important;
}
.row.tech_header.expertise_row > div {
    padding: 15px 25px;
}
.row.tech_header.expertise_row > div.col-md-4 {
    padding-left: 0;
}



body .technology_expertise_banner h2 {
        /* background-color: #f3ec78; */
    /* background-image: linear-gradient(88deg, #04439c, #ffffff); */
    /* background-size: 100%; */
    /* -webkit-background-clip: text; */
    -moz-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    -moz-text-fill-color: transparent;
    position: relative;
    background-image: linear-gradient(to right, #3964ea 0, #05e4ae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.digital_left_desc.digital_title h2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.digital_left_desc.digital_title h2:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 3px;
    background: #c47bee;
    bottom: -5px;
    transition: all ease-in-out 0.3s;
}
.digital_left_desc.digital_title h2:hover:before {
    width: 100%;
}
.digital_engineering.di_sec.first_section {
    background: #e6f6f7;
    padding: 0;
}
.de_container h2 {

}

.de_container  h2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.de_container  h2:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 3px;
    background: #c47bee;
    bottom: -5px;
    transition: all ease-in-out 0.3s;
}
.de_container h2:hover:before {
    width: 100%;
}
.de_container h2.web3_title:before {
        background-color: #077cef;
}
.de_container h2.ai_title:before {
        background-color: #f0582f;
}
.de_container h2.devops_title:before {
        background-color: #389805;
}
.practice_technologies p span {
    display: inline-block;
}

.digital_engineering.web3_sec {
    background: #c8d6d8;
}
.digital_engineering.devops_sec {
    margin-top: 50px;
}

section.contactForm.section_height.tech_expert_Get .yellow_btm_brdr {
    display: inline-block;
    cursor: pointer;
}
section.contactForm.section_height.tech_expert_Get .yellow_btm_brdr::before {
    position: absolute;
    content: '';
    /*background: #f5d34c;*/
    width: 50px;
    height: 3px;
    bottom: 7px;
    left: 0;
    transition: all ease-in-out 0.3s; 
}
section.contactForm.section_height.tech_expert_Get .yellow_btm_brdr:hover::before {
    width: 100%
}

section.contactForm.section_height.tech_expert_Get.tech_expert_Get_why {
    background: #effbfc;
}


.stick-nav li.active a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #00c9f1;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: -5px;
}
/*19-09-2023*/
.how_we_work h2{
    background: linear-gradient(to right, #3964ea 0, #05e4ae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 35px;
    max-width: 400px;
    margin: 0;
    font-family: 'American Typewriter';
    margin-bottom: 0px;
}

.how_we_work{
    background-color: #f9fafe;
    min-height: calc(50vh - 51px);
    display: flex;
    padding: 50px 0;
    flex-wrap: wrap;
    background-image: url("../images/how-we-work.png");
    background-size: 500px;
    background-position: right center;
    background-repeat: no-repeat;
}
.how_we_work p.technology-bold {
    line-height: 20px;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 30px;
}
.engagement_modal{
    padding: 50px 0px;
    background-color: #c8d6d8;
}
.em_header_row h2{

    font-size: 24px;
}
.work_banner img{
    max-width: 100%;
    object-fit: scale-down;
}
.how_we_work_desc{
    padding: 77px 0px;
}
.modal_row{
    margin:0px 0px;
}
.modal_box h2{
    font-size: 16px;
    padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
}
.modal_box {
    background: #fff;
    padding: 40px 40px 80px 40px;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.modal_box ul{
    padding-left: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.modal_box ul li{
    background: url(../images/check.png);
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: left 1px top 5px !important;
    list-style: none;
    padding: 4px 0 4px 30px;
    min-height: 50px;
}
.dedicated_sec {
    background: #fff;
    padding: 50px 0px;
}
.dedicated_sec .modal_box{
    background-color: #f6f7f7;
}
.dedicated_sec .modal_row{
    margin:0px 0px;
}
.modal_box .slash_text{
    font-weight: bold;
}
.modal_box p{    
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.modal_col {
    margin: 10px 0px;
}
.get_started{
    border-radius: 20px;
    padding: 8px 30px;
    display: block;
    text-align: center;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    width: 145px;
    margin: 0 auto;
}
.get_started:hover{
    color:#fff;
    transform: translate(0, -4px);
}
.price_modal ul{
    min-height: 200px;
}
.developer_modal ul{
    min-height: 262px;
}
.arrow {
    border: solid grey;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    cursor: pointer;
  }
 .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.star_icon{
margin-right: 5px;
}
.get_started_btn{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.tech_line {
    width: 6px;
    height: 36px;
    background: #ff8421;
    margin: 0 auto;
}
.our_clients{
    background: #f6f7f7;
    padding: 50px 0px;
}
.our_clients h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 24px;
}
.our_clients ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.our_clients ul li {
    width: 93px;
    float: none;
    text-align: center;
    padding: 0px;
    margin: 0px 5px;
    display: inline-block;
}
.our_clients ul li p{
    color: #000000;
    /*font-family: 'Raleway';*/
    font-size: 12px;
    margin-bottom: 25px;
    font-weight: 500;
}
.our_clients ul li img {
    width: 75px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
    border-radius: 15px;
}
.our_clients ul li img:hover {
    transform: scale(1.08);
}
@media only screen and (max-width:767px){
    .modal_row {
        margin: 10px 0px;
    }
    .dedicated_sec .modal_row {
        margin: 10px 0px;
    }
    .how_we_work{
        background-size: 350px;
        background-position: right bottom;
    }
    .how_we_work_desc {
        padding: 0px 20px;
    }
    .how_we_work h2{
        font-size: 30px;
    }
    .applicatn_col{
        padding:0px;
    }
    .who_we_are_col{
        padding: 0px;
    }
    .contact_form_left, .contact_form_right{
        padding-left: 25px;
        padding-right: 25px;
    }
    .dedicated_support {
        padding: 30px 0px 50px 0px;
    }
    .dedicated_support .col-md-7{
        padding-left: 0px;
        padding-right: 0px;
    }
    .dedicated_support .support-content{
        margin-top: 20px;
    }
}
@media only screen and (max-width:540px){
    .how_we_work{
        background-size: 300px;
        min-height: 350px;
    }
}

@media only screen and (min-width:768px) and (max-width:992px){
    .how_we_work{
        background-size: 500px;
        min-height: 400px;
    }
    .how_we_work_desc {
        padding: 0px;
    }
}
@media only screen and (min-width:993px) and (max-width:1024px){
    .how_we_work{
        background-size: 400px;
        padding: 100px 0px;
    }
    .how_we_work_desc {
        padding: 0px;
    }
}
@media only screen and (min-width:1025px) and (max-width:1200px){
    .how_we_work{
        background-size: 700px;
    }
    .how_we_work_desc {
        padding: 50px 0px;
    }
}


.row.em_header_row {
    margin-bottom: 10px;
    text-align: center;
}
.em_header_row h2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.em_header_row h2:before {
    content: "";
    position: absolute;
    width: 44px;
    height: 3px;
    background: #f0582f;
    bottom: -2px;
    left: 0;
    transition: all ease-in-out 0.3s; 
}
.em_header_row h2:hover:before {
    width: 100%;
}
.contactForm {
    background: #dce9ea;
    padding: 0px;
}
.em_header_row  h2.dedicate:before {
    background-color: #2f49f0
}
.yellow_btm_brdr::before {
    position: absolute;
    content: '';
    background: #f0582f;
    width: 50px;
    height: 3px;
    bottom: 8px;
    left: 0;
    transition: all ease-in-out 0.3s;
}
.yellow_btm_brdr:hover::before {
    width: 100%;
}
.yellow_btm_brdr{
    display: inline-block;
    position: relative;
    cursor: pointer;
}
/*.navbar-dark .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    background-color: #038ca7;

}*/
.navbar-dark .navbar-nav .nav-link:before {
    content: "";
    background: #00c9f1;
    left: 0;
    transform: none;

}
.navbar-dark .navbar-nav a.nav-item.nav-link.contact_btn:before , .navbar-dark .navbar-nav .nav-item.dropdown a:before{
    background-color: transparent;

}
.navbar-dark .navbar-nav .nav-link.active:before {
   
    background: #00c9f1;
    
}
.nav-item.dropdown .nav-link.active:before {
   
    background: transparent;
    
}
.navbar .nav-item.dropdown:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
}

.navbar .dropdown-item:hover {
    color: #000 !important;
}


.navbar .dropdown-item span:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #00c9f1;
    height: 2px;
    width: 0;
    transition: all ease-in-out 0.3s;
}
.navbar .dropdown-item:hover span:before {
    width: 100%;

}

footer.footer-row i.la.la-twitter:before {
    background: url(../images/logo_twitter.png);
    content: "";
    width: 23px;
    height: 26px;
    display: block;
    background-size: contain;
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}
footer.footer-row i.la.la-twitter:hover:before {
    filter: none;
}
.social-connect.col-md-12 span.la.la-twitter:before {
    background: url(../images/logo_twitter.png);
    content: "";
    width: 23px;
    height: 26px;
    display: block;
    background-size: contain;
    /*filter: brightness(0) invert(1);*/
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.navbar .dropdown-menu span {
    position: relative;
    display: inline-block;
}
a.success_stories_Link {
         font-size: 13px;
    color: #000;
    font-weight: 900;
    /* margin-top: 15px; */
    display: inline-block;
    position: relative;
    line-height: 23px;
    text-transform: uppercase;
    /* font-family: 'Mont Heavy Demo'; */
    font-family: "Conv_Mont-HeavyDEMO";
    display: inline-block;
    display: inline-block;
    margin-left: 20px;
    margin-right: auto;
    /* display: block; */
    font-family: 'Galvji';
    letter-spacing: 1px;
}
a.success_stories_Link:after {
        content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #00c9f1;
    transition: width .3s;

}
a.success_stories_Link:after {
    width: 100%;
}


a.success_stories_Link:hover {
    color: #000;
    transform: translate(0, -4px); 
}
.tech_innovation.innovate_technology h2, .tech_innovation_right.tech_block h2, .tech_innovation_left.tech_block h2 {
    font-size: 18px;
}

.row.scale_row h2 {
    margin-bottom: 5px;
    line-height: 35px;
}

.row.scale_row .email_row.form-row {
    padding-top: 5px;
}


/*20-09-2023*/
/*copyright css*/
.footer_copyright_item p{
    float: left;
    width: 50%;
    text-align: left;
    line-height: 23px;
}
.copy_right_links{
    float: right;
    text-align: right;
    width: 50%;
}
.copy_right_links ul{
    margin-bottom: 0px;
    display: inline-block;
}
.copy_right_links ul li{
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0 8px;
    text-align: left;
}
.copy_right_links .links-nav li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    display: flex;
}
.copy_right_links .links-nav li a::before {
        content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f6c200;
    display: inline-block;
    top: 9px;
    left: 0;
    margin-right: 6px;
    /* margin-top: 9px; */
    vertical-align: middle;
    position: relative;
}
@media only screen and (max-width:767px){
    .footer_copyright_item p {
        float: none;
        width: 100%;
        text-align: center;
    }
    .copy_right_links {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
}

div#text-6 {
    padding: 20px 0;
}
body .num_heading {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    display: none;
}
section.contactForm .yellow_btm_brdr {
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    margin-bottom: 6px;
    padding-bottom: 10px;
}

.our_clients ul li img {
    width: 35px;
    border-radius: 0;
    height: 35px;
    object-fit: scale-down;
    margin-bottom: 0px;
}
.tech_img{
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 5px;
    width:75px;
    height: 75px;
}
.our_clients ul li span.cloudfare_img img{
    width: 40px;
    height: 40px;
}

.menu-important-links-container {
    display: flex;
    justify-content: space-between;
}
.menu-important-links-container > ul:first-child {
    margin-right: 15px;
}
span.epert_Lets_talk {
    background: white;
    padding: 4px 17px;
    border-radius: 15px;
    font-weight: 700;
    border: 2px solid #000;
    font-size: 13px;
}

span.epert_Lets_talk:hover {
    background: #000;
    color: #fff;
} 
span.epert_Lets_talk:hover a{
    color:#fff;
}
.social-connect ul li a:hover {
        border-radius:50%;
    text-decoration: none;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
    background: #000;
    color: #fff;
}
.social-connect ul li a:hover span {
    filter: brightness(0) invert(1);
}
.company_name_in_contact input {
    pointer-events: none;
}

.col-12.form-group.flex.company_name_in_contact label {
    margin-bottom: 0 !important;
}
.col-12.form-group.flex.company_name_in_contact > div {
   align-items: center;
   justify-content: space-between;
   display: flex;
}

.tooltip .arrow {
    border-color: transparent;
}

.our_clients h2.some_of_companies {
    display: table;
    position: relative;
    cursor: pointer;
    margin: 0 auto 50px;
}

.our_clients h2.some_of_companies .tech_line {
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: -2px;
    left: 0;
    transition: all ease-in-out 0.3s;
    background: #f0582f;
    /* position: relative; */
}
.our_clients h2.some_of_companies:hover .tech_line {
   
    width: 100%;
    
    /* position: relative; */
}
ul.stick-nav li img {
    width: 20px;
    margin-right: 15px;
    filter: invert(16%) sepia(95%) saturate(7483%) hue-rotate(337deg) brightness(104%) contrast(100%);
}




.block_chain_banner .empty_div {
    background: #f0f0f0;
}

.block_chain_banner {
    background: #f0f0f0;
}

.block_chain_banner .container.bc_row {
    background: #f0f0f0;
}

.block_chain_banner .block_chain_container {
    background: #f0f0f0;
}
.block_chain_banner .container.bc_row {
    margin-top: 0;
}
font.padding_let_the {
    display: inline-block;
    padding-left: 9px;
}
section.worksBanner.blogBanner.contat_banner.banner_success_story.banner_blovk_chain_page:before {
    opacity: 1;
    background: #f0f0f0;
}
.banner_blovk_chain_page.worksBanner.blogBanner * {
    color: #000;
    text-align: left;

}
.contat_banner.banner_blovk_chain_page .banner-image img {
    width: 100%;
}

.banner_blovk_chain_page .yellow_button {
    background-color: #f2cb4b;
    color: #000;
    margin-top: 0px;
    position: relative;
    padding: 10px 40px 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Galvji';
}

.navbar-nav.ml-auto > a + div .dropdown-menu .dropdown_icon {
    width: 28px;
    margin-right: 5px;

}
.footer_main_item ul li a {
    letter-spacing: 0.5px;
}
.learn_more:hover{
    color: #06b7c7 !important;
}
.why-us-body .reliable_block h2{
    text-transform: capitalize;
}
.epert_Lets_talk a:hover{
    color:#fff;
}
.technology_expertise_banner p{
    letter-spacing: 0.5px;
}
.footer_main_item ul li a i{
    margin-right: 7px;
    line-height: 22px;
}
.footer_links li a:hover {
    padding-left: 5px;
}
.best_practice_img{
    opacity: 0.9;
}
section.contactForm.section_height{
    align-items: flex-start;
}
.contact_form_right {
padding-top:50px;
/* padding-bottom: 50px; */
}
.about_section{
    background: #f4f6f5;
}
.about_section .container{
    max-width: 100%;
    padding: 0 85px;
}
.about_container{
    width: 100%;
    padding: 80px 50px;
    background: #f6f7f7;
    border-radius: 25px;
    margin: 0 auto;
}
.about_container .searchengine {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
}
.contact_form_left .contact_form p {
    display: flex;
    align-items: center;
}
.footer_sight_links{
    padding: 20px 0px;
}
.footer_main_item ul li a{
    display: flex;
}
.banner_blovk_chain_page{
    background:none !important;
}
.contact_form_left .contact_form p.success_msg {
    background: #dff2df;
    padding: 15px;
    margin-bottom: 15px !important;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ccc;
    color: #067806;
    margin: 10px 0;
    display: none;
}
.contact_form_left .contact_form p.success_msg.active {
    display: block;
}
.dedicated_support p.success_msg {
    background: #dff2df;
    padding: 15px;
    margin-bottom: 15px !important;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ccc;
    color: #067806;
    margin: 10px 0;
    display: none;
}
.dedicated_support p.success_msg.active {
    display: block;
}
.box-icon span{
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
}
.box_icon_one{
    background-color: #f9e7d0;
}
.box_icon_two{
    background-color: #dfdefa;
}
.box_icon_three{
    background-color: #d2e6fd;
}
@media only screen and (max-width:767px){
    .about_container{
        padding:50px 15px;
    }
    .menu-important-links-container {
        flex-direction: column;
    }
    div#text-6 {
       padding-bottom: 0px;
    }
    .footer_main_item p{
        max-width: 100%;
    }
    .profile_divider{
        display: none;
    }
    .contact-content p span {
        min-width: 300px;
    }
    .contact_form_right{
        padding-bottom: 50px;
    }
    .our_clients ul li{
        width: 90px;
    }
    .modal_col {
        padding: 0px 10px;
    }
    .transform_sec{
        padding-left: 0px;
        padding-right:0px;
    }
    .store_group {
        flex-wrap: wrap;
    }
    .app_store, .button_store{
        margin-bottom: 15px;
    }

    .dedicated_support .support-content h4{
        font-size: 22px;
    }
    .dedicated_support .col-md-5{
        padding-right: 0px;
    }

}
@media only screen and (min-width:480px) and (max-width:767px){
    .how_we_work {
        padding: 100px 0px;
    }
}
@media only screen and (max-width:540px){
    .services_banner{
        background-size: cover;
    }
    section.worksBanner.blogBanner.contat_banner h1{
        font-size: 29px !important;
        text-align: center !important;
    }
}
@media only screen and (max-width:1024px){
    .digital_container{
        padding: 50px 0px;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .menu-important-links-container {
        flex-direction: column;
    }
    .about_section .container {
        max-width: 100%;
        padding: 0 50px;
    }
    .about_section .container {
       padding: 0 50px;
    }
    .about_container .row .col-md-5, .about_container .row .col-md-7 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media only screen and (min-width:993px) and (max-width:1024px){
    .about_section .container {
        padding: 0 50px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
 
}
@media only screen and (min-width:1100px) and (max-width:1300px){
    .contact-content p span{
        min-width: 310px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1300px){
    .contact-content{
        padding-left: 65px;
    }
}
@media only screen and (min-width:800px) and (max-width:850px){
    .partner_row {
        align-items: flex-end;
    }
}


.about.wow.section_height.about_section.animated {
    background-color: #fff;
}
section.worksBanner.blogBanner.contat_banner.banner_success_story.banner_blovk_chain_page h1 {
    font-size: 35px;
    /* max-width: 400px; */
    margin: 0;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: 'American Typewriter' !important;
}
body.home_body .about.section_height {
    padding: 50px 0px !important;
}
body.home_body .about_container {    
    padding: 50px 50px;
   
}

.ps_info_icon.rating {
    background: #f9e7d0;
    display: inline-block;
    border-radius: 5px;
}
.ps_info_icon.contract {
    background: #dfdefa;
    display: inline-block;
    border-radius: 5px;
}
.ps_info_icon.nedal {
    background: #d2e6fd;
    display: inline-block;
    border-radius: 5px;
}

.ps_info_icon.rating img, .ps_info_icon.contract img, .ps_info_icon.nedal img {
    display: flex;
}
.ps_info_box .ps_info_icon {
    height: 50px;
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}



@media (max-width: 980px) {
    button.navbar-toggler {
        display: none;
    }
    .collapse.navbar-collapse.justify-content-between {
        display: block;
    }
    .collapse.navbar-collapse.justify-content-between > .navbar-nav.ml-auto {
        display: none;
    }
    .hamburger_menu {
        margin-top: 0;
        margin-bottom: 0;
    }
    .collapse.navbar-collapse.justify-content-between {
        display: flex;
        flex-basis: auto;
        justify-content: flex-end !important;
    }
    body .nav-stick {
        padding: 20px 20px 20px;
    }
    body .nav-stick  .container {
        padding: 0;
    }
    .nav-stick.active_menu {
            z-index: 2;
    top: 50px;
    height: calc(100vh - 50px);
    overflow: auto;
    overflow-x: hidden;
    }
    a.closebtn.close_nav {
        position: absolute;
        top: -10px;
        right: 20px;
        width: 30px;
        font-size: 40px;
        color: #000;
        display: none;
        z-index: 2;
    }
}

.about.wow.about_new_section.section_height.about_section.animated .container-fluid {
    background: #f6f7f7;
    border-radius: 25px;
}
.mobile_menu{
    display: none;
}
.mobile_menu_list{
    padding: 0px;
    margin:0px;
}
.mobile_menu_list li{
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin: 15px auto 20px;
}
.mobile_menu_list li>img {
    width: 20px;
    margin-right: 15px;
    filter: invert(16%) sepia(95%) saturate(7483%) hue-rotate(337deg) brightness(104%) contrast(100%);
}
.mobile_menu_list li a{
    position: relative;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
    font-family: 'Galvji' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding:0px;
}

.mobile_menu_list li a .blue_line::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #00c9f1;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.mobile_menu_list li a:hover .blue_line::after {
    width: 100%;
}
.mobile_menu_list .dropdown-menu a{
    padding: 7px 15px;
    color: #000;
    letter-spacing: 1px;
    font-size: 11px;
}
.mobile_menu_list .dropdown-item.active, .mobile_menu_list .dropdown-item:active{
background-color: transparent;
}
.mobile_menu_list .dropdown-menu span {
    position: relative;
    display: inline-block;
}
.mobile_menu_list .dropdown-item span:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #00c9f1;
    height: 2px;
    width: 0;
    transition: all ease-in-out 0.3s;
}
.mobile_menu_list .dropdown-item:hover span:before {
    width: 100%;
}
.mobile_menu_list .dropdown-item i{
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    color: #ff1053;
    min-width: 35px;
    margin: 0 !important;
    display: inline-block;
}
.mobile_menu_list .dropdown-menu.show {
    position: relative !important;
    border: none;
    padding: 0;
    margin-left: -20px;
    margin-bottom: 20px;
}
@media only screen and (min-width:1200px){
    .footer_main_item ul{
        width:55%;
    }
    .menu-important-links-container > ul:first-child {
        width: 45%;
    }
}
@media only screen and (max-width:992px){
    .mobile_menu{
        display: block;
    }
    .nav-stick .row .col-sm-12 {
        height: auto;
    }

}
@media only screen and (max-width:767px){
    body.home_body .about_container {
        padding: 50px 15px;
    }
    .banner_blovk_chain_page .banner-content-left{
        padding: 0px;
    }

}
@media only screen and (max-width:540px){
    .technology_expertise_banner h2, .services_row h2{
        font-size: 30px;
    }
    .web_future_txt h1 {
        font-size: 30px;
    }
    .how_we_work h2 {
        font-size: 30px;
    }
    .how_we_work_desc {
        text-align: center;
    }
    .how_we_work {
        background-position: center bottom;
    }
}
@media only screen and (max-width:480px){
    .nav-stick {
        width: 100%;
    }
}
#casestudy_banner_one{
    display: none;
}
.rounded_image{
    display: flex;
    align-items: center;
}
.rounded_image span{
    display: inline-block;
    padding: 8px;
    border-radius: 50%;
    margin-right: 15px;
}
.rounded_image span img{
    width: 40px;
    height: 40px;
    object-fit: scale-down;
}
.bg_one{
    background-color: #f9e7d0;
}
.bg_two{
    background-color: #d2e6fd;
}
.bg_three{
    background-color: #dfdefb;
}
.company_name_in_contact{
    margin-bottom: 5px;
}

@media only screen 
and (min-device-width : 541px) 
and (max-device-width : 915px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
    .nav-stick.active_menu .row {
        min-height: auto;
        height: 85vh;
        overflow: auto;
    }
    .nav-stick.active_menu .social-connect {
        margin-top: 0;
    }
    .nav-stick.active_menu .container {
        max-width: 100%;
    }
}
@media (max-width: 980px) {
    .social-connect {
    padding: 20px 15px;
    margin-top: 0;
}
}

.form-group.flex.company_name_in_contact label {
    margin-bottom: 0;
}
.form-group.flex.company_name_in_contact  .row1.space-between {
    align-items: center;
}
.contact_form input {
    background-color: transparent;
}
.company_name_in_contact input {
      background-color: #f6f8fa;
}
 @media only screen and (max-width:767px){
    .de_container{
        padding: 50px 5px;
    }
    .row.tech_header.expertise_row > div {
        padding: 15px 15px;
    }
    body.home_body .about.section_height {
        padding: 50px 15px !important;
    }
    /*27-09-23*/
    .business_goal_img{
        display: none;
    }
    .home_contact_btn{
        margin:0 auto;
        text-align: center;
    }
    .lets_talk_btn {
        text-align: center;
    }
    .explore_more{
        display: flex;
        margin:30px auto;
    }
    .mvp_product .rounded_link_btn {
         width: 138px;
        display: flex;
        margin: 30px auto;
    }
    .technology-right .rounded_link_btn{
        width: 138px;
        display: flex;
        margin: 30px auto 0px auto;
    }
    .digital_container .digital_info_icon {
        margin-bottom: 5px;
    }

    .lets_talk_btn p span{
        display: block;
        margin-bottom: 5px;
    }
    .about_banner h2, .software_container_new .product_banner h2,
    .data_engenering_banner .product_banner h2,
     .mvp_product .product_banner h2, .services_row h2, 
     section.worksBanner.blogBanner.contat_banner.banner_success_story.banner_blovk_chain_page h1{
        font-weight: bold;
    }
    .banner_blovk_chain_page .yellow_button{
        font-weight: bold;
    }
    .mobile_store_group{
        flex-wrap: nowrap;
    }
    .block_chai_container_body .navbar-dark.white-header .container-fluid,
     .data-engineering_body .navbar-dark.white-header .container-fluid {
        padding: 0px;
    }
    .about-list-box.abt_list_box {
        margin-top: 40px;
    }
    .we_bridge {
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width:540px){
    .rounded_image br{
        display: none;
    }
    .data_engenering_banner .partner_right_image img {
        margin-top: 30px;
    }
    .container-fluid.de_container.web3_container {
        padding-top: 0px;
    }
    .ai_sec .de_container {
        margin-top: 0px;
    }
    .banner_blovk_chain_page.worksBanner.blogBanner  .talk_btn{
        text-align: center;
        margin-top: 30px;
    }
    .banner_blovk_chain_page.worksBanner.blogBanner  .banner-image{
        margin-top: 50px;
    }
    .banner_blovk_chain_page .yellow_button:hover{
        background-color: #f2cb4b;
    }
    .all_rights{
        display: block;
    }
}

@media only screen and (max-width:992px){
    .partner_row .technology-bold {
        margin-bottom: 0px;
    }
    .technology p.technology-bold{
        line-height: inherit;
        margin-top: 2px;
    }
    .data_engenering_banner .partner_row .technology-bold {
        margin-bottom: 15px;
        line-height: inherit;
    }
    .mvp_product .product_banner p.technology-bold {
        margin-bottom: 15px;
        line-height: inherit;
    }
}
@media only screen and (max-width:1024px){
    .how_we_help .button {
        margin-top: 10px;
        margin-left: 0px;
    }
}


span.bg_one img, span.bg_three img {
    padding: 3px;
}
span.bg_two img {
    opacity: .8;
}
.company_dropdown .dropdown-menu .dropdown_icon {
    width: 28px;
    margin-right: 5px;
}
.countries_list p span:first-child {
    min-width: 200px;
    max-width: 200px;
}

.contact_company_name{
    display: none;
}
.whatWedoBlocksNew .sub_header{
    margin-top: 20px;
}
.whatWedoBlocksNew .first_sub_header{
    margin-top: 0px;
}
.mobile_menu_list .dropdown-item.active span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #06b7c7;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    transform: initial;
}
.mobile_menu_list  li.active a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #00c9f1;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: -5px;
}
#navbarCollapse .dropdown-item.active span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #06b7c7;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    transform: initial;
}


body.block_chai_container_body.about_new_container .whatWedoBlocksNew > div > div {
    margin-bottom: 30px;
}
body.block_chai_container_body.about_new_container .whatwedo-div > h2 {
    margin-top: 10px;
}
.mobile_title{
    display: none;
}
.yellow_button.arrow_contact_btn{
    background-color: #000;
    color: #fff;
    width: 160px;
    align-items: center;
    font-size: 12px;
        padding: 10px 40px 10px 20px;
}
.yellow_button.arrow_contact_btn:hover,
 .yellow_button.arrow_contact_btn:active,
  .yellow_button.arrow_contact_btn:focus,
   .yellow_button.arrow_contact_btn:visited{
color: #fff;
}
.yellow_button.arrow_contact_btn .btn_arrow{
    background: #fff;
}
@media only screen and (max-width:767px){
    .yellow_button.arrow_contact_btn{
        display: flex;
        margin: 30px auto;
        justify-content: center;    
    }
    .mobile_title{
        display: inline-block;
        cursor: pointer;
        font-size: 22px;
        margin-bottom: 6px;
        padding-bottom: 10px;
        position: relative;
    
    }
    .mobile_title:before{
        background: #f0582f;
        height: 3px;
        transition: .3s ease-in-out;
        position: absolute;
        left: 0;
        content: '';
        width: 50px;
        bottom: 8px;
    }
    .mobile_title:hover:before{
        width: 100%;
    }
}


.whatwedo-div h5 {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #9f9f9f;
    border-radius: 15px;
    width: auto;
    font-size: 11px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 35px;
    color: #9f9f9f;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    /* text-transform: inherit; */
}

.whatwedo-row {
    position: relative;
}
.whatwedo-row::before {
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #9f9f9f;
    top: 0;
}
.whatwedo-row::after {
    position: absolute;
    content: "";
    left: -1px;
    width: 5px;
    height: 0;   
    top: 0;
    background: #99d369;
    transition: all ease-in-out 0.5s;
   
}

.whatwedo-row.whatwedo-row-active::after {
    height: calc(100% - 50px);
}
.whatwedo-row.whatwedo-row-active:last-child::after {
    height: calc(100% - 0px);
}
.whatwedo-row:last-child h4  {
    padding-bottom: 0;
    margin-bottom: 0;
}



