body,*{
    outline:0;
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html {
    line-height: 1.15; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}
article, aside, footer, section {
    display: block;
    position: relative;
}
cite, em, var, dfn {
    font-style: inherit;
}
figcaption, figure, main { 
    display: block;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
}
pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
}
a {
    background-color: transparent; 
    -webkit-text-decoration-skip: objects; 
}

abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}





.home-award-sec {
background-image:url(../images/news_bg2.jpg);
    
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow-y: hidden;
    height: 640px;
    background-color: #fafafa;
	
}

.bg_div{
margin-top:70px;
}


.nmls_txt{
	color: #bab5b5;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	    margin-bottom: 20px;
	}
	
	
	
	/* careerform */
	
	.box_div{
	background: white;
    border-radius: 3px;
    text-align: left;
    width: 100%;
    /* float: left; */
    padding: 35px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
	margin-top:20px;
	text-align:justify;
	
	}
	
	.txt_box_one{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    font-family: 'lato', sans-serif;
    color: #39373a;
	}
	
.click_btn{
padding: 15px 20px 15px 20px;
    background: #3288d7;
    color: #fff;
    width: 200px;
    display: table;
    width: 175px;
    border-radius: 2px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
	margin: 0 auto;
	margin-top:20px;
}


.click_btn:hover{
background:#000;
color:#fff;
}


.from_none{
	display:none;
}
	
	
	/* careerform */
	
	
	
	/* Corporate slider */


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -90px;
}
#quote-carousel .carousel-control.right {
    right: -90px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.txt_center_one{
text-align:left;
}

.great_div{
	    background: #fff;
    border: 10px solid rgb(13, 155, 199);
   
	box-sizing:border-box;
}






.top_icon_down{

margin-top:75%;
}

.iener_pvt{
    padding: 20px 0;
}


/* Corporate slider */
	
	

/* mmmmmmmmmmmmmmmm */

.draw-border1 {
    box-shadow: inset 0 0 0 1px #7e7f80;
    color: #242121;
    transition: color 0.25s 0.083s;
    -ms-transition: color 0.25s 0.083s;
    -webkit-transition: color 0.25s 0.083s;
    position: relative;
    padding: 7px 16px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background: transparent;
}
.draw-border1::before, .draw-border1::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}
.draw-border1::before {
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.draw-border1::after {
    border-top-width: 1px;
    border-right-width: 1px;
}
.draw-border1:hover {
    color: #0d9bc7;
}
.draw-border1:hover::before, .draw-border1:hover::after {
    border-color: #024471;
    transition: border-color 0s, width 0.25s, height 0.25s;
    -ms-transition: border-color 0s, width 0.25s, height 0.25s;
    -o-transition: border-color 0s, width 0.25s, height 0.25s;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}
.draw-border1:hover::before {
    transition-delay: 0s, 0s, 0.25s;
    -o-transition-delay: 0s, 0s, 0.25s;
    -ms-transition-delay: 0s, 0s, 0.25s;
    -webkit-transition-delay: 0s, 0s, 0.25s;
}
.draw-border1:hover::after {
    transition-delay: 0s, 0.25s, 0s;
    -o-transition-delay: 0s, 0.25s, 0s;
    -ms-transition-delay: 0s, 0.25s, 0s;
    -webkit-transition-delay: 0s, 0.25s, 0s;
}

.border_cop{
	    border: 10px solid rgb(13, 155, 199);
    display: table;
	}
/* mmmmmmmmmmmmmmmm */


.follow_sec{
background: #ececec;
}

.one1 {
 padding: 5px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
    border-radius: 50px;
    line-height: 26px;
	background: #3B5998;
  color: white;
}

.one1:hover {
    opacity: 0.7;
}





.one2 {
 padding: 5px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
    border-radius: 50px;
    line-height: 26px;
	background: #55ACEE;
  color: white;
}

.one2:hover {
    opacity: 0.7;
}




.one3 {
 padding: 5px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
    border-radius: 50px;
    line-height: 26px;
	background: #55ACEE;
  color: white;
   background: #007bb5;
  color: white;
}

.one3:hover {
    opacity: 0.7;
}







.one4 {
 padding: 5px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
    border-radius: 50px;
    line-height: 26px;
	background: #ca3a95;
  color: white;
}

.one4:hover {
    opacity: 0.7;
}





.one5 {
 padding: 5px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
    border-radius: 50px;
    line-height: 26px;
	 background: #bb0000;
  color: white;
}

.one5:hover {
    opacity: 0.7;
}



.follow_top {
    width: 100%;
    /* background: #f6f6f6; */
    /* float: left; */
    /* padding-top: 25px; */
}

.follow_left{
width:auto;
text-align:center;

}

.follow_left h2{
width: auto;
    text-align: center;
    font-size: 30px;

}


.follow_left h2::before {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
   width: 100px;
    height: 1px;
    background: #5f5d60;
    top: -32px;
}




.follow_right{
width: auto;
    text-align: center;
    padding-top: 21px;
    clear: both;

}



.Follow_fb {
 padding: 5px;
    font-size: 31px;
    width: 63px;
    height: 63px;
    text-align: center;
    text-decoration: none;
    margin-right: 17px;
    border-radius: 50px;
    line-height: 56px;
    background: #3B5998;
    color: white;
}

.Follow_fb:hover {
    opacity: 0.7;
}





.Follow_twitter {
 padding: 5px;
    font-size: 31px;
    width: 63px;
    height: 63px;
    text-align: center;
    text-decoration: none;
    margin-right: 17px;
    border-radius: 50px;
    line-height: 56px;
	background: #55ACEE;
  color: white;
}

.Follow_twitter:hover {
    opacity: 0.7;
}




.follow_linkedin {
 padding: 5px;
   font-size: 31px;
    width: 63px;
    height: 63px;
    text-align: center;
    text-decoration: none;
    margin-right: 17px;
    border-radius: 50px;
    line-height: 56px;
   background: #007bb5;
  color: white;
}

.follow_linkedin:hover {
    opacity: 0.7;
}



.follow_insta {
 padding: 5px;
   font-size: 31px;
    width: 63px;
    height: 63px;
    text-align: center;
    text-decoration: none;
    margin-right: 17px;
    border-radius: 50px;
     line-height: 56px;
	background: #ca3a95;
  color: white;
}

.follow_insta:hover {
    opacity: 0.7;
}





.follow_yout {
 padding: 5px;
   font-size: 31px;
    width: 63px;
    height: 63px;
    text-align: center;
    text-decoration: none;
    margin-right: 17px;
    border-radius: 50px;
     line-height: 56px;
	 background: #bb0000;
  color: white;
}

.follow_yout:hover {
    opacity: 0.7;
}

.our_parent_txt{
	background-color: #2c2d2d;
    color: #fff;
    font-size: 13px;
    /* line-height: 32px; */
    padding: 9px 0px 0px 0px;
    width: 100%;
    display: table;
border-top: 1px solid #333535;
}



/* mmmmmmmmmmmmmmmm */











/* Forms */


button, input, optgroup, select, textarea {
    /*font-family: sans-serif; */
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0; 
}
button, input { 
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button; 
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, 
[type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, 
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; 
    white-space: normal; 
}
progress {
    display: inline-block; 
    vertical-align: baseline; 
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; 
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit; 
}

/* Interactive
   ========================================================================== */

details, menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

ul{
    list-style:none;
    margin: 0;
}
a{
    text-decoration:none;
    font-size: 16px;
    color: #383838;
    font-weight: 500;
}
h1{
    font-size:50px;
}
h2{
    font-size:40px;
}
h3{
    font-size: 26px;
}
h1,h2,h3,h4,h5,h6{
    text-transform: uppercase; 
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}
img{
    outline:0 none;
    border:0 none;
    max-width: 100%;
}
a:hover{
    color: #0073ae;
}
a:focus,a:hover{
    outline:0 none;
    color: #0073ae;
    text-decoration: none;
}
img:focus,img:visited,img:hover{
    outline:0 none;
    border:0 none;
}
.grid-center {
    float: none;
    margin: auto;
    clear: both;
}


/*Author: Dharmendra Rathore */

body{
    font-family: 'lato', sans-serif;
    color: #39373a;
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
}
.warpper {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.container{
    position: relative;
}
#main {
    margin-top: 80px;
}
.header {
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    background: #fff;
    transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    height: 120px;
}
.header-height{
    height: 100px;
    box-shadow: 0 0 7px #777;
}
.logo {
    padding-top: 0px;
    transition: padding-top 0.5s ease-in-out;
    -o-transition: padding-top 0.5s ease-in-out;
    -ms-transition: padding-top 0.5s ease-in-out;
    -webkit-transition: padding-top 0.5s ease-in-out;
}
.logo > a {
    display: inline-block;
}
.logo-pding{
    padding-top: 0px;
}
.logo img {
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.imgsticky {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
}
.header ul li {
    display: inline-block;
    position: relative;
}
.menubar {
    width: 30px;
    position: absolute;
    cursor: pointer;
    height: auto;
    display: none;
    margin-top: 0;
    right: 15px;
    top: 15px;
}
.menubar > span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #3791bf;
    margin: 5px 0 0;
    transition: 0.4s;
    cursor: pointer;
}
.closenav {
    display: none;
    width: 25px;
    position: relative;
    float: right;
    height: 25px;
    margin-top: -45px;
    cursor: pointer;
    margin-right: -5px;
}
.closenav > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3791bf;
    margin: 4px 0;
    transition: 0.4s;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 0;
}
.closenav span:nth-child(1) {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.closenav span:nth-child(2) {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.navigation {
    clear: both;
    margin-top: 12px;
    float: left;
   /* margin-left: 53px;*/
}
.navigation > ul li {
    margin-right: 20px;
}
.navigation ul > li > a {
    display: block;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    padding: 5px 5px;
    font-size: 17px;
}
.navigation > ul ul {
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    left: 0;
    top: 32px;
    display: none;
    text-transform: capitalize;
    text-align: center;
    border-top: 2px solid #3791bf;
    box-shadow: 0 0 4px #777;
    padding: 10px;
}
.navigation > ul ul li {
    margin: 0;
    border-bottom: 1px solid #ddd;
    display: block;
}
.navigation > ul ul li:last-child {
    border: 0;
}
.navigation > ul ul li a {
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
}
.navigation > ul li:hover ul {
    display: block;
}
.plusmobile {
    display: none;
}
.howlink {
    float: right;
    margin-top: 12px;
}
.top-header {
    text-align: right;
    margin-bottom: 40px;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.topmb-sticky{
    transition: margin-bottom 0.5s ease-in-out;
    -o-transition: margin-bottom 0.5s ease-in-out;
    -ms-transition: margin-bottom 0.5s ease-in-out;
    -webkit-transition: margin-bottom 0.5s ease-in-out;
    margin-bottom: 20px;
}
.top-header li {
    margin-left: 2px;
}
.top-header li:first-child {
  /*  margin-right: 15px;
    margin-left: 0;*/
}
.top-header li a {
    font-size: 18px;
    vertical-align: middle;
    display: block;
}
.top-header li a .fa.fa-phone {
    color: #3791bf;
    font-size: 25px;
    vertical-align: middle;
}
.howlink > a {
    color: #fff;
    background-color: #3791bf;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#mainSlider{
    opacity: 1;
}
.home-owl-slide .item {
    height: 850px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-owl-slide .item::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #072537;
    opacity: .65
}
.home-item-slide {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #fff;
}
.home-item-slide .text{
    max-width: 1140px;
    margin: auto;
}
.home-item-slide .text p {
    font-size: 16px;
}
.text h1 {
    margin-bottom: 5px;
    text-transform: inherit;
}
.findbtn{
    background: transparent;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}
.findbtn:hover, .findbtn:focus{
    color: #fff;
}
.findbtn > i {
    vertical-align: middle;
    padding-left: 5px;
}
.padding-t-b{
    padding: 70px 0;
    position: relative;
}
.bpo-r-img {
    box-shadow: 10px 10px 10px 0px #dcdcdc;
    position: relative;
    z-index: 1;
}
.bpo-r-img::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 30px;
    background: #ddf7ff;
    width: 160px;
    height: 400px;
    z-index: -1;
}
.circle-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #055874;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    display: table;
    top: 0;
    left: 0;
}
.circle-icon::before {
    content: '';
    position: absolute;
    left: 28px;
    top: -70px;
    width: 1px;
    height: 70px;
    z-index: 0;
    background: #055874;
}
.circle-icon > img {
    padding-top: 15px;
    width: 28px;
    height: auto;
}

	
 .award_div{	
	 padding-top:70px;
} 

.iconsbg{
    width: 35px;
    height: 50px;
    background-image: url(../images/sprites.png);
    background-position: -7px -140px;
    background-repeat: no-repeat;
    padding: 0px 0 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}
.sericon {
    background-position: -73px -141px;
}
.circle-icon.cir-ic-2 {
    right: 0;
    left: auto;
}
.bpo-txt {
    padding-top: 120px;
}
.bpo-txt h3{
    color: #0795de;margin-bottom: 0;
}
.bpo-txt h2 {
    margin-bottom: 15px;font-size: 30px;
    padding-bottom: 10px;
    position: relative;
}
.bpo-txt h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    background: #39373a;
}
.readmore-btn {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    position: relative;
    color: #242121;
    margin-top: 10px;display: table-caption;
}
.readmore-btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
rect.shapelight {
    fill: transparent;
}
rect.shape {
    stroke-dasharray: 100% 65%;
    stroke-dashoffset: -320%;
    stroke-width: 1px;
    fill: transparent;
    -webkit-transition: stroke-width 1s,stroke-dashoffset 1s,stroke-dasharray 1s;
    -o-transition: stroke-width 1s,stroke-dashoffset 1s,stroke-dasharray 1s;
    transition: stroke-width 1s,stroke-dashoffset 1s,stroke-dasharray 1s;
    stroke: #0073ae;
}
.textbtn {
    padding: 8px 16px;;
    white-space: nowrap;
}
.readmore-btn:hover .shape {
    stroke-dashoffset: -350%;
    stroke-dasharray: 100% 0%;
}
.line-left {
    position: absolute;
    background: #7cbfb7;
    height: 1px;
    width: 305px;
    left: 0;
    bottom: 40px;
}
.inr-p-txt h3{
    margin-bottom: 10px;
}
.home-our-ser {
    background-image: url(../images/our-ser-bgimg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;overflow-y: hidden;
    height: 640px;
    background-color: #fafafa;
}
.oursers-r-box {
    background-color: #0d9bc7;
    padding: 6px;
    clear: both;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.oursers-r-box li {
    background-color: #055672;
    display: inline-grid;
    width: 33.33%;
    height: 135px;
    float: left;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 2px solid #0d9bc7;
    padding: 10px 15px 0;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.oursers-r-box li:hover {
    /*background-color: #0d9bc7;*/
}
.oursers-r-box li .oursericons {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-image: url(../images/sprites.png) !important;
    margin: auto;
}
.oursericons.icons-2 {
    background-position: -69px 0;
}
.oursericons.icons-3 {
    background-position: -134px 0px;
}
.oursericons.icons-4 {
    background-position: -200px 0;
}
.oursericons.icons-5 {
    background-position: -267px 0;
}
.oursericons.icons-6 {
    background-position: -330px 0;
}
.oursericons.icons-7 {
    background-position: -405px 0;
}
.oursericons.icons-8 {
    background-position: -475px 0;
}
.oursericons.icons-9 {
    background-position: -549px 0;
}
.oursers-r-box li span {
    line-height: 16px;
    vertical-align: top;
}
.oursers-r-box li img {
    margin: auto;
    text-align: center;
    width: 45px;
    display: block;
}
.oursers-r-box::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 65%;
    width: 35%;
    box-shadow: 10px 10px 10px 0px #d9d9d9;
    z-index: -1;
}
.home-we-grow-sec {
    padding: 20px 0;
    background-image: url(../images/we-grow.jpg);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    color: #fff;
}
.home-we-grow-sec::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(10, 116, 142, 0.7);
}
.we-title h3 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 16px;
}
.wegrow-listing {
    padding-left: 40px;
    border-left: 3px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wegrow-listing ul {
    float: left;
}
.wegrow-listing li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
}
.wegrow-listing li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(../images/sprites.png);
    background-position: -318px -165px;
    width: 20px;
    height: 24px;
}
.we-title{
    padding-top: 20px;
}
.wegrow-listing .draw-border{margin-top: 30px;}
.jointxt .draw-border{margin-top: 0;}
.draw-border {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
    transition: color 0.25s 0.083s;
    -ms-transition: color 0.25s 0.083s;
    -webkit-transition: color 0.25s 0.083s;
    position: relative;
    padding: 10px 12px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background: transparent;
}
.draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}
.draw-border::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}
.draw-border::after {
    border-top-width: 2px;
    border-right-width: 2px;
}
.draw-border:hover {
    color: #0d9bc7;
}
.draw-border:hover::before, .draw-border:hover::after {
    border-color: #0d9bc7;
    transition: border-color 0s, width 0.25s, height 0.25s;
    -ms-transition: border-color 0s, width 0.25s, height 0.25s;
    -o-transition: border-color 0s, width 0.25s, height 0.25s;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}
