  /* @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;
} */
.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;
}
.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: #f9bf42;
    color: #000;
    margin-top: 20px;
    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: white;
}
.navbar.navbar-expand-lg.navbar-dark .nav-item:first-of-type.dropdown:hover .dropdown-menu {
    height: 118px;
}
/*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: 400;
    margin-top: 18px;
    font-size: 14px;
}
.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_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: 100%;
    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-6.animated {
    float: none;
}
section.whatWeDo-sec .row .col-sm-6.animated {
    top: 90px;
    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: 100px;
}
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: 11px 0px;
}
.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;
}
.whatwedo-row h4 {
    font-size: 18px;
    font-weight: 200;
    margin-top: 15px;
    color: rgb(134, 142, 150);
    letter-spacing: 0.5px;
     margin-left: 6%;
         margin-top: -5px;
}
.whatwedo-row-active h4 {
    color: #151515;
}
.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: #000;
}
.sub_header{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.lets_talk_btn p {
	font-weight: 900;
	font-size: 16px;
    color:#000;
}

.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 h1 {
    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;
}
.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;
}
.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;
}
.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;
    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: 50px;
        width: calc(100% - 50px);
}
.left_graphic_sec img{
    width: 100%;
    height: 380px;
    object-fit: scale-down;
}
.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;
}
.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: 50px 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: 50px 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-6.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: 0 25px 25px 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;
    }
    .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, .reliable_rcontent h3, .service_block h2, .service_rcontent h3 {
        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;
    }
    .web_future_txt h1{
        font-size: 35px;
    }
    .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{
        display: block;
    }
    .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: 7%
	}
	.engage-row ul li:nth-child(3) {
		right: 7%;
		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: 19%
	}
	.engage-row ul li:nth-child(3) {
		right: 19%;
		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-6.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: 1140px;
    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;
}
.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: 0px;
    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: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
    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: 25%;
    height: 100%;
    right: 0;
    top: -100vh;
    display: flex;
    /* align-items: center; */
    overflow: hidden;
    transition: all .6s ease-in-out;
    padding:150px 70px;
    z-index: 99;
    /* transform: translate3d(0, -50%, -200px); */
}
 .nav-stick>div {
    position: relative;
}
.nav-stick.active_menu {
    top: 0;
    background: #000;
    height: 100%;
    z-index: 99;
    /* background-color: rgba(0,0,0, 0.9); */
}
ul.stick-nav {
    padding-left: 0px;
}
ul.stick-nav li {
    margin: 15px auto;
    list-style: none;
}
ul.stick-nav li a{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}
a.closebtn.close_nav {
    position: absolute;
    top: 0;
    right: 50px;
    width: 30px;
    font-size: 50px;
    color: #fff;
}
 .stick-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #038ca7;
    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: #000 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: 70px;
    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: calc(100% - 15px);
    margin: 0 15px 10px 0;
    position: relative;
    padding: 0;
    display: 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:24px;
   }
   .countries_list p span:first-child{
     width:30%;
     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: 30px;
 }
  /*dedicated support css*/

  .dedicated_support .support-content {
    background: #fff;
    padding: 35px;
    position: relative;
}
.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: 20px 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: 10px;
    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;
}
.social-connect h3 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    text-decoration: underline;
}
.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: #fff;
    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_tags .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;
}
.project_tags .caseStudy::after, .more-links .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_tags .caseStudy:hover {
    color: #fff;
}
.project_tags .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: 40px;
    vertical-align: middle;
    margin-right: 5px;
}








/*11-09-2023*/
/*talent services css*/
.services_banner{
    background-color: #112540;
    padding: 30px 0px;
    min-height: calc(50vh - 51px);
    display: flex;
    align-items: center;
}
.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;
}
.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: 80px;
}
.talent_desc h2{
    font-size: 24px;
}
.talent_desc h2 img{
    max-width: 25px;
}
.tp_left_sec{
    background: #e8f4f4;
    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: 70px;
}

.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-6.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:30px;
        padding-right:30px;
    }
}
@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 30px;
    }
    .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;
    }
}