@charset "UTF-8";
/* style-new.css */
* { margin:0; padding:0; border: 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-ms-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
}
body { border-top: 4px solid #00a4ec; color:#000; font:400 18px/1.5 'Open Sans', sans-serif; overflow-x:hidden; }
/* Common */


body.home h2,
body.home h3 { padding-bottom:15px; }

h1 { color: #fff; font:700 58px/1.2 'Poppins', sans-serif; padding: 0 0 35px; /*text-transform: uppercase;*/ margin:0; position:relative; }
h1 span { color: #f17333; }
h1::after { background: #f17333; content: ""; width: 175px; height: 1px; display: block; margin:45px 0 0;  display:none; }
h2 { font:600 39px/1.4 'Open Sans', sans-serif; padding-bottom:40px; text-align:center; margin: 0; }
h2::after { background: #00a4ec; content: ""; display: block; height: 2px; margin:6px auto 0; width: 67px; }
h3 { font:600 39px/1.4 'Open Sans', sans-serif; padding-bottom:40px; text-align:center; margin: 0; }
h3::after{ background: #00a4ec; content: ""; display: block; height: 2px; margin:6px auto 0; width: 67px; }
h4 { font: 400 30px/1.4 'Open Sans', sans-serif; margin: 0; padding: 0 0 15px; }
h5 { font:500 21px/1.4 'Open Sans', sans-serif; padding: 0 0 15px; margin: 0; }
h6 { font:400 20px/1.4 'Open Sans', sans-serif; padding: 0 0 10px; margin:0; }
.subheading { font-weight: 400; font-size:18px; line-height:1.5; text-align: center; padding: 0 0 40px; }
.subheading span { font-weight:bold; }
.h1 { font: 700 58px/1 'Poppins', sans-serif; padding: 0 0 35px; text-transform: uppercase; margin:0; position:relative; }
.h2 { font:500 21px/1.4 'Open Sans', sans-serif; padding: 0 0 15px; margin: 0; text-align:left; }
.h2::after { display:none; }
.h3 {}
.h4 {}
.head1 {}
.head2 { font:400 30px/1.4 'Open Sans', sans-serif; padding:0 0 20px !important; margin: 0; }
.head3 { font: 500 21px/1.4 'Open Sans', sans-serif; padding: 0 0 15px !important; margin: 0; text-align:left; }
.head3::after { display:none !important; }
.head4 { font: 600 16px/1.4 'Open Sans', sans-serif; padding: 0 0 15px !important; margin: 0; text-align:left; }
.head4::after { display:none !important; }
.head5 {}
.head6 {}
.heading1 { font: 400 24px/1.4 'Open Sans', sans-serif; margin: 0; padding: 0 0 15px; }
.title  { font:400 28px/1.4 'Open Sans', sans-serif; padding:0 0 15px;}
.title2 { color:#1fafee; font:700 24px/1.4 'Open Sans', sans-serif; padding:0 0 30px; }
.title3 { font:700 20px/1.4 'Open Sans', sans-serif; padding:0 0 30px; }
.title4 { color:#00a4ec; font:700 16px/1 'Open Sans', sans-serif; padding:0 0 10px; }
h1.text-center::after { margin-left: auto; margin-right: auto; }
.large_text { display:block; font-weight:bold; font-size:47px; }
.text-inherit { text-transform:inherit !important; }

input.error-textbox,
textarea.error-textbox { border-color:#ff0000 !important; }


.bgwhite { background:#fff !important }
.white { color:#fff !important; }
.white::after { background:#fff; }
.nobdr { border: 0 !important; }
.nobdr::after { display:none; }
.blue { color:#00a4ec !important; }
.d-black { color:#000 !important; }
.black { color:#535353 !important; }
.block { display:block; }
.orange-text { color:#f17333; }
.bdr_top_1 { border-top:1px solid #efefef; } 
.bdr_bottom_1 { border-bottom:1px solid #efefef; } 
a,a:focus { color:#00aeef; text-decoration:none;
transition:0.5s;
-moz-transition:0.5s;
-webkit-transition:0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
}
a:hover { color:#059ad2; text-decoration:none; }
a:focus { outline:none; }
p { margin:0 0 25px; }
p:last-child { margin:0; }
.clear { clear:both; height:0px; }
img { max-width:100%; height:auto; }
.imgleft { float:left; margin:0 20px 20px 0; }
.btn { display:inline-block; padding:10px 23px !important; margin:0 8px; font:500 18px/1 'Open Sans', sans-serif; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-image: none; border:2px solid #859c6e; border-radius:50px;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover,
.btn:focus,
.btn.focus { color: #333; text-decoration: none; }
.btn-primary { background: #00a4ec; border-color: #00a4ec; color: #fff !important; }
.btn-primary.active, 
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:hover { background: #00a4ec; border-color:#00a4ec; color: #fff; }
.btn-secondary { background: #fff; border-color: #fff; color: #00a4ec; }
.btn-secondary:hover { background:transparent; border-color: #fff; color: #fff; }
.btn-default { background: #606060; border-color: #606060; color: #fff !important; }
.btn-default.active, 
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.focus, 
.btn-default:focus,
.btn-default:hover { background-color: #606060; border-color: #606060; color: #fff; }
.btn:hover { opacity:0.6; }
.btn-large { font-size:21px; padding: 13px 31px !important; }
.btn-cta { background:#00a4ec; color:#fff; display: inline-block; padding: 20px 20px; margin: 0 8px; font: 700 18px/1 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; letter-spacing: 2px; position:relative; vertical-align: middle; overflow:hidden; }
.btn-cta:hover { color:#fff; }
.btn-cta::before { background:#000; content: ""; height: 100%; position: absolute; top: 0; z-index: -1; width: 0; left: 0;
transition: 0.7s; }
.btn-cta:hover::before { width:100%; z-index:1; }
.btn-cta span { position:relative; z-index:1; }  
.btn-cta2 { background:none; border:2px solid #fff; color:#fff; display: inline-block; padding: 20px 20px; margin: 0 8px; font: 700 18px/1 'Open Sans', sans-serif; text-align: center; text-transform: uppercase; /*letter-spacing: 2px;*/ position:relative; vertical-align: middle; overflow:hidden; }
.btn-cta2:hover { color:#fff; }
.btn-cta2::before { background:#2d2d2d; content: ""; height: 100%; position: absolute; top: 0; z-index: -1; width: 0; left: 0;
transition: 0.7s; }
.btn-cta2:hover::before { width:100%; z-index:1; }
.btn-cta2 span { position:relative; z-index:1; } 
.link_btn a { display:inline-block; font-style:italic; }
.link_btn a::after { background:url(../img/sprite.png) no-repeat -114px -3px; content: ""; height: 11px; width: 16px; display: inline-block; margin: 0 0 0 10px; }
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea { background:#fff; border:0; border-bottom:1px solid #bdbdbd; border-radius:0 0; color:#000; font:300 16px/1.2 'Open Sans', sans-serif; height:48px; padding:0; width:100%; margin:0 0 17px; resize:none; 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}



textarea { padding: 15px 0 0; min-height:85px; }
ol, ul { margin:0; }
.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
.align-center {
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
}
.blocks_sec { list-style:none; margin:0; }
.blocks_sec > li::before { background: #00a4ec; width: 1px; height: 70%; content: ""; position: absolute; left: 0; bottom: 0; }
.blocks_sec > li:first-child:before { display:none; }
.blocks_sec .cont_block { min-height: 120px; padding: 0 20px; }
.blocks_sec .cont_block h5 { text-transform:uppercase; }
.border_blocks {}
.border_blocks > li { border:1px solid #00a4ec; padding:30px 15px; text-align:center; }
.border_blocks_d2 {}
.border_blocks_d2 li { background:#1299d4; border:1px solid #55c6f8; padding:30px 15px; text-align:center; }
.border_blocks_d2 li h6 { padding-bottom:30px; }
ul,ol { list-style:none; padding:0; }
ul.ul { color:#9c9c9c; list-style:none; }
ul.ul li { padding:0 0 30px 20px; position:relative; }
ul.ul li::before { background:#00a4ec; content:""; display: inline-block; height:8px; width:8px; border-radius:25px; position:absolute; top: 9px; left:0; }
ul.ul.ul_inline li { display: inline-block; padding: 0 20px 10px 20px; }
ul.listing { list-style:none; padding:20px 0; }
ul.listing li { padding:0 0 15px 20px; position:relative; }
ul.listing li:last-child { padding-bottom:0; }
ul.listing li::before { background:#00a4ec; content:""; display: inline-block; height:8px; width:8px; border-radius:25px; position:absolute; top: 9px; left:0; }
.listing_type2 {}
.listing_type2 li:first-child { border:0; }
.listing_type2 li { border-top: 1px dashed #797979; color: #535353; font-size: 20px; padding: 12px 65px; position:relative; }
.listing_type2 li::before { background:url(../img/sprite.png) no-repeat -219px 0; content:""; display: inline-block; height:15px; width:14px; position:absolute; top: 20px; left: 25px; }
.listing3 {}
.listing3 li { color:#535353; font-size: 15px; padding:6px 0 6px 30px !important; margin:7px 0 !important; position: relative; font-weight: bold; }
.listing3 li::before { background:url(../img/sprite.png) no-repeat -239px 0; content:""; display: block; height:13px; width:16px; position:absolute; top: 13px; left:0px; }
ul.listing { list-style:none; padding:20px 0; }
ul.listing li { padding:0 0 15px 20px; position:relative; }
ul.listing li:last-child { padding-bottom:0; }
ul.listing li::before { background:#00a4ec; content:""; display: inline-block; height:8px; width:8px; border-radius:25px; position:absolute; top: 9px; left:0; }
.list { list-style:disc outside; font-size:16px; }
.list li { padding:0 0 5px !important; list-style: disc outside none; display: list-item !important; margin: 0 0 0 1em !important; }
::placeholder { color: #000; opacity: 1; }
:-ms-input-placeholder { color: #000; }
::-ms-input-placeholder { color: #000; }
.greybg { background:#f4f4f4; }
.bluebg { background:#1fafee; }
.bluebg a { color:#fff; opacity:0.5; }
.dgrey { background:#111112; }
.lgrey { background:#dadada; }

.blueclr { color:#00aeef; }
.content_page { border-bottom: 1px solid #f4f4f4; font-size: 16px; line-height: 1.8; font-weight: 400; }
.content_page h2 { font-size:32px; text-align:left; }
.content_page h3 { font-size:28px; text-align:left; margin: 0; padding:25px 0 10px; }
body:not(.home) .content_page h2, 
body:not(.home) .content_page h3 { padding:25px 0 10px; }
.content_page h2:after,
.content_page h3:after { display:none; }
.content_page h4 { font-size:25px; margin: 0; padding:25px 0 10px; }
.content_page h5 { font-size:22px; margin: 0; padding:25px 0 10px; }
.content_page h6 { font-size:20px; margin: 0; padding:25px 0 10px; }
.content_page .common_sec h2:first-child,
.content_page .common_sec h3:first-child,
.content_page .common_sec h4:first-child,
.content_page .common_sec h5:first-child { padding-top:0; }
.font16 { font-size: 16px; line-height: 1.8; font-weight: 400; }
.common_sec { padding:65px 0; }
.common_side_text { color: #dddddd; font-size: 49px; text-transform: uppercase; font-weight: 700;top: 360px; position: absolute; left: 0; padding: 70px 0 0 20px; border-left: 1px solid #ddd; display: none; 
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
}
body.home .common_side_text { display:block; }
.pt0 { padding-top:0 !important; }
.pt10 { padding-top:10px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pr0 { padding-right:0 !important; }
.pr10 { padding-right:10px !important; }
.pr20 { padding-right:20px !important; }
.pr30 { padding-right:30px !important; }
.pr40 { padding-right:40px !important; }
.pr50 { padding-right:50px !important; }
.pr60 { padding-right:60px !important; }
.pb0 { padding-bottom:0 !important; }
.pb10 { padding-bottom:10px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pl0 { padding-left:0 !important; }
.pl10 { padding-left:10px !important; }
.pl20 { padding-left:20px !important; }
.pl30 { padding-left:30px !important; }
.pl40 { padding-left:40px !important; }
.pl50 { padding-left:50px !important; }
.pl60 { padding-left:60px !important; }
.mt0 { margin-top:0 !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mb0 { margin-bottom:0 !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.m0 { margin:0 !important; }
.error { color:#ff0000;  }
.w100 { max-width:100% !important; width:100% !important; }
.text-center { text-align:center !important; }
.text-left { text-align: left !important; }
.dsk-show { display:block; }
.mob-show { display:none; }

/* Header */

/*.header_wrap ul { list-style:none; }
.header_wrap ul li { display:inline-block; vertical-align:top; }
.header_wrap a { color:#fff; }
.header_wrap a:hover { color:#00a4ec; }
.header_wrap a::before {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}*/
.header_wrap { font-size:16px; position:fixed; top:0; left:0; width:100%; z-index:999; }
.top_right { float: right; text-align: right; }
.top_info { display:inline-block; padding:18px 0 0; }
.top_info li { display: inline-block; padding:0px 9px; line-height: 1; vertical-align:middle; }
.top_info li a { color:#fff; display:block; }
.top_info li a::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display: inline-block; margin: 0 10px 0 0; vertical-align: middle; }
.top_info li.hiring { border-left:1px solid #fff; } 
.top_info li.hiring a { border-bottom: 1px solid #fff; padding-bottom:5px; }
.top_info li.hiring a::before { display:none; }
.top_info li.hiring a:hover { border-color:#00a4ec; }
.top_info li.ph a::before { background-position:0 0; height:16px; width:16px; }
.top_info li.ph a:hover::before { background-position:0 -17px; }
.top_info li.add a::before { background-position:-34px 0; height:14px; width:10px; }
.top_info li.add a:hover::before { background-position:-34px -17px; }
.top_info li.mail a::before { background-position:-18px 0; height:10px; width:14px; }
.top_info li.mail a:hover::before { background-position:-18px -17px; }
.top_info li.top_search { position:relative; }
.top_info li.top_search input[type="text"] { background: none; border-bottom: 2px solid #d5e7f2; color:#fff; margin:0; height:30px; font-size:16px; }
.top_info li.top_search input[type="submit"]  { background: url(../img/sprite.png) no-repeat -189px -233px; position: absolute; right:10px; top:6px; height:15px; width:15px; text-indent: -9999px; }
.header_top .social_link { float:right; }
.header_top .social_link li { border-left: 1px solid #e0e0e0;  display: inline-block; line-height: 1; vertical-align: top;}
.header_top .social_link li a { display:block; text-indent:-99999px; font-size:0; height:50px; width:50px; position:relative; }
.header_top .social_link li a::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display:block; position:absolute; left: 50%; top: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.header_top .social_link li.fb a::before { background-position:-49px 0; height:16px; width:8px; }
.header_top .social_link li.fb a:hover::before { background-position:-49px -17px; }
.header_top .social_link li.twit a::before { background-position:-62px 0; height:13px; width:16px; }
.header_top .social_link li.twit a:hover::before { background-position:-62px -17px; }
.header_top .social_link li.pin a::before { background-position:-80px 0; height:16px; width:13px; }
.header_top .social_link li.pin a:hover::before { background-position:-80px -17px; }
.header_top .social_link li.insta a::before { background-position:-96px 0; height:14px; width:15px; }
.header_top .social_link li.insta a:hover::before { background-position:-96px -17px; }
.header { position:relative; z-index:9; }
.header .logo { display: inline-block; padding:30px 0; position:relative; z-index:999; }
.header .logo img { height:auto; max-width:227px; }
.header .logo .black_logo { display:none; }


.header .navbar-toggler { display:none; box-shadow:0 0; margin:30px 0 0; vertical-align:top; position:relative; z-index:9999; }
.header .navbar-toggler:hover { background:none; }
.header .navbar-toggler.collapsed { box-shadow:0 0; }
.header .navbar-toggler .hamburger { font-size:0; width:30px; display:inline-block; vertical-align:middle; }
.header .navbar-toggler .hamburger span { background:#fff; display:block; height:3px; margin:5px 0; }
.header .navbar-toggler .hamburger + span { display:inline-block; vertical-align:middle; font-size:0; }
.header .navbar { position:static; }
.header .navbar .dropdown-single { padding:0; }
.header .navbar .dropdown-single li a { border-bottom:1px solid #efefef; padding:10px 15px; }
.header .navbar .dropdown-single li a:hover { background:#00aeef; color:#fff; }
.header .navbar h6 { display:inline-block; font-size:18px; }
.header .navbar-nav > li > a.btn { border-radius:3px; font-weight:600; margin-right:0; padding:9px 17px !important; border:0;
outline:none; box-shadow:0 0; 
background: #117bff;
background: -moz-linear-gradient(left,  #117bff 0%, #32b9ff 100%);
background: -webkit-linear-gradient(left,  #117bff 0%,#32b9ff 100%);
background: linear-gradient(to right,  #117bff 0%,#32b9ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117bff', endColorstr='#32b9ff',GradientType=1 );
}
.header .navbar-nav > li > .nav-link { display:inline-block; padding:0; color:#fff; margin:0 5px 0 0; }
.header .navbar-nav .nav-link span { display:none; }
.header .dropdown-menu { font-size:15px; }
.header .dropdown-mega .dropdown-menu { background:none; border:0; margin:0 0 20px; padding:0; }
.header .dropdown-mega .dropdown-menu ul li a { color:#696969; padding:3px 0; }
.header .dropdown-mega .dropdown-menu ul li a:hover { background:none; color:#00aeef; }

.fixed_header { background:#000; }
.fixed_header .header .logo { padding:10px 0; }
.fixed_header .header .navbar { margin-top:10px; }
.fixed_header .top_info { display:none; }
.fixed_header .header .certification { display:none !important; }
/* Header */
/* Banner */
.webp_ .home_banner { background:url(../img/banner.webp) no-repeat center center / cover; }
.webp_no-webp .home_banner { background:url(../img/banner.png) no-repeat center center / cover; }
.home_banner { background-color:#003a56 !important; padding: 200px 0 45px; min-height: 600px; }
.banner_caption { color:#fff; font:400 18px/1.5 'Open Sans', sans-serif; float:left; text-align:left; position: relative; width:63%; z-index:1; }
.home_banner .banner_caption { text-align: left; font: 700 32px 'Lato', sans-serif; width: 100%; max-width: 100%; }
.home_banner h1 { color:#f17333; font: 800 75px/1.1 'Poppins', sans-serif; text-transform: inherit; text-align: left; padding:0 0 25px; }
.home_banner h1 span { color:#fff; display:block; font-size:64px; }
.home_banner h1::after { background:#f17333; height:3px; width:82px; margin:20px 0 0; }
.home_banner .bnr_subhead { padding:0 0 25px; }
.home_banner p { font-size:20px; font-weight:400; }
.home_banner .bnr_btn { font:700 25px 'Lato', sans-serif; border-radius: 7px; }
.banner_without_form .banner_caption { max-width:100%; width:100%; }
.banner_without_form .banner { min-height:inherit; }
.banner { background-color:#003a56 !important; padding:160px 0 60px; position:relative; min-height:677px; }
.banner::before { background: url(../img/black-dots.png); left: 0; position: absolute; content: ""; z-index: 0; width: 100%; height: 100%; top: 0; opacity:0.5; }

.small_header { padding:110px 0 0; }

.webp_ .inner_banner { background:#003a56 url(../img/inner_banner.webp) no-repeat center center / cover; }
.webp_no-webp .inner_banner { background:#003a56 url(../img/inner_banner.png) no-repeat center center / cover; }

.webp_ .maintenance_banner { background:#003a56 url(../img/technology-banner.webp) no-repeat center center / cover; }
.webp_no-webp .maintenance_banner { background:#003a56 url(../img/technology-banner.jpg) no-repeat center center / cover; }
.webp_ .contact_bnr { background:#000 url(../img/contact_dev_banner.webp) no-repeat center center / cover; }
.webp_no-webp .contact_bnr { background:#000 url(../img/contact_dev_banner.png) no-repeat center center / cover; }
.webp_ .news_bnr { background:#000 url(../img/news_dev_banner.webp) no-repeat center center / cover; }
.webp_no-webp .news_bnr { background:#000 url(../img/news_dev_banner.png) no-repeat center center / cover; }
.webp_ .faqs_bnr { background:#000 url(../img/faqs_dev_banner.webp) no-repeat center center / cover; }
.webp_no-webp .faqs_bnr { background:#000 url(../img/faqs_dev_banner.png) no-repeat center center / cover; }
.webp_ .soft_develop_bnr { background:#000 url(../img/software_develop_banner.webp) no-repeat center center / cover; }
.webp_no-webp .soft_develop_bnr { background:#000 url(../img/software_develop_banner.png) no-repeat center center / cover; }
.webp_ .dedicated_team_bnr { background:#000 url(../img/dedicated_team_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .dedicated_team_bnr { background:#000 url(../img/dedicated_team_bnr.png) no-repeat center center / cover; }
.webp_ .digital_trans_bnr { background:#000 url(../img/digital_trans_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .digital_trans_bnr { background:#000 url(../img/digital_trans_bnr.png) no-repeat center center / cover; }
.webp_ .ecomm_dev_bnr { background:#000 url(../img/ecomm_dev_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .ecomm_dev_bnr { background:#000 url(../img/ecomm_dev_bnr.png) no-repeat center center / cover; }
.webp_ .full_stack_bnr { background:#000 url(../img/full_stack_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .full_stack_bnr { background:#000 url(../img/full_stack_bnr.png) no-repeat center center / cover; }
.webp_ .mobile_app_bnr { background:#000 url(../img/mobile_app_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .mobile_app_bnr { background:#000 url(../img/mobile_app_bnr.png) no-repeat center center / cover; }
.webp_ .web_app_bnr { background:#000 url(../img/web_app_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .web_app_bnr { background:#000 url(../img/web_app_bnr.png) no-repeat center center / cover; }
.webp_ .cloud_managed_bnr { background:#000 url(../img/cloud_managed_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .cloud_managed_bnr { background:#000 url(../img/cloud_managed_bnr.png) no-repeat center center / cover; }
.webp_ .iot_bnr { background:#000 url(../img/iot_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .iot_bnr { background:#000 url(../img/iot_bnr.png) no-repeat center center / cover; }
.webp_ .mean_stack_bnr { background:#000 url(../img/mean_stack_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .mean_stack_bnr { background:#000 url(../img/mean_stack_bnr.png) no-repeat center center / cover; }
.webp_ .mern_stack_bnr { background:#000 url(../img/mern_stack_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .mern_stack_bnr { background:#000 url(../img/mern_stack_bnr.png) no-repeat center center / cover; }
.webp_ .php_bnr { background:#000 url(../img/php_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .php_bnr { background:#000 url(../img/php_bnr.png) no-repeat center center / cover; }
.webp_ .nodejs_bnr { background:#000 url(../img/nodejs_bnr.web) no-repeat center center / cover; }
.webp_no-webp .nodejs_bnr { background:#000 url(../img/nodejs_bnr.png) no-repeat center center / cover; }
.webp_ .blockchain_bnr { background:#000 url(../img/blockchain_banner.webp) no-repeat center center / cover; }
.webp_no-webp .blockchain_bnr { background:#000 url(../img/blockchain_banner.png) no-repeat center center / cover; }
.webp_ .asp_core_bnr { background:#000 url(../img/asp_core_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .asp_core_bnr { background:#000 url(../img/asp_core_bnr.png) no-repeat center center / cover; }
.webp_ .flutter_bnr { background:#000 url(../img/flutter_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .flutter_bnr { background:#000 url(../img/flutter_bnr.png) no-repeat center center / cover; }
.search_banner {
background: rgb(0,190,199);
background: -moz-linear-gradient(left,  rgba(0,190,199,1) 0%, rgba(106,66,182,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,190,199,1) 0%,rgba(106,66,182,1) 100%);
background: linear-gradient(to right,  rgba(0,190,199,1) 0%,rgba(106,66,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bec7', endColorstr='#6a42b6',GradientType=1 );
}
.bannerminheight { min-height:inherit; }
.breadcrumb { background:none; font-size:16px; padding: 40px 0 0; }
.breadcrumb > li { display: inline-block; padding: 10px 0; line-height: 1; }
.breadcrumb > li a { color:#fff; }
.breadcrumb > li a:hover { color:#00aeef; }
.breadcrumb > li + li::before { color: #ccc; content: "|"; margin: 0; padding:0 16px; }

/* Banner Form */
.main_banner_wrap { position:relative; }
.main_banner_wrap .contact_sec { background:#d2dbe0; color:#fff; float:right; width:28%; z-index:1; }
.main_banner_wrap .contact_sec .form_title { clear:both; color: #fff; background:#005f8a; font: 300 21px/1 'Lato', sans-serif; text-align: center; padding: 15px 10px; text-transform: uppercase; }
.main_banner_wrap .contact_sec .form_title span { color: #f9d300; display: block; font-size: 14px; padding-top: 8px; font-weight: 600; text-transform: initial; letter-spacing: 0.5px; }
.main_banner_wrap .contact_sec .form-content { padding:15px; overflow: hidden; margin: 0; }
.main_banner_wrap .contact_sec .form-group { margin: 0 0 12px; padding: 0; width: 100%; position:relative; }
.main_banner_wrap .contact_sec .form-group .loaderImg { display: inline-block; position: absolute; right: 60px; top: 17px; }
.main_banner_wrap .contact_sec .form-group input { margin:0; }
.main_banner_wrap .contact_sec input[type="text"],
.main_banner_wrap .contact_sec input[type="email"],
.main_banner_wrap .contact_sec input[type="tel"],
.main_banner_wrap .contact_sec select,
.main_banner_wrap .contact_sec textarea { background: #fff; color:#000; font:400 14px/56px 'Open Sans', sans-serif; box-sizing: border-box; padding: 0px 15px; border: 0; resize: none; margin: 0; height: 56px; border: 1px solid #d8d5d1; border-radius: 4px; width: 100%; }
.main_banner_wrap .contact_sec input[type="tel"] { padding:0 15px !important; }

.main_banner_wrap .contact_sec textarea { line-height: 1.7; padding: 10px 15px; }
.main_banner_wrap .contact_sec .form-group .formButton  { margin: 0; border-radius: 4px; width: 100%; background:#005f8a; border: 0; padding: 20px 15px !important; text-transform: uppercase; font-weight: bold; }
.main_banner_wrap .contact_sec ::-webkit-input-placeholder { color: #000; opacity: 1; }
.main_banner_wrap .contact_sec ::-moz-placeholder { color: #000; opacity: 1; }
.main_banner_wrap .contact_sec :-ms-input-placeholder { color: #000; opacity: 1; }
.main_banner_wrap .contact_sec :-moz-placeholder { color: #000; opacity: 1; }
.main_banner_wrap .contact_sec .uploadfile_area { clear: both; margin: 0; padding: 0 118px 0 0;  position: relative; }
.main_banner_wrap .contact_sec .uploadfile_area .fileuploadlabel {
display: block; font-size: 15px; margin: 0; padding: 0px 10px !important; border: 0; width: 118px; text-align: center; cursor: pointer;  font-weight: normal; position: absolute; right: 0; top: 0; border-radius: 0; line-height: 34px; height: 34px; }
/* Banner Form */

.technology_slider { border-bottom: 1px solid rgba(0,0,0,0.1); padding:35px 0; }
.technology_slider .carousel-item .col-3 { border-left:1px solid rgba(0,0,0,0.1); text-align:center; font-size:18px; padding:0 5px; }
.technology_slider .carousel-item .col-3:first-child { border:0; }
.technology_slider .carousel-item [class*="icon_"] { background:url(../img/sprite.png) no-repeat 0 0; display: block; height: 50px; width: 50px; margin: 0 auto 25px; min-height: 66px;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.technology_slider .carousel-item .icon_google { background:url(../img/sprite.png) no-repeat 0px -590px; height:66px; width:65px; }
.technology_slider .carousel-item .icon_brightpearl { background:url(../img/sprite.png) no-repeat -67px -590px; height:62px; width:63px; }
.technology_slider .carousel-item .icon_kentico { background:url(../img/sprite.png) no-repeat  -132px -590px; height:64px; width:63px; }
.technology_slider .carousel-item .icon_microsoft { background:url(../img/sprite.png) no-repeat  -197px -590px; height:61px; width:61px; }
.technology_slider .carousel-item .icon_nopcommerce { background:url(../img/sprite.png) no-repeat -262px -590px; height:51px; width:52px; }
.technology_slider .carousel-item .icon_isocertificate { background:url(../img/sprite.png) no-repeat -323px -590px; height:66px; width:66px; }
.technology_slider .carousel-item .icon_awspartner { background:url(../img/sprite.png) no-repeat -480px -589px; height:67px; width:164px; }
/* Banner */

/* Brand Slider */
.expert_slider_wrap .carousel-inner .col-3, 
.technology_slider .carousel-inner .col-3 { background:#fff; }

.multiitem_slide_5 .carousel-inner .carousel-item.active,
.multiitem_slide_5 .carousel-inner .carousel-item-next,
.multiitem_slide_5 .carousel-inner .carousel-item-prev { display:flex; }
@media (max-width: 767px) {
.multiitem_slide_5 .carousel-inner .carousel-item > div { display:none; }
.multiitem_slide_5 .carousel-inner .carousel-item > div:first-child { display:block; }
.multiitem_slide_5 .carousel-inner .col-3 { width:100%; }
}
@media (min-width: 768px) {
.multiitem_slide_5 .carousel-inner .carousel-item-end.active,
.multiitem_slide_5 .carousel-inner .carousel-item-next { transform:translateX(20%); }
.multiitem_slide_5 .carousel-inner .carousel-item-start.active,
.multiitem_slide_5 .carousel-inner .carousel-item-prev { transform:translateX(-20%); }
.multiitem_slide_5 .carousel-inner .col-3 { width:20%; }
}
.multiitem_slide_5 .carousel-inner .carousel-item-end,
.multiitem_slide_5 .carousel-inner .carousel-item-start { transform:translateX(0); }
/* Brand Slider */


/* Services */
.our_services { position:relative; }
.our_services ul { list-style:none; }
.our_services ul li { box-shadow:0 0; border-radius:15px; margin-bottom:30px; height: auto; }
.our_services ul li .inner_box { background:#f4f3f3; border-radius:15px; height:100%; }
.our_services ul li h2,
.our_services ul li h3,
.our_services ul li h5 { color:#00aeef; font:700 18px/1.4 'Poppins', sans-serif; min-height:inherit; padding:5px 0 15px; text-align: left; }
.our_services ul li h2::after,
.our_services ul li h3::after { display:none; }
.our_services ul li .block_cont { display:block; }
.our_services ul li p { clear:both;height: auto!important; }
.our_services ul li .icon { float: left; margin:0 15px 20px 0; }
.our_services ul li .icon::before { content:""; }

.our_services .image,
.our_services_d2 .image { margin:0 0 20px; }

.our_services_d2 {}
.our_services_d2 ul li {}
.our_services_d2 ul li .inner_box { background:#fff; border-radius:15px; height:100%; }
.our_services ul .list li { list-style:disc outside none; width: 100%; border-radius: 0; box-shadow: 0 0; }
.our_services ul.mobile_appservices .icon::before { background: url(../img/ppc_mobile_app_sprite.png) no-repeat 0 0; display: block; height: 74px; width: 71px; }
.our_services ul.mobile_appservices li .iosapp_icon::before { background-position:3px 3px; }
.our_services ul.mobile_appservices li .androidapp_icon::before { background-position:-83px 3px; }
.our_services ul.mobile_appservices li .customapp_icon::before { background-position:-169px 3px; }
.our_services ul.mobile_appservices li .nativeapp_icon::before { background-position:-253px 3px; }
.our_services ul.mobile_appservices li .hybridapp_icon::before { background-position:-318px 3px; }
.our_services ul.mobile_appservices li .mobileappcon_icon::before { background-position:3px -82px; }
.our_services ul.mobile_appservices li .wearableapp_icon::before { background-position:-83px -82px; }
.our_services ul.mobile_appservices li .appsupport_icon::before { background-position:-169px -82px; }
.our_services ul.mobile_appservices li .uiux_icon::before { background-position:-253px -82px; }
/* Services */



/* App Services */
.app_services { position:relative; }
.app_services ul { list-style:none; }
.app_services ul li { margin-top:15px; margin-bottom:15px; height: auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column;
-moz-flex-flow: column;
flex-flow: column;
}
.app_services ul li .inner_box { background:#fff; border-radius:15px; height:100%;
display:flex;
flex-flow:column;
}
.app_services ul li h2 { color:#00a4ec; }
.app_services ul li .block_cont {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: stretch;
-moz-align-items: stretch;
align-items: stretch;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
}
.app_services ul li .service_icon { margin: 0 0 10px; }
.app_services ul li .icon { margin: 0 0 10px; }
.app_services ul li .icon::before { content:""; }
.app_services ul li .link_btn { margin-top: auto; }

/* services Software */
.app_services ul.service_icons li .icon::before { background:url(../img/services_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.service_icons li .serv_soft_dev::before {background-position:0 0; display:block; height:77px; width:77px; }
.app_services ul.service_icons li .serv_app_dev::before {background-position:-79px 0; display:block; height:76px; width:81px; }
.app_services ul.service_icons li .serv_ecomm_dev::before {background-position:-162px 0; display:block; height:78px; width:87px; }
.app_services ul.service_icons li .serv_dedicated_team::before {background-position:-252px 0; display:block; height:77px; width:78px; }
.app_services ul.service_icons li .serv_web_dev::before {background-position:-333px 0; display:block; height:77px; width:77px; }
.app_services ul.service_icons li .serv_fullstack_dev::before {background-position:-412px 0; display:block; height:79px; width:79px; }
.app_services ul.service_icons li .serv_digital_trans::before {background-position:-494px 0; display:block; height:80px; width:81px; }
.app_services ul.service_icons li .serv_cloud_manage::before {background-position:-578px 0; display:block; height:77px; width:77px; }
.app_services ul.service_icons li .serv_iot::before {background-position:-658px 0; display:block; height:75px; width:79px; }
.app_services ul.service_icons li .serv_cmswebdev::before {background-position:-843px 0; display:block; height:78px; width:94px; }
.app_services ul.service_icons li .serv_blockchain::before {background-position:-741px 0; display:block; height:79px; width:96px; }
.app_services ul.service_icons li .serv_designweb::before {background-position:-949px 0; display:block; height:79px; width:79px; }
.app_services ul.service_icons li .serv_microsoftsol::before {background-position:-1034px 0; display:block; height:79px; width:103px; }
.app_services ul.service_icons li .serv_techtrend::before {background-position:-1147px 0; display:block; height:79px; width:68px; }

/* Custom Software */
.app_services ul.soft_dev .icon::before { background:url(../img/software_develop_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.soft_dev li .icon::before { background:url(../img/software_develop_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.soft_dev li .app_icon::before { background-position:0 0; display:block; height:75px; width:75px; }
.app_services ul.soft_dev li .solution_icon::before { background-position:-77px 0; display:block; height:75px; width:61px; }
.app_services ul.soft_dev li .sass_icon::before { background-position:-140px 0; display:block; height:72px; width:99px; }
.app_services ul.soft_dev li .migration_icon::before { background-position:0 -77px; display:block; height:75px; width:75px; }
.app_services ul.soft_dev li .maintenance_icon::before { background-position:-77px -77px; display:block; height:76px; width:81px; }
.app_services ul.soft_dev li .digital_icon::before { background-position:-160px -77px; display:block; height:72px; width:90px; }
/* Custom Software */

/* Dedicated Team */
.app_services ul.dedicated_service .icon::before { background:url(../img/dedicated_team_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.dedicated_service li .dedicated_icon::before { background-position:0 0; display:block; height:75px; width:50px; }
.app_services ul.dedicated_service li .offshore_icon::before { background-position:-54px 0; display:block; height:74px; width:77px; }
.app_services ul.dedicated_service li .support_icon::before { background-position:-134px 0; display:block; height:73px; width:73px; }
.app_services ul.dedicated_service li .consulting_icon::before { background-position:0 -78px; display:block; height:76px; width:77px; }
.app_services ul.dedicated_service li .maintenance_icon::before { background-position:-81px -78px; display:block; height:76px; width:81px; }
.app_services ul.dedicated_service li .cost_icon::before { background-position:-165px -78px; display:block; height:73px; width:75px; }
/* Dedicated Team */
/* Digital Transformation */
.app_services ul.digital_service .icon::before { background:url(../img/digital_transform_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.digital_service li .dtcons_icon::before { background-position:0 0; display:block; height:76px; width:80px; }
.app_services ul.digital_service li .ccdesign_icon::before { background-position:-83px 0; display:block; height:75px; width:75px; }
.app_services ul.digital_service li .cdev_icon::before { background-position:-162px 0; display:block; height:73px; width:73px; }
.app_services ul.digital_service li .socialnet_icon::before { background-position:0 -80px; display:block; height:76px; width:68px; }
.app_services ul.digital_service li .maintenance_icon::before { background-position:-71px -80px; display:block; height:76px; width:81px; }
.app_services ul.digital_service li .cost_icon::before { background-position:-158px -80px; display:block; height:73px; width:75px; }
/* Digital Transformation */
/* Ecommerce Transformation */
.app_services ul.ecom_service .icon::before { background:url(../img/ecom_dev_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.ecom_service li .mcomapp_icon::before { background-position:0 0; display:block; height:75px; width:74px; }
.app_services ul.ecom_service li .esol_icon::before { background-position:-78px 0; display:block; height:74px; width:78px; }
.app_services ul.ecom_service li .echatbot_icon::before { background-position:-160px 0; display:block; height:73px; width:73px; }
.app_services ul.ecom_service li .onlinestore_icon::before { background-position:0 -80px; display:block; height:73px; width:99px; }
.app_services ul.ecom_service li .onlinepayment_icon::before { background-position:-103px -80px; display:block; height:73px; width:83px; }
.app_services ul.ecom_service li .retailapp_icon::before { background-position:-190px -80px; display:block; height:75px; width:59px; }


.app_services ul.ecom_service li .apiIntigration_icon::before { background-position:-256px 0px; display:block; height:72px; width:72px; }
.app_services ul.ecom_service li .cmsIntigration_icon::before { background-position:-256px -75px; display:block; height:72px; width:72px; }
.app_services ul.ecom_service li .upgrade_icon::before { background-position:-256px -155px; display:block; height:70px; width:72px; }
/* Ecommerce Transformation */
/* Full Stack */
.app_services ul.fullstack_service .icon::before { background:url(../img/fullstack_dev_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.fullstack_service li .merndev_icon::before { background-position:0 0; display:block; height:74px; width:71px; }
.app_services ul.fullstack_service li .meanstack_icon::before { background-position:-74px 0; display:block; height:74px; width:74px; }
.app_services ul.fullstack_service li .lamp_icon::before { background-position:-151px 0; display:block; height:73px; width:73px; }
.app_services ul.fullstack_service li .frametech_icon::before { background-position:0 -78px; display:block; height:76px; width:73px; }
.app_services ul.fullstack_service li .mobiletech_icon::before { background-position:-77px -78px; display:block; height:75px; width:74px; }
.app_services ul.fullstack_service li .frontend_icon::before { background-position:-155px -78px; display:block; height:76px; width:81px; }
/* Full Stack */
/* Mobile APP */
.app_services ul.mobileapp_service .icon::before { background:url(../img/mobile_app_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.mobileapp_service li .nativeapp_icon::before { background-position:0 0; display:block; height:77px; width:67px; }
.app_services ul.mobileapp_service li .hybridapp_icon::before { background-position:-70px 0; display:block; height:76px; width:76px; }
.app_services ul.mobileapp_service li .wearableapp_icon::before { background-position:-149px 0; display:block; height:76px; width:57px; }
.app_services ul.mobileapp_service li .mobsolution_icon::before { background-position:0 -80px; display:block; height:78px; width:78px; }
.app_services ul.mobileapp_service li .arvrapp_icon::before { background-position:-82px -80px; display:block; height:74px; width:83px; }
.app_services ul.mobileapp_service li .maintenance_icon::before { background-position:-168px -80px; display:block; height:76px; width:81px; }
/* Mobile APP */
/* Web APP */
.app_services ul.webapp_service .icon::before { background:url(../img/web_app_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.webapp_service li .webecomm_icon::before { background-position:0 0; display:block; height:74px; width:71px; }
.app_services ul.webapp_service li .webportal_icon::before { background-position:-77px 0; display:block; height:74px; width:74px; }
.app_services ul.webapp_service li .webcustom_icon::before { background-position:-156px 0; display:block; height:73px; width:73px; }
.app_services ul.webapp_service li .webtech_icon::before { background-position:0 -79px; display:block; height:76px; width:73px; }
.app_services ul.webapp_service li .webmanage_icon::before { background-position:-77px -79px; display:block; height:75px; width:74px; }
.app_services ul.webapp_service li .maintenance_icon::before { background-position:-152px -79px; display:block; height:76px; width:81px; }
.app_services ul.webapp_service li .webDesigning_icon::before { background-position: -87px -208px; display: block; height: 76px; width: 81px; }
.app_services ul.webapp_service li .webDevelopment_icon::before { background-position: 0px -211px; display: block; height: 76px; width: 81px; }
.app_services ul.webapp_service li .fullStack_icon::before { background-position: -170px -213px; display: block; height: 76px; width: 81px; }
/* Web APP */
/* Web APP */
.app_services ul.cloudservice .icon::before { background:url(../img/cloud_serv_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.cloudservice li .cloudcomp_icon::before { background-position:0 0; display:block; height:76px; width:73px; }
.app_services ul.cloudservice li .cloudmanage_icon::before { background-position:-76px 0; display:block; height:75px; width:75px; }
.app_services ul.cloudservice li .cloudapp_icon::before { background-position:-154px 0; display:block; height:76px; width:87px; }
.app_services ul.cloudservice li .cloudcons_icon::before { background-position:0 -79px; display:block; height:75px; width:96px; }
.app_services ul.cloudservice li .cloudmain_icon::before { background-position:-100px -79px; display:block; height:78px; width:88px; }
.app_services ul.cloudservice li .cloudsol_icon::before { background-position:-195px -79px; display:block; height:75px; width:96px; }
/* Web APP */
/* iot service */
.app_services ul.iot_service .icon::before { background:url(../img/iot_sprite.png) no-repeat 0 0; content:""; }
.app_services ul.iot_service li .trackingapp_icon::before { background-position:0 0; display:block; height:66px; width:91px; }
.app_services ul.iot_service li .contapp_icon::before { background-position:-94px 0; display:block; height:73px; width:83px; }
.app_services ul.iot_service li .iotinte_icon::before { background-position:-180px 0; display:block; height:73px; width:66px; }
.app_services ul.iot_service li .iotsen_icon::before { background-position:0 -75px; display:block; height:77px; width:78px; }
.app_services ul.iot_service li .iotauto_icon::before { background-position:-82px -75px; display:block; height:75px; width:75px; }
.app_services ul.iot_service li .maintenance_icon::before { background-position:-161px -75px; display:block; height:76px; width:81px; }
/* iot service */
/* App Services */
/* Services D2 */
.services_d2 { color:#2b2b2b; font-size:17px; padding-top:50px; margin-top:50px; border-top:1px solid #d9d9d9; }
.services_d2 .block_ser_list ul li { margin-bottom:30px; text-align: left;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.services_d2 ul .inner_block { border: 1px dashed #1fafee; padding: 20px; 
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
flex-grow: 1;
}
.services_d2 p { clear:both; }
ul.blockchain_services li .block_title::before { background:url(../img/blockchain_sprite.png) no-repeat 0 0; content:""; display: block; float: left; margin-right: 20px; }
ul.blockchain_services li:first-child .block_title::before  { background-position:0 0; height:87px; width:86px; }
ul.blockchain_services li:nth-child(2) .block_title::before { background-position:-101px 0; height:67px; width:82px; }
ul.blockchain_services li:nth-child(3) .block_title::before { background-position:-188px 0; height:63px; width:66px; }
ul.blockchain_services li:nth-child(4) .block_title::before { background-position:-260px 0; height:72px; width:72px; }
ul.blockchain_services li:nth-child(5) .block_title::before { background-position:-338px 0; height:74px; width:69px; }
ul.blockchain_services li:nth-child(6) .block_title::before { background-position: -410px 0; height:70px; width:41px; }
/* Services D2 */
/* services_d3 */
.services_d3 { color:#2b2b2b; font-size:17px; padding-top:50px; margin-top:50px; border-top:1px solid #d9d9d9; }
.services_d3 ul .block_title { color:#1fafee; font:700 24px/1.4 'Open Sans', sans-serif; padding:0 0 30px;  }
.services_d3 .block_ser_list ul li { margin-bottom:30px; text-align: left; }
.services_d3 ul .inner_block { border: 1px dashed #8790a8; padding:30px 20px 20px; text-align:center; height:100%; }
.aspnetcore_serv [class*="icon-"] { background:url(../img/aspnet_sprite.png) no-repeat 0 0; margin:0 auto 30px; }
.aspnetcore_serv .icon-aspnetcore { background-position:0 0; height:83px; width:94px; }
.aspnetcore_serv .icon-aspnetmvc { background-position:-101px 0; height:76px; width:81px; }
.aspnetcore_serv .icon-aspnetcms { background-position:-187px 0; height:85px; width:69px; }
.aspnetcore_serv .icon-aspnetmigrat { background-position:-262px 0; height:81px; width:113px; }
.aspnetcore_serv .icon-aspnetinteg { background-position:-381px 0; height:84px; width:85px; }
.aspnetcore_serv .icon-aspnetprog { background-position:-470px 0; height:71px; width:82px; }
.aspnetcore_serv .icon-aspnetapptest { background-position:-558px 0; height:75px; width:80px; }
.aspnetcore_serv .icon-aspnetajaxdev { background-position:-643px 0; height:55px; width:157px; }
/* services_d3 */
/* services_d4 */
.services_d4 { color:#fff; padding-top: 30px; counter-reset: section; }
.services_d4 li { position:relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.services_d4 li .inner_block { background:#8ec254; border-radius:30px; font-size:15px; padding:20px 30px; margin:50px 0; }
.services_d4 li:nth-child(1) .inner_block { background:#8ec254; }
.services_d4 li:nth-child(2) .inner_block { background:#36bc9b; }
.services_d4 li:nth-child(3) .inner_block { background:#3bafde; }
.services_d4 li:nth-child(4) .inner_block { background:#4c88de; }
.services_d4 li:nth-child(5) .inner_block { background:#d771b0; }
.services_d4 li:nth-child(6) .inner_block { background:#967ade; }
.services_d4 li .inner_block .count { background:url(../img/flutter_sprite.png) no-repeat 0 -142px; height:130px; width:119px; position: absolute; right: 15px; top: 0; z-index: 99; padding:5px 30px 5px 20px; font-size: 62px; font-weight: 900; position: absolute; right: 11px; top: 0; border-radius:7px;  border-top-right-radius: 20px; text-align:right; }
.services_d4 li .inner_block h5 { padding-right:80px; }
.services_d4 li .inner_block .count::before { counter-increment: section; content: counter(section); }
.services_d4 li:nth-child(1) .inner_block .count {}
.services_d4 li:nth-child(2) .inner_block .count { background-position:-139px -142px; }
.services_d4 li:nth-child(3) .inner_block .count { background-position:-279px -142px; }
.services_d4 li:nth-child(4) .inner_block .count { background-position:0 -280px; }
.services_d4 li:nth-child(5) .inner_block .count { background-position:-139px -280px; }
.services_d4 li:nth-child(6) .inner_block .count { background-position:-279px -280px; }
.services_shadowb_d {}
.services_shadowb_d ul li { margin: 15px 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
.services_shadowb_d .inner_block { background: #fff; box-shadow:0 0 7px 0px rgba(0,0,0,0.05); font-size:16px; padding:35px; text-align:center; }
.services_shadowb_d .inner_block .h2 { font-weight:700; padding-bottom:20px; }
.services_shadowb_d .inner_block .image { margin: 0 0 20px; }
.shadow_box_design {}
.shadow_box_design .box { box-shadow: 0 0 15px rgba(0,0,0,.1); padding:40px 50px; }
.shadow_box_design .box.greybg { box-shadow:0 0; }
.shadow_box_design .box .head3 { font-weight:700; }
.shadow_box_design .box ul li { font-weight: 400; font-size: 17px; }
.center_align_box {}
.center_align_box .box { border:4px solid #f6f6f6; margin:10px 0; padding:30px; text-align:center; height: 90%; }
.center_align_box .box a { color:#000; }
.center_align_box .image { margin: 0 0 20px; min-height: 85px; }
.bgbase_icons {}
.bgbase_icons .box { background:#00a4ec; color:#fff; font-size:14px; margin:15px 0; padding:20px 15px; text-align: center; } 
.bgbase_icons .box .icon-image { margin-bottom:20px; }
.bgbase_icons .box .icon-image img { height:60px; }
.flutter_serv { padding: 0 15px; }
.flutter_serv li { background: #fff; border: 1px solid #cccccc; padding:30px 10px 30px 20px; position:relative; }
.flutter_serv li h6 { color:#000; font-size:19px; padding:0 0 0 70px; }
.flutter_serv li [class*="icon-"] { background:url(../img/flutter_sprite.png) no-repeat 0 0; position: absolute; left: 14px; top: 29px; }
.flutter_serv li .icon-flutterandroid { background-position:0px -410px; height:55px; width:46px; }
.flutter_serv li .icon-flutterweb { background-position:-49px -410px; height:55px; width:49px; }
.flutter_serv li .icon-flutterios { background-position:-103px -410px; height:45px; width:65px; }
.flutter_serv li .icon-fluttergame { background-position:-172px -410px; height:57px; width:63px; }
/* services_d4 */
/* Trusted */
.webp_ .trusted_sec { background:url(../img/trusted.webp) no-repeat center top; }
.webp_no-webp .trusted_sec { background:url(../img/trusted.png) no-repeat center top; }
.trusted_sec { color:#fff; text-align:center; position:relative; }
.trusted_sec .common_side_text { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.2); }
.trusted_sec .stats_sec { background:#fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); margin-top:60px; padding:17px 10px; }
.trusted_sec .stats_sec ul { color: #393939; font-size: 20px; list-style: none; overflow: hidden; }
.trusted_sec .stats_sec ul li { border-left:1px solid rgba(0,0,0,0.2); font-weight: 300; float:left; padding:10px; width:20%; }
.trusted_sec .stats_sec ul li:first-child { border:0; }
.trusted_sec .stats_sec ul li .icon {}
.trusted_sec .stats_sec ul li .stats { font-size:40px; font-weight: 600; }
.trusted_sec .stats_sec ul li .stats_title {}
.trusted_sec .stats_sec ul li [class*=icon-] { background:url(../img/sprite.png) no-repeat 0 0; height:52px; margin:0 auto 5px; }
.trusted_sec .stats_sec ul li .icon-experience { background-position:0 -39px; width:60px; }
.trusted_sec .stats_sec ul li .icon-gclient { background-position:-63px -39px; width:50px; }
.trusted_sec .stats_sec ul li .icon-employee { background-position:-118px -39px; width:48px; }
.trusted_sec .stats_sec ul li .icon-projects { background-position:-171px -39px; width:50px; }
.trusted_sec .stats_sec ul li .icon-iso { background-position:-227px -39px; width:49px; }
/* Trusted */

/* Home Tech Sec */
.tech_sec { padding:20px 0; position:relative; }
.tech_sec .common_side_text { top: 450px; }
.tech_sec .tabs-nav { background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.2); border-radius:10px; display:block; list-style: none; margin:0 auto -35px; padding:15px 10px; text-align:center; max-width:90%; position: relative; z-index: 9; }
.tech_sec .tabs-nav li { display: inline-block; padding: 0 12px; position:relative; }
.tech_sec .tabs-nav li a { color: #6a6a6a; display:block; font-size: 22px; font-weight:500; padding:0; }
.tech_sec .tabs-nav li a span { border-radius: 35px; display:block; padding: 10px 25px; line-height: 1; }
.tech_sec .tabs-nav li a span:hover,
.tech_sec .tabs-nav li a.active span { background:#00a4ec; color:#fff; }
.tech_sec .tabs-nav li::before { content: ""; background: #00a4ec; height: 18px;  width: 1px; display: inline-block;  position: absolute; left: 00; bottom: 11px; }
.tech_sec .tabs-nav li:first-child::before { display:none; }
.tech_sec .tabs-nav li a::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display: inline-block; height:41px; margin:0 auto; }
.tech_sec .tabs-nav li.web a::before { background-position:0px -289px; width:40px; }
.tech_sec .tabs-nav li.mobility a::before { background-position:-42px -289px; width:41px; }
.tech_sec .tabs-nav li.ecomm a::before { background-position:-87px -289px; width:34px; }
.tech_sec .tabs-nav li.frontend a::before { background-position:-125px -289px; width:41px; }
.tech_sec .tabs-nav li.backend a::before { background-position:-174px -289px; width:48px; }
.tech_sec .tabs-nav li.iot a::before { background-position:-229px -289px; width:37px; }
.tech_sec .card .collapse { position:relative; z-index:1; }
.tech_sec .tab_content { background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.2); padding: 95px 30px 40px; position:relative; }
.tech_sec .tab_content::before {
background: -moz-linear-gradient(left, rgba(255,255,255,1) 61%, rgba(255,255,255,0.82) 68%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 61%,rgba(255,255,255,0.82) 68%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 61%,rgba(255,255,255,0.82) 68%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
content:""; position:absolute; left:0; top:0; width:75%; height:100%; }
.tech_sec .tab_content .tab_inner_cont { position:relative; transition:0s; }
.tech_sec .tab_content .tab_links {}
.tech_sec .tab_content .tab_links ul { margin:0; list-style:none; }
.tech_sec .tab_content .tab_links ul li { display:inline-block; padding:0 12px; border-left:1px solid #535353; line-height:1; }
.tech_sec .tab_content .tab_links ul li:first-child { padding-left:0; border:0; }
.tech_sec .tab_content .tab_links ul li a { color:#535353; font-weight:300; text-transform:uppercase; }
.tech_sec .tab_content .tab_links ul li a:hover { color:#00a4ec; }
.webp_ .tech_sec .web_tab { background:url(../img/h_web_base.webp) no-repeat right center / cover; }
.webp_no-webp .tech_sec .web_tab { background:url(../img/h_web_base.png) no-repeat right center / cover; }
.webp_ .tech_sec .mobility_tab { background:url(../img/h_mobile_base.webp) no-repeat right center / cover; }
.webp_no-webp .tech_sec .mobility_tab { background:url(../img/h_mobile_base.png) no-repeat right center / cover; }
.webp_ .tech_sec .ecommerce_tab { background:url(../img/h_ecommerse_base.webp) no-repeat right center / cover; }
.webp_no-webp .tech_sec .ecommerce_tab { background:url(../img/h_ecommerse_base.png) no-repeat right center / cover; }
.webp_ .tech_sec .frontend_tab { background:url(../img/h_frontend_base.webp) no-repeat right center / cover; }
.webp_no-webp .tech_sec .frontend_tab { background:url(../img/h_frontend_base.png) no-repeat right center / cover; }
.webp_ .tech_sec .backend_tab { background:url(../img/h_backend_base.webp) no-repeat right center / cover; }
.webp_no-webp .tech_sec .backend_tab { background:url(../img/h_backend_base.png) no-repeat right center / cover; }
.webp_ .tech_sec .iot_tab { background:url(../img/h_iot_base.webp) no-repeat right center / cover; }
.webp_no-webp .tech_sec .iot_tab { background:url(../img/h_iot_base.png) no-repeat right center / cover; }
/* Home Tech Sec */

/* Industry */
.industry_sec { position:relative; }
.industry_sec .common_side_text { top: 320px; }
.industry_sec .industry_list {}
.industry_sec .industry_list ul { list-style:none; margin:0; }
.industry_sec .industry_list ul li { font-weight:300; padding-bottom: 20px; padding-top: 20px; }
.industry_sec [class*=icon-] { height: 87px; width: 87px; margin: 0 auto 20px;  border-radius: 50px; box-shadow: 0 0 13px rgba(0,0,0,0.3); text-align: center; line-height: 87px; }
.industry_sec [class*=icon-]::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; content: ""; display: inline-block; margin: 0 auto; vertical-align: middle; }
.industry_sec .icon-agricul::before { background-position:-8px -97px; height:40px; width:32px; }
.industry_sec .icon-aviation::before { background-position:-153px -97px; height:40px; width:31px;  }
.industry_sec .icon-edu::before { background-position:-195px -97px; height:40px; width:40px;  }
.industry_sec .icon-finance::before {background-position:-92px -98px; height:36px; width:51px; }
.industry_sec .icon-gambling::before {background-position:-49px -96px; height:40px; width:40px;  }
.industry_sec .icon-gaming::before {background-position:0px -142px; height:35px; width:45px; }
.industry_sec .icon-health::before {background-position:-149px -139px; height:40px; width:41px; }
.industry_sec .icon-travel::before {background-position:-194px -139px; height:40px; width:40px; }
.industry_sec .icon-hcm::before {background-position:-97px -139px; height:40px; width:42px; }
.industry_sec .icon-event::before {background-position:-48px -140px; height:38px; width:42px; }
.industry_sec .icon-real::before {background-position:-1px -183px; height:40px; width:43px; }
.industry_sec .icon-retail::before {background-position:-145px -183px; height:40px; width:45px; }
.industry_sec .icon-chain::before {background-position:-194px -183px; height:40px; width:41px; }
.industry_sec .icon-transport::before {background-position:-94px -183px; height:40px; width:48px; }
.industry_sec .icon-media::before {background-position:-48px -181px; height:43px; width:43px; }
.industry_sec .icon-food::before {background-position:-246px -96px; height:43px; width:42px; }
.industry_sec .icon-fashion::before {background-position:-240px -140px; height:39px; width:39px; }
.industry_sec .icon-resource-management::before {background-position:-301px -96px; height:42px; width:44px; }
.industry_sec .icon-fintech::before {background-position:-296px -142px; height:39px; width:53px; }
.industry_sec [class*=icon-]:hover { box-shadow:0 0 13px #00a4ec;
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg); 
-o-transform:rotate(360deg);
transform:rotate(360deg);
}
/* Industry */
/* Inner Industry : Different Design*/
.industries_list_inner { padding:20px 0 0; }
.industries_list_inner ul li { padding:0 20px 20px; position: relative; z-index:0; border-left: 1px solid #e4e5e6; border-top: 1px solid #e4e5e6; margin: -1px -1px 0 0; text-align:left; font-size:15px; }
.industries_list_inner ul li::before {
border: 1px solid #00a4ec; display: block; height: 70px; width: 70px; content: ""; position: absolute; left: 0; top: 0; border-right:0; border-bottom:0; }
.industries_list_inner ul li:hover { box-shadow: 0 0 10px rgba(0,0,0,.2) inset; z-index: 999; }
.industries_list_inner ul li:hover::before { border:0; } 
.industries_list_inner ul li:nth-child(5n+1) { border-left: 0; }
.industries_list_inner ul li:nth-child(-n+5) { border-top: 0; }
.industries_list_inner ul li h3,
.industries_list_inner ul li h6 { clear:both; }
.industry_sec .industries_list_inner [class*="icon-"] { box-shadow: 0 0; border: 0; border-radius: initial; width: auto; height: auto; margin: unset; float: left; line-height:inherit; margin:20px 0; }
.industry_sec .industries_list_inner [class*="icon-"]:hover {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
/* Inner Industry : Different Design*/
/* Brand */
.brand_sec { background:#f4f4f4; text-align:center; position:relative; }
.brand_sec .common_side_text { top: 320px; }
.brand_sec .brands_logo {}
.brand_sec .brands_logo ul { list-style:none; margin:0; }
.brand_sec .brands_logo ul li { text-align:center; }
/* Brand */
/* Portfolio */
.portfolio_sec { position:relative; }
.portfolio_sec .portfolio_slide_title { color:#fff; font: 400 30px/1.4 'Open Sans', sans-serif; margin: 0; padding: 0 0 15px; position:relative; }
.portfolio_sec .portfolio_slide_title::after { background: #fff; content: ""; display: block; height: 2px; margin: 6px 0 0; width: 67px; }
.portfolio_sec .skipbtns { position: absolute; display: block !important; bottom: 50px; z-index:9999999; left: 50%; letter-spacing: 2px; text-transform: uppercase; font-size: 16px;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.portfolio_sec .skipbtns a { background: rgba(255,255,255,0.3); color: #fff; cursor: pointer; padding: 15px 28px; border-radius: 45px; }
.portfolio_sec .skip_down, 
.portfolio_sec .skip_up { display: none; }
.portfolio_sec .skip_up a::before { content: ""; width: 17px; height: 11px; 
background: url(../img/sprite.png) no-repeat 0 -572px; position: absolute; bottom: 0;left: 50%;
transform: translate(-50%,0) rotate(-180deg);
-webkit-transform: translate(-50%,0) rotate(-180deg);
transition: all .3s ease-in-out 0s;
-webkit-transition: all .3s ease-in-out 0s;
opacity: 0;
}
.portfolio_sec .skip_up a:hover::before { bottom: 100%; opacity: .6; }
.portfolio_sec .skip_down a::before { content: ""; width: 17px; height: 11px; background: url(../img/sprite.png) no-repeat 0 -571px; position: absolute; top: 0; left: 50%;
transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transition: all .3s ease-in-out 0s;
-webkit-transition: all .3s ease-in-out 0s;
opacity: 0;
}
.portfolio_sec .skip_down a:hover::before { top: 90%; opacity: .6; }
.portfolio_sec .show_points .skipbtns { display: block; }
/* Portfolio */

/* Reviews */


/* Home Review Slider */
.review_sec {  color:#fff;  position:relative; }
.webp_ .review_sec { background:url(../img/review_base.webp) no-repeat center top / cover; }
.webp_no-webp .review_sec { background:url(../img/review_base.png) no-repeat center top / cover; }
.review_sec .common_side_text { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.2); top: 320px; }
.review_sec .trust_pilot { margin:0 auto 36px; text-align: center; }
.review_sec a { color:#fff; }
.review_sec a:hover { color:#00aeef; }
.review_sec .review_box { padding:20px; }
.review_sec .carousel-control-next,
.review_sec .carousel-control-prev { background:rgba(0,0,0,0.5); display:inline-block; height:60px; border-radius:100px; width:60px; position:static; }
.review_sec .carousel-control-prev { left:10px; }
.review_sec .carousel-control-next { right:10px; }
.review_sec .btn_sec { margin:auto; text-align:center; }

.multiitem_slide_3 .carousel-inner .carousel-item.active,
.multiitem_slide_3 .carousel-inner .carousel-item-next,
.multiitem_slide_3 .carousel-inner .carousel-item-prev { display:flex; }
@media (max-width: 767px) {
.multiitem_slide_3 .carousel-inner .carousel-item > div { display:none; }
.multiitem_slide_3 .carousel-inner .carousel-item > div:first-child { display:block; }
.multiitem_slide_3 .carousel-inner .col-3 { width:100%; }
}
@media (min-width: 768px) {
.multiitem_slide_3 .carousel-inner .carousel-item-end.active,
.multiitem_slide_3 .carousel-inner .carousel-item-next { transform:translateX(33.33%); }
.multiitem_slide_3 .carousel-inner .carousel-item-start.active,
.multiitem_slide_3 .carousel-inner .carousel-item-prev { transform:translateX(-33.33%); }
.multiitem_slide_3 .carousel-inner .col-3 { width:33.33%; }
}
.multiitem_slide_3 .carousel-inner .carousel-item-end,
.multiitem_slide_3 .carousel-inner .carousel-item-start { transform:translateX(0); }
/* Home Review Slider */


/* Testimonial */
.testimonial_sec { position:relative; }
.testimonial_sec .common_side_text { top: 470px; }
.testimonial_list { padding: 0 0 20px; }
.testimonial_list ul { list-style:none; }
.testimonial_list ul li { 
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap; }
.testimonial_list .testimonial_box { background: #f3f4f6; text-align: center; border-radius: 5px; overflow: hidden; position: relative; margin:15px 0px; }
.testimonial_list .testimonial_box .vid_block { cursor:pointer; position: relative; height:195px; background: #000; overflow:hidden; }
.testimonial_list .testimonial_box .vid_block iframe { position: absolute; left:0; top:0; width: 100%; height: 100%; border: 0; }
.testimonial_list .testimonial_box .vid_block img { height:100%; }
.testimonial_list .testimonial_box .vid_block .vid_icon { cursor: pointer; margin: 0 auto; height: 52px; width: 92px; background:rgba(0,0,0,0.6); border-radius: 13px; position: absolute; left: 50%; top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.testimonial_list .testimonial_box .vid_block .vid_icon::before { border-left:17px solid #fff; border-top:12px solid transparent; border-bottom:12px solid transparent; content:""; display:inline-block; position:absolute; left:50%; top:50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%); }
.testimonial_list .testimonial_box .vid_block:hover .vid_icon { background:#ff0000; }
.testimonial_list .testimonial_box .testimonial_inner { padding:20px 15px; }
.testimonial_list .testimonial_box .author_name { color:#00a4ec; }
.testimonial_list .testimonial_box blockquote { border:0; padding:0 0 10px; }
.testimonial_list .testimonial_box .company_name { font-style:italic; font-weight: 400; }
.testimonial_list .testimonial_box .testimonial_hover { background:#00a4ed; color:#fff;
position:absolute; padding:20px; left:0; bottom:-100%; text-align:left; height:100%; width:100%; }
.testimonial_list .testimonial_box:hover .testimonial_hover { bottom:0; }
.testimonial_list .testimonial_box:hover .testimonial_hover .author_name { color:#fff; }
.testimonial_list .testimonial_box:hover .testimonial_hover blockquote { }
.testimonial_list .testimonial_box:hover .testimonial_hover blockquote::before { background:url(../img/sprite.png) no-repeat -54px -233px; content:""; content: ""; display: block; height: 32px; width: 42px; margin: 0 0 40px; }
.testimonial_list .testimonial_box .test_block { position: relative; text-align: left;/* padding: 0 10px 0 60px;*/ padding:7px; }
.testimonial_list .testimonial_box .test_block::before { background:url(../img/sprite.png) no-repeat -101px -233px; content:""; content: ""; display: block; height: 32px; width: 42px; margin: 0 0 40px; position: absolute; left: 0; display:none; }
.testimonial_list .testimonial_box .black { background:#f3f4f6; }
.testimonial_list .testimonial_box .white { background:#8698a1; color:#fff; }
.testimonial_list .testimonial_box .white .test_block::before { background-position:-54px -233px; }
.testimonial_list .testimonial_box .white .author_name { color:#fff; }
/* Testimonial */
/* Blog */
.blog_sec { position:relative; }
.blog_sec .common_side_text { top: 290px; }
.blog_sec .blog_list { padding: 0 0 30px; }
.blog_sec .blog_list ul { margin-bottom:0; list-style:none; }
.blog_sec .blog_list ul li { margin-bottom:30px; 
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.blog_sec .blog_list .blog_box .blog_img img { width:100%; }
.blog_sec .blog_list .blog_box .blog_inner { padding:20px; }
.blog_sec .blog_list .blog_box .blog_date { color:#00a4ec; font-size:18px; font-style:italic; padding: 0 0 6px; }
.blog_sec .blog_list .blog_box .comment { display:none; float:right; }
.blog_sec .blog_list .blog_box .blog_inner a { border-bottom: 1px solid #00aeef; }
/* Blog */
/* Contact Form */
.contact_sec { position:relative; }
.blog_sec .common_side_text { top: 330px; }
.contact_sec .contact_number { text-align:center; padding:0 0 30px; }
.contact_sec .contact_number ul { margin:0; list-style:none; }
.contact_sec .contact_number ul li { display: inline-block; font-size: 40px; padding:5px 15px ; font-weight: 500; }
.contact_sec .contact_number ul li a { color:#535353; }
.contact_sec .contact_number ul li a .flag_icon { background:url(../img/sprite.png) no-repeat 0 0; display:inline-block; height:35px; margin-right:15px; width:52px; vertical-align:middle; }
.contact_sec .contact_number ul li a .flag_icon.indian { background-position:0 -386px; }
.contact_sec .contact_number ul li a .flag_icon.us { background-position:-53px -386px; }
#footercontactform .form_title { display:none; }
#ppc_footerform .form_title { display:none; }
#ppc_footerform .formButton { background: #00a4ec; color: #fff; font-size: 21px; padding: 13px 31px; border-radius: 55px;
text-transform: uppercase; }
#ppc_footerform .formButton:hover { opacity: 0.6; }
/* Contact Form */

.intro_sec { text-align:center; }
.intro_sec span { color:#00a4ec; }
.competency_sec { background:#f4f4f4 url(../img/competency_base.png) no-repeat 0 0; background-size: 160px 160px; text-align:center; }
.competency_sec ul { 
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.competency_sec ul li { margin:1% 0; }
.competency_sec ul li .inner_box { border:1px solid #c5c5c5; padding:25px 10px; height:100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.competency_sec ul li .comp_block { color:#696969; font-weight:300; margin-left:15px; text-align:left; }
.competency_sec ul li .comp_block h6,
.competency_sec ul li .comp_block a { color:#00aeef; }
.competency_sec ul li .comp_block a:hover { color:#059ad2; }
.competency_sec ul li .icon { float: left; text-align: left; width:65px; }
.competency_sec .column_competency {}
.competency_sec .column_competency li { border: 0; display: block; margin: 0; text-align: left;  width: auto; }
.competency_sec .column_competency li:hover { box-shadow:0 0; }
/* Software Development */
.competency_sec ul.soft_dev_comp li .icon::before { background:url(../img/software_develop_sprite.png) no-repeat 0 0; content:""; margin-left:auto; margin-right:auto; }
.competency_sec ul.soft_dev_comp li .mobile_icon::before { background-position:0 -159px; display:block; height:66px; width:40px; }
.competency_sec ul.soft_dev_comp li .web_icon::before { background-position:-42px -159px; display:block; height:50px; width:52px; }
.competency_sec ul.soft_dev_comp li .ecommerce_icon::before { background-position:-96px -159px; display:block; height:49px; width:54px; }
.competency_sec ul.soft_dev_comp li .iot_icon::before { background-position:-153px -159px; display:block; height:51px; width:53px; }
.competency_sec ul.soft_dev_comp li .cloud_icon::before { background-position:-209px -159px; display:block; height:47px; width:62px; }
/* Software Development */
/* Dedicated Team */
.competency_sec ul.dedicated_expert li .icon::before { background:url(../img/dedicated_team_sprite.png) no-repeat 0 0; content:""; }
.competency_sec ul.dedicated_expert li .bateam_icon::before { background-position:0 -159px; display:block; height:67px; width:54px; }
.competency_sec ul.dedicated_expert li .softdev_icon::before { background-position:-57px -159px; display:block; height:54px; width:53px; }
.competency_sec ul.dedicated_expert li .ux_icon::before { background-position:-113px -159px; display:block; height:42px; width:46px; }
.competency_sec ul.dedicated_expert li .qa_icon::before { background-position:-162px -159px; display:block; height:46px; width:63px; }
.competency_sec ul.dedicated_expert li .pm_icon::before { background-position:-229px -159px; display:block; height:42px; width:54px; }
/* Dedicated Team */
/* Digital Expert */
.competency_sec ul.digital_expert li .icon::before { background:url(../img/digital_transform_sprite.png) no-repeat 0 0; content:""; }
.competency_sec ul.digital_expert li .web_icon::before { background-position:0 -160px; display:block; height:50px; width:52px; }
.competency_sec ul.digital_expert li .mobile_icon::before { background-position:-55px -160px; display:block; height:66px; width:40px; }
.competency_sec ul.digital_expert li .iot_icon::before { background-position:-98px -160px; display:block; height:51px; width:53px; }
.competency_sec ul.digital_expert li .ecommerce_icon::before { background-position:-154px -160px; display:block; height:49px; width:54px; }
.competency_sec ul.digital_expert li .seo_icon::before { background-position:-211px -160px; display:block; height:38px; width:42px; }
/* Digital Expert */
/* Ecom Expert */
.competency_sec ul.ecom_competency li .icon::before { background:url(../img/ecom_dev_sprite.png) no-repeat 0 0; content:""; }
.competency_sec ul.ecom_competency li .opencart_icon::before { background-position:0 -157px; display:block; height:37px; width:52px; }
.competency_sec ul.ecom_competency li .magento_icon::before { background-position:-56px -157px; display:block; height:55px; width:47px; }
.competency_sec ul.ecom_competency li .shopify_icon::before { background-position:-108px -157px; display:block; height:55px; width:44px; }
.competency_sec ul.ecom_competency li .apple_icon::before { background-position:-159px -157px; display:block; height:54px; width:44px; }
.competency_sec ul.ecom_competency li .android_icon::before { background-position:-209px -157px; display:block; height:50px; width:42px; }
.competency_sec ul.ecom_competency li .ecomm_icon::before { background-position:0px -221px; display:block; height:52px; width:52px; }
.competency_sec ul.ecom_competency li .nopCommerce_icon::before { background-position:-53px -221px; display:block; height:44px; width:59px; }
/* Ecom Expert */
/* stack Expert */
.competency_sec ul.fullstack_competency li .icon::before { background:url(../img/fullstack_dev_sprite.png) no-repeat 0 0; content:""; }
.competency_sec ul.fullstack_competency li .angularjs_icon::before { background-position:0 -157px; display:block; height:48px; width:45px; }
.competency_sec ul.fullstack_competency li .nodejs_icon::before { background-position:-51px -157px; display:block; height:58px; width:51px; }
.competency_sec ul.fullstack_competency li .php_icon::before { background-position:-105px -157px; display:block; height:52px; width:57px; }
.competency_sec ul.fullstack_competency li .vuejs_icon::before { background-position:-166px -157px; display:block; height:48px; width:55px; }
.competency_sec ul.fullstack_competency li .reactjs_icon::before { background-position:-226px -157px; display:block; height:47px; width:53px; }
/* stack Expert */
/* Mobile App Expert */
.competency_sec ul.mobileapp_competency li .icon::before { background:url(../img/mobile_app_sprite.png) no-repeat 0 0; content:""; }
.competency_sec ul.mobileapp_competency li .apple_icon::before { background-position:0 -163px; display:block; height:46px; width:37px; }
.competency_sec ul.mobileapp_competency li .android_icon::before { background-position:-41px -163px; display:block; height:46px; width:38px; }
.competency_sec ul.mobileapp_competency li .react_icon::before { background-position:-83px -163px; display:block; height:46px; width:51px; }
.competency_sec ul.mobileapp_competency li .xamarin_icon::before { background-position:-137px -163px; display:block; height:47px; width:52px; }
.competency_sec ul.mobileapp_competency li .iot_icon::before { background-position:-192px -163px; display:block; height:47px; width:46px; }
.competency_sec ul.mobileapp_competency li .iot_flutter::before { background-position:-243px -163px; display:block; height:47px; width:38px; }
/* Mobile App Expert */
/* cloud Expert */
.competency_sec ul.cloud_competency li .icon::before { background:url(../img/cloud_serv_sprite.png) no-repeat 0 0; content:""; }
.competency_sec ul.cloud_competency li .aws_icon::before { background-position:0 -160px; display:block; height:43px; width:61px; }
.competency_sec ul.cloud_competency li .msazure_icon::before { background-position:-64px -160px; display:block; height:45px; width:58px; }
.competency_sec ul.cloud_competency li .gcloud_icon::before { background-position:-125px -160px; display:block; height:37px; width:57px; }
.competency_sec ul.cloud_competency li .sass_icon::before { background-position:-186px -160px; display:block; height:39px; width:58px; }
.competency_sec ul.cloud_competency li .laas_icon::before { background-position:-246px -160px; display:block; height:38px; width:53px; }
/* cloud Expert */
/* web App Expert */
.competency_sec ul.webapp_competency li .icon::before { background:url(../img/web_app_sprite.png) no-repeat 0 0; content:""; }
.competency_sec ul.webapp_competency li .webstack_icon::before { background-position:0 -158px; display:block; height:50px; width:50px; }
.competency_sec ul.webapp_competency li .ecomcms_icon::before { background-position:-56px -158px; display:block; height:49px; width:54px; }
.competency_sec ul.webapp_competency li .microsoftt_icon::before { background-position:-116px -158px; display:block; height:48px; width:46px; }
.competency_sec ul.webapp_competency li .opens_icon::before { background-position:-169px -158px; display:block; height:52px; width:53px; }
.competency_sec ul.webapp_competency li .digitals_icon::before { background-position:-226px -158px; display:block; height:48px; width:57px; }
/* web App Expert */
/* web App Expert */
.competency_sec ul.iot_competency li .icon::before { background:url(../img/iot_sprite.png) no-repeat 0 0; content:""; }
.competency_sec ul.iot_competency li .healthcare_icon::before { background-position:0 -154px; display:block; height:47px; width:54px; }
.competency_sec ul.iot_competency li .retail_icon::before { background-position:-58px -154px; display:block; height:49px; width:54px; }
.competency_sec ul.iot_competency li .travel_icon::before { background-position:-115px -154px; display:block; height:47px; width:47px; }
.competency_sec ul.iot_competency li .finance_icon::before { background-position:-165px -154px; display:block; height:55px; width:43px; }
.competency_sec ul.iot_competency li .elearn_icon::before { background-position:-210px -154px; display:block; height:38px; width:52px; }
/* web App Expert */
/* Hiring Process */
.hiring_process_sec {}
.hiring_process_sec .tab_wrap {  }
.hiring_process_sec .tab_wrap .tabs-nav { text-align:center; list-style:none; padding-bottom: 40px; }
.hiring_process_sec .tab_wrap .tabs-nav li { font-size:22px; display:inline-block; margin:0 -3px; position:relative; }
.hiring_process_sec .tab_wrap .tabs-nav li::after { content:""; border-top:9px solid #00a4ec; border-left:9px solid transparent; border-right:9px solid transparent; display:block; height:0; width:0;position:absolute; bottom:-9px; left:50%; opacity:0;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
-webkit-transition:0.5s;
-moz-transition:0.5s;
transition:0.5s;
} 
.hiring_process_sec .tab_wrap .tabs-nav li.tab-active::after { opacity:1; } 
.hiring_process_sec .tab_wrap .tabs-nav li a { color:#535353; display:block; padding:19px 44px; border-bottom:1px solid #cbcbcb; }
.hiring_process_sec .tab_wrap .tabs-nav li a::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display:block; margin: 0 auto 12px; } 
.hiring_process_sec .tab_wrap .tabs-nav li a.dedicated::before { background-position:0 -493px; height:63px; width:65px; }
.hiring_process_sec .tab_wrap .tabs-nav li a.fixed_cost::before { background-position:-68px -493px; height:63px; width:55px; }
.hiring_process_sec .tab_wrap .tabs-nav li.tab-active a.dedicated::before { background-position:0 -427px; }
.hiring_process_sec .tab_wrap .tabs-nav li.tab-active a.fixed_cost::before { background-position:-68px -427px; }
.hiring_process_sec .tab_wrap .tabs-nav li.tab-active a { color:#00a4ec; border-color:#00a4ec; }
.hiring_process_sec .tab_wrap .tabs-nav li::after { content:""; border-top:9px solid #00a4ec; border-left:9px solid transparent; border-right:9px solid transparent; display:block; height:0; width:0; position:absolute; bottom:-9px; left:50%;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
} 
.hiring_process_sec .tabs-stage .tab_content { color:#393939; font-weight:300; }
/* Hiring Process */
/* Key Benefit */
.key_benefit {}

.key_benefit ul { list-style:none; counter-reset: section; }
.key_benefit ul li { text-align:center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.key_benefit ul li .key_benefits_box { box-shadow:0 0 15px rgba(0,0,0,0.14); margin:25px 0px; position:relative; padding:70px 15px 60px; width:100%; }
.key_benefit ul li .key_benefits_box::before { counter-increment: section; content: "0" counter(section); position: absolute; left: 20px; top: 5px;color: #ebebeb; font-weight: bold; font-size: 40px; }
.key_benefit ul li [class*="icon-"] { text-align:center; margin:0 0 10px; min-height: 80px; }
.key_benefit ul li [class*="icon-"]::before { background:url(../img/key_benefits_sprite.png) no-repeat 0 0; content:""; display:inline-block; margin:0 auto; }
.key_benefit ul li .icon-zerob::before { background-position:0 0; height:68px; width:59px; }
.key_benefit ul li .icon-delivery::before { background-position:-63px 0; height:56px; width:63px; }
.key_benefit ul li .icon-timezone::before { background-position:-133px 0; height:62px; width:62px; }
.key_benefit ul li .icon-dedicatedmanager::before { background-position:-200px 0; height:60px; width:63px; }
.key_benefit ul li .icon-agile::before { background-position:-268px 0; height:56px; width:60px; }
.key_benefit ul li .icon-opencommunication::before { background-position:-332px 0; height:48px; width:63px; }
.key_benefit ul li .icon-deployment::before { background-position:-457px 0; height:51px; width:54px; }
.key_benefit ul li .icon-guaranteed::before { background-position:-400px 0; height:54px; width:54px; }
.key_benefit ul li .icon-strict::before { background-position:0px -70px; height:61px; width:61px; }
.key_benefit ul li .icon-valuebased::before { background-position:-172px -70px; height:50px; width:59px; }
.key_benefit ul li .icon-costsaving::before { background-position:-63px -70px; height:58px; width:48px; }
.key_benefit ul li .icon-turnaroundtime::before { background-position:-116px -70px; height:55px; width:54px; }
.key_benefit ul li .icon-dedicatedteam::before { background-position:-236px -70px; height:55px; width:57px; }
.key_benefit ul li .icon-onboarding::before { background-position:-294px -70px; height:57px; width:71px; }
.key_benefit ul li .icon-nocontract::before { background-position:-373px -70px; height:58px; width:54px; }
.key_benefit ul li .icon-operationtrans::before { background-position:-434px -70px; height:57px; width:57px; }
/* Key Benefit */
/* Services */
.services_sec { padding:0; }
.services_sec ul { list-style:none; }
.services_sec ul li { background:#fff; border:2px solid #00a4ec; font-weight:300; float: left; padding:45px 10px; margin:0 0 118px 10%; text-align: center; position:relative; width: 26.66%; }
.services_sec ul li h3,
.services_sec ul li h5,
.services_sec ul li .head3,
.services_sec ul li a { color:#00aeef; }
.services_sec ul li a:hover { color:#059ad2; }
.services_sec ul li:nth-child(3n+1) { margin-left:0; }
.services_sec ul li::before { background: #00a4ec; content: ""; position: absolute; height: 2px; width: 100%; right: -70%; z-index: -1; top: 50%; margin-top:-1px; }
.services_sec ul li::after { background: #00a4ec; border-radius: 100px; content: ""; display: block; height: 10px; width: 10px; position: absolute; right: -22%; top: 50%; margin-top:-5px; }
.services_sec ul li:last-child::before,
.services_sec ul li:last-child::after { display:none; }
.services_sec ul li:nth-child(3)::before { top: 50%; right: inherit; height: 100%; width: 2px; left: 50%; margin-left: -1px; }
.services_sec ul li:nth-child(3)::after { right: inherit; top: inherit; left: 50%; margin-left: -5px; bottom: -75px; } 
/* Services */
/* Development Expertise */
.expertise_sec { background:#00a4ec; color:#fff; text-align:center; }
.expertise_sec ul { margin-bottom:0; list-style:none; }
.expertise_sec ul li { border-left: 1px solid #fff; margin:25px 0; }
.expertise_sec ul li:nth-child(3n+1) { border:0; }
.expertise_sec ul.col_2 {}
.expertise_sec ul.col_2 li:nth-child(3n+1) { border-left: 1px solid #fff; }
.expertise_sec ul.col_2 li:nth-child(2n+1) { border:0; }
/* Development Expertise */
/* Hire Dedicated Team */
.dedicated_hire_sec { display:none; font-weight:300; }
.dedicated_hire_sec h3 { margin-top:20px; font-weight:400; }
/* Hire Dedicated Team */
/* Key Technology Team */
.key_technology_sec { padding:0 0 80px; }
.key_technology_sec .key_technology { background:#00a4ec; color:#fff; padding:20px; }
.key_technology_sec .tech_box { padding:25px 0; }
.key_technology_sec .tech_box.w40 { float:left; width:40%; }
.key_technology_sec .tech_box.w40 li { width:50%; }
.key_technology_sec .tech_box.w60 { float:left; width:60%; }
.key_technology_sec .tech_box.w60 li { width:33.33%; }
.key_technology_sec .tech_box ul { 
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none; text-align: center; overflow: hidden;  }
.key_technology_sec .tech_box ul li { border-right:1px solid #fff; text-transform:uppercase; font-weight:300; margin: 7px 0; }
.key_technology_sec .tech_box ul li:first-child { border-left:1px solid #fff; }
.key_technology_sec .tech_box h5 { text-transform:uppercase; }
.key_technology_sec .tech_box ul li a { color:#fff; }
.key_technology_sec .tech_box ul li [class*="icon-"] { text-align:center; margin:0px; min-height: 60px; }
.key_technology_sec .tech_box ul li [class*="icon-"]::before { background:url(../img/key_tech_sprite.png) no-repeat 0 0; content:""; display:inline-block; margin:0 auto; }
.key_technology_sec .tech_box ul li .icon-cakephp::before { background-position:0 0; height:36px; width:46px; }
.key_technology_sec .tech_box ul li .icon-codeigniter::before { background-position:-48px 0; height:39px; width:34px; }
.key_technology_sec .tech_box ul li .icon-zend::before { background-position:-84px 0; height:36px; width:75px; }
.key_technology_sec .tech_box ul li .icon-symfony::before { background-position:-161px 0; height:40px; width:38px; }
.key_technology_sec .tech_box ul li .icon-yii::before { background-position:-202px 0; height:39px; width:36px; }
.key_technology_sec .tech_box ul li .icon-mysql::before { background-position:-241px 0; height:40px; width:40px; }
.key_technology_sec .tech_box ul li .icon-postgresql::before { background-position:-284px 0; height:40px; width:38px; }
.key_technology_sec .tech_box ul li .icon-mongodb::before { background-position:-325px 0; height:43px; width:20px; }
.key_technology_sec .tech_box ul li .icon-joomla::before { background-position:-347px 0; height:42px; width:42px; }
.key_technology_sec .tech_box ul li .icon-magento::before { background-position:-392px 0; height:42px; width:35px; }
.key_technology_sec .tech_box ul li .icon-drupal::before { background-position:-430px 0; height:42px; width:37px; }
.key_technology_sec .tech_box ul li .icon-wordpress::before { background-position:-469px 0; height:41px; width:41px; }
.key_technology_sec .tech_box ul li .icon-aspnet::before { background-position:0 -45px; height:31px; width:76px; }
.key_technology_sec .tech_box ul li .icon-silverlight::before { background-position:-80px -45px; height:41px; width:42px; }
.key_technology_sec .tech_box ul li .icon-csharp::before { background-position:-125px -45px; height:38px; width:34px; }
.key_technology_sec .tech_box ul li .icon-sharepoint::before { background-position:-161px -45px; height:39px; width:42px; }
.key_technology_sec .tech_box ul li .icon-sqlserver::before { background-position:-205px -45px; height:44px; width:40px; }
.key_technology_sec .tech_box ul li .icon-sybase::before { background-position:-247px -45px; height:44px; width:27px; }
.key_technology_sec .tech_box ul li .icon-umbraco::before { background-position:-276px -45px; height:41px; width:41px; }
.key_technology_sec .tech_box ul li .icon-volusion::before { background-position:-319px -45px; height:42px; width:52px; }
.key_technology_sec .tech_box ul li .icon-kentico::before { background-position:-373px -45px; height:40px; width:40px; }
.key_technology_sec .tech_box ul li .icon-netnuke::before { background-position:-416px -45px; height:39px; width:39px; }
.key_technology_sec .tech_box ul li .icon-apple::before { background-position:0 -95px; height:37px; width:30px; }
.key_technology_sec .tech_box ul li .icon-opengles::before { background-position:-33px -95px; height:35px; width:56px; }
.key_technology_sec .tech_box ul li .icon-cocos2d::before { background-position:-93px -95px; height:40px; width:30px; }
.key_technology_sec .tech_box ul li .icon-unity3d::before { background-position:-126px -95px; height:41px; width:42px; }
.key_technology_sec .tech_box ul li .icon-react::before { background-position:-171px -95px; height:40px; width:45px; }
.key_technology_sec .tech_box ul li .icon-cplus::before { background-position:-219px -95px; height:46px; width:41px; }
.key_technology_sec .tech_box ul li .icon-swift::before { background-position:-264px -95px; height:45px; width:51px; }
.key_technology_sec .tech_box ul li .icon-csharp2::before { background-position:-178px -145px; height:47px; width:41px; }
.key_technology_sec .tech_box ul li .icon-javascript::before { background-position:-319px -95px; height:46px; width:34px; }
.key_technology_sec .tech_box ul li .icon-restkit::before { background-position:-357px -95px; height:39px; width:50px; }
.key_technology_sec .tech_box ul li .icon-coredata::before { background-position:-410px -95px; height:41px; width:37px; }
.key_technology_sec .tech_box ul li .icon-sqlite::before { background-position:0px -145px; height:39px; width:38px; }
.key_technology_sec .tech_box ul li .icon-fmdb::before { background-position:-42px -145px; height:23px; width:88px; }
.key_technology_sec .tech_box ul li .icon-realm::before { background-position:-133px -145px; height:41px; width:41px; }
.key_technology_sec .tech_box ul li .icon-bluetooth::before { background-position:0px -197px; height:38px; width:23px; }
.key_technology_sec .tech_box ul li .icon-wifi::before { background-position:-27px -197px; height:30px; width:38px; }
.key_technology_sec .tech_box ul li .icon-sensor::before { background-position:-70px -197px; height:36px; width:50px; }
.key_technology_sec .tech_box ul li .icon-android::before { background-position:-125px -197px; height:42px; width:36px; }
.key_technology_sec .tech_box ul li .icon-rest::before { background-position:-165px -197px; height:39px; width:41px; }
.key_technology_sec .tech_box ul li .icon-api::before { background-position:-211px -197px; height:43px; width:41px; }
.key_technology_sec .tech_box ul li .icon-gcloud::before { background-position:-257px -197px; height:29px; width:51px; }
.key_technology_sec .tech_box ul li .icon-amazonweb::before { background-position:-313px -197px; height:40px; width:44px; }
.key_technology_sec .tech_box ul li .icon-windowazure::before { background-position:-363px -197px; height:35px; width:46px; }
.key_technology_sec .tech_box ul li .icon-windowazure::before { background-position:-363px -197px; height:35px; width:46px; }
.key_technology_sec .tech_box ul li .icon-hyperledger::before { background-position:0px -255px; height:53px; width:55px; }
.key_technology_sec .tech_box ul li .icon-ethereum::before { background-position:-60px -255px; height:70px; width:43px; }
.key_technology_sec .tech_box ul li .icon-stellar::before { background-position:-110px -255px; height:59px; width:47px; }
.key_technology_sec .tech_box ul li .icon-corda::before { background-position:-160px -255px; height:31px; width:103px; }
.key_technology_sec .tech_box ul li .icon-eos::before { background-position:-268px -255px; height:57px; width:38px; }
.key_technology_sec .tech_box ul li .icon-tron::before { background-position:-310px -255px; height:39px; width:37px; }
.key_technology_sec .tech_box ul li .icon-hashgraph::before { background-position:-350px -255px; height:41px; width:38px; }
.tech_expert { color:#696969; }
.tech_expert ul { list-style:none; margin:0; text-align:center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.tech_expert ul li { display:inline-block; padding:0 20px 45px; width:33%; }
.tech_expert ul li h6,
.tech_expert ul li a { color:#00aeef; }
.tech_expert ul li a:hover { color:#059ad2; }
/* Key Technology Team */

/* News Page */
.news_listing .news_box { background:#fff; font:italic 300 16px/1.7 'Open Sans', sans-serif; margin:10px 0; padding:20px 20px 20px 110px; position:relative; }
.news_listing .news_box:before{ content:""; display:block; margin:-33px 0 0 ; padding:0; width:67px; height:67px; background:url(../img/key_benefits_sprite.png) no-repeat -132px 0px; position:absolute; left:20px; top:50%; }
/* News Page */

/* FAQ Page */
.faq_page {}
.faq_page .accordion-item { border:0; border-bottom:1px solid rgba(0,0,0,0.1); }
.faq_page .accordion-item .accordion-button,
.faq_page .accordion-item .accordion-button:not(.collapsed),
.faq_page .accordion-item .accordion-button:focus { background:none; border:0; color:#000; font-size:17px; font-weight:600; box-shadow:0 0; }
.faq_page .accordion-item .accordion-body { color:#000; font-size:17px; line-height:1.7; }
/* FAQ Page */

/* FAQ Section on page */








/* New Style */
/*New Headings*/
.arrow-btn-white { color:#fff; display:inline-block; font-size: 22px; font-weight: bold; text-transform: uppercase; }
.arrow-btn-white::after { content:""; background:url(../img/sprite-new.png) no-repeat 0 -125px; height:25px; width: 25px; display:inline-block; margin-left:15px; vertical-align:middle; transition:0.5s; }
.arrow-btn-white:hover { color:#fff; }
.arrow-btn-white:hover::after { background-position:-26px -125px; }

.arrow-btn-black { color:#000; display:inline-block; font-size:22px; font-weight:bold; text-transform:uppercase; }
.arrow-btn-black::after { content:""; background:url(../img/sprite-new.png) no-repeat -26px -151px; height:25px; width: 25px; display:inline-block; margin-left:15px; vertical-align:middle; transition:0.5s; }
.arrow-btn-black:hover { color:#000; }
.arrow-btn-black:hover::after { background-position:0px -151px; }


.common_block { padding:100px 0; }

.p-heading-1 { font:700 68px/1.2 'Poppins', sans-serif; padding:0 0 25px; margin:0; position:relative; text-transform:inherit; text-align:left; }
.p-heading-1 .small { color:#32b8f8; font-size:32px; text-transform:uppercase; }
.p-heading-2 { font:700 52px/1.2 'Open Sans', sans-serif; padding:0 0 25px; margin:0; position:relative; text-transform:inherit; text-align:left; }
.p-heading-3 { font:700 36px/1.2 'Open Sans', sans-serif; padding:0 0 15px; margin:0; position:relative; text-transform:inherit; text-align:left; }
.p-heading-4 { font:700 30px/1.2 'Open Sans', sans-serif; padding:0 0 15px; margin:0; position:relative; text-transform:inherit; text-align:left; }
.p-heading-5 { font:700 26px/1.2 'Open Sans', sans-serif; padding:0 0 15px; margin:0; position:relative; text-transform:inherit; text-align:left; }
.p-heading-6 { font:700 20px/1.2 'Open Sans', sans-serif; padding:0 0 15px; margin:0; position:relative; text-transform:inherit; text-align:left; }
.p-heading-7 { font:700 18px/1.4 'Open Sans', sans-serif; padding:0 0 15px; margin:0; position:relative; text-transform:inherit; text-align:left; }
[class*="p-heading-"]::after { display:none; }
/*New Headings*/


/* New About page */
.about_page {}
.webp_ .abour_banner { background:#003a56 url(../img/about_bnr.webp) no-repeat center center / cover; }
.webp_no-webp .abour_banner { background:#003a56 url(../img/about_bnr.png) no-repeat center center / cover; }
.about_page .who_we_are {}
.about_page .who_we_are .employee_sec { background:#e5e4df; margin:0 0 30px; padding:35px; position:relative; }
.about_page .vission_mission_sec {}
.about_page .vis_mis_inner { text-align:center; }
.about_page .vis_mis_inner .mission_sec { display:inline-block; position:relative; vertical-align:top; width:49%; }
.about_page .vis_mis_inner .mission_sec { text-align:right; }
.about_page .vis_mis_inner .vision_sec { text-align:left; }
.about_page .vis_mis_inner .mission_sec img { width:100%; }
.about_page .vis_mis_inner .mission_sec .hexagon_block { background:url(../img/hexagon.png) no-repeat 0 0 / cover; height: 340px; padding:5% 0 0; text-align:left; width:392px; position:absolute; left:0; top:0; }
.about_page .vis_mis_inner .vision_sec .hexagon_block { left:inherit; right:0; top:inherit; bottom:0; }
.about_page .vis_mis_inner .mission_sec .hexagon_block .hexagn_inner { max-width:200px; margin: auto; }
.about_page .vis_mis_inner .mission_sec .circle_block { background:#fff; border-radius:0; padding:50px; border:1px solid #000; text-align:center; } 
.about_page .vis_mis_inner .vision_sec .circle_block { left:inherit; right:0; top:inherit; bottom:0; }
.about_page .core_values_sec { background:#e0f6ff; }
.about_page .core_values_sec .core_values_box { display:flex; margin:50px 0 0; }
.about_page .core_values_sec .core_values_box .img_box { margin-right:30px; min-width:60px; }

.about_page .experience_sec { background:none; padding-bottom:0; }
.about_page .experience_sec .container { padding:0; }
/*.about_page .experience_sec ul li .icon-experience::before { background-position:-397px -78px; height:75px; width:104px; }
.about_page .experience_sec ul li .icon-global-client::before { background-position:-507px -78px; height:75px; width:84px; }
.about_page .experience_sec ul li .icon-inhouse::before { background-position:-597px -78px; height:75px; width:74px; }
.about_page .experience_sec ul li .icon-projects::before { background-position:-678px -78px; height:75px; width:76px; }
.about_page .experience_sec ul li .icon-client::before { background-position:-760px -78px; height:75px; width:78px; }*/
/* New About page */


/* New Meet Team Sec */
.meet_team_sec {}
.meet_team_sec .meet_team { color:#fff; text-align:center; }
.webp_ .meet_team_sec .meet_team { background:url(../img/about_team_banner.webp) no-repeat center center / cover; }
.webp_no-webp .meet_team_sec .meet_team { background:url(../img/about_team_banner.jpg) no-repeat fixed center center / cover; }
.meet_team_sec .team_sec {}
.meet_team_sec .team_sec [class*="col-"]{ margin-top:15px; margin-bottom:15px; }
.meet_team_sec .team_sec .img { margin-bottom:15px; text-align:center; }
.meet_team_sec .team_sec .name {}
.meet_team_sec .team_sec .designation { font-size:16px; }
/* New Meet Team Sec */

/* New Certification Sec */
.certification_logo { background:#062b44; text-align: center; }
.certification_logo [class*="col-"] { padding:0; }
.certification_logo [class*="col-"] picture { background:#fff; display:block; margin:2px 2px; padding:25px 10px; }
.certification_logo img { margin:2px 0; }
/* New Certification Sec */

/* New Experience Sec */
.experience_sec { background:url(../img/count_bg.png); padding:50px 0; }
.experience_sec ul { display:flex; flex-wrap:wrap; }
.experience_sec ul li { color:#fff; font-size:15px; position:relative; padding:0 15px; width:20%; display:flex; }
.experience_sec ul li span { display:block; font-size:40px; font-weight:700; line-height:1; }
.experience_sec ul li [class*="icon-"] { display:inline-block; margin:0 15px 0 0; }
.experience_sec ul li [class*="icon-"]::before { background:url(../img/sprite-new.png) no-repeat 0 0; content:""; display:block;
-webkit-transform:scale(0.7);
-moz-transform:scale(0.7);
-ms-transform:scale(0.7);
-o-transform:scale(0.7);
transform:scale(0.7);
}
.experience_sec ul li .icon-experience::before { background-position:-397px -78px; height:75px; width:104px; }
.experience_sec ul li .icon-global-client::before { background-position:-507px -78px; height:75px; width:84px; }
.experience_sec ul li .icon-inhouse::before { background-position:-597px -78px; height:75px; width:74px; }
.experience_sec ul li .icon-projects::before { background-position:-678px -78px; height:75px; width:76px; }
.experience_sec ul li .icon-client::before { background-position:-760px -78px; height:75px; width:78px; }

/*.experience_sec ul li .icon-experience::before { background-position:-397px 0; height:75px; width:104px; }
.experience_sec ul li .icon-global-client::before { background-position:-507px 0; height:75px; width:84px; }
.experience_sec ul li .icon-inhouse::before { background-position:-597px 0; height:75px; width:74px; }
.experience_sec ul li .icon-projects::before { background-position:-678px 0; height:75px; width:76px; }
.experience_sec ul li .icon-client::before { background-position:-760px 0; height:75px; width:78px; }*/
/* New Experience Sec */

/* New Contact Page */
.contact_bnr { padding-bottom:0; }
.contact_page {}
.contact_page .container { max-width:820px; }
.contact_page .subheading { color:#040c17; }
.contact_page input[type="text"],
.contact_page input[type="email"],
.contact_page input[type="tel"],
.contact_page select,
.contact_page textarea { background: #fff; border: 1px solid #606060; border-radius: 3px; color: #000000; font: 14px/1.2 'Open Sans', sans-serif; height: 55px; padding: 0 15px; width: 100%; margin: 0 0 17px; resize: none; -webkit-appearance: none; 
-moz-appearance: none;
appearance: none; }
.contact_page input[type="text"]:focus,
.contact_page input[type="email"]:focus,
.contact_page input[type="tel"]:focus,
.contact_page select:focus,
.contact_page textarea:focus { box-shadow:0 3px 3px rgba(0,0,0,0.1); outline:none; }

.contact_page textarea { padding:15px; height:150px; }
.contact_page .btn-primary { border-radius:4px; font-weight:bold; line-height:1; margin:0; padding:18px 24px !important; }
.contact_page ::placeholder { color: #000000; opacity: 1; }
.contact_page :-ms-input-placeholder { color: #000000; }
.contact_page ::-ms-input-placeholder { color: #000000; }
.contact_page form label { color: #000; display: block; font-weight: 600; margin: 0 0 8px; }
.contact_page form label span { color: #00a4ec; }

.contact_info { padding:60px 0 0; }
.contact_info ul { list-style:none; }
.contact_info ul li { font-size:20px; display:inline-block; width:auto; }
.contact_info ul li span { color:#949494; display:block; font-size:14px; }
.contact_info ul li a { border-left:2px solid #d6d6d6; color:#040c17; display:block; padding:10px 0px 10px 60px; position: relative; }
.contact_info ul li a:hover { color:#00a4ec; }
.contact_info [class*="col-md"] {}
.contact_info ul li a:before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display: block; position: absolute; left:24px; top:12px; }
.contact_info ul li a.mail::before { background-position:-278px -343px; height:23px; width:31px; }
.contact_info ul li a.whatsapp::before { background-position:-217px -343px; height:27px; width:27px; }
.contact_info ul li a.skype::before { background-position:-247px -343px; height:28px; width:28px; }
/* New Contact Page */

/* New Why Choose */
.why_choose {}
.why_choose ul {}
.why_choose ul li { margin:15px 0; }
.why_choose ul li .inner_box { background:#fff; border-radius:10px; height:100%; }
.why_choose ul li .icon { margin-bottom:15px; }
/* New Why Choose */

/* New Brand Slider */
.brand_slider_sec {}
.brand_slider_sec .slider_head { background:#000000; color:#fff; float:left; padding:20px; position:relative; line-height:1;}
.brand_slider_sec .slider_head::after {
content:""; border-left:18px solid #000; border-top:18px solid transparent; border-bottom:18px solid transparent; position: absolute; right:-18px; top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.brand_slider_sec .slider_head .slide_title { font:bold 48px/1.2 'Poppins', sans-serif; margin:0 0 10px; }
.brand_slider_sec .slider_head .slide_title + p { font-size:16px; font-weight:bold; }
.brand_slider_sec .slide_area { border:1px solid #000; padding:20px;}
/* New Brand Slider */


/* New Footer */
.footer_wrap { background:#222222; color:#fff; font-family:'Poppins', sans-serif; position:relative; }
.footer_wrap .footer_inner { padding:30px 0; }
.footer_wrap a { color:#fff; }
.footer_wrap .address .phone { font-weight:700; }
.footer_wrap .address .phone::before { background:url(../img/sprite-new.png) no-repeat -175px 0; content:""; display:inline-block; vertical-align:middle; margin-right:5px; height:24px; width:23px; }
.footer_wrap .address .ftr_title { font-weight:700; }
.footer_wrap .address .ftr_title::before { background:url(../img/sprite-new.png) no-repeat 0 0; content:""; display:inline-block; height:57px; width:57px; vertical-align:middle; margin-right:15px; }
.footer_wrap .india_add .ftr_title::before { background-position:0 0; }
.footer_wrap .us_add .ftr_title::before { background-position:-116px 0; }
.footer_wrap .uk_add .ftr_title::before { background-position:-58px 0; }
.footer_wrap .footer_links .ftr_links { float:left; width:75%; }
.footer_wrap .footer_links { border-top:1px solid #919191; border-bottom:1px solid #919191; padding:20px 0; }
.footer_wrap .footer_links ul li { display:inline-block; margin:5px 0 5px 15px; }
.footer_wrap .footer_links ul li:first-child { margin-left:0; }
.footer_wrap .social_links { float:right; text-align:right; width:25%; }
.footer_wrap .social_links ul { margin:0; list-style:none; }
.footer_wrap .social_links ul li { display:inline-block; margin:0 0 0 15px; }
.footer_wrap .social_links ul li a { display:block; font-size:0; }  
.footer_wrap .social_links ul li a::before { background:url(../img/sprite-new.png) no-repeat 0 0; content:""; display:block; height:31px; transition:0.5s; }
.footer_wrap .social_links ul li.fb a::before { background-position:0 -59px; width:15px; }
.footer_wrap .social_links ul li.fb:hover a::before { background-position:0 -90px; }
.footer_wrap .social_links ul li.linked a::before { background-position:-17px -59px; width:23px; }
.footer_wrap .social_links ul li.linked:hover a::before { background-position:-17px -90px; }
.footer_wrap .social_links ul li.twit a::before { background-position:-44px -59px; width:31px; }
.footer_wrap .social_links ul li.twit:hover a::before { background-position:-44px -90px; }
.footer_wrap .social_links ul li.clutch a::before { background-position:-80px -59px; width:27px; }
.footer_wrap .social_links ul li.clutch:hover a::before { background-position:-80px -90px; }
.footer_wrap .copyright { clear:both; color:#c4c4c4; font-size:16px; padding:20px 0; }
/* New Footer */

.new-icon-list {}
.new-icon-list .icon::before { background: url(../img/new-icon-list.png) no-repeat 0 0; content:""; display:block; height:65px; width:65px; }
.new-icon-list .reliableResource::before { background-position:-594px 0; }
.new-icon-list .certifiedExperts::before { background-position:0 0; }
.new-icon-list .faster2Times::before { background-position:-66px 0; }
.new-icon-list .noHiddenCost::before { background-position:-132px 0; }
.new-icon-list .support::before { background-position:-198px 0; }
.new-icon-list .noThirdParty::before { background-position:-264px 0; }
.new-icon-list .richTechnology::before { background-position:-330px 0; }
.new-icon-list .timezoneAdvantage::before { background-position:-396px 0; }
.new-icon-list .transparency::before { background-position:-462px 0; }
.new-icon-list .costSavings::before { background-position:-528px 0; }


/* footer form sec */
.inner_form { border:1px solid #01a6f1; padding:40px; }
.inner_form label { display:block; font-size:16px; margin:0 0 5px; }
.inner_form label span { color:#01a6f1; }
.inner_form input[type="text"],
.inner_form input[type="email"],
.inner_form input[type="tel"],
.inner_form select,
.inner_form textarea { border:1px solid #6a6a6a; border-radius:6px; font:300 14px/1.2 'Open Sans', sans-serif; padding:0 10px; color:#000; height:48px; margin:0; }
.inner_form .iti__flag-container { height:48px; }
.inner_form input[type="tel"]{ margin-left:0 !important; padding-right:10px !important; padding-left:79px !important; }
.inner_form textarea { min-height:145px; padding:15px 10px; }
.inner_form input:focus,
.inner_form textarea:focus { outline:none; }
.inner_form .form-group { margin:15px 0; }
.inner_form .btn { border-radius:3px; padding:15px 28px !important; }
.inner_form ::placeholder { color:#000; opacity: 1; }
.inner_form :-ms-input-placeholder { color:#000; }
.inner_form ::-ms-input-placeholder { color:#000; }
/*.inner_form input.error-textbox,
.inner_form textarea.error-textbox { border-color:#ff0000; }*/
.ftr_info_sec { background:#01a6f1; color:#fff; padding:40px; }
.ftr_info_sec ul { counter-reset:section; }
.ftr_info_sec ul li { font-size:20px; padding:0 0 30px 70px; position:relative; }
.ftr_info_sec ul li::before { counter-increment: section; content: "0" counter(section) ""; background: #fff; border-radius: 100px; color: #05a9e7; height: 40px; width: 40px; display: inline-block; text-align: center; line-height: 40px; font-weight: bold; position: absolute; left: 0; }
/* footer form sec */


/* New Style */
















/*.footer_simple { background-image:none; padding-top:45px; }
.f_contact_detail {}
.f_contact_detail ul {}
.f_contact_detail ul li { margin:7px 0 0; }
.f_contact_detail ul li:first-child { margin-top:0; }
.f_contact_detail ul li .cont_name { display: block; position: relative; padding: 0 0 3px; font-size: 16px; font-weight: bold; }
.f_contact_detail ul li .cont_name::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display:block; height:17px; width:26px; display:inline-block; vertical-align:middle; margin-right:10px; }
.f_contact_detail ul li.india .cont_name::before { background-position:-249px -193px; }
.f_contact_detail ul li.usa .cont_name::before { background-position:-276px -193px; }*/
/* New Contact Page */


.core_values { background:#00a4ec; color:#fff; }
.core_values ul li { border-left:1px solid rgba(255,255,255,0.2); font-size:16px; font-weight:300; line-height:1.5; text-align:center; }
.core_values ul li:first-child { border:0; }


/* Form */
.form_head { padding-top:30px; }
.uploadfile_area{ clear:both; margin:0; padding:0 150px 0 0; position:relative;}
.uploadfile_area .fileupload{ display:none;}
.uploadfile_area .fileuploadlabel{ display:block; margin:0; padding:0px 10px!important; border:0; width:150px; text-align:center; cursor:pointer; font-weight:normal; position:absolute; right:0; top:0; border-radius:0; line-height:48px; height:48px;}
.uploadfile_area .fileuploadlabel:hover{ background-color:#000000;}
/* Form */
/* Contact Us */
.contact_page {}
.hiring_sec { font-size:16px; padding-top:50px; }
.hiring_sec ul { color:#585858; }
.hiring_sec > ul { list-style:none; }
.hiring_sec > ul > li { border-left:1px solid #00a4ec; padding:15px; }
.hiring_sec > ul > li:first-child { border:0; }
/* Contact Us */




/* Inner Portfolio */
.our_works {}
.our_works .carousel img { width:100%; }
.our_works .card-body { background:rgba(0,0,0,0.6); border-radius:10px; bottom:30px; color:#fff; position:absolute; z-index:99; left:30px; right:30px; padding:20px; }
.our_works .card-body .card-title { margin:0; }
.our_works .carousel-control-next,
.our_works .carousel-control-prev { background:rgba(0,0,0,0.5); bottom:0; top:50%; height:60px; border-radius:100px; width:60px; z-index:99;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
}
.our_works .carousel-control-prev { left:10px; }
.our_works .carousel-control-next { right:10px; }
.our_works .carousel .client_logo { position:absolute; left:20px; top:20px; max-width:200px; }
.our_works .stores_btns { text-align:right; }
.our_works .playstore_icon,
.our_works .app_store_icon { display:inline-block; margin:5px; }
.our_works .playstore_icon a,
.our_works .app_store_icon a { background:url(../img/sprite.png) no-repeat 0 -839px; display:block; height:63px; width:183px; }
.our_works .app_store_icon a { background-position:-185px -839px; }
/* Inner Portfolio */


.faq_sec {}
.faq_sec .accordion-item { border:0; box-shadow:0 0 20px rgba(0,0,0,.1); margin:0 0 30px; }
.faq_sec .accordion-item .accordion-button { background:#fff; box-shadow:0 0; color:#535353; font-size:16px; font-weight:600; }
.faq_sec .accordion-item .accordion-body { font-size:16px; line-height:1.7; }

.industries_sec {}
.industries_sec .nav-pills .nav-link { border-radius:10px 0 0 10px; text-align:left; font-weight:600; color:#000; padding:20px 10px; width:100%; }
.industries_sec .nav-pills .nav-link.active,
.industries_sec .nav-pills .show > .nav-link { background:#00b1ff; color:#fff; }
.industries_sec .tab_cont { background:#f8fdff; border-radius:0 0 10px 10px; box-shadow:0 4px 5px rgba(0,0,0,0.05); color:#000; padding:25px; }


.portfolio_wrap {}
.portfolio_wrap .portfolio_block { clear:both; }
.portfolio_wrap .portfolio_block .portfolio_box { border-radius:12px; position:relative; overflow:
hidden; margin:20px 0 0; height:272px; }
.portfolio_wrap .portfolio_block .portfolio_box.big { height: 565px; }
.portfolio_wrap .portfolio_block .portfolio_box img { max-width: inherit; width: 108%; position: absolute; left: 50%; top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio_wrap .portfolio_block .portfolio_box .portfolio_info { opacity:0; background: rgba(0,0,0,0.7); position: absolute; left: 0; top: 0; height: 100%; width: 100%; color: #fff; padding: 15px; }
.portfolio_wrap .portfolio_block .portfolio_box.big .portfolio_info { height:50%; top:inherit; bottom:0;}
.portfolio_wrap .portfolio_block .portfolio_box p { font-size:15px; }
.portfolio_wrap .portfolio_block .portfolio_box .portfolio_title { color:#fff; font-weight:bold; padding:0 0 15px; }
.portfolio_wrap .portfolio_block .portfolio_box .portfolio_title,
.portfolio_wrap .portfolio_block .portfolio_box p { opacity: 0;
-webkit-transform: translateY(-3rem);
-moz-transform: translateY(-3rem);
transform: translateY(-3rem);
}
.portfolio_wrap .portfolio_block .portfolio_box:hover .portfolio_info,
.portfolio_wrap .portfolio_block .portfolio_box:hover .portfolio_title,
.portfolio_wrap .portfolio_block .portfolio_box:hover p {
opacity: 1;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateY(0rem);
-moz-transform: translateY(0rem);
transform: translateY(0rem);
}
/* new Portfolio Page */
.portfolio_head_sec {}
.portfolio_head_sec h2 { color:#07589d; font-weight:bold; font-size:62px; text-align:left; line-height:1; }
.portfolio_head_sec .port_cont { border-left:10px solid #00a4ec; color: #353535; font-size: 20px; padding: 0 0 0 50px; position:relative; }
.portfolio_head_sec .port_cont::before { background:#07589d; border-radius:100px; content:""; height:17px; width:17px; position:absolute; left:-13px; top:-4px; z-index:1; }
.portfolio_pagination { padding-top: 20px; }
.portfolio_head_sec .portfolio_pagination ul li { display: inline-block; font-size: 22px; font-weight: bold; padding: 0 30px 20px; position: relative; margin: 0 -3px; }
.portfolio_pagination ul li::before { background: #dedede; content: ""; height: 10px; width: 100%; position: absolute; left:-50%; bottom: 0; }
.portfolio_pagination ul li::after { background:#9c9c9c; border-radius:100px; content:""; height:17px; width:17px; position:absolute; left:50%; bottom:-4px; z-index:1; 
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transform:translateX(-50%);
}
.portfolio_pagination ul li.active { color:#00a4ec; }
.portfolio_pagination ul li.active::before { background:#00a4ec; }
.portfolio_pagination ul li.active::after { background:#07589d; }
.portfolio_wrap {}
.portfolio_wrap .portfolio_row { margin-top:50px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
}
.portfolio_wrap .portfolio_row:first-child { margin-top:0; }
.portfolio_wrap .portfolio_row .portfolio_description { padding: 0 10%; color: #353535; line-height: 2; max-width: 80%; float:left; }
.portfolio_wrap .portfolio_row .portfolio_description h2 { color:#353535; font-weight:bold; font-size:46px; text-align:left; padding: 0 0 10px; }
.portfolio_wrap .portfolio_row .portfolio_description .store_type { color: #00a4ec; font-style: italic; margin:20px 0 40px; }
.portfolio_wrap .portfolio_row .portfolio_description .store_type .icon { display: inline-block; vertical-align: middle; background: #00a4ec; color: #fff; height: 20px; width: 20px; border-radius: 100px;  text-align: center; line-height: 18px;  margin-right: 13px; font-style: initial; }
.portfolio_wrap .portfolio_row .portfolio_description .btn { margin:0; }
.portfolio_wrap .portfolio_row .portfolio_img_block { padding:0; }
.portfolio_wrap .portfolio_row:nth-child(2n) .portfolio_img_block { order:2; }
.portfolio_wrap .portfolio_row:nth-child(2n) .portfolio_description { float:right; }
/* new Portfolio Page */

/* Homepage Portfolio */
.home_device_portfolio {}
.webp_ .home_device_portfolio .slide_one { background-image:url(../img/portfolio/h_poftfolio_base1.webp); }
.webp_no-webp .home_device_portfolio .slide_one { background-image:url(../img/portfolio/h_poftfolio_base1.png); }
.webp_ .home_device_portfolio .slide_two { background-image:url(../img/portfolio/h_poftfolio_base2.webp); }
.webp_no-webp .home_device_portfolio .slide_two { background-image:url(../img/portfolio/h_poftfolio_base2.png); }
.webp_ .home_device_portfolio .slide_three { background-image:url(../img/portfolio/h_poftfolio_base3.webp); }
.webp_no-webp .home_device_portfolio .slide_three { background-image:url(../img/portfolio/h_poftfolio_base3.png); }
.webp_ .home_device_portfolio .slide_four { background-image:url(../img/portfolio/h_poftfolio_base4.webp); }
.webp_no-webp .home_device_portfolio .slide_four { background-image:url(../img/portfolio/h_poftfolio_base4.png); }
.webp_ .home_device_portfolio .slide_five { background-image:url(../img/portfolio/h_poftfolio_base5.webp); }
.webp_no-webp .home_device_portfolio .slide_five { background-image:url(../img/portfolio/h_poftfolio_base5.png); }
.webp_ .home_device_portfolio .slide_six { background-image:url(../img/portfolio/h_poftfolio_base6.webp); }
.webp_no-webp .home_device_portfolio .slide_six { background-image:url(../img/portfolio/h_poftfolio_base6.png); }
.webp_ .home_device_portfolio .slide_seven { background-image:url(../img/portfolio/h_poftfolio_base7.webp); }
.webp_no-webp .home_device_portfolio .slide_seven { background-image:url(../img/portfolio/h_poftfolio_base7.png); }
.webp_ .home_device_portfolio .slide_eight { background-image:url(../img/portfolio/h_poftfolio_base8.webp); }
.webp_no-webp .home_device_portfolio .slide_eight { background-image:url(../img/portfolio/h_poftfolio_base8.png); }
.webp_ .home_device_portfolio .slide_nine { background-image:url(../img/portfolio/h_poftfolio_base9.webp); }
.webp_no-webp .home_device_portfolio .slide_nine { background-image:url(../img/portfolio/h_poftfolio_base9.png); }
.webp_ .home_device_portfolio .slide_ten { background-image:url(../img/portfolio/h_poftfolio_base10.webp); }
.webp_no-webp .home_device_portfolio .slide_ten { background-image:url(../img/portfolio/h_poftfolio_base10.png); }
.webp_ .home_device_portfolio .slide_eleven { background-image:url(../img/portfolio/h_poftfolio_base11.webp); }
.webp_no-webp .home_device_portfolio .slide_eleven { background-image:url(../img/portfolio/h_poftfolio_base11.png); }
.webp_ .home_device_portfolio .slide_twelve { background-image:url(../img/portfolio/h_poftfolio_base12.webp); }
.webp_no-webp .home_device_portfolio .slide_twelve { background-image:url(../img/portfolio/h_poftfolio_base12.png); }
.webp_ .home_device_portfolio .slide_thirteen { background-image:url(../img/portfolio/h_poftfolio_base13.webp); }
.webp_no-webp .home_device_portfolio .slide_thirteen { background-image:url(../img/portfolio/h_poftfolio_base13.png); }
.webp_ .home_device_portfolio .slide_fourteen { background-image:url(../img/portfolio/h_poftfolio_base14.webp); }
.webp_no-webp .home_device_portfolio .slide_fourteen { background-image:url(../img/portfolio/h_poftfolio_base14.png); }
.home_device_portfolio .carousel-control-next,
.home_device_portfolio .carousel-control-prev { background:rgba(0,0,0,0.5); bottom:0; top:50%; height:60px; border-radius:100px; width:60px;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
}
.home_device_portfolio .carousel-control-prev { left:10px; }
.home_device_portfolio .carousel-control-next { right:10px; }
.home_device_portfolio .carousel-item { background-size:cover; background-position:center top; }
.home_device_portfolio .carousel-item .item_box { height:800px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.home_device_portfolio .description_inner { padding:0 20px; max-width:440px; }
.home_device_portfolio .d_port_img { padding:50px 0; }
.home_device_portfolio .d_port_img img { display:inline; max-height:100%; }
.home_device_portfolio .d_port_desc { color:#fff; font-size:17px; float:left; width:20%; padding:50px 0;
-webkit-align-self: center;
-moz-align-self: center;
align-self: center;
}
.home_device_portfolio .d_port_desc .description_inner img { margin-bottom:25px; }
.home_device_portfolio .d_port_desc .d_port_title { font:800 60px/1.2 'Open Sans', sans-serif; padding:0 0 30px; }
.home_device_portfolio .d_port_desc .btn { background:#2d2d2d; border-color:#2d2d2d; }
.home_device_portfolio .slide_one .d_port_img { float:left; text-align:right; width:55%; }
.home_device_portfolio .slide_one .d_port_desc { color:#424242; float:left; width:45%; }
.home_device_portfolio .slide_one .d_port_desc .description_inner { width:420px; }
.home_device_portfolio .slide_two .d_port_img { float:right; text-align: left; width: 65%; }
.home_device_portfolio .slide_two .d_port_desc { float:right; width:35%; }
.home_device_portfolio .slide_two .d_port_desc .description_inner { float:right; }
.home_device_portfolio .slide_two .d_port_desc .description_inner { width:300px; }
.home_device_portfolio .slide_three .d_port_img { float:left; text-align:right; width:55%; padding:50px 0 0; }
.home_device_portfolio .slide_three .d_port_desc { float:left; width:45%; }
.home_device_portfolio .slide_three .d_port_desc .description_inner { width:300px; }
.home_device_portfolio .slide_four .d_port_img { float: right; text-align: left; width: 65%; }
.home_device_portfolio .slide_four .d_port_desc { float:right; width:35%; }
.home_device_portfolio .slide_four .d_port_desc .description_inner { float:right; width:330px; }
.home_device_portfolio .slide_five .d_port_img { float:left; text-align:right; width:65%; }
.home_device_portfolio .slide_five .d_port_desc { float:left; width:35%; }
.home_device_portfolio .slide_five .d_port_desc .description_inner { float:left; width:300px; }
.home_device_portfolio .slide_six .d_port_img { float:right; text-align: left; width: 65%; }
.home_device_portfolio .slide_six .d_port_desc { float:right; width:35%; }
.home_device_portfolio .slide_six .d_port_desc .description_inner { float:right; }
.home_device_portfolio .slide_six .d_port_desc .description_inner { width:300px; }
.home_device_portfolio .slide_seven .d_port_img { float:left; text-align:right; width:60%; }
.home_device_portfolio .slide_seven .d_port_desc { float:left; width:40%; }
.home_device_portfolio .slide_seven .d_port_desc .description_inner { max-width:390px; }
.home_device_portfolio .slide_eight .d_port_img { float: right; text-align: left; width: 65%; }
.home_device_portfolio .slide_eight .d_port_desc { float:right; width:35%; }
.home_device_portfolio .slide_eight .d_port_desc .description_inner { float:right; }
.home_device_portfolio .slide_nine .d_port_img { float: right; text-align: left; width: 65%; }
.home_device_portfolio .slide_nine .d_port_desc { float:right; width:35%; }
.home_device_portfolio .slide_nine .d_port_desc .description_inner { float:right; max-width:260px; }
.home_device_portfolio .slide_ten .d_port_img { float:left; text-align:right; width:65%; }
.home_device_portfolio .slide_ten .d_port_desc { float:left; width:35%; }
.home_device_portfolio .slide_ten .d_port_desc .description_inner { max-width:260px; }
.home_device_portfolio .slide_ten .d_port_desc .d_port_title { font:700 40px/1.2 'Open Sans', sans-serif; padding:0 0 30px; }
.home_device_portfolio .slide_eleven .d_port_img { float: right; text-align: left; width: 65%; }
.home_device_portfolio .slide_eleven .d_port_desc { float:right; width:35%; }
.home_device_portfolio .slide_eleven .d_port_desc .description_inner { float:right; max-width:450px; }
.home_device_portfolio .slide_twelve .d_port_img { float: right; text-align: left; width: 65%; }
.home_device_portfolio .slide_twelve .d_port_desc { float:right; width:35%; }
.home_device_portfolio .slide_twelve .d_port_desc .description_inner { float:right; max-width:450px; }
.home_device_portfolio .slide_thirteen .d_port_img { float:left; text-align:right; width:60%; }
.home_device_portfolio .slide_thirteen .d_port_desc { float:left; width:40%; }
.home_device_portfolio .slide_thirteen .d_port_desc .description_inner { max-width:390px; }
.home_device_portfolio .slide_fourteen .d_port_img { float: right; text-align: left; width: 55%; }
.home_device_portfolio .slide_fourteen .d_port_desc { float:right; width:45%; }
.home_device_portfolio .slide_fourteen .d_port_desc .description_inner { float:right; width:450px; }
/* Homepage Portfolio */

.tech_links { margin: 15px 0 0; padding-top: 15px; border-top: 1px solid #00aeef; }
.tech_links ul li { border-right: 1px solid #00aeef; display: inline-block; margin: 0 7px 0 0; padding: 0 7px 0 0; font-size: 16px; line-height: 1; }
.owl-theme .owl-dots { position: absolute; bottom: 20px; z-index: 10; width: 100%; }
.expertise_sec a {color: #fff;text-decoration: underline;}
ul.blt-pnt {list-style: disc;margin-left: 20px;}
ul.blt-pnt li::marker {color: #00a4ec;font-size: 24px;}
.blt-pnt.lft-pnt {width: 58%;display: inline-block;text-align: left;margin-right: 42px;}
.blt-pnt.rgt-pnt {width: 34%;display: inline-block;text-align: left;}
.header .menu ul .mega_menu .menu_title a { display: block; color: #00a4ec; font-weight: 500; font-size: 18px; }
/* Products Sec */
.casestudy_lp {}
.casestudy_lp .casestudy_listing_sec { border-bottom:1px solid #eeeded; position:relative; }
.casestudy_lp .casestudy_listing_sec::before { background:#ededed; content:""; position:absolute; left:0; top:0; height:100%; width:30%; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing { margin-top:50px; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing ul {}
.casestudy_lp .casestudy_listing_sec .casestudy_listing ul li { margin:0 0 30px; position:relative; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing .casestudy_box { box-shadow: 0 0 20px rgba(0,0,0,0.13); color:#252424; font-size:15px; margin: 0 0 30px; position: relative; min-height:500px; border-radius:10px; overflow:hidden; height:100%; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing .casestudy_box .casestudy_img { position: absolute; height:100%; width: 100%; left: 0; top: 0;}
.casestudy_lp .casestudy_listing_sec .casestudy_listing .casestudy_box .casestudy_img img { width:100%; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing .casestudy_box .casestudy_img::before { content: ""; background: #000; height: 100%; width: 100%;position: absolute; left: 0; top: 0; opacity: 0.7; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing .casestudy_box .casestudy_logo { position: relative; top: 0; left: 0; height: 50%; padding:20px; width: 100%;  text-align: center; 
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-moz-align-content: center;
-ms-align-content: center;
-o-align-content: center;
align-content: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
}
.casestudy_lp .casestudy_listing_sec .casestudy_listing ul li:nth-child(2n+1) { top: -50px; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing ul li .title { color:#000000; font:800 24px/1.2 'Open Sans', sans-serif; padding: 0 0 20px; text-align:left; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing ul li .casestudy_box .cont_block { background:#fff; padding: 25px; position: relative; left: 0; height:50%; bottom: 0; width: 80%; z-index:3; }
.webp_ .single_casestudy_page.pink .challenges_sec { background:#ca3593 url(../img/case_study/cs_cb_iride.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.pink .challenges_sec { background:#ca3593 url(../img/case_study/cs_cb_iride.png) no-repeat left bottom; }
.single_casestudy_page.pink .solution_sec ul { border-color:#ca3593; }
.single_casestudy_page.pink .features_sec ul li .inner_box { border-color:#ca3593; }
.single_casestudy_page.pink .solution_sec ul li::before,
.single_casestudy_page.pink .result_sec ul li::before { background:#ca3593; }
.single_casestudy_page.pink .result_sec { border-color:#ca3593; }
.webp_ .single_casestudy_page.green .challenges_sec { background:#56a25c url(../img/case_study/cs_cb_iseb.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.green .challenges_sec { background:#56a25c url(../img/case_study/cs_cb_iseb.png) no-repeat left bottom; }
.single_casestudy_page.green .solution_sec ul { border-color:#56a25c; }
.single_casestudy_page.green .features_sec ul li .inner_box { border-color:#56a25c; }
.single_casestudy_page.green .solution_sec ul li::before,
.single_casestudy_page.green .result_sec ul li::before { background:#56a25c; }
.single_casestudy_page.green .result_sec { border-color:#56a25c; }
.webp_ .single_casestudy_page.turquoise .challenges_sec { background:#57c8b8 url(../img/case_study/cs_cb_notesmate.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.turquoise .challenges_sec { background:#57c8b8 url(../img/case_study/cs_cb_notesmate.png) no-repeat left bottom; }
.single_casestudy_page.turquoise .solution_sec ul { border-color:#57c8b8; }
.single_casestudy_page.turquoise .features_sec ul li .inner_box { border-color:#57c8b8; }
.single_casestudy_page.turquoise .solution_sec ul li::before,
.single_casestudy_page.turquoise .result_sec ul li::before { background:#57c8b8; }
.single_casestudy_page.turquoise .result_sec { border-color:#57c8b8; }
.webp_ .single_casestudy_page.teal .challenges_sec { background:#057a82 url(../img/case_study/cs_cb_jaquar.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.teal .challenges_sec { background:#057a82 url(../img/case_study/cs_cb_jaquar.png) no-repeat left bottom; } 
.single_casestudy_page.teal .solution_sec ul { border-color:#057a82; }
.single_casestudy_page.teal .features_sec ul li .inner_box { border-color:#057a82; }
.single_casestudy_page.teal .solution_sec ul li::before,
.single_casestudy_page.teal .result_sec ul li::before { background:#057a82; }
.single_casestudy_page.teal .result_sec { border-color:#057a82; }
.webp_ .single_casestudy_page.gray .challenges_sec { background:#b8b8b8 url(../img/case_study/cs_cb_central.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.gray .challenges_sec { background:#b8b8b8 url(../img/case_study/cs_cb_central.png) no-repeat left bottom; }
.single_casestudy_page.gray .solution_sec ul { border-color:#b8b8b8; }
.single_casestudy_page.gray .features_sec ul li .inner_box { border-color:#b8b8b8; }
.single_casestudy_page.gray .solution_sec ul li::before,
.single_casestudy_page.gray .result_sec ul li::before { background:#b8b8b8; }
.single_casestudy_page.gray .result_sec { border-color:#b8b8b8; }
.single_casestudy_page.blueclr { color:inherit; }
.webp_ .single_casestudy_page.blueclr .challenges_sec { background:#00a4ec url(../img/case_study/cs_cb_mps.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.blueclr .challenges_sec { background:#00a4ec url(../img/case_study/cs_cb_mps.png) no-repeat left bottom; }
.single_casestudy_page.blueclr .solution_sec ul { border-color:#00a4ec; }
.single_casestudy_page.blueclr .features_sec ul li { border-color:#00a4ec; }
.single_casestudy_page.blueclr .solution_sec ul li::before,
.single_casestudy_page.blueclr .result_sec ul li::before { background:#00a4ec; }
.single_casestudy_page.blueclr .result_sec { border-color:#00a4ec; }
.webp_ .single_casestudy_page.yellow .challenges_sec { background:#e3a603 url(../img/case_study/cs_cb_oneread.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.yellow .challenges_sec { background:#e3a603 url(../img/case_study/cs_cb_oneread.png) no-repeat left bottom; }
.single_casestudy_page.yellow .solution_sec ul { border-color:#e3a603; }
.single_casestudy_page.yellow .features_sec ul li .inner_box { border-color:#e3a603; }
.single_casestudy_page.yellow .solution_sec ul li::before,
.single_casestudy_page.yellow .result_sec ul li::before { background:#e3a603; }
.single_casestudy_page.yellow .result_sec { border-color:#e3a603; }
.webp_ .single_casestudy_page.dgreen .challenges_sec { background:#1a5c2e url(../img/case_study/cs_cb_pickleball.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.dgreen .challenges_sec { background:#1a5c2e url(../img/case_study/cs_cb_pickleball.png) no-repeat left bottom; }
.single_casestudy_page.dgreen .solution_sec ul { border-color:#1a5c2e; }
.single_casestudy_page.dgreen .features_sec ul li .inner_box { border-color:#1a5c2e; }
.single_casestudy_page.dgreen .solution_sec ul li::before,
.single_casestudy_page.dgreen .result_sec ul li::before { background:#1a5c2e; }
.single_casestudy_page.dgreen .result_sec { border-color:#1a5c2e; }

.webp_ .single_casestudy_page.wallpaper .challenges_sec { background:#7da2a8 url(../img/case_study/cs_cb_wallpaper.webp) no-repeat left bottom; }
.webp_no-webp .single_casestudy_page.wallpaper .challenges_sec { background:#7da2a8 url(../img/case_study/cs_cb_wallpaper.png) no-repeat left bottom; }
.single_casestudy_page.wallpaper .solution_sec ul { border-color:#7da2a8; }
.single_casestudy_page.wallpaper .features_sec ul li .inner_box { border-color:#7da2a8; }
.single_casestudy_page.wallpaper .solution_sec ul li::before,
.single_casestudy_page.wallpaper .result_sec ul li::before { background:#7da2a8; }
.single_casestudy_page.wallpaper .result_sec { border-color:#7da2a8; }

.single_casestudy_page .cs_inner_bnr {}
.single_casestudy_page .cs_inner_bnr::after { background: #000; opacity: 0.3; height: 100%; width: 100%; position: absolute;left: 0;top: 0; content: ""; z-index: 0; }
.webp_ .single_casestudy_page .cs_iride_bnr { background:url(../img/case_study/cs_iride_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_iride_bnr { background:url(../img/case_study/cs_iride_bnr.png) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_iseb_bnr { background:url(../img/case_study/cs_iseb_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_iseb_bnr { background:url(../img/case_study/cs_iseb_bnr.png) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_jaquar_bnr { background:url(../img/case_study/cs_jaquar_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_jaquar_bnr { background:url(../img/case_study/cs_jaquar_bnr.png) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_central_bnr { background:url(../img/case_study/cs_central_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_central_bnr { background:url(../img/case_study/cs_central_bnr.png) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_majorpool_bnr { background:url(../img/case_study/cs_majorpool_bnr.webp) no-repeat center top / cover;}
.webp_no-webp .single_casestudy_page .cs_majorpool_bnr { background:url(../img/case_study/cs_majorpool_bnr.png) no-repeat center top / cover;}
.webp_ .single_casestudy_page .cs_notesmate_bnr { background:url(../img/case_study/cs_notesmate_bnr.webp) no-repeat center top / cover;}
.webp_no-webp .single_casestudy_page .cs_notesmate_bnr { background:url(../img/case_study/cs_notesmate_bnr.png) no-repeat center top / cover;}
.webp_ .single_casestudy_page .cs_oneread_bnr { background:url(../img/case_study/cs_oneread_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_oneread_bnr { background:url(../img/case_study/cs_oneread_bnr.png) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_pickleball_bnr { background:url(../img/case_study/cs_pickleball_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_pickleball_bnr { background:url(../img/case_study/cs_pickleball_bnr.png) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_wallpaper_bnr { background:url(../img/case_study/cs_wallpaper_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_wallpaper_bnr { background:url(../img/case_study/cs_wallpaper_bnr.png) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_kitep_bnr { background:url(../img/case_study/cs_funkitep-bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_kitep_bnr { background:url(../img/case_study/cs_funkitep-bnr.jpg) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_lvey_bnr { background:url(../img/case_study/cs_lvey-bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_lvey_bnr { background:url(../img/case_study/cs_lvey-bnr.jpg) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_helpo_bnr { background:url(../img/case_study/cs_helpo_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_helpo_bnr { background:url(../img/case_study/cs_helpo_bnr.jpg) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_paintowl_bnr { background:url(../img/case_study/cs_paintowl_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_paintowl_bnr { background:url(../img/case_study/cs_paintowl_bnr.jpg) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_itineria_bnr { background:url(../img/case_study/cs_itineria_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_itineria_bnr { background:url(../img/case_study/cs_itineria_bnr.jpg) no-repeat center top / cover; }
.webp_ .single_casestudy_page .cs_mphotobook_bnr { background:url(../img/case_study/cs_mphotobook_bnr.webp) no-repeat center top / cover; }
.webp_no-webp .single_casestudy_page .cs_mphotobook_bnr { background:url(../img/case_study/cs_mphotobook_bnr.jpg) no-repeat center top / cover; }
.single_casestudy_page .cs_logo { margin-bottom:50px; } 
.single_casestudy_page .cs_about { font-size:20px; font-style:italic; padding:70px 0; }
.single_casestudy_page .cs_about [class*="col-"]:first-child { margin-bottom: 50px; }
.single_casestudy_page .cs_about .ab_block { padding-top:85px; } 
.single_casestudy_page .challenges_sec { color:#fff; font-style:italic; text-align:center; padding:80px 0 130px; }
.single_casestudy_page .challenges_sec ul { float:right; max-width:975px;
-webkit-justify-content: end;
-moz-justify-content: end;
justify-content: end; }
.single_casestudy_page .challenges_sec ul li { border: 1px solid #fff; padding: 40px 30px; width: 33.33%; }
.single_casestudy_page .solution_sec { font-style:italic; text-align:center; padding:80px 0; }
.single_casestudy_page .solution_sec .solution_list {}
.single_casestudy_page .solution_sec ul { float:left; border-left:1px solid #00a4ec; text-align:left; }
.single_casestudy_page .solution_sec ul li { padding:0 0 20px 20px; position:relative; }
.single_casestudy_page .solution_sec ul li::before { background: #00a4ec; content: ""; display: block; height: 8px; width: 8px; border-radius: 100%; position: absolute; left: 0; top: 11px; }
.single_casestudy_page .solution_sec ul:first-child { border:0; }
.single_casestudy_page .features_sec { text-align:center; padding:80px 0; }
.single_casestudy_page .features_sec ul > li { padding-top:15px; padding-bottom:15px;}
.single_casestudy_page .features_sec ul > li .inner_box { background:#fff; font-weight:300; border: 2px solid #00a4ec; padding: 25px; text-align:center; position:relative; height:100%; }

.single_casestudy_page .features_sec ul ul li { border: 0; float: none; width: 100%; text-align: left; }
.single_casestudy_page .result_sec { border-bottom:1px solid #00a4ec; font-style:italic; }
.single_casestudy_page .result_sec ul li { display:inline; padding: 0 0 7px 20px; position: relative; color: #616161; font-style: italic; font-weight: 500; }
.single_casestudy_page .result_sec ul li::before {
background: #00a4ec; content: ""; display: inline-block; height: 8px; width: 8px; border-radius: 25px; position: absolute; top: 9px; left: 0; }
/* Products Sec */
/* keytech 2 */
.key_technology_d2 {}
.key_technology_d2 .key_technology_list { max-width:80%; margin:0 auto; justify-content:center; }
.key_technology_d2 .key_technology_list ul { justify-content: center; }
.key_technology_d2 .key_technology_list ul li { margin:13px 0; }
.key_technology_d2 .key_technology_list ul li img { width:100%;  height:auto; }
/* keytech 2 */
.flutter_benefit_sec { background:#003a56; color:#fff; }
.webp_ .flutter_benefit_sec { background:url(../img/flutter_benefit_base.webp) no-repeat center center / cover; }
.webp_no-webp .flutter_benefit_sec { background:url(../img/flutter_benefit_base.jpg) no-repeat center center / cover; }
.flutter_benefit_sec .benefit_title { color:#fff; font:700 47px/1.2 'Open Sans', sans-serif; padding:0 0 60px; }
.flutter_benefit_sec .benefit_title span { display:block; font-size:32px; font-weight: 400; padding-top: 15px; }
.flutter_benefit_sec .benefit_title::before { background:url(../img/flutter_sprite.png) no-repeat 0 0; content: ""; display: inline-block; height: 130px; width: 130px; float: left; margin: 0 30px 30px 0; }
.flutter_benefit_sec .benefit_block:first-child { margin-bottom: 80px; }
.flutter_benefit_sec .benefit_block { font-size:15px; }
.flutter_why_choose .list_points li span { text-align:left; height:100%; }
.flutter_why_choose .list_points li p { color:#6f6e6e; font-size:19px; font-weight:400; line-height:1.5; }
/* Certification Logo */
.certification_logo { margin-top:3px; text-align:center; }
.certification_logo img { margin:2px 0; }
/* Certification Logo */

/* CTA Sec */
.cta_sec { background:#0d1a22; padding:50px 10px; text-align:center; }
.cta_sec strong { color:#fff; font-size: 40px; vertical-align: middle; }
/* CTA Sec */
/* CTA Sec2 */
.cta_sec2 { background:#00a4ec; padding:50px 10px; text-align:center; }
.cta_sec2 strong { color:#fff; font-size:30px; vertical-align: middle; }
/* CTA Sec2 */
/* Package_section */
.webp_ .PackagesSection .bgSection { background:url(../img/package-bg.webp) top center no-repeat #1a3c58; }
.webp_no-webp .PackagesSection .bgSection { background:url(../img/package-bg.jpg) top center no-repeat #1a3c58; }
ul.packagesListing { list-style: none;  position: relative; margin-top:-328px; z-index: 1; margin-bottom: 88px; padding:0; }
.PackagesSection .bgSection { padding:80px 0 360px; }
.PackagesSection .sectionTitle {
position: relative;
padding-right: 30px;
border-right: 1px solid #7b91a3;
padding-bottom: 1px;  text-align:right; 
}
.PackagesSection .bgSection .package_title { font-size: 54px; color: #fff; font-weight: 700; line-height:1; }
.PackagesSection .spl-dicount { font-size:52px;color:#fff;padding-top:50px; font-weight: 700; }
ul.packagesListing > li { margin-bottom:10px; }
ul.packagesListing li.silver .pck01{ background: #50e8eb; text-align: center; border-radius: 10px 10px 0 0;padding:40px 5px; font-family: 'Roboto', sans-serif;position:relative;overflow:hidden;}
ul.packagesListing li .discount{position:absolute; top:-2px; right:-2px; }
ul.packagesListing li.silver .pck01 h3 { font-size:48px; font-weight:500; color:#256668; margin:0 0 15px; padding:0; }
ul.packagesListing li.silver .pck01 h3::after { display:none; }
ul.packagesListing li.silver .pck01 .buzz-content{font-size:16px;font-weight:400;color:#256668;margin:0;padding:0 10px;line-height: 1.2;min-height: 78px;}
ul.packagesListing li.silver .pck01 .price{ font-size:62px;font-weight:700;color:#fff;padding:0;margin:15px 0 5px 0;line-height:1;}
ul.packagesListing .buyNow input{outline:none;border:none;width:137px;text-align:center;color:#256668;font-size:19px;background:#fff;    box-shadow: 0 0px 10px rgba(0,0,0, 0.4);display:inline-block;padding:12px 15px;border-radius: 6px;}
ul.packagesListing .buyNow input:hover{text-decoration:none;color:#fff;background: #28adf1;}
ul.packagesListing li.silver.gold .pck03 .buyNow input:hover{text-decoration:none;color:#fff;background: #166d99;}
ul.packagesListing li.silver .featuredList{background:#e9edf3;margin:0;padding:0;list-style:none;}
ul.packagesListing li.silver .featuredList li{padding:16px;font-size:16px;font-weight:300;color:#242525;}
ul.packagesListing li.silver .featuredList li:nth-child(even){background:#d5d9e3;border-top:solid 1px #fff;border-bottom:solid 1px #fff; }
ul.packagesListing li.silver .pck03{background: #50e8eb; text-align: center; border-radius: 0 0 10px 10px;padding:20px 35px; font-family: 'Ubuntu', sans-serif;}
ul.packagesListing li.silver .pck03 .months-col{width:68px;height:68px;background:#fff;text-align:center;color:#595959;border-radius:100%;padding: 7px;}
ul.packagesListing li.silver .pck03 .months-col .count{font-size:32px;font-weight:900;line-height: 1;}
ul.packagesListing li.silver .pck03 .months-col .months{font-size:14px;font-weight:400;line-height: 1;}
ul.packagesListing li.silver .pck03 .paralleled{color:#fff;text-align:left;padding-left:25px;padding-top:5px;font-size:28px;font-weight:400;line-height: 1;}
ul.packagesListing li.silver.gold .pck01, ul.packagesListing li.silver.gold .pck03{background:#22b7f0;}
ul.packagesListing li.silver.gold .pck01 h3, ul.packagesListing li.silver.gold .pck01 .buzz-content{color:#015271;}
ul.packagesListing li.silver.platinum .pck01, ul.packagesListing li.silver.platinum .pck03{background:#e2871b;}
ul.packagesListing li.silver.platinum .pck01 h3, ul.packagesListing li.silver.platinum .pck01 .buzz-content{color:#6d0401;}
ul.packagesListing > li .price .regular-price{display:block;font-size:20px;color:#256668;padding-bottom:10px;}
ul.packagesListing > li .price .discount-price{color:#292929;text-decoration:line-through;font-size:30px;}
ul.packagesListing > li.silver.gold .regular-price{color:#015271;}
ul.packagesListing > li.silver.platinum .regular-price{color:#6d0401;}
ul.packagesListing > li .featuredList .offer-price{color:#292929;text-decoration:line-through;color:#f00;}
/* Package */

/* Technology Tabs */
.tech_tab_sec {}
.tech_tab_sec .tech_tab_wrap { border: 1px solid #dfe1e5; border-radius: 5px; }
.tech_tab_sec .tech_tab_wrap .nav li:first-child a { border-top:0; }
.tech_tab_sec .tech_tab_wrap .nav li a { border: 1px solid #dfe1e5; border-bottom:0; border-left:0; color:#323233; font:700 23px/1 'Poppins', sans-serif; position:relative; padding:25px 15px 25px 60px; }

.tech_tab_sec .tech_tab_wrap .nav li a.active { border-right:0; color:#f5511e; }
.tech_tab_sec .tech_tab_wrap .nav li a::before { background: url(../img/sprite.png) no-repeat 0 0; content: ""; display: block; position: absolute; left: 15px; top: 28px; }
.tech_tab_sec .tech_tab_wrap .nav li.webfullstack a::before { background-position:-555px -670px; height:39px; width:39px; }
.tech_tab_sec .tech_tab_wrap .nav li.webfullstack a.active::before { background-position:-555px -723px; }
.tech_tab_sec .tech_tab_wrap .nav li.ecommercecms a::before { background-position:-599px -670px; height:40px; width:40px; }
.tech_tab_sec .tech_tab_wrap .nav li.ecommercecms a.active::before { background-position:-599px -723px; }
.tech_tab_sec .tech_tab_wrap .nav li.mobileapp a::before { background-position:-514px -670px; height:50px; width:38px; }
.tech_tab_sec .tech_tab_wrap .nav li.mobileapp a.active::before { background-position:-514px -723px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app {}
.tech_tab_sec .tech_tab_wrap .tech_web_app li { border-top: 1px solid #dfe1e5; border-left: 1px solid #dfe1e5; float:left; padding:15px 5px; min-height:130px; position:relative; width:20%;
-webkit-display: flex;
-moz-display: flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(-n+5) { border-top:0; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(5n+1) { border-left:0; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li::before { background:url(../img/technology_sprite.png) no-repeat 0 0; content:""; display:block; margin:0 auto; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.dotnet::before { background-position:0 0; height:60px; width:60px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.cakephp::before { background-position:-62px 0; height:46px; width:84px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.html5::before { background-position:-149px 0; height:83px; width:56px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.java::before { background-position:-209px 0; height:88px; width:49px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.laravel::before { background-position:-266px 0; height:66px; width:100px;}
.tech_tab_sec .tech_tab_wrap .tech_web_app li.php::before { background-position:-373px 0; height:51px; width:97px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.symfony::before { background-position:-475px 0px; height:38px; width:148px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.xamarin::before { background-position:-627px 0px; height:33px; width:141px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.zend::before { background-position:-777px 0; height:22px; width:128px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.magento::before { background-position:0 -95px; height:75px; width:64px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.sitecore::before { background-position:-73px -95px; height:39px; width:143px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.umbraco::before { background-position:-223px -95px; height:44px; width:144px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.wordpress::before { background-position:-376px -95px; height:79px; width:123px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.sharepoint::before { background-position:-505px -95px; height:26px; width:127px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.kentico::before { background-position:-638px -95px; height:45px; width:127px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.opencart::before { background-position:-771px -95px; height:87px; width:127px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.shopify::before { background-position:0 -192px; height:40px; width:139px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.nopcom::before { background-position:-147px -192px; height:71px; width:105px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.ios::before { background-position:-274px -192px; height:50px; width:102px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.android::before { background-position:-394px -192px; height:86px; width:90px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li.flutter::before { background-position:-503px -192px; height:51px; width:119px; }
/* Technology Tabs */                           
/* Hiring Model */
.hiring_model {}
.hiring_model .hiring_listing > li { margin-bottom:20px; }
.hiring_model .hiring_listing > li .inner_box { background: #fff; padding:30px; text-align: center; height:100%; }
.hiring_model .hiring_listing > li ul li { border-top:1px solid #dedede; font-size:16px; padding:13px 0;  }
.hiring_model .hiring_listing > li ul li:first-child { border:0; padding-top: 0; }
.hiring_model .hiring_icon { background:url(../img/sprite.png) no-repeat 0 0; margin:0 auto 20px; }
.hiring_model .fulltime { background-position:0 -427px; height:63px; width:65px; }
.hiring_model .fixedprice { background-position:-68px -427px; height:63px; width:55px; }
.hiring_model .hourly { background-position:-197px -427px; height:63px; width:52px; }
/* Hiring Model */



/* Hiring Model New */
.hiring_model_new {}
.hiring_model_new .hiring_listing > li { border:1px solid #e2e2e2; margin-bottom:20px; }
.hiring_model_new .hiring_listing > li:nth-child(2) { background:#f8f8f8; }
.hiring_model_new .hiring_listing > li .inner_box { padding:30px; height:100%; }
.hiring_model_new .hiring_listing > li ul li { font-size:16px; margin:15px 0px; position:relative; padding-left:30px; }
.hiring_model_new .hiring_listing > li ul li::before {
background: url(../img/sprite.png) no-repeat -132px -3px; content: ""; height: 11px; width: 16px; display: block; position: absolute; left: 0; top:9px; }
.hiring_model_new .hiring_listing > li ul li:first-child { margin-top:0; }
.hiring_model_new .hiring_icon { background:url(../img/sprite.png) no-repeat 0 0; margin:0 0 20px; }
.hiring_model_new .fulltime { background-position:0 -494px; height:63px; width:65px; }
.hiring_model_new .fixedprice { background-position:-68px -493px; height:63px; width:55px; }
.hiring_model_new .hourly { background-position:-197px -493px; height:63px; width:52px; }
/* Hiring Model New */


/* Hire Page */
.hirebanner {}
.hirebanner::before { display:none; }
.hirebanner h1::after { display:none; }
.hirebanner h1 { padding-bottom:0; padding-left:120px; }
.hirebanner h1 img { position:absolute; left:0; top:12px; }
.hirebanner .banner_caption { font: 400 18px/1.5 'Open Sans', sans-serif; }
.hirebanner .banner_caption p { text-align:justify; }
.hire_banner_list {}
.hire_banner_list li { background: #005f8a; border: 1px dashed #597f91; color: #fff; font: 700 18px 'Lato', sans-serif; float: left; margin: 0 0.5% 9px; padding:15px 15px 15px 60px; position:relative; width: 49%; }
.hire_banner_list li::before { background:url(../img/sprite.png) no-repeat -20px -559px; display:block; content:""; height:25px; width:25px; position:absolute; left:20px; top:15px; }
.hire_services {}
.hire_services ul.hireflutter_service li .icon::before { background: url(../img/hireflutter_sprite.png) no-repeat 0 0; content: ""; display: block; margin: 0 auto; min-height:75px; }
.hire_services ul.hireflutter_service li .hybridapp_icon::before { background-position:0 0; height:59px; width:59px; }
.hire_services ul.hireflutter_service li .customapp_icon::before { background-position:-61px 0; height:55px; width:58px; }
.hire_services ul.hireflutter_service li .uxui_icon::before { background-position:-121px 0; height:54px; width:54px; }
.hire_services ul.hireflutter_service li .nativeapp_icon::before { background-position:-176px 0; height:56px; width:56px; }
.hire_services ul.hireflutter_service li .fluttercons_icon::before { background-position:-234px 0; height:65px; width:83px; }
.hire_services ul.hireflutter_service li .support_icon::before { background-position:-319px 0; height:65px; width:65px; }
.hire_services ul {}
.hire_services ul li { font-size:16px; line-height:1.8;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.hire_services ul li .h2 { font-weight:bold; text-align:center; }
.hire_services ul li .inner_block { background: #def4fd; border:1px dashed #d0d0d0; padding:25px; text-align:center; margin-top:30px; }
.hire_solutions { background: #def4fd; }
.hire_solutions .hiresolution_list > li { border-left: 1px solid #ccc; border-top: 1px solid #ccc; font-size: 17px; float: left; padding: 40px 20px; width: 50%; }
.hire_solutions .hiresolution_list > li .img_block { float: left; margin: 0 3% 0 0; width: 37%; }
.hire_solutions .hiresolution_list > li .img_block img { max-height:100%; max-width:100%; }
.hire_solutions .hiresolution_list > li .cont_block { float: left; width: 60%; }
.hire_solutions .hiresolution_list .cont_block .title { color:#00aeef; font: 700 22px/1.4 Poppins,sans-serif; padding: 0 0 10px; text-align:left; }
.hire_solutions .hiresolution_list .cont_block .title::after { display:none; }
.hire_solutions .hiresolution_list > li:nth-child(2n+1) { border-left: 0; }
.hire_solutions .hiresolution_list > li:first-child,
.hire_solutions .hiresolution_list > li:nth-child(2) { border-top: 0; }
.hire_solutions .hiresolution_list > li:nth-child(2n+1) .img_block { }
.hire_solutions .hiresolution_list > li .cont_block .listing3 li { font-weight:400; } 
/* Hire Page */
.alert_msg { background: #00a4ec; color: #fff; text-align: center; font-size: 15px; padding:2px 0 7px; }
.alert_msg + .header_wrap { padding-top:40px; }
.alert_msg + .header_wrap.fixed_header { padding-top:0; }
.featured_sec { color:#fff; text-align:center; }
.featured_sec h3 { color:#fff; font-size:17px; }
.featured_sec ul li { margin:20px 0; }
.featured_sec .icon { height: 80px; line-height: 80px; margin-bottom: 20px; }
.btn_remove .btn.btn-primary { display:none; }
.certification {}
.certification ul { padding-top:10px; }
.certification li { color:#fff; display:inline-block; position:relative; padding:75px 9px 0; min-width:75px; text-align:center; }
.certification li:before { position:absolute; content:""; background:url(../img/sprite.png) no-repeat 0 -590px; height:66px; width:66px; top:0;  margin:auto; left:0; right:0; transform:scale(.8); transform-origin:bottom }
.certification li.google:before { background-position:0 -590px }
.certification li.bright:before { background-position:-67px -590px }
.certification li.kentico:before { background-position:-130px -590px;  
filter:grayscale(63%) brightness(180%) }
.certification li.microsoft:before { background-position:-195px -590px }
.certification li.nopCommerce:before { background-position:-398px -590px; filter:grayscale(63%) brightness(180%) }
.certification li.iso:before { background-position:-323px -590px }
.certification li.shopify::before { background-position:-657px -590px; width:53px; }
.certification li.aws:before { background-position:-723px -590px; width:80px; }
.sidefix_phone { position: fixed; right: 0; top: 75%;z-index: 999; 
-webkit-transform: translateY(-90%);
-moz-transform: translateY(-90%);
-ms-transform: translateY(-90%);
transform: translateY(-90%);
}
.sidefix_phone a { background: url(../img/sidebar_ph.png) no-repeat 0 0; height: 220px; width: 36px; content: ""; display: inline-block; margin: 0; vertical-align: middle; }
a.requestQoute { display: none; position: fixed; width: 100%; bottom: 0; z-index: 999; color: #fff; background: #0077d4; ext-decoration: none; text-align: center; line-height: 44px; text-transform: uppercase; border-radius: 5px 5px 0 0; font-weight: 700; font-size:16px; }
a.bottomContact { position: fixed; right: 10px; bottom: 0;z-index: 999; color: #fff; background: #0077d4; text-decoration: none; text-align: center; line-height: 40px;text-transform: uppercase;width: 150px; border-radius: 5px 5px 0 0; }
.owl-nav.disabled,
.owl-dots.disabled { display:none; }
.sitemap_links_block ul { margin-bottom:30px; }
.sitemap_links_block ul a { color:#000; }
.sitemap_links_block ul a:hover { color:#00aeef; }
.sitemap_links_block .title3 { text-align:left; padding-bottom: 15px }
/* Search Sec */
.search_sec { max-width: 875px; margin: 10px auto 0; position:relative; }
.search_sec input[type="text"] { font-size: 20px; height: 70px; padding: 0 15px; line-height: 1; }
.search_sec input[type="submit"] { background: url(../img/sprite.png) no-repeat -150px -233px; position: absolute; right: 20px; top: 18px; height: 32px; width: 31px; text-indent: -9999px; opacity:0.3; }
.search_result .alert-error { font-size:30px; text-align:center; }
.search_list { border-top: 1px solid rgba(0,0,0,0.1); margin:30px 0 0; padding:20px 0 0; }
.search_list:first-of-type { border:0; margin-top:0; padding-top:0; }
.search_result .search_list .searcH_inner { }
.search_result .search_list .btn { margin:0; }
.search_result .search_result_count { width:100%; }
.search_result .search_result_count .search_count { float:right; }
.search_result .pagination { display:block; margin:40px 0 0; text-align:center; width:100%; }
.search_result .pagination a { border: 1px solid rgba(0,0,0,0.3); color:#000; padding: 8px 16px; text-decoration: none; display: inline-block; margin: 0 2px; }
.search_result .pagination a.active { background: #00aeef; border-color: #fff; color: #fff; }
.search_result .pagination a:hover:not(.active) { background: #00aeef; border-color: #fff; color: #fff; }
/* Search Sec */
.fixed_sidebar { position:fixed; right:0; top:50%; z-index:9999; 
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.fixed_sidebar ul {}
.fixed_sidebar ul li { margin:10px 0 0; }
.fixed_sidebar ul li a { border-radius: 10px 0 0 10px; display: block; min-height: 64px; padding:15px; }
.fixed_sidebar ul li a::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display:block; }
.fixed_sidebar ul li a.skype { background:#29ade3; }
.fixed_sidebar ul li a.skype::before { background-position:-431px 0; height:37px; width:37px; }
.fixed_sidebar ul li a.whats_app { background:#50ba63; }
.fixed_sidebar ul li a.whats_app::before { background-position:-389px 0; height:37px; width:36px; }
.fixed_sidebar ul li a.requestQuote { background:#05a6be; }
.fixed_sidebar ul li a.requestQuote::before { background-position:-471px 0; height:38px; width:40px; }
/* PPC Classes */
.ppc_banner_wrap_d2 .banner { background:#072b45 !important; min-height:inherit; }
.ppc_banner_wrap_d2 .banner::before { display:none; }
.ppc_banner_wrap_d2 .banner_title { color: #fff; font: 700 46px/1 'Poppins', sans-serif; padding:0 0 15px; text-transform:inherit; }
.ppc_banner_wrap_d2 .banner_title span { color: #f5511e; }
.ppc_banner_wrap_d2 .banner_title::after { display: none; }
.ppc_banner_wrap_d2 .banner_subtitle { color:#f5511e; font-size:23px; font-weight:bold; line-height:1.2; margin:0 0 15px; }
.ppc_banner_list_d2 li { background:#224259; border:1px dashed #838b8e; border-radius: 6px; color:#fafbf5; display: inline-block; font-size:17px; font-weight:bold; width: 49%; padding:12px 5px 12px 40px; position: relative; margin: 0px 0 15px 2%; line-height:1.2; z-index: 2; }
.ppc_banner_list_d2 li:hover { background:#28628b; }
.ppc_banner_list_d2 li:nth-child(2n+1) { margin-left:0; }
.ppc_banner_list_d2 li::before { background:url(../img/sprite.png) no-repeat -209px -252px; content: ""; display: inline-block; height:9px; width:13px; vertical-align: middle; margin-right: 10px; position: absolute; left: 13px; top: 17px; }
.ppc_banner_wrap_d2 .ppc_contact_sec .contact_sec { position:static; float:right; max-width: 360px;
-webkit-transform: inherit;
-moz-transform: inherit;
-ms-transform: inherit;
-o-transform: inherit;
transform: inherit;
}
.ppc_banner_wrap_d2 .banner_caption { float:left; }
.ppc_page .section_title,
.ppc_page .testimonial_sec h3 { color: #000; font: 700 40px/1.4 'Poppins', sans-serif; padding: 0 0 20px; position: relative; text-transform: inherit;margin: 0; }
.ppc_page .section_title span,
.ppc_page .testimonial_sec h3 span { color: #f5511e; }

.ppc_page h1,
.ppc_page h2,
.ppc_page h3,
.ppc_page h4,
.ppc_page h5,
.ppc_page h6 { text-transform:inherit !important; }



.ppc_ul li { color: #707070; font-size: 16px; position: relative; padding: 0 0 10px 30px; }
.ppc_ul li::before { background:url(../img/sprite.png) no-repeat -239px 0; content: ""; height:13px; width:16px; position: absolute; left: 0; top: 10px; }

.webp_ .web_dev { background: url(../img/ppc_common_banner.webp) no-repeat center top / cover; }
.webp_no-webp .web_dev { background: url(../img/ppc_common_banner.jpg) no-repeat center top / cover; }
.ppc_banner_wrap .banner::before { opacity: 1; }
.ppc_header.fixed_header .ppc_top_right { padding: 25px 0 0; }
.ppc_header .ppc_top_right { float:right; padding:35px 0 0; }
.ppc_header .ppc_top_right ul {}
.ppc_header .ppc_top_right ul li { margin-left:20px; padding:0 0 0 40px; position:relative; display:inline-block;
vertical-align: top; }
.ppc_header .ppc_top_right ul li a { color:#fff; }
.ppc_header .ppc_top_right ul li a:hover { color:#00aeef; }
.ppc_header .ppc_top_right ul li::before { content:""; display:inline-block; position:absolute; left:0; top:3px; }
.ppc_header .ppc_top_right ul li.india_ph { margin-left:0; }
.ppc_header .ppc_top_right ul li.india_ph::before { background:url(../img/sprite.png) no-repeat -313px -36px; top:-5px ; height:34px; width:34px; }
.ppc_header .ppc_top_right ul li.us_ph::before { background: url(../img/sprite.png) no-repeat -313px 0; content: ""; display: inline-block; height:34px; width:34px; position: absolute; top: -5px; right:0; }
.ppc_header .ppc_top_right ul li.mail::before { background:url(../img/sprite.png) no-repeat -285px 0; height:18px; width:25px; }
.ppc_experience_sec { text-align: center; }
.ppc_experience_sec ul li { color: #fff; font-size: 16px; position: relative; width:15%; margin-left: -5px; display: inline-block; padding: 60px 5px 0; text-align: center; vertical-align:top; text-transform: uppercase; }
.ppc_experience_sec ul li span { font-size:30px; display: block; font-weight: 700; text-align: center; line-height: normal; }
.ppc_experience_sec ul li::before { background: url(../img/sprite.png) no-repeat 2px -203px; left: 0; position: absolute; height: 60px; content: ""; top: 0; text-align: center; margin: 0 auto; right: 0; }
.ppc_experience_sec ul li:nth-child(1)::before { background-position: 0 -779px; width: 52px; }
.ppc_experience_sec ul li:nth-child(2)::before { background-position: -54px -779px; width: 52px; }
.ppc_experience_sec ul li:nth-child(3)::before { background-position: -110px -779px; width: 90px; }
.ppc_experience_sec ul li:nth-child(4)::before { background-position: -203px -779px; width: 63px; }
.ppc_experience_sec ul li:nth-child(5)::before { background-position: -269px -779px; width: 77px; }
.ppc_experience_sec ul li:nth-child(6)::before { background-position: -356px -779px; width: 63px; }
.ppc_banner_wrap .banner_caption p {}
.ppc_banner_wrap .banner_title { color:#fff; font:700 78px/1 'Poppins', sans-serif; padding:0 0 35px; }
.ppc_banner_wrap .banner_title span { color:#f5511e; }
.banner_title::after { background: #e5212a; content: ""; width: 175px; height: 1px;display: block; margin:25px 0 0; }
.ppc_banner_list li { color: #f5511e; display: inline-block; font-size: 17px;font-weight: bold; width: 49%; padding: 12px 5px 12px 55px; position: relative; margin: 0px 0 15px 2%; line-height: 1.2; z-index: 2; }
.ppc_banner_list li:nth-child(2n+1) { margin-left:0; }
.ppc_banner_list li::before { background: url(../img/ppc_sprite.png) no-repeat 0 0; content: ""; display: inline-block; height: 24px; width: 24px;vertical-align: middle; margin-right: 10px; position: absolute; left: 15px; top: 14px; }
.ppc_banner_list li::after { content: ""; background: #fff; height: 100%; width: 100%;position: absolute; left: 0; top: 0;
z-index: -1;
transform: skewX(-10deg);
transform: skewX(-10deg);
transform: skewX(-10deg);
}
/*PPC Brand Slider*/
.webp_ .ppc_brand_slider_sec { background: url(../img/ppc_brand_base.webp) no-repeat center top / cover; }
.webp_no-webp .ppc_brand_slider_sec { background: url(../img/ppc_brand_base.jpg) no-repeat center top / cover; }
.ppc_brand_slider_sec { background: #c7dbe4; }
.ppc_brand_slider_sec .owl-carousel { padding: 0 20px; }
.ppc_brand_slider_sec .owl-carousel .owl-item { background:#fff; border-radius:5px; }
.ppc_brand_slider_sec .owl-carousel .owl-nav .owl-next,
.ppc_brand_slider_sec .owl-carousel .owl-nav .owl-prev { background:url(../img/sprite.png) no-repeat -210px -233px; height:14px; width:10px; left:-10px; position: absolute; top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.ppc_brand_slider_sec .owl-carousel .owl-nav .owl-next { background-position:-222px -233px; left:inherit; right:-10px; }
.ppc_brand_slider_sec .owl-carousel .owl-nav button.owl-next span,
.ppc_brand_slider_sec .owl-carousel .owl-nav button.owl-prev span { display:none; }
.webp_ .ppc_brand_sec { background: url(../img/ppc_brand_base.webp) no-repeat center top / cover; }
.webp_no-webp .ppc_brand_sec { background: url(../img/ppc_brand_base.jpg) no-repeat center top / cover; }
.ppc_brand_sec picture { background: #fff; border-radius: 5px; display: block; margin: 5px 0; text-align:center; }
.ppc_brand_sec row { margin:0 -5px; }
.ppc_brand_sec [class*="col-"] { padding-left:5px; padding-right:5px; }
/*PPC Brand Slider*/

/*PPC Logo Slider*/
.ppc_certification_sec { margin:30px 0 20px; max-width: 640px; }
.ppc_certification_sec .col-3 { border-radius: 5px; text-align:center; }
.ppc_certification_sec .col-3 picture { background:#fff; border-radius:7px; display:block; max-height:103px; max-width:103px; }
/*PPC Logo Slider*/

.expert_slider_wrap {}
.progress_wrap {}
.progress_wrap .process_steps { position:relative; justify-content:center; }
.progress_wrap .process_steps { counter-reset: my-sec-counter; }
.progress_wrap .process_steps li { border: 1px solid #f5511e; padding: 45px 15px 15px; text-align: center; color: #000000; font-size: 17px; clear: both; position: relative; margin: 20px 0; border-radius: 7px; display: inline-block; margin: 0 1% 36px; width: 30%; }
.progress_wrap .process_steps li::before {
counter-increment: my-sec-counter; content: counter(my-sec-counter);
display: block; height: 45px; width: 45px; background: #f5511e; border-radius: 100%; color: #fff; font: 700 23px/45px 'Poppins', sans-serif; text-align: center; position: absolute; left: -7px; top: -17px; }
.progress_wrap .process_steps li .prog_num { border: 1px solid #f5511e; position: absolute;height: 50px;width: 50px;text-align: center;line-height: 50px;border-radius: 100px;color: #f5511e;font-size: 25px;top: -23px;background: #f5511e;left: -18px;color: #fff; }
.hire_process_sec { background:#f8f5f3; }
.hire_process_sec .process_steps { position:relative; justify-content:center; }
.hire_process_sec .process_steps .process_box { background: #fff; border-radius: 100%; position: relative; height: 160px; width: 160px; display: inline-block; }
.hire_process_sec .process_steps { text-align: center; }
.hire_process_sec .process_steps li { font-size: 16px; color: #000; font-weight: 600; display: inline-block; text-align: center; width: 16%; margin: 0 0 15px 5%; position:relative; }
.hire_process_sec .process_steps li::before { border: 3px solid #000; display: block; height: 20px; width: 20px; content: "";border-left: 0; border-bottom: 0; position: absolute; left:-23%; top: 70px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.hire_process_sec .process_steps li:first-child { margin-left:0; }
.hire_process_sec .process_steps li:first-child::before { display:none; }
.hire_process_sec .process_steps li .process_box { margin: 0 0 10px; }
.hire_process_sec .process_steps li .process_box .icon { display: inline-block; position: absolute; top: 50%; left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}



/*PPC Certification Logo */
.ppc_certification_logo { background:#062b44; text-align: center; } 
.ppc_certification_logo [class*="col-"] picture { background:#fff; display:block; margin:2px 2px; padding:25px 10px; }
.ppc_certification_logo row { margin:0; }
.ppc_certification_logo [class*="col-"] { padding:0; } 
.ppc_certification_logo img { margin: 2px 0; }
/*PPC Certification Logo */


/* Why Choose */



.why_choose_d2 {}
.why_choose_d2 ul {
counter-reset: my-sec-counter;
padding-top: 50px;
justify-content:center;
}
.why_choose_d2 ul li { color:#000; margin-bottom:30px; position:relative; }
.why_choose_d2 ul li::before { display:block; height:45px; width:45px; background:#f5511e; border-radius:100%; color:#fff; font:700 23px/45px 'Poppins', sans-serif; text-align:center; position:absolute; left:0; top:-15px; 
counter-increment: my-sec-counter;
content:counter(my-sec-counter);
}
.why_choose_d2 ul li span { border-radius:5px; border: 1px solid #c8c8c8; display: block; font-weight: 600; padding: 25px 15px; text-align: center; font-size: 17px; height: 100%; }
/* Why Choose */


/* hiring Sec */
.hiring_process_wrap {}
.hiring_process_wrap .hiring_tabs { background:#fff; border:1px solid #dfe1e5; }
.hiring_process_wrap .hiring_tabs [class*=col-]{ /*padding:0;*/ }
.hiring_process_wrap .hiring_tabs .nav { background:#fff; display:block; text-align:center; }
.hiring_process_wrap .hiring_tabs .nav li { font:700 23px/1 'Poppins', sans-serif; text-transform: uppercase; }
.hiring_process_wrap .hiring_tabs .nav li a { color:#000; border-top:1px solid #dfe1e5; border-right:1px solid #dfe1e5; display:block; padding:25px; }
.hiring_process_wrap .hiring_tabs .nav li a:hover,
.hiring_process_wrap .hiring_tabs .nav li a.active { color: #f5511e; }
.hiring_process_wrap .hiring_tabs .nav li a.active { border-right:0; }
.hiring_process_wrap .hiring_tabs .nav li:first-child a { border-top:0; }
.hiring_process_wrap .hiring_tabs .nav li a::before { background: url(../img/sprite.png) no-repeat 0 0; content: ""; display: block; margin:0 auto 12px; }
.hiring_process_wrap .hiring_tabs .nav li a.dedicated::before { background-position:0 -493px; height:63px; width:65px; }
.hiring_process_wrap .hiring_tabs .nav li a.dedicated.active::before { background-position:; }
.hiring_process_wrap .hiring_tabs .nav li a.fixed_cost::before { background-position:-68px -493px; height:63px; width:55px; } 
.hiring_process_wrap .hiring_tabs .card { border:0; }
.hiring_process_wrap .hiring_tabs .col_block { border-left:1px solid #dfe1e5; font-family:'Lato', sans-serif; float:left; width: 33.33%;  padding:0 0 0 1px; 
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column;
-moz-flex-flow: column;
flex-flow: column;
}
.hiring_process_wrap .hiring_tabs .col_block:first-child { border:0; }
.hiring_process_wrap .hiring_tabs .col_block .col_cont { padding:25px 10px; }
.hiring_process_wrap .hiring_tabs .col_block .col_head { background: #b4b3b3; color: #fff; padding: 25px 6px; min-height: 130px; }
.hiring_process_wrap .hiring_tabs .col_block:nth-child(2) .col_head { background:#808080; }
.hiring_process_wrap .hiring_tabs .col_block:nth-child(3) .col_head { background:#545454; }
.hiring_process_wrap .hiring_tabs .col_block h5 { font: 700 18px/1.4 'Poppins', sans-serif; padding: 0px; margin: 0; text-transform: uppercase; }
/* hiring Sec */

/* PPC Classes */
.technologies_sec .technoRow { border: 1px solid #e4e5e6; padding: 0 0 0 2rem; margin-bottom: 5px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content:space-around;
-moz-justify-content:space-around;
-ms-justify-content:space-around;
-o-justify-content:space-around;
justify-content:space-around;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
}
.technologies_sec .technoRow .tec-title { color: #303033; font:18px 'Open Sans', sans-serif; margin: 0; text-align: center;
-webkit-flex:0 0 16%;
-moz-flex:0 0 16%;
-ms-flex:0 0 16%;
-o-flex:0 0 16%;
flex:0 0 16%;
}
.technologies_sec .technoRow ul {
-webkit-flex:0 0 79%;
-moz-flex:0 0 79%;
-ms-flex:0 0 79%;
-o-flex:0 0 79%;
flex:0 0 79%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
-o-justify-content: space-around;
justify-content: space-around;
}
.technologies_sec .technoRow ul.flex100 {
-webkit-flex:0 0 100%;
-moz-flex:0 0 100%;
-ms-flex:0 0 100%;
-o-flex:0 0 100%;
flex:0 0 100%;
}
.technologies_sec .technoRow ul li { color:#757575; font:14px 'Open Sans', sans-serif; text-transform:uppercase; text-align: center; padding:20px 0;
-webkit-flex:0 0 16%;
-moz-flex:0 0 16%;
-ms-flex:0 0 16%;
-o-flex:0 0 16%;
flex:0 0 16%;
}
.technologies_sec .technoRow ul li:hover { background:#eef7fa; color: #0a1d3e; }
.blue_icons_list {}
.blue_icons_list .icon::before { background: url(../img/blue-icons-sprite.png) no-repeat 0 0; content:""; display:block; }
.blue_icons_list .androidAppDev:before { background-position:-599px -70px; height:60px; width:48px; }
.blue_icons_list .apiDevelopment:before { background-position:-638px 0px; height:61px; width:66px; }
.blue_icons_list .apiWebInti:before { background-position:-378px -70px; height:60px; width:60px; }
.blue_icons_list .angularIcon:before { background-position:-150px -353px; height:74px; width:74px; }
.blue_icons_list .appSupporticon:before { background-position:-134px -139px; height:60px; width:39px; }

.blue_icons_list .bestPractice:before { background-position:-550px -208px; height:60px; width:66px; }

.blue_icons_list .custom_product::before { background-position:-375px -578px; height:74px; width:74px; }
.blue_icons_list .cmsDevelopment:before { background-position:-416px 0px; height:61px; width:74px; }
.blue_icons_list .cloudIntigration:before { background-position:-497px 0px; height:61px; width:60px; }
.blue_icons_list .contDocManage:before { background-position:-251px -70px; height:60px; width:58px; }
.blue_icons_list .CustomWebDev:before { background-position:-125px -70px; height:60px; width:60px; }
.blue_icons_list .customAppDev:before { background-position:-663px -70px; height:60px; width:43px; }
.blue_icons_list .costSaving:before { background-position:-747px -139px; height:60px; width:60px; }
.blue_icons_list .cakePhp:before { background-position:-384px -139px; height:60px; width:77px; }
.blue_icons_list .customWebDev:before { background-position:-750px -428px; height:74px; width:74px; }
.blue_icons_list .customWebAppDev:before { background-position:0px -503px; height:74px; width:74px; }

.blue_icons_list .digital_product:before { background-position:-69px 0px; height:63px; width:30px; }
.blue_icons_list .dbManagement:before { background-position:-349px 0px; height:61px; width:61px; }
.blue_icons_list .dotnetDevelopment:before { background-position:-622px -208px; height:60px; width:69px; }
.blue_icons_list .dotnetCoreDevelopment:before { background-position:-696px -208px; height:60px; width:59px; }

.blue_icons_list .enterpriceWebAppDev:before { background-position:-300px -428px; height:74px; width:74px; }
.blue_icons_list .enterpriceWebDev:before { background-position:-150px -503px; height:74px; width:74px; }
.blue_icons_list .enterprice_app::before { background-position:-293px 0px; height:61px; width:50px; }
.blue_icons_list .ecomSolution:before { background-position:0px -70px; height:60px; width:58px; }
.blue_icons_list .expertResource:before { background-position:-691px -139px; height:60px; width:50px; }
.blue_icons_list .enterpriceSoftware:before { background-position:0 -277px; height:60px; width:72px; }
.blue_icons_list .ecomDevelopment:before { background-position:-300px -503px; height:74px; width:74px; }
.blue_icons_list .extention:before { background-position:-450px -578px; height:74px; width:74px; }

.blue_icons_list .flutterAppDev:before { background-position:-248px -139px; height:60px; width:49px; }
.blue_icons_list .fullStackIcon:before { background-position:-75px -578px; height:74px; width:74px; }
.blue_icons_list .framework:before { background-position:-750px -353px; height:74px; width:74px; }

.blue_icons_list .hybridAppDev:before { background-position:-785px -70px; height:60px; width:45px; }
.blue_icons_list .hostMigration:before { background-position:-525px -428px; height:74px; width:74px; }

.blue_icons_list .iotSystem:before { background-position:-567px 0px; height:61px; width:64px; }
.blue_icons_list .iosAppDev:before { background-position:-527px -70px; height:60px; width:61px; }

.blue_icons_list .laravel:before { background-position:-596px -139px; height:60px; width:83px; }
.blue_icons_list .lampicon:before { background-position:-675px -353px; height:74px; width:74px; }

.blue_icons_list .migration:before { background-position:-225px -578px; height:74px; width:74px; }
.blue_icons_list .mobileAppConsult:before { background-position:0px -139px; height:60px; width:59px; }
.blue_icons_list .mobileSolution:before { background-position:-761px -208px; height:60px; width:60px; }
.blue_icons_list .microserviceIntigration:before { background-position:-74px -277px; height:60px; width:59px; }
.blue_icons_list .meanIcon:before { background-position:0px -353px; height:74px; width:74px; }
.blue_icons_list .mernIcon:before { background-position:-75px -353px; height:74px; width:74px; }
.blue_icons_list .mevnIcon:before { background-position:-225px -653px; height:74px; width:74px; }

.blue_icons_list .magentoIcon:before { background-position:-450px -353px; height:74px; width:74px; }
.blue_icons_list .multilingual:before { background-position:-600px -353px; height:74px; width:74px; }

.blue_icons_list .nodeIcon:before { background-position:-300px -353px; height:74px; width:74px; }
.blue_icons_list .nativeAppDev:before { background-position:-712px -70px; height:60px; width:59px; }
.blue_icons_list .netStack:before { background-position:-525px -653px; height:74px; width:74px; }

.blue_icons_list .openSourceWeb:before { background-position:-443px -70px; height:60px; width:70px; }
.blue_icons_list .oneStopDevelopment:before { background-position:-181px -208px; height:60px; width:73px; }

.blue_icons_list .php:before { background-position:-475px -139px; height:60px; width:111px; }
.blue_icons_list .projectManagement:before { background-position:0px -208px; height:60px; width:60px; }
.blue_icons_list .pwaIcon:before { background-position:-525px -353px; height:74px; width:74px; }
.blue_icons_list .psdToWp:before { background-position:-449px -428px; height:74px; width:74px; }
.blue_icons_list .pluginDevelopment:before { background-position:-150px -428px; height:74px; width:74px; }
.blue_icons_list .pythonDjango:before { background-position:-375px -653px; height:74px; width:74px; }


.blue_icons_list .qualityInternational:before { background-position:-128px -208px; height:60px; width:44px; }

.blue_icons_list .reactIcon:before { background-position:-225px -353px; height:74px; width:74px; }
.blue_icons_list .realTimeAssist:before { background-position:-66px -208px; height:60px; width:51px; }
.blue_icons_list .rubyonRail:before { background-position:-300px -653px; height:74px; width:74px; }

.blue_icons_list .saas_based:before { background-position:-169px 0px; height:62px; width:62px; }
.blue_icons_list .support:before { background-position:-300px -578px; height:74px; width:74px; }
.blue_icons_list .serverIntigration:before { background-position:-600px -428px; height:74px; width:74px; }
.blue_icons_list .storeDevelopment:before { background-position:-750px -578px; height:74px; width:74px; }
.blue_icons_list .seoExpert:before { background-position:-825px -578px; height:74px; width:74px; }
.blue_icons_list .shopifyApp:before { background-position:-825px -353px; height:74px; width:74px; }
.blue_icons_list .shopifyStore:before { background-position:-825px -428px; height:74px; width:74px; }
.blue_icons_list .serverLess:before { background-position:-450px -653px; height:74px; width:74px; }


.blue_icons_list .thirdPartyCustom:before { background-position:-75px -503px; height:74px; width:74px; }
.blue_icons_list .techConsult:before { background-position:-192px -70px; height:60px; width:57px; }
.blue_icons_list .timeZone:before { background-position:-263px -208px; height:60px; width:60px; }
.blue_icons_list .teamStrength:before { background-position:-475px -208px; height:60px; width:69px; }
.blue_icons_list .themeDevelopment:before { background-position:0px -428px; height:74px; width:74px; }

.blue_icons_list .uxuiDesign:before { background-position:-185px -139px; height:60px; width:55px; }
.blue_icons_list .uxui:before { background-position:-825px -503px; height:74px; width:74px; }

.blue_icons_list .webPortal:before { background-position:-62px -70px; height:60px; width:60px; }
.blue_icons_list .wearableAppDev:before { background-position:-71px -139px; height:60px; width:43px; }
.blue_icons_list .workingHours:before { background-position:-404px -208px; height:60px; width:66px; }
.blue_icons_list .webMobileIcon:before { background-position:-375px -353px; height:74px; width:74px; }
.blue_icons_list .webDevelopment:before { background-position:-75px -428px; height:74px; width:74px; }
.blue_icons_list .woocommerceDev:before { background-position:-374px -428px; height:74px; width:74px; }
.blue_icons_list .wpExtention:before { background-position:-675px -428px; height:74px; width:74px; }
.blue_icons_list .webSolution:before { background-position:-225px -503px; height:74px; width:74px; }
.blue_icons_list .windowAppDev:before { background-position:-375px -503px; height:74px; width:74px; }
.blue_icons_list .webIntigration:before { background-position:-225px -428px; height:74px; width:74px; }
.blue_icons_list .webInstallation:before { background-position:-150px -578px; height:74px; width:74px; }

.blue_icons_list .xamarinAppDev:before { background-position:-308px -139px; height:60px; width:66px; }

.blue_icons_list .zeroInfrastructure:before { background-position:-339px -208px; height:60px; width:56px; }

.blue_icons_list .nftDev:before { background-position:-675px -578px; height:74px; width:74px; }
.blue_icons_list .metaverseDev:before { background-position:-600px -578px; height:74px; width:74px; }
.blue_icons_list .assetsToken:before { background-position:-525px -578px; height:74px; width:74px; }

.blue_icons_list .paymentPortal:before { background-position:0px -653px; height:74px; width:74px; }
.blue_icons_list .ecommApp:before { background-position:-75px -653px; height:74px; width:74px; }
.blue_icons_list .multiVendor:before { background-position:-150px -653px; height:74px; width:74px; }

.blue_icons_list .DAppsDev:before { background-position:-450px -503px; height:74px; width:74px; }
.blue_icons_list .supplyChain:before { background-position:-525px -503px; height:74px; width:74px; }
.blue_icons_list .customBlockChain:before { background-position:-600px -503px; height:74px; width:74px; }
.blue_icons_list .smartContract:before { background-position:-675px -503px; height:74px; width:74px; }
.blue_icons_list .DecentralExchange:before { background-position:-750px -503px; height:74px; width:74px; }
.blue_icons_list .walletDev:before { background-position:0px -578px; height:74px; width:74px; }






.coloured_icons_list {}
.coloured-icon::before { background:url(../img/colored_icons_sprite.png) no-repeat 0 0; content:""; display:block; margin:auto; height: 74px; width: 74px; }
.icon-android::before { background-position: -1px -1px; }
.icon-angular::before { background-position: -1px -76px; }
.icon-artificialInt::before { background-position: -1px -376px; }
.icon-arvr::before { background-position: -226px -376px; }
.icon-amazonWeb::before { background-position: -226px -676px; }
.icon-apache::before { background-position: -451px -1px; }
.icon-apacheCordova::before { background-position: -301px -1051px; }
.icon-aspDotNet::before { background-position: -526px -1px; }
.icon-aws::before { background-position: -526px -676px; }
.icon-accordDotNet::before { background-position: -376px -751px; }
.icon-blockChain::before { background-position: -1px -751px; }
.icon-bigData::before { background-position: -301px -376px; }
.icon-csharp::before { background-position: -151px -526px; }
.icon-cPlus::before { background-position: -76px -451px; }
.icon-chatbox::before { background-position: -1px -301px; }
.icon-cognitiveCloud::before { background-position: -76px -376px; }
.icon-crossPlatform::before { background-position: -301px -376px; }
.icon-code::before { background-position: -1px -451px; }
.icon-codeIgniter::before { background-position: -526px -376px; }
.icon-cakePHP::before { background-position: -526px -451px; }
.icon-cms::before { background-position: -1px -826px; }
.icon-drupal::before { background-position: -151px -226px; }
.icon-devops::before { background-position: -151px -76px; }
.icon-dotnet::before { background-position: -1px -151px; }
.icon-dotNetCore::before { background-position: -376px -451px; }
.icon-dotNetNuke::before { background-position: -451px -751px; }
.icon-ethereum::before { background-position: -76px -301px; }
.icon-fullStack::before { background-position: -526px -751px; }
.icon-flutter::before { background-position: -226px -1px; }
.icon-fireBase::before { background-position: -1px -601px; }
.icon-fireBird::before { background-position: -451px -451px; }
.icon-fhash::before { background-position: -226px -751px; }
.icon-googleCloud::before { background-position: -301px -676px; }
.icon-hdInsight::before { background-position: -526px -76px; }
.icon-hyperledger::before { background-position: -151px -301px; }
.icon-hadoop::before { background-position: -451px -526px; }
.icon-iot::before { background-position: -151px -376px; }
.icon-ios::before { background-position: -76px -1px; }
.icon-ionic::before { background-position: -376px -1px; }
.icon-ionide::before { background-position: -451px -301px; }
.icon-java::before { background-position: -76px -151px; }
.icon-jquery::before { background-position: -76px -526px; }
.icon-joomla::before { background-position: -526px -226px; }
.icon-kentico::before { background-position: -376px -226px; }
.icon-laravel::before { background-position: -226px -151px; }
.icon-mlai::before { background-position: -301px -301px; }
.icon-mean::before { background-position: -226px -76px; }
.icon-mern::before { background-position: -301px -76px; }
.icon-mySql::before { background-position: -301px -526px; }
.icon-microsoftSql::before { background-position: -76px -601px; }
.icon-MicrosoftIiss::before { background-position: -451px -76px; }
.icon-mongoDB::before { background-position: -376px -526px; }
.icon-magento::before { background-position: -301px -601px; }
.icon-microsoftAzure::before { background-position: -151px -676px; }
.icon-mlDotNet::before { background-position: -301px -751px; }
.icon-nginx::before { background-position: -226px -826px; }
.icon-nodejs::before { background-position: -376px -151px; }
.icon-nopCommerce::before { background-position: -376px -601px; }
.icon-oracle::before { background-position: -226px -526px; }
.icon-objectivec::before { background-position: -226px -601px; }
.icon-openCart::before { background-position: -526px -301px; }
.icon-php::before { background-position: -151px -151px; }
.icon-python::before { background-position: -301px -151px; }
.icon-pwa::before { background-position: -76px -826px; }
.icon-powerBI::before { background-position: -151px -826px; }
.icon-react::before { background-position: -151px -1px; }
.icon-rubyOnRail::before { background-position: -151px -751px; }
.icon-redis::before { background-position: -301px -826px; }
.icon-sharepoint::before { background-position: -1px -226px; }
.icon-sitecore::before { background-position: -76px -226px; }
.icon-sitefinity::before { background-position: -226px -226px; }
.icon-smartcontract::before { background-position: -226px -301px; }
.icon-sqLite::before { background-position: -151px -601px; }
.icon-shopify::before { background-position: -1px -676px; }
.icon-salesForce::before { background-position: -376px -676px; }
.icon-silverLight::before { background-position: -451px -601px; }
.icon-symfony::before { background-position: -526px -526px; }
.icon-tensorflow::before { background-position: -376px -301px; }
.icon-umbraco::before { background-position: -301px -226px; }
.icon-vue::before { background-position: -76px -76px; }
.icon-visualBasic::before { background-position: -151px -451px; }
.icon-visualStudio::before { background-position: -376px -76px; }
.icon-visualStudioCode::before { background-position: -451px -151px; }
.icon-visualStudioMac::before { background-position: -451px -226px; }
.icon-vbNet::before { background-position: -451px -376px; }
.icon-wordpress::before { background-position: -76px -676px; }
.icon-wcf::before { background-position: -226px -451px; }
.icon-wwf::before { background-position: -301px -451px; }
.icon-wpf::before { background-position: -451px -676px; }
.icon-xamarin::before { background-position: -301px -1px; }
.icon-XamMono::before { background-position: -526px -151px; }
.icon-yii::before { background-position: -76px -751px; }
.icon-zend::before { background-position: -526px -601px; }
.icon-kotlin::before { background-position:-376px -826px; }
.icon-androidStudio::before { background-position: -451px -826px; }
.icon-jetpackCompose::before { background-position: -526px -826px; }
.icon-unity::before { background-position: -1px -901px; }
.icon-senchaTouch::before { background-position: -76px -901px; }
.icon-coronaSDK::before { background-position: -151px -901px; }
.icon-swift::before { background-position: -226px -901px; }
.icon-xCode::before { background-position: -301px -901px; }
.icon-appCode::before { background-position: -376px -901px; }
.icon-uiKit::before { background-position: -451px -901px; }
.icon-swiftUI::before { background-position: -526px -901px; }
.icon-emacs:before { background-position: -1px -976px; }
.icon-intelliJ:before { background-position: -76px -976px; }
.icon-oop:before { background-position: -151px -976px; }
.icon-dart:before { background-position: -226px -976px; }
.icon-reactMaterialUI:before { background-position: -301px -976px; }
.icon-reactAntDesign:before { background-position: -376px -976px; }
.icon-reactBootstrap:before { background-position: -451px -976px; }
.icon-reactRouter:before { background-position: -526px -976px; }
.icon-reactSementicUI:before { background-position: -1px -1051px; }
.icon-reactBlueprintUI:before { background-position: -76px -1051px; }
.icon-reactMotion:before { background-position: -151px -1051px; }
.icon-woocommerce:before { background-position: -226px -1051px; }

.icon-list {}
.icon-list .icon::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display:inline-block; margin:auto; height:74px; width:74px; }
.icon-list .azile::before { background-position:-915px -152px; width:83px; }
.icon-list .CertifiedExperts::before { background-position:-522px -242px; width:72px; }
.icon-list .ClearCommunication::before { background-position:-457px -324px; width:57px; }
.icon-list .clientRentention::before { background-position:-521px -324px; width:73px; }
.icon-list .directResource::before { background-position:-441px -152px; width:93px; }
.icon-list .easyProjectTrack::before { background-position:-538px -152px; width:60px; }
.icon-list .faster2Times::before { background-position:-456px -242px; width:62px; }
.icon-list .noHiddenCost::before { background-position: -601px -242px; width: 63px; }
.icon-list .noThirdParty::before { background-position: -754px -242px; width: 72px; }
.icon-list .guaranteed::before { background-position:-600px -152px; width:55px; }
.icon-list .resultDriven:before { background-position:-375px -324px; height:71px; width:76px; }
.icon-list .Support::before { background-position: -375px -242px; width: 74px; }
.icon-list .timezoneAdvantage::before { background-position:-662px -152px; width:73px; }
.icon-list .transparency::before { background-position: -673px -242px; width: 72px; }
.icon-list .valueBasedPrice::before { background-position:-737px -152px; width:73px; }
.icon-list .webSolution:before { background-position:-840px -243px; height:72px; width:74px; }
.icon-list .webTest:before { background-position:-920px -243px; height:72px; width:80px; }
.icon-list .zeroCost::before { background-position:-375px -152px; width:63px; }
.icon-list .dedicatedProjectM::before { background-position:-599px -324px; width:71px; }
.icon-list .flexibilityIcon::before { background-position:-676px -324px; width:71px; }
.icon-list .hassleFree::before { background-position:-758px -324px; height:71px; width:96px; }
.icon-list .richExperience::before { background-position:-861px -324px; height:71px; width:69px; }
.icon-list .quality::before { background-position:-934px -324px; height:71px; width:61px; }
.icon-list .acceleratedMarket::before { background-position:-375px -401px; height:71px; width:108px; }
.icon-list .practise::before { background-position:-490px -401px; height:71px; width:63px; }
.icon-list .customDesign::before { background-position:-560px -401px; height:71px; width:64px; }
.icon-list .errorFree::before { background-position:-633px -401px; height:71px; width:71px; }

.icon-list .businessRequirement:before { background-position:-375px -60px; height:83px; width:82px; }
.icon-list .workPlan:before { background-position:-460px -60px; height:83px; width:83px; }
.icon-list .shortlistResource:before { background-position:-546px -60px; height:83px; width:80px; }
.icon-list .virtualInterview:before { background-position:-628px -60px; height:83px; width:76px; }
.icon-list .startProject:before { background-position:-708px -60px; height:83px; width:68px; }


.cta_design { background:url(../img/cta_bg.jpg) no-repeat center center / cover ; padding:25px 0; }
.cta_design .cta_inner { max-width:970px; margin:auto; padding:0 15px; overflow:hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;

-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
-o-flex-wrap:wrap;
flex-wrap:wrap;

-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-o-align-items:center;
align-items:center;
}
.cta_design .image { float:left; width:25%; }
.cta_design .image img { border-radius:100%; border:5px solid #fff; }
.cta_design .cont_box { float:left; padding-left:50px; width:75%; }
.cta_design .cont_box .cta_title { color:#fff; font:500 30px/1.4 'Poppins', sans-serif; }
.cta_design .cont_box .cta_title span { display: block; font-size:35px; font-weight: bold; }
.cta_design .cont_box .cta_btn {
background: #37d00e;
background: -moz-linear-gradient(top,  #37d00e 0%, #0bac02 100%);
background: -webkit-linear-gradient(top,  #37d00e 0%,#0bac02 100%);
background: linear-gradient(to bottom,  #37d00e 0%,#0bac02 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37d00e', endColorstr='#0bac02',GradientType=0 );
border-radius:3px; color:#fff; display:inline-block; padding: 17px 20px; opacity: 1; font: 600 22px/1.4 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: 1px; }


.customize_business {}
.customize_business .customize_business_box { padding:0 10px; background:#fff; }
.customize_business .customize_business_box .cb_title { background:rgba(255, 255, 255, .95); border-radius:5px; box-shadow:0 0 29.1px 0.9px rgba(0, 0, 0, .2); font-size:16px; font-weight:bold; min-height:80px; margin:-40px 20px 1px; padding:10px; position:relative; text-align:center; z-index:1;
display: flex;
align-items: center;
justify-content: center;
}
.customize_business .customize_business_box .cb_title a { color:#000; }
.customize_business .btn_sec {}
.customize_business .carousel-control-next,
.customize_business .carousel-control-prev {
background:#000; border-radius:100px; box-shadow:0 0 10px rgba(0,0,0,0.1); display:inline-block; height:60px; position:absolute; top:50%; width:60px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.customize_business .carousel-control-prev { left:-18px; }
.customize_business .carousel-control-next { right:-18px; }

#form_loader { display:none; background:#fff; position:fixed; left:0; top:0; height:100%; width:100%; z-index:99999; opacity:0.5; }

.career_page .form-group .btn[name="submit"] { position:relative; width:200px; }
.career_page .form-group .btn .loaderImg { width: 24px; margin-left: 11px; position: absolute; right: 20px; top: 5px; }

.ppc_hiring_design {}
.ppc_hiring_design .icon { margin:0 0 10px; }
.ppc_hiring_design .icon::before { background:url(../img/sprite.png) no-repeat 0 0; content:""; display:inline-block; }
.ppc_hiring_design .text-center .icon { text-align:center; }
.ppc_hiring_design .iconInquiry::before { background-position:-523px 0; height:49px; width:37px; }
.ppc_hiring_design .icondevelop::before { background-position:-564px 0; height:49px; width:46px; }
.ppc_hiring_design .iconTrial::before { background-position:-614px 0; height:49px; width:125px; }
.ppc_hiring_design .iconAddTeam::before { background-position:-748px 0; height:49px; width:110px; }
.ppc_hiring_design .iconNotSatisfy::before { background-position:-864px 0; height:49px; width:49px; }
.ppc_hiring_design ul li { padding-top:20px; padding-bottom:20px; }
.ppc_hiring_design .text-center .icon { margin:auto; }
.ppc_hiring_design .text-center h3 { text-align:center !important; }
/* style-new.css */

.home .t_trustpilot_sec { display:none; }
.t_trustpilot_sec { margin: 0 auto 30px; max-width:630px; }
.t_trustpilot_sec a { color:#000; }
.t_trustpilot_sec .t_head,
.t_trustpilot_sec .t_pilot { display:inline-block; vertical-align:middle; max-width:49%; padding: 0 15px; }
.t_trustpilot_sec .t_head { font-size:16px; text-align:right; }
.t_trustpilot_sec .t_pilot {  border-left:1px solid #e7e7e7; font-size: 15px; }
.t_trustpilot_sec .reviewed { display: inline-block; }
.t_trustpilot_sec .rating { display: inline-block; padding-left: 10px; vertical-align:top; }


.cmmi_head { display: inline-block; vertical-align: middle;  color: #fff; margin-left: 10px; padding-left: 10px; border-left: 2px dotted #00A4ED; }


/* responsive-new.css starts */
@media(min-width:576px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl { max-width:100%; }


}

@media(min-width:768px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl { max-width:750px; }

/* Home Tech Sec */
.tech_sec .nav-tabs { display: flex; }
.tech_sec .card { border: none; }
.tech_sec .card .card-header { display: none; }
.tech_sec .card .collapse { display: block; }
/* Home Tech Sec */

.industries_sec .nav-tabs { display: flex; }
.industries_sec .card { border: none; }
.industries_sec .card .card-header { display: none; }
.industries_sec .card .collapse { display: block; }

.tech_tab_sec .nav-tabs { display: flex; }
.tech_tab_sec .card { border: none; }
.tech_tab_sec .card .card-header { display: none; }
.tech_tab_sec .card .collapse { display: block; }
}

@media(min-width:992px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl { max-width:970px; }

.header > .container { max-width:100%; }

.header .navbar .has-megamenu { position:static!important; }
.header .navbar-nav > li > a { color:#fff; display:inline-block; padding:8px 3px; }
.header .navbar .megamenu { left:0; right:0; width:100%; padding:20px; }
.header .mega-content { background:#fff; border-radius:5px; padding:15px; }

.col-md-15 { float:left; padding-left:15px; padding-right:15px; width:20%; } 

.interlink_menu { background: #00a3ee; text-align: center; position: sticky; top:62px; z-index: 9; }
.interlink_menu ul { margin:0; padding:0; list-style:none; font-size:0; }
.interlink_menu ul li { display:inline-block; }
.interlink_menu ul li a { color:#fff; padding:10px; display:block; font-size:18px; border-left:0.5px solid #fff; position:relative; }

.interlink_menu ul li:first-child a { border-left:0; }
.interlink_menu ul li a.active,
.interlink_menu ul li a:hover { background:#254260; }
.interlink_menu ul li a.active::after,
.interlink_menu ul li a:hover::after { border-top:7px solid #254260; border-left:7px solid transparent; border-right:7px solid transparent; content:""; display:inline-block; position:absolute; bottom:-7px; left:50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

/* New Style */
.about_page .who_we_are .employee_sec { margin:70px -100% 0 0; }
.about_page .who_we_are .who_inner { padding-right:15%; }
.brand_slider_sec .slider_head { width:22%; }
.brand_slider_sec .slide_area { width:78%; }
/* New Style */


.footer_wrap .footer_inner .address_2,
.footer_wrap .footer_inner .address_3 { width:23%; }
.footer_wrap .footer_inner .cmmi_logo { width:20%; flex:0 0 auto; text-align:right; }
}

@media(min-width:1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl { max-width: 1170px; }

.header > .container { max-width: 1170px; }

.headerportfolio { height:520px; overflow:hidden; }
.ppc_brand_sec [class*="col-"] { width:14.27%; }

.interlink_menu { top:71px; }
.interlink_menu ul li a { padding:15px 25px; font-size:20px; }


/* New Style */
.about_page .who_we_are .employee_sec { margin:70px -70% 0 0; }

.about_page .vis_mis_inner .mission_sec .circle_block { height:340px; position: absolute; background: #fff; border-radius: 100%; width: 340px; padding: 40px; border: 1px solid #000; text-align: center; left: 0; top: 0; } 
.about_page .vis_mis_inner .vision_sec .circle_block { left:inherit; right:0; top:inherit; bottom:0; }
.about_page .vis_mis_inner .mission_sec img { width:auto; }

.about_page .core_values_sec .core_values_box .img_box { margin-right:30px; min-width:110px; }
/* New Style */

}

@media screen and (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl { max-width: 1366px; }
.header > .container { max-width: 1366px; }


/* New Style */
.footer_wrap .footer_links ul li { margin-left:25px; }
.footer_wrap .social_links ul li { margin-left:25px; }

.about_page .who_we_are .employee_sec { margin-right:-50%; }

.experience_sec ul li span { font-size:50px; }
.experience_sec ul li [class*="icon-"]::before { 
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
-webkit-transform-origin:center right;
-moz-transform-origin:center right;
transform-origin:center right;
}
/* New Style */

}

@media(min-width:1600px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl { max-width:1440px; }
.header > .container { max-width: 1470px; }
/* New Style */
.brand_slider_sec .slider_head { width:18%; }
.brand_slider_sec .slide_area { width:82%; }
/* New Style */
}


@media screen and (max-width: 1800px) {
.port_sliderHome_right img { max-width:80%; float: right; }
}

@media screen and (max-width: 1600px) {
.points_portfolio { 
transform: translate(-50%, -50%) scale(0.9);
-webkit-transform: translate(-50%, -50%) scale(0.9);
}
.port_sliderHome_left { max-width: 380px;margin-left: 41%;padding-right: 60px; }
.port_app_sec { left: -25%; }
}

@media(min-width:1366px) {
.competency_sec { background-size: inherit; }
}



@media(max-width:1600px) { .portfolio_wrap .portfolio_row .portfolio_description { max-width:inherit; } }
@media(max-width:1500px) { .common_side_text { padding-top:10px; } }
@media(max-width:1399px) {
.header .logo img { max-width:170px; }
.cmmi_head { font-size:14px; }
@media(max-width:1366px) {
body.home .common_side_text { display:none; }
.portfolio_wrap .portfolio_row .portfolio_description h2 { font-size:32px; }
}
@media(max-width:1199px) {
.header .logo img { max-width:140px; } 
.cmmi_head {
font-size: 13px;
margin-left: 5px;
padding-left: 5px;
}
.fixed_sidebar ul {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
transform-origin: right center;
}
.main_banner_wrap .contact_sec { width:40%; }
.banner_caption { max-width: 58%; }
h1 { font-size:45px; }

/* Home Tech Sec */
.tech_sec .tabs-nav li a { font-size:18px; }
.tech_sec .tabs-nav li a span { padding: 10px 15px; }
.tech_sec .tab_content::before { background: rgba(255,255,255,0.8); content:""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
/* Home Tech Sec */

.portfolio_wrap .portfolio_block .portfolio_box { height:212px; }
.portfolio_wrap .portfolio_block .portfolio_box.big { height: 443px; }
.portfolio_more { display:none; }
.testimonial_list .testimonial_box .vid_block { height:170px; }
.owl-theme .owl-dots { bottom:0; margin:0; }


.header .menu ul .mega_menu .menu_title { min-height: 270px; }
.portfolio_wrap .portfolio_row .portfolio_description { padding: 25px 0; }
/*ppc Classes*/
.ppc_banner_wrap .banner_title { font-size:43px; }
.ppc_banner_wrap .banner_caption p { font-size: 20px; }
.ppc_banner_list li { padding:15px 10px; }
.ppc_banner_list li::before { display:none; }
.our_services ul li .icon { float:none; }
.ppc_banner_list_d2 li { padding:15px 10px; }
.ppc_banner_list_d2 li::before { display:none; } 
/*ppc Classes*/
.certification li { font-size:13px; }


.tech_tab_sec .card { padding:20px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(5n+1),
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(-n+5),
.tech_tab_sec .tech_tab_wrap .tech_web_app li { border:1px solid #dfe1e5; width:25%; }




/* New Style */

.p-heading-1 { font-size:55px; }
.p-heading-1 .small { font-size:26px; }
.p-heading-2 { font-size:42px; }
.p-heading-3 { font-size:30px; }
.p-heading-4 { font-size:26px; }
.p-heading-5 { font-size:23px; }

.footer_wrap .address .phone a { display:inline-block; }
.footer_wrap .footer_links .ftr_links { font-size:16px; width:80%; }
.footer_wrap .social_links { width:20%; }
.footer_wrap .footer_links ul li { margin:5px 0 5px 9px; }

.experience_sec ul li span { font-size:34px; }
.experience_sec ul li [class*="icon-"] { width:65px; }
.experience_sec ul li [class*="icon-"]::before { 
-webkit-transform:scale(0.6);
-moz-transform:scale(0.6);
-ms-transform:scale(0.6);
-o-transform:scale(0.6);
transform:scale(0.6);
-webkit-transform-origin:center top;
-moz-transform-origin:center top;
transform-origin:center top;
}

.brand_slider_sec .slider_head .slide_title { font-size:38px; }
/* New Style */
}

@media(max-width:1024px) {
.home_device_portfolio .carousel-item { background-size:inherit; } 
.home_device_portfolio .carousel-item .item_box { padding:30px 0 0;
-webkit-flex-flow: column;
-moz-flex-flow: column;
flex-flow: column;
}
.home_device_portfolio .d_port_img { float: none !important; text-align: center !important; width: 100% !important; padding:0;
-webkit-order:1;
-moz-order:1;
-ms-flex-order:1;
order:1;
}
.home_device_portfolio .slide_three .d_port_img { padding:0; }
.home_device_portfolio .d_port_img img { height:300px; width:auto; }
.home_device_portfolio .d_port_desc { box-shadow:0 -5px 10px rgba(0,0,0,0.2); text-align:center; width:100% !important; padding: 30px 0;
-webkit-order:2;
-moz-order:2;
-ms-flex-order:2;
order:2;
}
.home_device_portfolio .d_port_desc .d_port_title { font-size:40px; }
.home_device_portfolio .description_inner { width:100% !important; max-width: 100%!important; }
.home_device_portfolio .d_port_desc .description_inner img { display: inline; max-height: 100px; }
.webp_ .home_device_portfolio .slide_one { background-color:#f8b101; background-position: right top; }
.webp_ .home_device_portfolio .slide_two { background-color:#013b55; background-position: left top; }
.webp_ .home_device_portfolio .slide_three { background-color:#37639b; background-position: right top; }
.webp_ .home_device_portfolio .slide_four { background-color:#0abbaf; background-position: left top; }
.webp_ .home_device_portfolio .slide_five { background-color:#011d64; background-position: right top; }
.webp_ .home_device_portfolio .slide_six { background-color:#0d4041; background-position: left top; }
.webp_ .home_device_portfolio .slide_seven { background-color:#a44b07; background-position: right top; }
.webp_ .home_device_portfolio .slide_eight { background-color:#396500; background-position: left top; }
.webp_ .home_device_portfolio .slide_nine { background-color:#3f9247; background-position: right top; }
.webp_ .home_device_portfolio .slide_ten { background-color:#0c3169; background-position: left top; }
.home_device_portfolio .slide_eleven { background-position:right top; }
.home_device_portfolio .slide_twelve { background-position:left top; }
.home_device_portfolio .slide_thirteen { background-position:left top; }
.home_device_portfolio .slide_fourteen { background-position:left top; }
}
@media(min-width:991px) and (max-width:1199px) {
.header .navbar-nav > li > a { padding:8px 0px 8px 3px; font-size:14px !important; }
ul.blockchain_services li .block_title::before { float:none; margin:0 auto 20px; }
ul.blockchain_services li .block_title { text-align:center; }
}
@media(min-width:640px) and (max-width:767px) {
.brand_sec .brands_logo ul li,
.industry_sec .industry_list ul li { width:33%; }
.progress_wrap .process_steps li { width:45%; }
}
@media(max-width:991px) {
.header .logo img { max-width:160px; } 
.header .logo,
.fixed_header .header .logo { padding:15px 0; }
.header .navbar-toggler,
.fixed_header .header .navbar-toggler { margin-top:16px; }
.fixed_header .header .navbar { margin:0; }
.header .navbar-toggler { display:inline-block; }
.header .navbar { position:fixed; top:0; background:#00a4ec; display:block; height:100%; left:-300px; text-align:left; width:300px; 
-webkit-transition:0.4s;
-moz-transition:0.4s;
-ms-transition:0.4s;
-o-transition:0.4s;
transition:0.4s;
}
.header .navbar .collapse { position:relative; top:70px; height:100%; overflow:scroll; }
.header .navbar.show { display:block; left:0; }
.header .collapse:not(.show) { display:block; }
.header .dropdown-menu { border-radius:0 0; border:0; padding:0; }
.header .navbar a,
.header .dropdown-mega .dropdown-menu ul li a,
.header .dropdown-mega .dropdown-menu ul li a:hover { background:none; color:#fff; }
.header .navbar .nav-item { border-bottom:1px solid #25b5f5; padding:12px; }
.header .navbar .nav-item .nav-link { background:none; border:0; float:right; color:#fff; }
.header .navbar h6 { font-size:16px; margin:12px 0; padding:0; }
.header .navbar h6 + .nav-link { margin:12px 0 0; }
.header .mega-content { background:#008cc9; margin:10px 0 0; padding:12px; }
.header .dropdown-mega .dropdown-menu { margin:0; }
.header .dropdown-mega .container { padding:0; }
.header .dropdown-mega [class*="col-"] { padding:0; }
.header .dropdown-mega .row { margin:0; }
.header .dropdown-mega .dropdown-menu {  border-radius:0 0; }
.header .navbar .dropdown-single li a,
.header .dropdown-mega .dropdown-menu ul li a { background:#0679ab; border-bottom:1px solid rgba(255,255,255,0.1); padding:12px; }
.header .navbar .dropdown-single li a { background:#008cc9; }
.header .navbar-nav > li > a.btn { padding:0 !important; margin:0; }

.ppc_header.ppc_header_menu .header { text-align:inherit; }
.ppc_header_menu .header .interlink_menu { float:right; }


.our_works .card-body { border-radius:0; bottom:0; left:0; right:0; }
.our_works .stores_btns { text-align:left; padding: 5px 0 0; }

.dsk-show { display:none; }
.mob-show { display:block; }

.webp_ .home_banner,
.webp_no-webp .home_banner,
.webp_ .banner,
.webp_no-webp .banner,
.webp_ .single_casestudy_page .cs_inner_bnr,
.webp_no-webp .single_casestudy_page .cs_inner_bnr { background-image:none; }
.banner::before { display:none; }
h1::after { margin: 50px auto 0; }
h1,
.banner_form h1 { font-size:35px; }
h2 { font-size:28px; }
h3 { font-size:28px; }
h4 { font-size:24px; }
.title { font-size:24px; }
.title2 { font-size:20px; }
.large_text { font-size:35px; }
.h1 { font-size:46px; }

.main_banner_wrap .contact_sec { clear:both; float:none; margin:30px auto 0; max-width:360px; width:100%; }
.home_banner { min-height:inherit; padding:120px 0 50px; }
.home_banner .banner_caption { text-align:center; }
.home_banner h1 { text-align:center; font-size:55px; }
.home_banner h1 span { font-size:55px; }
.banner { min-height:inherit; padding-top:120px; }
.banner_caption { max-width:100%; text-align:center; width:100%; }
.flutter_benefit_sec .benefit_title { font-size:35px; }
.flutter_benefit_sec .benefit_title span { font-size:24px; }
.home_banner h1 span { font-size:50px; }
.home_banner .banner_caption { font-size:22px; }
.banner_caption_left .banner_caption { padding:0 0 30px; }
.banner_caption_left,
.banner_caption_left h1,
.banner_caption_left .banner_caption { text-align: center; }
.asp_core_bnr { background-position:67% center; }
.blockchain_bnr { background-position:75% center; }
.flutter_bnr { background-position:75% center; }
.small_header { padding: 70px 0 0; }
.mobile_menu_wrap::before { background: rgba(0,0,0,0.5); content: ""; position: absolute; left: 0; width: 100%; top: 0; height: 100%; 
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
.top_right { position:relative; }
.hc-nav-trigger.hc-nav-2 { display:none !important; }
.top_info li { display:none !important; }
.top_info li#search-keyword { display: block !important; }
.header .menu .toggle_menu,
.header .menu .close_menu { display:block; }
.header .menu ul { background:#fff; position: fixed; left: -100%; width:80%; z-index:999; height:100%; top:0;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
.header .menu ul li { display:block; padding:0px; }
.header .menu ul li a,
.header .menu ul li a.btn { background:none; border:0; color: #606060 !important; display: block; padding:15px 10px; text-align: left; line-height:1; margin: 0; border-bottom: 1px solid rgba(0,0,0,0.2); border-radius: 0 0; }
.header .menu ul li a:hover,
.header .menu ul li a.btn:hover { background:#00a4ec; color:#fff !important; }
.header .menu ul.mobile_menu { left:0; }
.header_top .top_info li { padding:0; }
.header_top .top_info li a { padding:17px 9px; height:50px; width:50px; }
.header_top .top_info li a span { display:none; }
.header_top .top_info li a::before { margin:0 5px; }
.trusted_sec .stats_sec ul { font-size:15px; }
.trusted_sec .stats_sec ul li .stats { font-size: 30px; }

/* Home Tech Sec */
.tech_sec .tabs-nav { max-width:100%; }
.tech_sec .tabs-nav li a { font-size:15px; }
.tech_sec .tab_content { box-shadow:0 0; }
/* Home Tech Sec */

.blog_sec .blog_list .blog_box { margin:0; }
.contact_sec .contact_number ul li { font-size:25px; }



.common_sec { padding: 50px 0; }
.competency_sec { background-image:none; }
.blocks_sec > li { width:100%; }
.blocks_sec > li::before { display:none; }
.blocks_sec .cont_block { padding:0; min-height:inherit; }
.services_sec ul li::before,
.services_sec ul li::after { display:none; }
.services_sec ul li,
.services_sec ul li:nth-child(3n+1) { margin:0 0 40px 4%; width:48%; }
.services_sec ul li:nth-child(2n+1) { margin-left:0; }
.expertise_sec ul li,
.expertise_sec ul li:nth-child(3n+1) {  }
.expertise_sec ul li:nth-child(2n+1) {}
.key_technology_sec .tech_box ul li { border:1px solid #fff; padding:15px; margin:0; } 
.about_page .core_values ul li { border:1px solid rgba(255,255,255,0.2); padding: 15px; width: 50%; }
.hiring_sec > ul > li { border:0; }
.border_blocks li { width:50%; }
.testimonial_list .testimonial_box .vid_block { height: 195px; }
.banner_form .banner_caption { margin-top:50px; text-align:center; width:100%; order: 2; }
.banner_form .banner_caption h1 { text-align:center;  }
.banner_form .banner_caption h1::after { display:block; }
.banner_form .header_form .form_title { text-align:center; }
.banner_form .header_form { max-width:100%; width:100%; order: 1; }
.single_casestudy_page .challenges_sec ul { float:none; padding:0 15px;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center; }
.single_casestudy_page .solution_sec ul { border:0; }

.key_technology_d2 .key_technology_list { max-width:100%; } 

.industries_list_inner ul li:nth-child(-n+5) { border-top:1px solid #e4e5e6; }
.industries_list_inner ul li:nth-child(-n+3) { border-top:0; }
.industries_list_inner ul li:nth-child(5n+1) { border-left:1px solid #e4e5e6; }
.industries_list_inner ul li:nth-child(3n+1) { border-left:0; }

.hire_solutions .hiresolution_list > li .img_block,
.hire_solutions .hiresolution_list > li:nth-child(2n+1) .img_block { text-align:center; margin:0 0 20px; }
.hire_solutions .hiresolution_list > li .img_block,
.hire_solutions .hiresolution_list > li .cont_block  { width:100%; }
.hirebanner h1 { padding-left:0; }
.hirebanner h1 img { display:none; }
.hirebanner .banner_caption p { text-align:center; }
.hirebanner .hire_banner_list li::before { display:none; }
.hirebanner .hire_banner_list li { padding:15px; }


.PackagesSection .sectionTitle { text-align:center; padding:0; border:0; }
.PackagesSection .bgSection .package_title,
.PackagesSection .spl-dicount  { font-size: 36px; }
.portfolio_head_sec h2 { font-size:45px; }
.portfolio_wrap .portfolio_row .portfolio_description { border-bottom: 1px solid #00a4ec; }
.portfolio_wrap .portfolio_row:nth-child(2n) .portfolio_img_block { order: inherit; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing ul li .casestudy_box .cont_block { width:100%; }
.certification li { padding:60px 6px 0; }
.certification li::before {
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
-webkit-transform-origin: inherit;
-moz-transform-origin: inherit;
transform-origin: inherit;
}
.industries_list_inner ul li .head3 { font-size:17px; }
.technologies_sec .technoRow ul li { flex: 0 0 30%; } 
.search_sec input[type="text"] { height:50px; }
.search_sec input[type="submit"] { right:10px; top:9px; }
/* PPC Classes */
.ppc_certification_sec { margin-left:auto; margin-right:auto; }
.ppc_banner_wrap_d2 .ppc_contact_sec .contact_sec { clear:both; float:none; margin:20px auto; }
.ppc_header .header { text-align:center; }
.ppc_banner_wrap .banner_title::after { margin-left:auto; margin-right:auto; } 
.ppc_page .section_title,
.ppc_page .testimonial_sec h3 { font-size:35px; }
/* PPC Classes */
.ppc_header .ppc_top_right { display:none; }
.hire_process_sec .process_steps .process_box { height:110px; width:110px; }
.hire_process_sec .process_steps li .process_box .icon {
-webkit-transform:translate(-50%, -50%) scale(0.7);
-moz-transform:translate(-50%, -50%) scale(0.7);
-ms-transform:translate(-50%, -50%) scale(0.7);
-o-transform:translate(-50%, -50%) scale(0.7);
transform:translate(-50%, -50%) scale(0.7);
}
.hire_process_sec .process_steps li::before { border-size:1px; display:block; height:15px; width:15px; top:55px; }

.hiring_process_wrap .hiring_tabs .nav li { float:left; width:50%; }
.hiring_process_wrap .hiring_tabs .nav li a { border:0; }
.hiring_process_wrap .hiring_tabs .nav li:first-child a { border-right:1px solid #dfe1e5; }
.ppc_hiring_process .col_block .col_head { min-height:160px; }

.tech_tab_sec .tech_tab_wrap .nav li a { font-size:17px; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(5n+1),
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(-n+5),
.tech_tab_sec .tech_tab_wrap .tech_web_app li { width:33%; }
.tech_tab_sec .tech_tab_wrap .nav li a::before { display:none; }

.ppc_hiring_design h3,
.ppc_hiring_design ul li { text-align:center !important; }

body iframe[style*="z-index:1000002 !important"] {
transform: scale(0) !important;
}

.faq_sec .accordion-item { margin-bottom:10px; }




/* New Style */
.common_block { padding:50px 0; }

.p-heading-1 { font-size:45px; }
.p-heading-1 .small { font-size:26px; }
.p-heading-2 { font-size:36px; }
.p-heading-3 { font-size:26px; }
.p-heading-4 { font-size:24px; }
.p-heading-5 { font-size:21px; }

.footer_wrap .ftr_links,
.footer_wrap .copyright { text-align:center; }
.footer_wrap .footer_links .ftr_links { width:100%; }
.footer_wrap .social_links { margin-top:10px; text-align:center; width:100%;  }
.footer_wrap .address { padding-top: 20px; padding-bottom: 20px; }

.experience_sec ul { justify-content:center; }
.experience_sec ul li { flex-flow:column; text-align:center; }
.experience_sec ul li [class*="icon-"] { margin:0 auto 10px; text-align:center; width:65px; }
.experience_sec ul li [class*="icon-"]::before { 
-webkit-transform:scale(0.5);
-moz-transform:scale(0.8);
-ms-transform:scale(0.8);
-o-transform:scale(0.8);
transform:scale(0.8);
-webkit-transform-origin:center top;
-moz-transform-origin:center top;
transform-origin:center top;
}

.brand_slider_sec .slider_head { text-align:center; }
.brand_slider_sec .slider_head::after { display:none; }
.brand_slider_sec .slider_head,
.brand_slider_sec .slide_area { width:100%; }
.brand_slider_sec .slider_head .slide_title { font-size: 30px; }
.inner_form .form-group .iti__flag-container { display:none; }
.inner_form input[type="tel"] { padding-left:10px !important; }
.inner_form .form-group { margin:7px 0; }
/* New Style */

}



@media(max-width:767px) {
body:not(.home) h2,
body:not(.home) h3 { padding-bottom: 20px; }

.industries_sec .tab-pane { border:1px solid #00a4ec; margin:5px 0 0; display:block !important; opacity:1; }
.industries_sec .card-header { background:none; border:0; padding:15px; }
.industries_sec .card-header a { color:#585858; display:block; }

.tech_tab_sec .tech_tab_wrap { border:0; }
.tech_tab_sec .card { padding:0; }
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(5n+1),
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(-n+5),
.tech_tab_sec .tech_tab_wrap .tech_web_app li { border:0; }
.tech_tab_sec .tab-pane { border:1px solid #00a4ec; margin:5px 0 0; display:block !important; opacity:1; }
.tech_tab_sec .card-header { background:none; border:0; padding:15px; }
.tech_tab_sec .card-header a { color:#585858; display:block; }

.our_works .card-body { position:relative; }

.flutter_benefit_sec .benefit_title::before { display:none;  }
.flutter_benefit_sec .benefit_title { padding-bottom:20px; }

.subheading br { display:none; }
.webp_ .trusted_sec,
.trusted_sec { background:#19aeed; }
.trusted_sec .stats_sec ul li { display:inline-block; float:none; vertical-align:top; width:30%; }
.trusted_sec .stats_sec ul li:nth-child(4) { border:0; }

/* Home Tech Sec */
.tech_sec .tab-pane { border:1px solid #00a4ec;  display:block !important; margin:5px 0 0; padding:0; opacity:1; }
.tech_sec .card-header { background:none; border:0; padding:15px 45px 15px 15px; }
.tech_sec .card-header a[aria-expanded="false"]::after,
.tech_sec .card-header a[aria-expanded="true"]::after { content: ""; display: block; height: 10px; width: 10px; border-left: 2px solid #00a4ec; border-top: 2px solid #00a4ec; position: absolute; right: 20px; top: 21px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.tech_sec .card-header a[aria-expanded="true"]::after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.tech_sec .card-header a { color:#585858; display:block; }
.tech_sec .tab_content::before { display:none; }
.webp_ .tech_sec .tab-pane,
.tech_sec .tab-pane { background:#fff !important; }
.tech_sec .card [id*="collapse-"] > div { padding:0px 20px 20px; }
/* Home Tech Sec */


.meet_team { padding:50px 0; }
.common_sec { padding: 40px 0; }
.portfolio_wrap .portfolio_block .portfolio_box,
.portfolio_wrap .portfolio_block .portfolio_box.big { max-height:400px; height:auto !important; margin: 5px 0; }
.portfolio_wrap .portfolio_block .portfolio_box img { position: static; width: 100%; transform: none; }
.portfolio_wrap .portfolio_block .portfolio_box .portfolio_info { opacity:1; height:inherit !important; top:inherit; bottom:0; }
.portfolio_wrap .portfolio_block .portfolio_box .portfolio_title, 
.portfolio_wrap .portfolio_block .portfolio_box p { transform:none; opacity:1; }

.news_listing .news_box { padding:15px; }
.news_listing .news_box::before { display:none; }

.h_d_portfolio .d_port_img img { height:280px; }
.tech_expert ul li { width:50%; }
.industries_list_inner ul li:nth-child(-n+5),
.industries_list_inner ul li:nth-child(-n+3) { border-top:1px solid #e4e5e6; }
.industries_list_inner ul li:nth-child(-n+2) { border-top:0; }
.industries_list_inner ul li:nth-child(5n+1),
.industries_list_inner ul li:nth-child(3n+1) { border-left:1px solid #e4e5e6; }
.industries_list_inner ul li:nth-child(2n+1) { border-left:0; }

.contact_bnr { padding-bottom:30px; }
.contact_form .form-content .form-group { margin-bottom:5px; }
.contact_form .form-content .form-group input[type="text"],
.contact_form .form-content .form-group input[type="email"],
.contact_form .form-content .form-group input[type="tel"],
.contact_form .form-content .form-group select,
.contact_form .form-content .form-group textarea { font-size:15px; }
.pricinng_table_sec ul li.firstCol { display:none; }
.pricinng_table_sec #price3,
.pricinng_table_sec ul li.mainBox { margin:0 0 10px; width:100%; }
.pricinng_table_sec ul.detail li:first-child::before { content:"Hours : "; display:inline-block; margin:0 10px 0 0; }
.pricinng_table_sec ul.detail li:nth-child(2)::before { content:"Validity : "; display:inline-block; margin:0 10px 0 0; }
.pricinng_table_sec ul.detail li:nth-child(4)::before { content:"Unit Cost : "; display:inline-block; margin:0 10px 0 0; }
.pricinng_table_sec ul.detail li:nth-child(4)::before { content:"Price : "; display:inline-block; margin:0 10px 0 0; }
.portfolio_pagination,
.portfolio_head_sec .port_cont::before{ display:none; }
.portfolio_head_sec .port_cont { border:0; padding:0; }
.portfolio_head_sec h2 { font-size:35px; }
a.bottomContact { display:none; }
a.requestQoute { display:block; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing ul li:nth-child(2n+1) { top:inherit; }
.casestudy_lp .casestudy_listing_sec .casestudy_listing ul li { width:100%; }
.center_align_box .image { min-height:inherit; }
.technologies_sec .technoRow { padding:20px 10px; }
.technologies_sec .technoRow .tec-title,
.technologies_sec .technoRow ul { flex: 0 0 100%; }

.expertise_sec ul li,
.expertise_sec ul li:nth-child(3n+1) { border:1px solid #efefef; margin:-0.5px; padding:15px; }

.key_technology_sec .tech_box.w40,
.key_technology_sec .tech_box.w60 { width:100%; }

/* PPC Classes */
.ppc_experience_sec ul li { margin-bottom: 20px; padding: 60px 10px 0 10px; width: 32%; }
.ppc_header .ppc_top_right { display:none; }
.ppc_page .section_title { font-size: 28px; }
.ppc_banner_wrap .banner_title { font-size: 35px; }

.hiring_process_wrap .hiring_tabs .col_block { width:100%; }
.hiring_process_wrap .hiring_tabs .col_block .col_head { min-height:inherit; }

.hire_process_sec .process_steps li { margin:0 0 25px; padding:0 9px; width:48%; }
.hire_process_sec .process_steps li::before { display:none; }

.cta_design .cta_inner { text-align:center; }
.cta_design .image { width:100%; }
.cta_design .image img { max-width:240px; }
.cta_design .cont_box { padding:20px 0 0; width:100%; }
.cta_design .cont_box .cta_title,
.cta_design .cont_box .cta_title span { font-size:24px; }
.cta_design .cont_box .cta_btn { font-size:18px; padding:13px; }

.review_sec .review_box { background:#232122; text-align:center; border:1px solid rgba(255,255,255,0.1); margin-bottom:20px; }
.customize_business .carousel-inner .customize_business_box { max-width:360px; margin:auto; } 


.contact_bnr { padding-top:70px; }
.contact_info ul li { width:100%; }
.contact_info ul li a { border-left:0; border-bottom:2px solid #d6d6d6; }
.contact_info { padding:40px 0 0; }

.t_trustpilot_sec { width:100%; max-width:100%; }
.t_trustpilot_sec .t_head,
.t_trustpilot_sec .t_pilot { display:block; max-width: 100%; padding: 0; text-align: center; }
.t_trustpilot_sec .t_pilot { border:0; border-top: 1px solid #e7e7e7; padding: 15px 0 0; margin-top: 15px; }


/* New Style */
.arrow-btn-black { font-size:18px; }
.footer_wrap .footer_inner [class*="col-"] { width:100%; }
.experience_sec ul li { padding-top:20px; padding-bottom:20px; width:33.33%; }
.about_page .vis_mis_inner .mission_sec { margin:10px 0; width:100%; }
.meet_team_sec .team_sec [class*="col-"] { text-align:center; }
/* New Style */



}

@media(max-width:640px) {
.top_info { display:none; }
.btn-large { font-size: 18px; padding: 11px 31px !important; }
.h1 { font-size:38px; }
.home_banner h1 { font-size: 40px; }
.home_banner h1 span { font-size: 30px; }
.home_banner .bnr_subhead br { display:none; }
.home_banner .btn_text span { display:block; margin-top:30px; }

.hiring_process_sec .tab_wrap .tabs-nav li { width:49%; }
.hiring_process_sec .tab_wrap .tabs-nav li a { font-size:18px; padding:19px 10px; }
.faq_accordion .faqaccordion_title { padding: 8px 15px; }
.single_casestudy_page .challenges_sec ul li { padding:20px; width:50%; }
.services_d2 .block_ser_list ul li { width:100%; }

.services_d4 li { width:100%; }
.flutter_serv { padding:0 15px; }

.flutter_serv li [class*="icon-"] { top:10px; }
.services_d4 li .inner_block { margin-bottom:20px; }
.flutter_benefit_sec .benefit_block,
.flutter_benefit_sec .benefit_block:first-child { padding:20px 0; margin:0; }
.listing_type2 li { font-size:17px; padding: 12px 25px; }
.listing_type2 li::before { left:5px; }

.home_device_portfolio .carousel-item .item_box { height:760px; }
.home_device_portfolio .d_port_desc { font-size:15px; }
.home_device_portfolio .d_port_desc .description_inner img { display: inline; max-height:70px; max-width:150px; }
.home_device_portfolio .slide_ten .d_port_desc .d_port_title,
.home_device_portfolio .d_port_desc .d_port_title { font-size: 25px; padding: 0 0 15px; }
.home_device_portfolio .carousel-control-next,
.home_device_portfolio .carousel-control-prev { height:40px; width:40px; }
.home_device_portfolio .carousel-control-next .carousel-control-next-icon,
.home_device_portfolio .carousel-control-prev .carousel-control-prev-icon { height:1.5rem; width:1.5rem; }

.our_works .carousel-control-next,
.our_works .carousel-control-prev { height:40px; width:40px; }
.our_works .carousel-control-next .carousel-control-next-icon,
.our_works .carousel-control-prev .carousel-control-prev-icon { height:1.5rem; width:1.5rem; }

.review_sec .carousel-control-next,
.review_sec .carousel-control-prev { height:40px; width:40px; }
.review_sec .carousel-control-next .carousel-control-next-icon,
.review_sec .carousel-control-prev .carousel-control-prev-icon { height:1.5rem; width:1.5rem; }

.customize_business .carousel-control-next,
.customize_business .carousel-control-prev { height:40px; width:40px; }
.customize_business .carousel-control-next .carousel-control-next-icon,
.customize_business .carousel-control-prev .carousel-control-prev-icon { height:1.5rem; width:1.5rem; }
.customize_business .carousel-control-prev { left:0px; }
.customize_business .carousel-control-next { right:0px; }


.services_shadowb_d .inner_block { padding:15px; }
.center_align_box .box { padding:15px; }
.shadow_box_design .box { padding:25px; }
.progress_wrap .process_steps li { display: block; margin: 0 2% 36px; width: 96%; } 
/* PPC Classes */
.ppc_banner_list li { width:100%; margin:0 0 15px; }
.our_services ul li h5 br { display: none; }

.ppc_banner_list_d2 li { width:100%; margin:0 0 15px; }
/* PPC Classes */
.ppc_brand_sec picture img { max-width:150px; }

.portfolio_wrap .portfolio_block [class*="col-"] { width:100%; }

/* New Style */
.ftr_info_sec,
.inner_form { padding:15px; }
/* New Style */
}

@media(max-width:575px) {
.industry_sec .industry_list ul li,
.brand_sec .brands_logo ul li { width:50%; }
.hire_solutions .hiresolution_list > li { border:0; width:100%; }

.ppc_brand_sec [class*="col-"] { width:50%; }
.key_technology_sec .tech_box ul li { width:50%; }

.services_sec ul li,
.services_sec ul li:nth-child(2n+1),
.services_sec ul li:nth-child(3n+1) { margin:0 0 20px; width:100%; }

.border_blocks li { width:100%; }
.tech_expert ul li { width:100%; }
.border_blocks_d2 li { width:100%; }
.hire_banner_list li { margin:0 0 5px; width:100%; }
.hiring_model ul li { width:100%; }
.hiring_model_new ul li { width:100%; }
.featured_sec ul li { width:50%; }
.key_technology_d2 .key_technology_list ul li { width:50%; }
.hiring_process_wrap .hiring_tabs .nav li a { padding:15px; }
.hiring_process_wrap .hiring_tabs .nav li a::before { display:none; }

.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(5n+1),
.tech_tab_sec .tech_tab_wrap .tech_web_app li:nth-child(-n+5),
.tech_tab_sec .tech_tab_wrap .tech_web_app li { width:50%; }

.single_casestudy_page .challenges_sec ul li { width:100%; }
.single_casestudy_page .result_sec ul li { display:block; }

.certification_logo [class*="col-"] { width:33.33%; }
}



@media(max-width:540px) {
.asp_core_bnr,
.blockchain_bnr { background-image:none; }

.key_benefit ul li { margin: 10px 0; width: 100%; }
.key_benefit ul li .key_benefits_box { margin:0; }

.about_page .core_values ul li { width:100%; }

}

@media(max-width:480px) {
.header .logo img { max-width:130px; }
.header .navbar { left:-100%; width:100%; }

.header_top { text-align: center; }
.header_top .top_info,
.header_top .social_link { display: inline-block; float: none; }
.header_top .top_info li a,
.header_top .social_link li a { height: 40px; width: 35px; }
.header_top .top_info li a { padding: 10px 9px; }

.review_sec .trust_pilot { max-width:150px; }

.app_services ul li { width:100%; }
.trusted_sec .stats_sec ul li { border:0; width:48%; }

.hire_services ul li { width:100%; }
.ppc_experience_sec ul li { width: 48%; }

.tech_tab_sec .tech_tab_wrap .tech_web_app li::before { transform:scale(0.6); }

/* New Style */
.experience_sec ul li { width:50%; }
.about_page .vis_mis_inner .mission_sec .circle_block { padding:20px; }
/* New Style */
}
@media(max-width:360px) {
.main_banner_wrap .contact_sec { margin:0; }
.h_d_portfolio .d_port_img img { max-width:90%; }
}
/* responsive-new.css ends */