.draw-border:hover::before {
    transition-delay: 0s, 0s, 0.25s;
    -o-transition-delay: 0s, 0s, 0.25s;
    -ms-transition-delay: 0s, 0s, 0.25s;
    -webkit-transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
    transition-delay: 0s, 0.25s, 0s;
    -o-transition-delay: 0s, 0.25s, 0s;
    -ms-transition-delay: 0s, 0.25s, 0s;
    -webkit-transition-delay: 0s, 0.25s, 0s;
}

.readmore{box-shadow: inset 0 0 0 1px #0795de;}
.readmore{padding: 7px 14px; color: #39373a; display: inline-block; margin-top: 15px;}

.findbtn{
    padding: 8px 15px;
}
.wegrow-listing .draw-border {
    color: #fff;
}
.indus-title {
    margin-bottom: 50px;
    padding: 0 130px;
}
.industry-silde {
    margin-bottom: 15px;
    padding: 0 40px;
}
.industry-silde .item {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 265px;
    display: table;
    z-index: 1;
    box-shadow: 10px 5px 10px #a7a7a7;
    margin-bottom: 15px;
    /*filter: grayscale(100%);*/
}
.industry-silde .item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.industry-silde .owl-item img {
    width: auto;
    margin: 15px auto;
}
.gaming{
    background-blend-mode: screen;
    background-color: #262323;
}
.gaming::before {
    background-color: rgba(38, 35, 35, 0.35);
}
.telecom{
    background-blend-mode: screen;
    background-color: #262323;
}
.telecom::before {
    background-color: rgba(38, 35, 35, 0.35);
}
.automobiles{
    background-blend-mode: multiply;
    background-color: #929191;
}
.automobiles::before {
    background-color: rgba(146, 145, 145, 0.35)
}
.healthcare{
    background-color: #5c5657;
    background-blend-mode: hard-light;
}
.healthcare::before {
    background-color: rgba(92, 86, 87, 0.6);
}
.industry-silde .item:hover{
    background-color: #14567b;
}
.industry-silde .item:hover::before{
    background-color: rgba(20, 86, 123, 0.6);
}
.indus-item {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}
.industicon{
    width: 100px;
    height: 69px;
    margin: 0 auto 15px;
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
}
.icongaming{
    background-position: 20px -59px;
}
.iconconsumer {
    background-position: -213px -59px;
}
.iconautomobiles {
    background-position: -413px -59px;
}
.iconhealthcare {
    background-position: -517px -59px;
}
.iconecommerce {
    background-position: -128px -59px;
}
.iconbanking {
    background-position: -310px -59px;
}
.icondth {
    background-position: -60px -59px;
    width: 90px;
}
.icontravel {
    background-position: -600px -59px;
}
.icontelecom {
    background-position: -690px -59px;
}
.indus-item h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}
.indus-item a {
    padding: 8px 25px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}
.industry-silde .owl-nav button.owl-prev, .industry-silde .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 50px;
    text-indent: -9999px;
}
.industry-silde .owl-nav button:focus, .industry-silde .owl-nav button:focus{
    border: none !important;
    outline: 0 !important
}
.industry-silde .owl-nav button.owl-prev {
    background: url(../images/sprites.png) no-repeat;
    background-position: -207px -137px;
}
.industry-silde .owl-nav button.owl-next {
    background: url(../images/sprites.png) no-repeat;
    background-position: -178px -137px;
    left: auto;
    right: 0;
}
.home-joinsec{
    background-image: url(../images/join-bg-img.jpg);
    padding: 30px 0;
}
.home-joinsec::before{
    background-color: transparent;
}
.wegrow-listing p {
    font-size: 16px;
    line-height: 25px;
}
.jointxt a{
    padding:8px 25px;
}
.home-solutions-sec {
    background-image: url(../images/solution-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fff;
    height: auto;
    background-size: contain;
}
.solutions-pro {
    margin-top: 50px;
}
.solutions-container-tabs {
    width: 78%;
    float: left;
}
.solutions-tabs {
    float: right;
    width: 22%;
}
.solutions-tabs ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.solutions-tabs ul.tabs li{
    background: #37363c;
    color: #aba9a9;
    display: block;
    padding: 30px 15px;
    height: 92.4px;;
    cursor: pointer;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    line-height: 22px;
    vertical-align: middle;
}
.solutions-tabs ul.tabs li > img, .solutions-tabs ul.tabs li svg {
    margin-right: 10px;
    width: 30px;
    vertical-align: middle;
}
.solutions-tabs ul.tabs li.current{
    background-color: #1d88c8;
    color: #fff;
}
.solutions-tabs ul.tabs li.current .imgsvg path {
    fill: #fff;
}
.solutions-tabs ul.tabs li:hover .imgsvg path{
    fill: #fff;
}
.solutions-tabs ul.tabs li:hover {
    background: #1d88c8;
    color: #fff;
}
.imgsvg path {
    fill: #b3b3b3;
}
.cls-1 {
    fill: none;
}
.solutions-tabs ul.tabs li:last-child {
    border-bottom: 0;
}
.solutions-container-tabs .tab-content{
    display: none;
    background-color: #1d88c8;
    padding: 30px;
    color: #fff;
    width: 100%;
    clear: both;
    float: left;
    height: 462px;
}
.solutions-container-tabs .tab-content.current{
    display: inherit;
}
.img-solu {
    max-width: 325px;
    width: 100%;
    float: left;
    box-shadow: 5px 10px 20px #2a6995;
    clear: both;
}
.solu-txt {
    max-width: 480px;
    width: 100%;
    float: right;
    padding-top: 20px;
    padding-left: 15px;
}
.solu-txt h3 {
    font-size: 21px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 28px;
    position: relative;
}
.solu-txt h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    width: 100px;
    height: 1px;
}
.solu-txt p {
    line-height: 25px;
    margin-bottom: 25px;
}
.solu-txt a {
    padding: 7px 20px;
}
.solu-txt a:hover {
    color: #fff;
}
.padng0{
    padding-top: 0;
}
.visitus-sec {
    padding: 70px 0;
    background-image: url(../images/iener-bgimg.jpg);
    background-blend-mode: soft-light;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #045571;
    z-index: 1;
    color: #fff;
}
.visitus-sec::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 85, 113, 0.7);
    z-index: -1;
}
.visitsu > figure {
    max-width: 330px;
    float: left;
    background-color: #dae9ed;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}
.visitsu-txt {
    float: left;
    max-width: 470px;
    width: 100%;
    margin-left: 30px;    margin-top: 10px;
}
.visitsu-txt p {
    font-size: 16px;
}
.visitsu-txt a{
    padding: 7px 25px;
}
.footer {
    background-color: #2a2c2d;
    color: #fff;
    padding: 60px 0 0;
}
.links-ftr a {
    color: #bab5b5;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.links-ftr {
    margin-bottom: 50px;
    min-height: 240px;
    border-right: 1px solid #414445;
}
.links-ftr h4{
    font-weight: 500;
}
.bordernone{
    border-right: 0;
}
.logo-ftr {
    margin-bottom: 30px;
    display: inline-block;
}
.ftr-bottom {
    border-top: 1px solid #414445;
    padding: 20px 0;
}
.bottom-link ul {
    float: left;
    text-align: center;
    display: contents;
}
.bottom-link {
    text-align: center;
}
.bottom-link li {
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #fff;
}
.bottom-link a {
    color: #fff;
    font-weight: 400;
}
.bottom-link li > a {
    padding: 0 5px;
    display: inline-block;
}
.copyright {
    background: #242525;
    padding: 20px 0;
}
.copyright p {
    font-size: 16px;
    margin: 0;
}
.bottom-link .connected li{
    border-right: 0;
    padding: 0;
}
ul.connected {
    padding-left: 8px;
    text-align: right;
}
.connected li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}
.connected li a {
    padding: 0 5px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
}
.bottom-link a:hover, .links-ftr a:hover, .connected li a:hover{
    color: #0073ae;
}
.gotoTopBtn {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 7;
    display: block;
    border-radius: 50%;
    background: #1d88c8 url(../images/sprites.png) no-repeat;
    background-position: -273px -150px;
    opacity: .8;
}

/*about page css*/

.banner-inner {
    height: 400px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-blend-mode: soft-light;
    background-color: #072537;
}
.banner-inner::before {
    content: '';
    background: rgba(7, 37, 55, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .65;
}
.bnr-inr-txt {
    text-align: center;
    color: #fff;
    max-width: 820px;
    width: 100%;
    margin: auto;
    position: relative;
    top: 150px;
}
.bnr-inr-txt > h2{
    text-transform: inherit;
    font-weight: 500;
    font-size: 50px;
}
.bnr-inr-txt > p {
    font-size: 16px;
}
.innerpage-links {
    background-color: #464646;
    text-align: center;
    width: 100%;
    box-shadow: 0px 0px 7px #000;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.inrlinkfixed {
    position: fixed;
    top: 105px;
    left: 0;
    /*animation: smoothScroll 0.5s forwards;*/
    animation: none;
    z-index: 7;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.pageslinks li {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.pageslinks li > a {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 300;
    padding: 10px 8px;
    position: relative;
}
.pageslinks li > a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #00aeef;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.pageslinks li > a.active::before{
    width: 100%;
}
.pageslinks li > a:hover::before {
    width: 100%;
}
.inr-p-txt > h2{
    text-transform: inherit;
}
.inr-p-txt p {
    text-align: justify;
}
/*.inr-p-img::before {
    left: -17px;
    top: 55px;
    width: 60px;
    height: 335px;
}*/
.inr-p-txt ul{margin-bottom: 10px;}
.inr-p-txt ul li{
    position: relative;
    padding-left: 15px;
}
.inr-p-txt ul li::before{
    content: url(../images/accountarrow.png);
    position: absolute;
    left: 0;
    top: 0px;
}
.inr-p-txt {
    padding-top: 60px;
}
.strategic-banner{
    background-image: url('../images/strategic.png');
    height: auto;
}
.strategic{
    padding-top: 30px;
}
.strategic-before::before{
    box-shadow: none;
}
.strategic-before li span{
    font-weight: 700;
    letter-spacing: 0.5px;
}
.global-sec {
/*    background-image: url(../images/global-bg.jpg);*/
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 10px 0;
    background-color: #044b66;
    background-blend-mode: soft-light;
    color: #fff;
    position: relative;
    z-index: 1;
}
.global-sec::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    z-index: -1;
    background-color: #044b66;
}
.global h2 {
    position: relative;
}
.global h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100px;
    background: #fff;
    right: 0;
    margin: auto;
}
.global-counter span {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
}
.global-counter  .pluscount{
    font-size: 16px;
    font-weight: 400;
}
.global-counter p {
    font-size: 16px;
}
.global-counter {
    text-align: center;
}
.global-counter li {position: relative;
    display: inline-block;
    text-align: center;
    max-width: 250px;
    width: 100%;
    margin-top: 0;
    padding: 32px 15px 32px;
    margin: 0 30px;
}
.global-counter li:after{position: absolute;content: "";right: 0;top: 36%;background: #fff;width: 2px;height: 50px}
.global-counter li img{display: block;margin: 0 auto}
.global-counter li:last-child:after {content: none}
.global-counter li:last-child {
    margin-right: 0;
}
.Offerings-sec {
    background-color: #f6f6f6;
    padding: 60px 0;
}
.our-off-title {
    text-align: center;
}
.our-off-title h2 {
    position: relative;
    padding-bottom: 10px;
}
.our-off-title h2 > span {
    display: block;
    font-size: 26px;
    color: #0795de;
}
.our-off-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #5f5d60;
}
.Offerings-services li {
    display: inline-block;
    width: 33.33%;
    float: left;
    position: relative;margin-left: -1px
}
.serv-prot {
    width: 100%;
    position: relative;
    height: 315px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    box-shadow: 0px 5px 10px #777;
    background-size: cover;
    opacity: .80;
    background-color: rgba(22, 21, 20, 0.66);
    background-blend-mode: overlay;
    color: #fff;
    display: table;
    vertical-align: middle;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.Offerings-services li:hover .serv-prot {
    margin-top: -60px;
    height: 375px;
    background-color: rgb(4, 107, 133);
    background-blend-mode: soft-light;
}
.tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.serv-prot h3 {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
}
.Offerings-services {
    margin-top: 100px;
}
.overplay-off {
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    bottom: 30%;
    z-index: 1;
    right: 0;
    opacity: 0;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.overplay-off > a {
    background: #2d2d2b;
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.Offerings-services li:hover .overplay-off {
    opacity: 1;
}
/*homepage modal pop css*/

.modal-howcanhelp {
    max-width: 930px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
}
.modal-howcanhelp .modal-title {
    text-align: center;
    font-size: 36px;
    color: #004b7b;
    position: relative;
}
.modal-howcanhelp .modal-title:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    background: #39373a;
}
.modal-howcanhelp .modal-header .close {
    margin-top: 0;
    background: #004b7b;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    font-size: 27px;
    padding-bottom: 10px;
    z-index: 1;
    position: relative;
}
.modal-howcanhelp .modal-header .close:hover {
    background: #0073ae;
}
.modal-howcanhelp .modal-content{
    border-radius: 15px;
    width: 100%;
    float: left;
}
.modal-backdrop.in{
    opacity: .8;
}
.modal-howcanhelp .modal-header{
    border-bottom: 0;
}
.innerpage-line{
    bottom: 50px;
}
.careerform .resizable-textarea .grippie, .formhome .resizable-textarea .grippie{
    height: auto;
    border: 0;
}
.formhome .webform-component, .formhome .form-actions {
    width: 50%;
    display: block;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-top: 0;
}
.formhome .webform-component-textarea {
    width: 100%;
}
.formhome input, .formhome textarea {
    border-bottom: 1px solid #d8d8d8;
    border-top: 0;
    outline: none;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    padding: 6px 6px;
    color: #7f7b7b;
    height: 40px;
    width: 100%;
}
.formhome input:focus {
    border-color: #0073ae;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #0073ae;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #0073ae;
}
.formhome input::placeholder, .formhome textarea::placeholder {
    color: #7f7b7b;
}
.formhome select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding: 6px 6px;
    height: 40px;
    color: #7f7b7b;
    background: #fff url(../images/select-icon.png) no-repeat right 10px top 16px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: none;
}
.formhome .form-submit {
    padding: 10px 35px;
    display: inline-block;
    width: auto;
    margin-right: 8px;
    background-color: #555e64;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    height: auto;
    font-weight: 400;
    box-shadow: 2px 2px 4px 2px #dcdcdc;
}
.formhome .form-submit:hover, .formhome .form-submit:focus{
    background-color: #3990dd;
}
/*our-experts page css*/

.our-leaders-sec {
    background-color: #e5f6fe;
}
.leader-cir {
    background-color: #707071;
    border: 2px solid #707071;
}
.leader-cir::before {
    background: #707071;
}
.leader-title{
    text-align: left;
}
.leaders {
    margin-bottom: 45px;
}
.leader-title h2, .leader-title h2 > span {
    color: #101010;
}
.leader-title h2::before {
    right: auto;
    background: #101010;
}
.meet-leader {
    text-align: center;
    margin: 0 -15px;
}
.meet-leader li {
    display: inline-block;
    float: left;
    max-width: 260px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-left: 3px;
    margin-right: 3px;
}
.meet-hovereffect {
    width: 100%;
    height: 100%;background: #fff;
    padding-top: 0;
    overflow: hidden;
    position: relative;
}
.meet-hovereffect .overlay-leader {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: -100%;
    left: 0;
    background-color: rgba(12, 111, 174, 0.61);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}
.meet-hovereffect img {
    display: block;
    height: 240px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    filter: grayscale(100%);
}
.meet-hovereffect:hover img{
    filter: grayscale(0%);
}
.meet-hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 15px;
    color: #3b3e40;
    border: 1px solid #396b8c;
    margin: 0;
    background-color: #fff;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 30px;
    width: 120px;
}
.meet-hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}
.meet-hovereffect:hover .overlay-leader {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    top: 0%;
}
.title-meet {
    background: #023e58;
    color: #fff;
    padding: 17px 10px 17px;
    width: 100%;
    vertical-align: middle;
    min-height: 90px;
}
.title-meet h4 {
    font-size: 18px;
    margin: 0;
    text-transform: inherit;
}
.title-meet p {
    font-size: 12.5px;
    margin: 0;
}
.experts-pop .modal-header {
    padding: 15px 15px 0;
}
.profimg {
    box-shadow: 2px 5px 10px 5px #dcdcdc;
    border-bottom: 4px solid #1883e1;
    width: 27%;
    float: left;
}
.profimg > img {
    margin: auto;
}
.txtmodal {
    text-align: justify;
    width: 73%;
    float: left;
    padding-left: 30px;
}
.txtmodal > h3 {
    color: #036b8e;
    margin-bottom: 5px;
    text-transform: inherit;
}
.txtmodal > span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.modalcustom {
    text-align: center;
    padding: 0!important;
}
.modalcustom:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0px;
}

/*testimonials page css*/

.testimonials {
    background-image: url(../images/testimonial-bgimg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #f1f1f1;
}
.testimonials-box {
    position: relative;
    padding: 30px;
    color: #353535;
    background-color: #fff;
    margin-bottom: 30px;
}
.testimonials-box img {
    margin-bottom: 5px;
}
.blueclr-link{
    color: #0795de;
    cursor: inherit;
    font-weight: 700;
    font-size: 14px;
}
.bgclr-blue{
    background-color: #0393bf;
    color: #fff;
}
.bgclr-blue .blueclr-link {
    color: #fff;
}
.pagination-testi {
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    clear: both;
    float: left;
}
.pagination-testi li {
    display: inline-block;
    float: left;
}
.pagination-testi a {
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    color: #0e62b9;
    display: inline-block;
    border: 1px solid #acacac;
}
.pagination-testi ul{
    display: inline-block;
}
.pagination-testi a.active {
    background-color: #055874;
    color: #fff;
}
.pagination-testi a:hover:not(.active) {
    background-color: #055874;
    color: #fff;
}

/*career page css*/

.career-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    background-blend-mode: lighten;
    z-index: 1;
}
.career-page::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(239, 239, 239, 0.94);
}
.career-title{
    text-align: left;
}
.career-title h2::before{
    right: auto;
}
.career-filter .form-group {
    margin-bottom: 15px;
    width: 30%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.career-filter .form-group:first-child {
    width: auto;
}
.career-filter .form-group:last-child {
    margin-right: 0;
    width: auto;
}
.career-filter .form-control {
    border-radius: 0;
    color: #484747;
    height: 40px;
}
.career-filter {
    margin: 30px 0 30px;
}
.career-filter .view-filters .views-exposed-form .views-exposed-widget {
    padding: 0;
    width: 40%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.career-filter .view-filters .views-exposed-form .views-submit-button {
    width: auto;
}
.career-filter .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}
.career-filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/select-icon.png) no-repeat right 12px top 14px;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #484747;
    height: 40px;
}
.career-filter label{
    font-weight: 400;
    font-size: 16px;
}
.career-filter .applybtn, .career-filter .views-submit-button .form-submit {
    background-color: #2c3335;
    color: #fff;
    border-radius: 0;
    height: 40px;
    border: 1px solid transparent;
    padding: 6px 44px;
}
.career-filter .btn.applybtn:hover, .career-filter .views-submit-button .form-submit:hover {
    background-color: #0073ae;
}
.career-table {
    margin-bottom: 20px;
}
.tablecareer tr {
    background-color: #fff;
}
.tablecareer tr:nth-child(even) {
    background-color: #f2f2f2;
}
.tablecareer > thead > tr > th {
    background-color: #055874;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px 20px;
}
.tablecareer > tbody > tr > td {
    color: #1d1a1a;
    font-weight: 500;
    padding: 7px 20px;
    vertical-align: middle;
}
.tablecareer > tbody > tr > td .applynow {
    background-color: #4a4a4a;
    color: #fff;
}
.tablecareer > tbody > tr > td a:hover, .tablecareer > tbody > tr > td a:hover:focus{
    background-color: #0073ae;
}
.tablecareer > tbody > tr > td:last-child {
    text-align: center;
}
.careerform {
    width: 100%;
    float: left;
    clear: both;
    background-color: #fff;
    padding: 40px 40px 25px 95px;
    position: relative;
    border-radius: 6px;
    margin-top: 30px;
    z-index: 1;
    box-shadow: 10px 0px 20px 0px #dcdcdb;
}
.careerform::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: -1;
    background-color: #3288d7;
    border-radius: 6px 0 0 6px;
}
.careerform .webform-component {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-top: 0;
}
.careerform .webform-component-textarea, .careerform .webform-component-email{
    width: 100%;
}
.careerform input{
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    border-right: 0;
    border-left: 0;
    padding: 6px 3px;
    height: 40px;
    border-top: 0;
    box-shadow: none;
}
.careerform input::placeholder, .careerform textarea::placeholder {
    color: #000;
}
.careerform .form-group {
    margin-bottom: 30px;
}
.careerform .form-submit {
    background-color: #368cda;
    color: #fff;
    border-radius: 15px;
    padding: 7px 30px;
    height: 34px;
    box-shadow: 2px 2px 8px 2px #dcdcdc;
    width: auto;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
.careerform .careerform .form-submit:hover:focus, .careerform .form-submit:hover {
    background-color: #2c3335;
}
.careerform .form-type-select .form-select {
    height: 40px;
    padding: 6px;
    width: 30%;
    margin-right: 10px;
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
    background: #fff url(../images/select-icon.png) no-repeat right 10px top 16px;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.careerform .webform-component label{
    font-weight: 400;
}
html.js input.webform-calendar{
    display: none;
}
.careerform #edit-submitted-file-ajax-wrapper {
    width: 100%;
    float: left;
    clear: both;
}
.careerform .form-managed-file {
    width: 100%;
    margin-bottom: 15px;
}
.careerform .form-item .description {
    width: 100%;
}
.careerform .webform-component-file {
    width: 80%;
}
#edit-submitted-file-upload-button--2 {
    float: right;
}
.careerform .form-managed-file .form-file{
    width: 70%;
    float: left;
    margin-right: 15px;
}
.careerform #edit-submitted-file-upload-button--2 {
    float: right;
}
.careerform .form-actions{
    padding: 0 15px;
    width: 100%;
    float: left;
}
.careerform textarea.form-control {
    height: 100px;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    outline: none;
    box-shadow: none;
}
/* healthcare page css*/

.health-needed{
    margin-top: 30px;
}
.health-needed li {
    background-color: #fff;
    color: #000;
    padding: 0 20px 10px;
    position: relative;
    height: auto;
    margin-bottom: 5px;
    margin-right: 5px;
    max-width: 320px;
    width: 100%;    
    border: 1px solid #d8d8d8;
    display: block;
    float: left;
    min-height: 425px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.bfsi-listing li{
    min-height: 270px;
}
.health-needed.accountitem li{height: 245px; min-height: auto;}
.health-needed li:hover {
    background-color: #097cbc;
}
.health-needed li:hover h4{color: #fff;}
.icon-health {
    display: table;
    margin-bottom: 15px;
}
.icon-health > figure {
    display: table-cell;
    vertical-align: middle;
    background: #087dd7;
    padding: 13px 6px 10px;
    float: left;
    box-shadow: 0 5px 15px -5px #0d3951;
    height: 58px;
    width: 53px;
    text-align: center;
}
.icon-health > figure img{width: 30px;height: 33px}
.icon-health > span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
.icon-health > span::before {
    background: #babbbc;
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    left: 11px;
    bottom: 8px;
}
.descrp-txt > p {
    color: #000;
    line-height: 23px
}

/*login user*/

.not-logged-in #user-login {
    margin: 200px auto 50px;
    max-width: 500px;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #3791bf;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 10px 0px 20px 0px #dcdcdb;
}
#user-login input {
    height: 40px;
    padding: 6px 12px;
    width: 100%;
    display: inline-block;
    color: #000;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
#user-login #edit-submit{
    background-color: #2c3335;
    color: #fff;
    border-radius: 0;
    height: 40px;
    width: auto;
    border: 1px solid transparent;
    padding: 6px 44px;
}
#user-login #edit-submit:hover {
    background-color: #0073ae;
}
.webform-confirmation {
    margin: 30px 0;
}
.webform-confirmation p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}
.links {
    display: none;
}
.pagefourzero {
    padding: 50px 0;
    background-color: #fff;
    color: #383838;
    text-align: center;
}
.pagenot h2 {
    font-size: 150px;
    font-weight: 800;
    line-height: 130px;
}
.pagenot p {
    font-size: 30px;
    letter-spacing: 1px;
}
.thankyou {
    text-align: center;
}
.thankyou h3{
    font-size: 26px;
    margin-top: 10px;
}
.thankyou p {
    font-size: 18px;
    letter-spacing: 1px;
}


/*whyus css start*/


.whyus-txt > h2 {
    font-size: 28px;
}
.leading-compienr h2 {
    font-size: 30px;
    color: #0795de;
    margin: 0;
    font-weight: 800;
}
.leading-compienr h3{
    font-size: 28px;
    color: #39373a;
    text-transform: inherit;
    position: relative;
    padding-bottom: 15px;
}
.leading-compienr h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #39373a;
    height: 1px;
    width: 100px;
}
.leading-compienr ul {
    margin-top: 50px;
}
.leading-compienr ul li {
    color: #fff;
    background-color: #055874;
    text-align: center;
    max-width: 140px;
    display: inline-block;
    height: 130px;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 100%;
    vertical-align: middle;
}
.leading-compienr ul li figure{
    height: 55px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.leading-compienr ul li span {
    vertical-align: middle;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 5px;
}
.whyus-deliverscustomer {
    background-color: #f3f3f3;
}
.triangle{
    position: relative;
    margin-bottom: 45px;
}
.triangle::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 55px 55px 0;
    border-color: transparent #f3f3f3 transparent transparent;
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 2;
}
.delivr-custmr {
    margin-top: 50px;
}
.itemcustmr {
    position: relative;
    background: #fff;
    z-index: 1;
    max-width: 95%;
    padding: 30px 15px;
    height: 290px;
}
.itemcustmr h3 {
    color: #01465d;
    text-transform: inherit;
    font-size: 23px;
    border-bottom: 1px solid #ccd8dd;
    padding-bottom: 10px;
}
.itemcustmr h3 > span {
    display: block;
}
.itemcustmr h3 > img{
    float: right;
    margin-right: 20px;
    margin-top: -10px
}
.itemcustmr::after, .itemcustmr::before{
    content: '';
    position: absolute;
    background-color: #48778a;
    z-index: -1;
}
.itemcustmr::before {
    left: -15px;
    top: 15px;
    width: 15px;
    height: 100%;
}
.itemcustmr::after {
    left: -15px;
    bottom: -15px;
    width: 100%;
    height: 15px;
}
.itemcustmr p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

/* gaming page css*/

.gaming-page {
    background-color: #ddf7ff;
}
.mrgn-botm{
    margin-bottom: 30px;
}
.gamingboxs{
    position: relative;
    box-shadow: 0px 5px 10px 0px #dcdcdc;
    margin-bottom: 60px;
    display: table;
}
.gamingboxs:last-child{
    margin-bottom: 0;
}
.gaming-txt {
    width: 50%;
    float: none;
    padding: 0 50px 15px;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url('../images/ingaming-bgimg.jpg');
    position: relative;
    display: table-cell;overflow-y: hidden;
    z-index: 1;
}
.gaming-txt:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: -1;
}
.gaming-txt h3 {
    font-size: 31px;
    color: #036b8e;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.gaming-txt h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    background: #5f5d5f;
    height: 2px;
}
.gaming-txt p {
    font-size: 15px;
    color: #565859;
    text-align: justify;
}
.gaming-img {
    float: left;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}
.gaming-img img{height: 100%}
.gaming-cricle{
    top: 60px;
    left: 50px;
    border: 1px solid #055874;
}
.gaming-cri-right{
    left: auto;
    right: 50px;
}
.gaming-cri-right::before {
    top: -160px;
    height: 160px;
}
.gaming-txt li {
    padding: 5px 0;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    border-bottom-color: #a6a7a8;
}
.gaming-txt li:last-child{
    border-bottom-style: none;
}
.gaming-cri-left:before{
    top: -160px;
    height: 160px;
}
.gamingcase-page{
    background-image: url(../images/case-bgimg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    margin-bottom: 50px;
}
.gamingcase-page:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: rgba(3,95,121,0.82);
    background: -moz-radial-gradient(center, ellipse cover, rgba(3,95,121,0.82) 0%, rgba(241,111,92,0.82) 0%, rgba(246,41,12,0.82) 0%, rgba(3,95,121,0.82) 0%, rgba(3,95,121,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(3,95,121,0.82)), color-stop(0%, rgba(241,111,92,0.82)), color-stop(0%, rgba(246,41,12,0.82)), color-stop(0%, rgba(3,95,121,0.82)), color-stop(100%, rgba(3,95,121,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(3,95,121,0.82) 0%, rgba(241,111,92,0.82) 0%, rgba(246,41,12,0.82) 0%, rgba(3,95,121,0.82) 0%, rgba(3,95,121,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(3,95,121,0.82) 0%, rgba(241,111,92,0.82) 0%, rgba(246,41,12,0.82) 0%, rgba(3,95,121,0.82) 0%, rgba(3,95,121,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(3,95,121,0.82) 0%, rgba(241,111,92,0.82) 0%, rgba(246,41,12,0.82) 0%, rgba(3,95,121,0.82) 0%, rgba(3,95,121,1) 100%);
    background: radial-gradient(ellipse at center, rgba(3,95,121,0.82) 0%, rgba(241,111,92,0.82) 0%, rgba(246,41,12,0.82) 0%, rgba(3,95,121,0.82) 0%, rgba(3,95,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035f79', endColorstr='#035f79', GradientType=1 );
}
.gamingcase-page::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,0.1);
    z-index: -1;
}
.casetitle h2 {
    color: #fff;
}
.casetitle h2:before{
    display: none;
}
.casetabs .tabs-link {
    display: block;
    padding: 15px;
    background-color: #043145;
    color: #fff;
    cursor: pointer;
    margin-bottom: 3px;
}
.casetabs .tabs-link.active {
    background-color: #0f5c8b;
}
.casetabs .tabs-link:hover, .casetabs .tabs-link:hover:focus {
    background-color: #0f5c8b;
}
.casecontainer .case-content{
    color: #fff;
    display: none;
}
.casecontainer .case-content.active {
    display: inherit;
}
.casecontainer .case-content h2 {
    font-size: 34px;
    color: #4bbbf4;
    margin: 0;
}
.casecontainer .case-content h3 {
    font-size: 24px;
}
.case-content ul {
    margin: 30px 0;
    width: 100%;
    display: block;
    float: left;
}
.case-content ul li {
    display: inline-block;
    max-width: 180px;
    height: 180px;
    background-color: #053246;
    width: 100%;
    text-align: center;
    margin-right: 6px;
    float: left;
    margin-bottom: 10px;
    padding: 40px 10px 0;
}
.case-content ul li > span.counter {
    font-size: 50px;
}
.case-content ul li > span {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.case-content ul li > p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 18px;
    margin: 0;
}
.testinglogos {
    max-width: 740px;
    background: #fff;
    margin: 50px auto 0;
    text-align: center;
}
.testinglogos li {
    display: table;
    float: left;
    height: 180px;
    width: 33.33%;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    vertical-align: middle;
}
.testinglogos li > figure {
    display: table-cell;
    vertical-align: middle;
}
.testservice h2 {
    color: #064b6e;
    font-size: 40px;
}
.testservice {
    margin-bottom: 60px;
}
.testservice-item {
    z-index: 1;
    position: relative;
    color: #fff;
    height: 470px;
}
.testservice-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.3701855742296919) 30%, rgb(6, 75, 110) 70%, rgb(6, 75, 110) 100%);
    z-index: 0;
}
.txtservice {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0;
    height: 190px;
    text-align: center;
}
.txtservice h3 {
    text-transform: initial;
    font-size: 20px;
    font-weight: 600;
}
.txtservice p{
    font-weight: 300;
}
.gaming-p-gerenalservice {
    background-color: #f9f9f9;
}
.leftimggam {
    height: 545px;
    background-blend-mode: multiply;
    /*background-blend-mode: color-burn;*/
    background-color: #454747;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    margin-left:0;
    width: 100%;
    max-width: 50%;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.leftimggam::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 71, 71, 0.69);
    z-index: -1;
}
.leftimggam::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 49%;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #454747;
}
.circle-iconwhite{
    border: 1px solid #fff;
    top: 100px;
    background-color: transparent;
}
.circle-iconwhite::before{
    background-color: #fff;
}
.circle-iconwhite::before{
    top: -100px;
    height: 100px;
}
.gerenaltxt{
    position: relative;
    z-index: 1;
    color: #fff;
    display: table;
    height: 545px;
}
.gerenaltxt h2 {
    display: table-cell;
    vertical-align: middle;
}
.gerenaltxt h2{
    font-size: 40px;
}
.gerenaltxt h2 > span{
    color: #4bbbf4;
    display: block;
    font-size: 26px;
}
.gerneral-txtsrvc {
    padding: 40px 0 0;
    position: relative;
}
.gerneral-txtsrvc li {
    color: #39373a;
    border-bottom-color: #e0dfdf;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    padding: 8px 0;
}
.gerneral-txtsrvc li:last-child{
    border-bottom: none;
}

/*contact page css*/

.maps > img {
    margin: auto;
}
.maps {
    background: #fdf9f9;
    text-align: center;
}
.address {
    background-color: #f9f9f9;
    position: relative;
    padding: 20px;
    height: 100px;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
}
.address li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.address li .icons {
    width: 26px;
    height: 26px;
    background-color: #023a5e;
    text-align: center;
    border-radius: 6px;
    float: left;
    padding-top: 2px;
}
.address li .descript-ofc {
    padding-left: 15px;
    float: left;
    width: 89%;
    color: #221d1d;
    padding-right: 15px;
}
.address h3 {
    color: #004b7b;
    font-size: 21px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.address h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #004b7b;
}
.descript-ofc > a {
    font-size: 14px;
    font-weight: 400;
}
.address li p {
    font-size: 18px;
}
.address li h4{
    font-size: 28px;
    font-weight: 500;
    text-transform: inherit;
}
.offices-sec .col-sm-6:nth-child(2n+1) {
    padding-right: 7px;
    padding-left: 7px;
}
.offices-sec .col-sm-6:nth-child(2n+2) {
    padding-left: 7px;
    padding-right: 7px;
}

/*overview page css*/

.overview-page {
    background-color: #ebebeb;
}
.overmainbox{
    display: table;
    background-color: #fff;
    width: 100%;
}
.overimg, .overtxt-page  {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.overtxt-page {
    background-color: #fff;
    padding: 100px 50px 15px;
    position: relative;
}
.overtxt-page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    width: 17px;
    height: 215px;
    background: #1883e1;
}
.overbefore:before{
    left: auto;
    right: 0;
}
.icons-over {
    position: absolute;
    background-color: #000;
    height: 70px;
    width: 70px;
    right: 50px;
    padding-top: 15px;
    text-align: center;
    top: -12px;
    right: 50px;
}
.lefticons{
    left: 50px;
    right: auto;
}
.icons-over::before, .icons-over::after {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    border-right: 12px solid #2c2929;
    border-top: 12px solid transparent;
    border-bottom: 0 solid transparent;
}
.icons-over::after {
    border-left: 12px solid #2c2929;
    border-top: 12px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 0;
    right: -12px;
    left: auto;
}
.overtxt-page h3 {
    font-size: 22px;
    color: #01498f;
    position: relative;
    padding-bottom: 10px;
}
.overtxt-page h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #888789;
    width: 95px;
    height: 2px;
}
.overtxt-page p {
    text-align: justify;
    color: #39373a;
}

/*solution page css*/

.solutions-page {
    background-color: #e5f6fe;
}
.bgimgleft{
    background-color: #fff;
}
.solutabs{
    max-width: 200px;
    width: 100%;
}
.imgsolu-page{
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    z-index: 1;
    padding: 15px 15px
}
.imgsolu-page::before{
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 265px;
    background: transparent;
    height: 372px;
    z-index: -1;
    border: 10px solid #0b87c1;
}
.imgleftbefore::before{
    left: -10px;
    right: auto;
}
.imgsolu-page img{
    float: right;
}
.solutabs ul.tabs li{
    padding: 10px 15px;
    height: 53px;
    color: #fff;
    background-color: #0a8fde;
    font-size: 14px;
}
.solutabs ul.tabs li > img {
    width: auto;
}
.solutabs ul.tabs li.active {
    background-color: #055874;
}
.solution-container > .tab-content {
    display: none;
}
.solution-container .tab-content.active {
    display: inherit;
}
.solutabs ul.tabs li:hover {
    background-color: #055874;
}
.solutxt-page {
    color: #39373a;
}
.solutxt-page > h3 {
    font-size: 30px;
    font-weight: 600;
    color: #0795de;
    border-bottom: 1px solid #0795de;
    padding-bottom: 10px;
}
.solutxt-page > h3 > span {
    width: 44px;
    height: 44px;
    vertical-align: middle;
    background: #363636;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.solutxt-page > h3 > span img {
}
.solutxt-page li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 2px;
}
.solutxt-page li::before {
    content: url(../images/accountarrow.png);
    left: 0;
    top: 0px;
    position: absolute;
}
.readbtn {
    background-color: #363636;
    color: #fff;
    font-weight: 500;
    border: 0;
    padding: 8px 16px;
    display: inline-block;
    outline: none;
    border-radius: 0;
    position: relative;
    margin-top: 10px;
}
.readbtn::before, .readbtn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #00aeef;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.readbtn::after {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}
.readbtn:hover::before,.readbtn:focus::before, .readbtn:hover::after {
    width: 100%;
}
.readbtn > i {
    margin-left: 10px;
    color: #efefef;
    font-size: 16px;
    vertical-align: middle;
}
.readbtn:hover, .readbtn:focus {
    color: #fff;
    background-color: #055874;
}

/*case-study page css*/

.casestudy-page {
    background-color: #efefef;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    z-index: 1;
}
.casestudy-page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #efefef;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .97;
}
.casestudy-items li {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 180px;
    vertical-align: middle;
    margin: 0px 30px 30px 0;
    float: left;
    padding: 20px 15px;
    max-width: 310px;
    border: 1px solid #d9d9d9;
    box-shadow: 5px 5px 10px #bbb4b4;
    border-bottom: 5px solid #48778a;
    border-radius: 0 0px 10px 10px;
}
.casestudy-items li:hover{background: #3791bf}
.casestudy-items ul li:hover p{color: #fff}
.casestudy-items li a{}
.casestudy-items li > img {
    margin-bottom: 15px;
}
.casestudy-items li p {
    font-size: 16px;
}
.casebtn {
    position: relative;
    background: #fff;
    color: #087ab4;
    margin-right: 1px;
    font-size: 14px;
    z-index: 1;
    padding: 6px 12px;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -ms-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.casebtn::before, .casebtn::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: inherit;
}
.casebtn::before {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.casebtn::after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
}
.casebtn:hover::before {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #087ab4;
}

/*loading css*/
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    text-align: center;
    background: #3791bf url(../images/loader_bg.jpg) repeat;
}
#loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
#loading .top_fade{left: 30%;}
/*#loading .top_fade{    left: 46%;}*/
.loader_any {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#loading .top_fade {opacity: 0;
  -webkit-animation-name: top_fade;
  animation-name: top_fade;animation-delay: .3s;
}
/*.top_img{display: none;}*/
#loading .top_img {
  -webkit-animation-name: top_img;
  animation-name: top_img;animation-delay: .3s;
}
@keyframes top_fade {
0%{left: 30%;display: block;opacity: 1;}
100%{    left: 100%;opacity: 1;}
}

/*ecommerce css start*/

.ecommerce-title h2 {
    color: #39373a;
    font-size: 40px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.ecommerce-title h2 > span {
    display: block;
    font-size: 25px;
    color: #0795de;
}
.ecommerce-title h2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #39373a;
}
.ecommerceitem li{
    max-width: 280px;
    padding: 0 10px 10px;
}
.ecommerceitem .descrp-txt > p {
    text-align: left;
}
.icon-health > span {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 900;
    color: #000;line-height: normal;
}
.ecommerce-our .itemcustmr li {
    padding: 2px 0 2px 15px;
    position: relative;
    vertical-align: middle;
}
.ecommerce-our .itemcustmr li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #01465d;
    border-radius: 50%;
}
.ecommerce-our .itemcustmr{
    height: 330px;
}
.ecom-beforecenter h2::before{
    right: 0;
    margin: auto;
}
.ecommerce-page {
    background: #fff;
    margin: 40px 0;
}
.ecomrcbox {
    background-color: #f3f3f3;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 10px 0px 20px 0px #dcdcdb;
    border-bottom: 8px solid #045e7a;
}
.ecomrcbox h3 {
    color: #045e7a;
}
.ecomrcbox li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.ecomrcbox li::before {
    content:  url(../images/accountarrow.png);;
    position: absolute;
    left: 0;
    top: 0px;
}
.ecommerce-secdetailes {
    background: #f9f9f9;
    padding: 50px 0;
}
.ecommerce-ienr h3 {
    font-size: 20px;
    text-transform: inherit;
    margin-top: 50px;
    font-weight: 400;
    line-height: 24px;
    color: #39373a;
    padding: 0 270px 10px;
}
.ecommerce-ienr ul {
    margin-bottom: 30px;
}
.ecommerce-ienr ul li{
    /*height: 140px;*/
}

/*automoble css start*/

.voiceofcustomr {
    background-color: #0390bb;
    color: #fff;
    box-shadow: 10px 0 20px 5px #dcdcdb;
    border-radius: 8px;
    padding: 50px 100px;
}
.voiceofcustomr h2, .voiceofcustomr h2 > span {
    color: #fff;
}
.voiceofcustomr h2::before{
    background: #fff;
}
.voiceofcustomr ul {
    position: relative;
    padding: 20px 0;
}
.voiceofcustomr ul::before {
    content: url(../images/colm-black.png);
    position: absolute;
    top: -40px;
    left: 0;
}
.voiceofcustomr ul::after {
    content: url(../images/colm-black-botm.png);
    position: absolute;
    bottom: 0px;
    right: 0;
}
.voiceofcustomr ul li {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    padding-left: 20px;
}
.voiceofcustomr ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.peopleitem {
    position: relative;
    z-index: 1;
    padding: 20px 15px 20px;
    color: #fff;
    background: /* top, transparent red */ linear-gradient( rgba(1, 108, 163, 0.9), rgba(1, 108, 163, 0.9) ),  /* bottom, image */  url(../images/peopleimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;min-height:  230px;    
    background-size: cover;
    background-position: left top;
}
.peopleitem:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(6, 104, 159, 0.90);
}
.peopleitem h4 {
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: inherit;
}
.peopleitem p {
    font-size: 15px;
}
.peopleitem img {
    float: right;
}
.bordrafter{
    position: relative;
    margin-bottom: 30px;
}
.bordrafter::before, .bordrafter::after {
    content: '';
    left: 0;
    position: absolute;
    background: #e1e1e1;
}
.bordrafter::before {
    width: 15px;
    height: 100%;
    top: 15px;
}
.bordrafter::after {
    width: 92%;
    height: 15px;
    bottom: -15px;
}
/*account css*/

.accountpage-sec::before{
    background: rgba(16, 87, 111, 0.95);
}
.accountpage-sec::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #043e52;
    z-index: -1;
}
.accountpage-sec {
    color: #fff;
}
.accountpage-sec .our-off-title h2::before{
    background: #fff;
}
.accountitem li{
    background-color: #fff;
    color: #131111;
    border: 0;
    overflow: hidden;
    max-width: 280px;
    padding-top: 70px;
}
.accountitem li:hover{
    color: #fff;
}
.accountitem .icon-account {
    position: relative;
}
.accountitem .icon-account figure {
    float: right;
    width: 103px;
    height: 104px;
    position: absolute;
    right: -40px;
    top: -104px;
    background: #034358;
    border-radius: 50%;
    z-index: 0;
    padding: 45px 30px;
    vertical-align: middle;
}
.accountitem .descrp-txt h4{
    color: #131111;
    position: relative;
    margin-top: 10px;
    padding-bottom: 5px;
}
.accountitem .descrp-txt h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #034358;
}
.accountitem .descrp-txt > p {
    text-align: left;
}
.accountservice{
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}
.ouraccount {
    color: #fff;
}
.ouraccount h3, .accountedge h3 {
    text-transform: inherit;
    font-size: 23px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
.ouraccount h3 > span{
    display: block;
}
.ouraccount h3::before, .accountedge h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: #fff;
}
.ouraccount ul li, .accountedge ul li, .qualityact ul li  {
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
}
.ouraccount ul li::before, .accountedge ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}
.accountedge h3 {
    color: #034358;
    font-weight: 600;
}
.accountedge h3::before{
    background: #034358;
}
.accountedge ul li::before{
    background: #39373a;
}
.accountedge ul li{
    color: #39373a;
}
.accountlisting-sec{
    background-color: #ececec;
}
.listacct {
    background: #fff;
    padding: 0 0;
    min-height: 525px;
    margin-bottom: 30px;
}
.listacct h4 {
    text-transform: inherit;
    background: #004a80;
    color: #fff;
    height: auto;
    padding: 15px;
    margin-bottom: 0px;
    font-weight: 400;
}
.listacct p {
    padding: 20px 15px 0;
    color: #043a62;
    margin: 0;
}
.listacct ul {
    padding: 15px;
}
.listacct ul li {
    position: relative;
    font-size: 14px;
    color: #565859;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    border-bottom-color: #a6a7a8;
    padding: 10px 20px;
}
.listacct ul li::before, .qualityact ul li::before {
    content: url(../images/accountarrow.png);
    left: 0;
    top: 10px;
    position: absolute;
}
.listacct li:last-child {
    border-bottom-style: none;
}
.boxs {
    text-align: center;
    padding: 20px 15px 0;
}
.boxs > span {
    display: inline-block;
    background: #494747;
    height: 140px;
    max-width: 240px;
    color: #fff;
    border-radius: 8px;
    padding: 30px 15px;
    vertical-align: middle;
    text-align: left;
}
.qualityact h2 {
    margin-bottom: 20px;
    color: #3364a3;
}
.qualityact ul li{
    padding-left: 20px;
}
.qualityact ul li::before{
    top: 0;
}
.ourheathimg {
    box-shadow: 10px 0 20px 5px #dcdcdb;
    position: relative;
}
.ourheathtxt p {
    font-size: 16px;
    color: #39373a;
    line-height: 25px;
}
.ourheathtxt h3 {
    color: #4bbbf4;
    margin-bottom: 5px;
}
.ourheathimg::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 49%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #454747;
}
.ourheathtxt {
    padding-top: 60px;
    padding-left: 30px;
}
.healthcare-pagesec{
    background: #f9f9f9;
}
.healthcareright {
    padding: 55px 50px 15px;
}
.healthcareright:before{
    top: 60px;
}
.account-quality-sec{
    background-image: url(../images/ourservices-bgimg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-color: #ddf7ff;
    /*background-color: #033e5c;*/    
    z-index: 1;
    margin-bottom: 0px;
    color: #010101;
}
.account-quality-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background: rgba(3, 62, 92, 0.87);*/
    background: rgba(221, 247, 255, 0.80);
}

.srvclisting li {
    display: table;
    height: 145px;
    max-width: 162px;
    width: 100%;
    border-right: 1px solid #a8d4e2;
    border-bottom: 1px solid #a8d4e2;
    text-align: center;
    float: left;
    padding:10px;
    line-height: 16px;
}
.srvclisting li:nth-child(7n+0) {
  border-right: 0;
}
.srvclisting li:nth-last-child(1), .srvclisting li:nth-last-child(2), .srvclisting li:nth-last-child(3), .srvclisting li:nth-last-child(4), .srvclisting li:nth-last-child(5){
    border-bottom: 0;
}
.middlebox {
    display: table-cell;
    vertical-align: middle;
}
.middlebox figure {
    margin-bottom: 10px;
}
.srvclisting {
    margin-top: 50px;
}
.srvclisting-sec h3{
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.srvclisting-sec h3:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: #010101;
}
.itemcustmr img {
    position: absolute;
    top: 30px;
    right: 30px;
}
/*15-04-2019 new Changes*/

.header{padding: 10px 0;height: auto;}
.top-header li a{font-size: 15px;}
.top-header{margin-bottom: 0px;/* display: none; */}

ul.bpo{margin: 20px 0 20px 0;padding: 0}
ul.bpo li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-bottom: 2px solid #055672;
    margin-right: 5px;
    float: left;
    border-radius: 2px;
    background: #f6f6f6;
    box-shadow: 4px 4px 6px 0px #dcdcdc;
    width: 32%;
    height: 85px;
    padding: 12px 5px;
}
ul.bpo li span{font-weight: 500;color: #000;font-size: 12px;display: block;    padding: 0 6px;margin-top: 3px}
.gaming-functionality {background: #03475e!important;text-align: center;padding: 50px 0}
.gaming-functionality::before{content: none}
.gaming-functionality .our-off-title h2{
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.gaming-functionality .our-off-title h2 span{color: #fff;}
.gaming-functionality .career-title h2::before{left: 45%;background: #08759a}
.gaming-functionality .testinglogos li{ height: 140px;background: #fff; margin: 1px;width: 33%}
.gaming-testservice .testservice-item::before{content: none}
.gaming-functionality .testinglogos{background: transparent;}
.gaming-testservice .testservice-item .txtservice{position: relative;background: #272727;text-align: left;padding: 25px 15px;    height: 210px;}
.gaming-testservice .testservice-item .txtservice h3{position: relative;    margin-bottom: 20px;}
.gaming-testservice .testservice-item .txtservice h3:after{position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: #3364a3;
    width: 100px;
    height: 2px;
}
.gam_img{
    height: 200px;
    overflow: hidden;
}
.cap_img{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.bpo-r-img img{width: 365px;}
ul.bpo li img{width: 40px; margin-bottom: 3px;height: auto;}
.pad-lft{padding-left: 90px;    padding-right: 90px;}
.pad-rit{padding-right: 90px;}
.home-joinsec .we-title h3{    margin-top: 36px;}
.visitus-sec{padding: 30px 0;}
.whyus-page{background: #eaf2fd;}
.ecommerce-title table td{padding: 5px}
.inr_pg_txt h3 {
    color: #0795de;
    margin: 0 0;
    text-transform: none;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin-top: 20px;
}
.career-page.before_none:before{background: #fff}
.inr_pg_txt h3:after{position: absolute;content: "";bottom: 0;left: 0;background: #bfbdbd;width: 80px;height: 2px}
.inr_pg_txt {margin-top: 30px;}
.inr_pg_txt ul{margin-bottom: 30px;}
.inr_pg_txt ul li {
    position: relative;
    font-size: 14px;
    color: #565859;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    border-bottom-color: #a6a7a8;
    padding: 10px 20px;
}
.inr_pg_txt ul li::before{
    content: url(../images/accountarrow.png);
    left: 0;
    top: 10px;
    position: absolute;
}
.health-needed li:hover .icon-health > span, .health-needed li:hover .descrp-txt p{color: #fff;}
.ecommerce-title.capablilities h2::before{
    left: 0;
    right: 0;
    margin: auto;
}
.casestudy-items ul li p{
    font-size: 18px;
    color: #3791bf;    
    min-height: 50px;
    font-weight: 500;
}
.gaming-txt ul li {
    position: relative;
    padding-left: 15px;
    margin-left: 8px;
}
.gaming-txt ul li::before {
    content: url(../images/accountarrow.png);
    left: 0;
    top: 6px;
    position: absolute;
}
.achievements{   
    width: 100%;
    padding: 80px 0;
    background: #fff;
    position: relative;
    z-index: 6;
}
.achievements .achiv_box{ text-align: center; box-shadow: 0px 7px 12px 1px #b9b1b1;}
.achiv_box{background: #3f3f3f;padding: 80px 0}
.achievements .achiv_box h2{ position: relative;color: #fff;padding-bottom: 10px;}
.achievements .achiv_box h2 span{ display: block;font-size: 26px;color: #0795de;}    
.achievements .achiv_box h2:before{ content: '';position: absolute;left: 0;right: 0;margin: auto;bottom: 0;width: 100px;height: 1px;background: #fff;}
#achive_owl {
    margin-top: 40px;
    width: 100%;
    clear: both;
    padding: 0 100px;
}
#achive_owl p{color: #fff;font-size: 16px;margin-top: 20px;font-weight: 300}
#achive_owl p span{display: block;}
#achive_owl .achiv_img{background: #fff;border-radius: 10px;width: 200px;height: auto;margin: 0 auto}
#achive_owl .item{text-align: center;}
#achive_owl .owl-dots button {
    width: 10px;
    height: 10px;
    border: 2px solid #828688;
    border-radius: 50%;
    margin: 0 7px;
    box-shadow: 0px 0px 6px 3px #000;
}
#achive_owl .achiv_img img {
    width: auto;
    margin: auto;
}
#achive_owl .owl-dots button:hover, #achive_owl .owl-dots button.active{border:2px solid #17b5f7;box-shadow: 0px 0px 6px 3px #0795de;}
.casebtn::after{background: #000}
.casestudy-items li a {background: #000;color: #fff;    border-radius: 4px;}
.leading-compienr.ecommerce-ienr h2{margin-top: 50px;font-size: 25px;font-weight: 700;}
.ouraccount h3 > span {display: inline-block;margin-left: 5px;}
.telecomsec, .ecommercesec {
    background: #eaf2fd;
}
.technicalbox ul li {
    height: 105px;
}
.technicalbox ul li figure {
    margin-top: 15px;
    height: 55px;
}
.technicalbox ul li span {
    font-weight: 500;
    font-size: 13px;
}

.displaynone{
    display: none;
}
#world-map-markers {
    width: 100%;
    height: 550px;
}
.jvectormap-container {
    background-color: #fcfbf9;
    background: -moz-linear-gradient(45deg, rgba(252,251,249,0.9) 0%, rgba(252,251,249,0.99) 99%, rgba(252,251,249,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(252,251,249,0.9)), color-stop(99%, rgba(252,251,249,0.99)), color-stop(100%, rgba(252,251,249,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(252,251,249,0.9) 0%, rgba(252,251,249,0.99) 99%, rgba(252,251,249,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(252,251,249,0.9) 0%, rgba(252,251,249,0.99) 99%, rgba(252,251,249,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(252,251,249,0.9) 0%, rgba(252,251,249,0.99) 99%, rgba(252,251,249,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(252,251,249,0.9) 0%, rgba(252,251,249,0.99) 99%, rgba(252,251,249,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf9', endColorstr='#fcfbf9',GradientType=1 ); /* ie6-9 */
}
path.jvectormap-region.jvectormap-element {
    fill: #2b81cc;
}
.jvectormap-legend-cnt-h {
    display: none;
}

.employee-corner{
    background-color: #f6f6f6;
}
.emplo-cornr {
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 0px 20px 0px #d0d0d0;
    border-bottom: 3px solid #48778a;
    border-top: 3px solid #48778a;
}
.emplo-cornr h3 {
    color: #383838;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    text-transform: capitalize;
}
.emplo-cornr a {
    display: block;
}
.m-b30{
    margin-bottom: 50px;
}
/*=============== responsive start ==============*/


@media only screen and  (max-width: 1660px){
    .home-owl-slide .item {
        height: 670px;
    }
    .home-our-ser{
        height: 540px;
        background-position: left -30% top;
    }

.home-award-sec{
        height: 540px;
        background-position: left -30% top;
    }

    .padding-t-b, .visitus-sec {
        padding: 50px 0
    }
    .home-solutions-sec {
        background-position: right -15% top 0%;
    }
    .line-left{
        width: 150px;
    }
    .home-owl-slide .text {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1440px){
    .banner-inner {
        height: 300px;
    }
    .bnr-inr-txt{
        top: 100px;
    }
    .home-owl-slide .item {
        height: 600px;
    }
    .home-solutions-sec {
        background-position: right -80% top 0%;
    }
    .industry-silde .item{
        height: 500px;
    }
    .bpo-r-img::before{
        left:-80px;
    }
    .inr-p-img::before {
        left: -30px;
        width: 30px;
    }
    .circle-icon::before{
        top: -50px;
        height: 50px;
    }
    .gaming-cricle::before, .circle-iconwhite::before{
        height: 100px;
        top: -100px;
    }
    .gaming-cri-right::before, .gaming-cri-left::before {
        top: -160px;
        height: 160px;
    }
    .careerform .webform-component{
        margin-bottom: 20px;
    }
    .careerform{
        padding: 30px 30px 25px 95px;
    }
    .line-left {
        width: 90px;
    }
    .achievements, .achiv_box{
        padding: 50px 0;
    }
}

@media only screen and (max-width: 1400px){
    .qualityact h2{font-size: 30px; margin-bottom: 20px;}
    .ouraccount ul li, .accountedge ul li, .qualityact ul li{font-size: 15px;    padding-bottom: 6px;}
    .circle-icon{top: -3px;}
    .bpo-txt {padding-top: 70px;}
    .bpo-txt h2 {margin-bottom: 12px;padding-bottom: 5px;}
    .bpo-r-img{ width: 90%;}    
    .home-our-ser{height: auto;}
.home-award-sec{height: auto;}
    .oursers-r-box li{height: 125px;}
    .home-we-grow-sec{padding: 30px 0}
    .industry-silde .item {height: 350px;}
    .home-solutions-sec .bpo-txt{padding-top: 0}
    .solutions-tabs ul.tabs li > img, .solutions-tabs ul.tabs li svg{/*width: 24px;*/}
    .solutions-container-tabs .tab-content{/*padding: 20px;*/ height: 462px;}
   /* .img-solu{max-width: 327px;}
    .solu-txt{max-width: 490px;}*/
    .footer{padding-bottom: 0}
    .Offerings-services {margin-top: 70px;}
    .leaders {margin-bottom: 0;}
    .gerenaltxt .circle-icon.gaming-cricle {top: 50px;}
    .gerenaltxt .circle-icon.circle-iconwhite{top: 100px;}
    .inr-p-img::before {left: -20px;width: 50px;}
    .bpo-r-img.inr-p-img img{width: 100%}
    .solutabs ul.tabs li {padding: 10px 15px;height: 53px;}
    .gaming-cricle{top: 10px}    
    .gaming-txt{padding: 15px 30px 15px;width: 65%;background-size: cover; }
    .gaming-img img {height: 450px;}
    .gaming-txt h3{padding-bottom: 10px;margin-bottom: 15px;}
    .circle-icon > img{width: 33px;}    
    .circle-icon{width: 60px;height: 60px;}
    .circle-icon::before{ left: 27px}
    .bpo-r-img::before {left: -50px;top: 60px;width: 100px;height: 300px;}
    .accountedge h3{font-size: 23px}
    .inr-p-img{ width: 350px;}
    .gaming-txt ul li{font-size: 14px;}
}

@media only screen and (max-width: 1280px){
    .home-owl-slide .item {
        height: 500px;
    }
    .oursers-r-box::before {
        height: 50%;
        width: 25%;
    }
    .line-left{
        display: none;
    }
}

@media only screen and (max-width: 1199px){
    .header{
        height: auto;
    }

.home-award-sec {
        height: auto;
        background-position: left -100% top;
    }

    .top-header {
        margin-bottom: 20px;
    }
    .navigation > ul li {
        margin-right: 5px;
    }
    .howlink > a{
        padding: 6px 10px;
        font-size: 12px;
    }
    .circle-icon::before {
        top: -30px;
        height: 30px;
    }
    .home-owl-slide .item {
        height: 490px;
    }
    .bpo-txt h2{
        font-size: 40px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 22px;
    }
    .banner-inner {
        height: 250px;
    }
    .bnr-inr-txt{
        top: 70px;
    }
    .bpo-r-img::before{
        width: 30px;
        top: 20px;
    }
    .bpo-r-img::before {
        left: -30px;
    }
    .oursers-r-box::before{
        box-shadow: none;
    }
    .home-our-ser {
        height: auto;
        background-position: left -100% top;
    }
    .we-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .padding-t-b, .home-we-grow-sec {
        padding: 30px 0;
    }
    .draw-border{
        padding: 6px 12px;
    }
    .visitus-sec {
        padding: 30px 0;
        background-size: cover;
    }
    .home-solutions-sec {
        background-position: right -380px top 0%;
    }
    .solutions-pro {
        margin-top: 15px;
    }
    .solutions-container-tabs .tab-content {
        padding: 30px 15px;
        height: 463px;
    }
    .img-solu {
        max-width: 250px;
    }
    .solu-txt {
        max-width: 440px;
        padding-top: 0;
    }
    .indus-title {
        margin-bottom: 30px;
        padding: 0 60px;
    }
    .footer{
        padding: 30px 0;
    }
    .gaming-cricle {
        top: 30px;
    }
    .gaming-txt {
        padding: 60px 50px 15px;
    }
    .overtxt-page {
        padding: 80px 30px 15px;
    }
    .overtxt-page::before{
        top: 80px;
        width: 10px;
        height: 200px;
    }
    .icons-over{
        right: 30px;
    }
    .lefticons {
        left: 30px;
        right: auto;
    }
    .overtxt-page h3 {
        font-size: 18px;
    }
    .textbtn {
        padding: 6px 12px;
        font-size: 14px;
    }
    .solutxt-page {
        max-width: 430px;
    }
    .imgsolu-page {
        max-width: 100%;
    }
    .imgsolu-page::before {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 5px solid #0b87c1;
    }
    .imgleftbefore::before{
        left: 0;
    }
    .casestudy-items li{
        max-width: 295px;
        margin: 0px 15px 15px 0;
    }
    .pad-lft {
        padding-left: 15px;
        padding-right: 15px;
    }
    .voiceofcustomr{
        padding: 30px;
    }
    .pageslinks li > a{
        font-size: 12px;
        padding: 10px 6px;
    }
    .inr-p-img {
        width: 100%;
    }
    .srvclisting li:nth-last-child(1), .srvclisting li:nth-last-child(2), .srvclisting li:nth-last-child(3), .srvclisting li:nth-last-child(4), .srvclisting li:nth-last-child(5) {
        /*border-top: 1px solid #a8d4e2;*/
        border-bottom: 1px solid #a8d4e2;
    }
    .srvclisting li:nth-child(7n+0) {
        border-right: 1px solid #a8d4e2;
    }
}

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

.home-award-sec{
        background-image: none !important;
    }

.icon_right_media{
    padding-right: 80px;
}

    .warpper::before {
        content: '';
        position: absolute;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgba(1,1,1,0.80);
        z-index: 14;
        opacity: 0;
    }
    .bodyoverlay::before{
        right: -300px;
        opacity: 1;
    }
    .navigation{
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        position: fixed;
        top: 0;
        margin-top: 0;
        z-index: 21;
        background-color: #fff;
        height: 100%;
        padding: 50px 15px 15px;
        max-width: 300px;
        left: -100%;
        overflow: auto;
        margin-left: 0;
        box-shadow: 1px 1px 14px rgb(87, 100, 107);
    }
    .howlink{
        margin-right: 40px;
    }
    .navshow {
        left: 0%;
    }
    .menubar{
        display: block;
    }
    .closenav{
        display: block;
    }
    .navigation > ul li{
        display: block;
        margin-right: 0;
        border-top: 1px solid #ddd;
    }
    .navigation > ul li:last-child {
        border-bottom: 1px solid #ddd;
    }
    .navigation ul > li > a{
        text-align: left;
        padding: 10px 10px;
    }
    .navigation ul > li > a:hover, .navigation ul > li > a:hover:focus {
        background-color: #0073ae;
        color: #fff;
    }
    .navigation > ul ul{
        position: static;
        top: 0;
        box-shadow: none;
        border-top-color: #3791bf;
        padding: 0;
        border-top: 1px solid #3791bf;
        border-bottom: 1px solid #3791bf;
    }
    .navigation > ul li:hover ul {
        display: none;
        opacity: 1;
    }
    .plusmobile {
        display: inline-block;
        float: right;
        font-size: 30px;
        line-height: 40px;
        vertical-align: middle;
        color: #383838;
        font-weight: 300;
        border-left: 1px solid #ddd;
        padding-left: 5px;
        margin-top: -10px;
        width: 35px;
        height: 40px;
        text-align: center;
    }
    .logo {
        padding-top: 0;
    }
    h1 {
        font-size: 40px;
    }
    .findbtn {
        font-size: 14px;
        margin-top: 15px;
    }
    #main {
        margin-top: 66px;
    }
    .inrlinkfixed {
        top: 66px;
    }
    .home-owl-slide .item {
        height: 350px;
    }
    .home-owl-slide .text {
        padding: 0;
    }
    .home-our-ser{
        background-image: none !important;
    }
    .bpo-txt {
        padding-top: 65px;
    }
    .padng0 {
        padding-top: 0;
    }
    .bpo-r-img::before {
        left: -15px;
        top: 0;
        height: 100%;
    }
    .line-left{
        bottom: 30px;
    }
    .wegrow-listing ul {
        margin-bottom: 15px;
    }
    .inr-p-txt > h2, .bpo-txt h2{
        font-size: 32px;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }
    .bpo-txt h3 {
        font-size: 22px;
        margin: 0;
    }
    .inr-p-txt h3{
        margin-bottom: 10px;
    }
    .inr-p-img::before {
        left: -15px;
        top: 0;
        width: 15px;
        height: 100%;
    }
    .visitsu > figure {
        max-width: 250px;
    }
    .visitsu-txt {
        max-width: 455px;
        margin-left: 15px;
    }
    .strategic-banner {
        background-image: none;
        height: auto;
    }
    .global-sec, .Offerings-sec{
        padding: 30px 0;
    }
    .global-counter li{
        margin-top: 30px;
        margin-right: 15px;
    }
    .industry-silde .item {
        height: 380px;
    }
    .solutions-tabs, .solutions-container-tabs{
        width: 100%;
    }
    .solutions-container-tabs .tab-content {
        padding: 15px 15px;
    }
    .modal-howcanhelp {
        max-width: 98%;
        width: auto;
    }
    .meet-leader{
        margin: 0;
    }
    .meet-leader li{
        max-width: 230px;
    }
    .gamingboxs{
        margin-bottom: 30px;
    }
    .gaming-txt {
        padding: 115px 50px 15px;
        width: 100%;
        float: left;
    }
    .casetabs {
        margin-bottom: 15px;
    }
    .casecontainer .case-content h2 {
        font-size: 28px;
    }
    .case-content ul li{
        max-width: 170px;
        height: 110px;
        padding: 15px 10px 5px;
    }
    .case-content ul li > span.counter {
        font-size: 36px;
    }
    .case-content ul li > span {
        font-size: 26px;
    }
    .case-content ul li > p{
        font-size: 16px;
    }
    .gamingcase-page{
        margin-bottom: 15px;
    }
    .icons-over {
        right: auto;
    }
    .overimg, .overtxt-page{
        width: 100%;
        float: none;
    }
    .overtxt-page::before {
        top: 0;
        width: 100%;
        height: 10px;
    }
    .solutions-page{
        background-size: contain;
    }
    .solution-container {
        width: 70%;
        float: left;
    }
    .solutxt-page{
        margin-bottom: 15px;
    }
    .solutxt-page, .imgsolu-page {
        max-width: 100%;
    }
    .casestudy-items ul {
        text-align: left;
    }
    .casestudy-items li{
        float: none;
    }
    .careerform .form-type-select .form-select{
        margin-right: 5px;
    }
    .career-filter .view-filters .views-exposed-form .views-exposed-widget {
        width: 30%;
    }
    .pageslinks li > a{
        font-size: 12px;
        font-weight: 400;
        padding: 8px 5px;
    }
    .achievements{
        padding: 30px 0;
    }
    #achive_owl {
        margin-top: 30px;
        padding: 0 30px;
    }
    .achiv_box{
        padding: 30px 0;
    }
    #achive_owl p {
        font-size: 13px;
        margin-top: 16px;
    }
    .inr-p-txt p {
        font-size: 14px;
    }
    .solutions-tabs ul.tabs li{
        padding: 10px 15px;
        height: auto;
        font-size: 15px;
    }
    .solutions-tabs ul.tabs li > img, .solutions-tabs ul.tabs li svg {
        width: 24px;
    }
    .solutions-container-tabs .tab-content{
        height: auto;
    }
    ul.bpo li{
        height: 100px;
    }
    .gaming-img img {
        height: auto; 
    }
    .links-ftr {
        min-height: 250px;
    }
}

@media only screen and (max-width: 767px){
    body{
        font-size: 14px;
    }
    .howlink > a {
        display: inline-block;
    }
    .home-owl-slide .item {
        height: 250px;
    }
    .home-owl-slide .item {
        height: 250px;
    }
    .home-item-slide{
        padding: 0 15px;
    }
    .home-item-slide .text p {
        font-size: 14px;
    }
    .top-header {
        margin-bottom: 5px;
    }
    .top-header li:first-child {
        margin-right: 0;
    }
    .top-header li a {
        font-size: 14px;
    }
    .top-header li a .fa.fa-phone {
        font-size: 14px;
    }
    .banner-inner {
        height: 200px;
    }
    .thankyou-banner {
        height: 120px;
    }
    .bnr-inr-txt{
        max-width: 100%;
        top: 30px;
    }
    .bpo-txt {
        padding-top: 0;
        margin-bottom: 15px;
    }
    .bpo-r-img::before {
        display: none;
    }
    h1 {
        font-size: 30px;
    }
    .leading-compienr.ecommerce-ienr h2, .delivr-custmr{
        margin-top: 25px;
    }
    h2, .inr-p-txt > h2, .bpo-txt h2, .testservice h2, .leading-compienr.ecommerce-ienr h2 {
        font-size: 22px;
    }
    .modal-howcanhelp .modal-title {
        font-size: 22px;
    }
    .oursers-r-box li{
        width: 50%;
    }
    .wegrow-listing {
        padding-left: 0;
        border-left: 0;
        border-top: 3px solid #fff;
    }
    .textbtn {
        padding: 6px 12px;
    }
    .home-solutions-sec {
        background-position: right -415px top 0%;
    }
    .img-solu, .solu-txt{
        max-width: 100%;
    }
    .solu-txt{
        padding-top: 15px;
        padding-left: 0;
    }
    .solu-txt h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        line-height: 24px;
    }
    .solu-txt p {
        line-height: 20px;
        margin-bottom: 15px;
    }
    .jointxt a, .solu-txt a, .visitsu-txt a {
        padding: 6px 12px;
        font-size: 14px;
    }
    .bnr-inr-txt > h2{
        font-size: 30px;
    }
    .bnr-inr-txt > p {
        font-size: 14px;
    }
    .bpo-r-img{
        float: left !important;
    }
    .pageslinks li{
        margin-right: 5px;
    }

    .circle-icon, .line-left{
        display: none;
    }
    .oursers-r-box li img{
        width: 40px;
    }
    .inr-p-txt {
        padding-top: 0;
    }
    .global-counter li {
        margin-top: 15px;
        margin-right: 15px;
    }
    .global-counter li {
        max-width: 190px;
        padding: 15px 15px 15px;
    }
    .global-counter span {
        font-size: 40px;
    }
    .serv-prot h3{
        font-size: 18px;
    }
    .visitsu > figure {
        max-width: 150px;
    }
    .strategic {
        padding-top: 0;
    }
    .padding-t-b {
        padding: 15px 0;
    }
    .indus-title{
        padding: 0;
    }
    .footer {
        padding: 15px 0;
    }
    .links-ftr {
        border-right: 0;
        border-bottom: 1px solid #414445;
        margin-bottom: 15px;
        min-height: auto;
        padding-bottom: 15px;
    }
    .bottom-link li > a {
        font-size: 14px;
    }
    .copyright {
        padding: 10px 0;
    }
    .copyright p {
        font-size: 12px;
        text-align: center;
    }
    .health-needed li{
        max-width: 100%;
        margin-right: 0;
        min-height: auto;
    }
    .gamingboxs{
        margin-bottom: 15px;
    }
    .gaming-txt {
        padding: 15px 15px 15px;
    }
    .casecontainer .case-content h3 {
        font-size: 20px;
    }
    .case-content ul {
        margin: 15px 0;
    }
    .gamingcase-page{
        margin-bottom: 15px;
    }
    .case-content ul li {
        max-width: 48%;
    }
    .oursers-r-box{
        padding: 2px;
    }
    .padding-t-b, .home-we-grow-sec {
        padding: 15px 0;
    }
    .formhome {
        margin: 0 -15px;
    }
    .gaming-txt h3{
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 26px;
    }
    .casecontainer .case-content h2 {
        font-size: 24px;
    }
    .mrgn-botm, .testimonials-box {
        margin-bottom: 15px;
    }
    .leaders {
        margin-bottom: 20px;
    }
    .meet-leader li:nth-last-child(1), .meet-leader li:nth-last-child(2) {
        margin-bottom: 0;
    }
    .offices-sec .col-sm-6:nth-child(2n+1) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .offices-sec .col-sm-6:nth-child(2n+2) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .overimg, .overtxt-page{
        width: 100%;
        clear: both;
        float: none;
        display: block;
    }
    .overtxt-page {
        padding: 70px 15px 15px;
    }
    .lefticons {
        left: 15px;
    }
    .solutxt-page > h3 {
        font-size: 26px;
    }
    .solutxt-page > h3 > span {
        width: 36px;
        height: 36px;
    }
    .solutions-page{
        background-image: none;
    }
    .solutabs {
        margin-bottom: 15px;
    }
    .solutabs {
        max-width: 170px;
    }
    .solutabs ul.tabs li{
        font-size: 14px;
        height: auto;
    }
    .solution-container {
        width: 65%;
    }
    .casestudy-items li {
        max-width: 280px;
    }
    ul.connected {
        text-align: center;
    }
    .careerform {
        padding: 15px 0 15px 15px;
    }
    .careerform::before {
        width: 15px;
    }
    .careerform .webform-component {
        margin-bottom: 15px;
        width: 100%;
    }
    .careerform #edit-submitted-file-upload-button {
        float: right;
    }
    .careerform .form-item .description{
        float: left;
        clear: both;
    }
    .careerform .form-type-select .form-select{
        width: 30.5%;
    }
    .formhome .webform-component, .formhome .form-actions {
        margin-bottom: 15px;
    }
    .pagefourzero {
        padding: 30px 0;
    }
    .pagenot h2 {
        font-size: 80px;
        line-height: 60px;
    }
    .pagenot p {
        font-size: 24px;
        margin: 0;
    }
    .career-filter {
        margin: 15px 0 15px;
    }
    .inrlinkfixed {
        position: static;
        top: auto;
        animation: none;
    }
    .ecommerce-title h2{
        font-size: 24px;
    }
    .ecommerce-title h2 > span{
        font-size: 22px;
    }
    .boxs > span{
        max-width: 100%;
        margin-bottom: 15px;
        height: auto;
    }
    .pageslinks li > a{
        padding: 6px 5px;
    }
    #loading .top_fade{
        display: none;
    }
    .global-counter p {
        font-size: 12px;
        line-height: 16px;
    }
    .ecomrcbox li{
        font-size: 14px;
        line-height: 20px;
    }
    .meet-leader li {
        max-width: 190px;
        margin-top: 6px;
    }
    .meet-hovereffect img {
        height: auto;
    }
    .imgleftbefore {
        margin-bottom: 15px;
    }
    .achievements, .ecommerce-secdetailes{
        padding: 15px 0;
    }
    .achiv_box {
        padding: 20px 0;
    }
    #achive_owl{
        margin-top: 20px;
        padding: 0 10px;
    }
    .voiceofcustomr{
        padding: 15px;
    }
    .ourheathtxt {
        padding-top: 20px;
        padding-left: 0;
    }
    .ecommerce-our .itemcustmr {
        height: auto;
    }
    .ecomrcbox{
        padding: 15px;
    }
    .triangle{
        margin-bottom: 30px;
    }
    .ecommerce-page{
        margin: 15px 0;
    }
    .leading-compienr ul {
        margin-top: 20px;
    }
    .peopleitem, .itemcustmr{
        min-height: auto;
        height: auto;
    }
    .voiceofcustomr ul li{
        font-size: 14px;
        padding-left: 15px;
    }
    .voiceofcustomr ul li::before{
        top: 7px;
        width: 5px;
        height: 5px;
    }
    .srvclisting-sec h3{
        font-size: 22px;
    }
    .srvclisting li{
        max-width: 150px;
    }
    .leading-compienr h2{
        font-size: 26px;
    }
    .leading-compienr h3{
        font-size: 22px;
    }
    .itemcustmr p{
        font-size: 14px;
    }
    .leading-compienr h3{
        padding-bottom: 5px;
    }
    .ouraccount{
        margin-bottom: 15px;
    }
    .ouraccount ul li, .accountedge ul li, .qualityact ul li{
        font-size: 14px;
    }
    .accountedge h3{
        color: #fff;
        margin-bottom: 10px;
    }
    .accountedge ul li{
        color: #fff;
    }
    .accountedge h3::before, .accountedge ul li::before {
        background: #fff;
    }
    .testinglogos {
        max-width: 100%;
        margin: 20px auto 0;
    }
    .gaming-testservice .testservice-item .txtservice{
        height: auto;
        padding:15px;
    }
    .testservice-item{
        margin-bottom: 15px;
        height: auto;
    }
    .leftimggam{
        display: none;
    }
    .gerenaltxt{
        height: auto;
    }
    .gerenaltxt h2 {
        font-size: 26px;
        color: #010101;
    }
    .home-joinsec .we-title h3 {
        margin-top: 0;
    }
    .bpo-r-img {
        width: 50%;
    }
    #world-map-markers {
        height: 400px;
    }
    .emplo-cornr{
        margin-bottom: 15px;
    }

.award_div {
    padding-top: 15px;
}

.bg_div{	
	margin-top:15px;
}

.img_bottom{
margin-bottom:10px;
		}
		
		.txt_box_one{
    font-size: 17px;
	}

}

@media(max-width: 620px){
    .casestudy-items li {
        max-width: 250px;
    }
}

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

.icon_right_media {
    padding-right: 38px;
    float: left;
}

.one1 {
     font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 17px;
	
}

.one2 {
  font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 17px;
	
}

.one3 {
 padding: 5px;
  font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 17px;
	
}

.one4 {
  font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 17px;
	
}

.one5 {
  font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 17px;
	
}




.Follow_fb {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    
}


.Follow_twitter {
  font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 42px;
}


.follow_linkedin {
  font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 42px;
}

.follow_insta {
  font-size: 25px;
    width: 50px;
    height: 50px;
   line-height: 42px;
}


.follow_yout {
  font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 42px;
}



.top-header {
    margin-bottom: 5px;
    float: left;
}




/* mmmmmmmmmmmmmmmm */

    .top-header li {
        margin-left: 5px;
    }
    .top-header li:first-child {
        /*display: block;*/
    }
    .global-counter li {
        max-width: 100%;
        height: auto;
        padding: 15px;
        margin: 0;
    }
    .global-counter li::after{
        top: auto;
        bottom: 0;
        width: 100%;
        height: 2px;
    }
    .Offerings-services li {
        width: 100%;
    }
    .Offerings-services {
        margin-top: 15px;
    }
    .overplay-off{
        bottom: 10%;
    }
    .serv-prot {
        height: 200px;
    }
    .Offerings-services li:hover .serv-prot {
        margin-top: 0;
        height: 200px;
    }
    .visitsu-txt p {
        font-size: 14px;
    }
    .visitsu-txt {
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .health-needed li {
        max-width: 100%;
        min-height: auto;
    }
    .meet-leader li {
        max-width: 48%;
    }
    .case-content ul li {
        max-width: 100%;
        margin-right: 0px;
    }
    .solution-container, .solutions-tabs, .solutions-container-tabs{
        width: 100%;
        max-width: 100%;
    }
    .industry-silde .item{
        margin: 0px auto 15px;
    }
    .txtmodal, .profimg {
        width: 100%;
    }
    .txtmodal {
        padding-left: 0;
        margin-top: 30px;
    }
    .casestudy-items li {
        max-width: 100%;
        margin: 0px 0 15px 0;
        height: auto;
    }
    .careerform .form-managed-file .form-file {
        width: 100%;
    }
    .careerform #edit-submitted-file-upload-button {
        float: none;
        margin-top: 10px;
    }
    .careerform .form-actions{
        margin-top: 0;
    }
    .formhome .webform-component, .formhome .form-actions {
        width: 100%;
    }
    h1 {
        font-size: 26px;
    }
    .career-filter .view-filters .views-exposed-form .views-exposed-widget {
        width: 100%;
    }
    .career-filter .views-exposed-form .views-exposed-widget .form-submit {
        margin-top: 1em;
    }
    ul.bpo li{
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }
    .title-meet h4{
        font-size: 14px;
    }
    .title-meet p{
        font-size: 12px;
    }
    .itemcustmr h3 {
        font-size: 18px;
    }
    .title-meet{
        padding: 15px 5px 5px;
    }
    .srvclisting li:nth-child(2n+2) {
        border-right: 0;
    }
    .gaming-functionality .our-off-title h2{
        font-size: 20px;
    }
    .our-off-title h2 > span{
        font-size: 18px;
    }
    .gaming-functionality .career-title h2::before {
        left: 0;
        background: #fff;
        right: 0;
    }
    .gaming-functionality .testinglogos li{
        width: 49%;
        padding: 0 15px;
    }
    #world-map-markers {
        height: 270px;
    }
    #main {
        margin-top: 48px;
    }
    .howlink{
        margin-top: 0px;
    }
    .menubar {
        top: 0;
    }
    .srvclisting li {
        max-width: 50%;
    }
    .srvclisting li:last-child {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 320px){
    .meet-leader li {
        max-width: 100%;
    }
    .careerform .form-actions, .careerform .webform-component {
        padding: 0 7px;
    }
    .srvclisting li{
        max-width: 145px;
    }
    .bpo-r-img {
        width: 100%;
    }
}




.error{display:none !important;}