/*
 * Project: Changepond Website 
 * Date: Jan 2016
 * UI : Karthikeyan M
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/*****************RESET STYLE BEGINS*****************/
body {
	width: 100%;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}
html {
	width: 100%;
	height: 100%;
}
.container {
	max-width: 1080px;
	width: 100%;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #2faaf8;
	outline: none;
}
/*****************RESET STYLE ENDS*****************/
/*custom btn and title*/
.btn {
	font-weight: 400;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-main {
	background-color: #2faaf8;
	color: #fff;
	padding: 15px 25px;
    font-size: 16px;
	font-weight: bold;
}
.btn-main.active, .btn-main.focus, .btn-main:active, .btn-main:focus, .btn-main:hover, .open > .dropdown-toggle.btn-main {
	background-color: #0d4273;
	color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: -2px;
}
.content-section {
	padding-top: 50px;
}
h1.section-header {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #1c619b;
	/*text-transform: capitalize;*/
	border-bottom: 1px solid #bec1c7;
	padding-bottom: 22px;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	z-index: 9;
	margin-top: 5px;
}
h1.section-header sup small, h1.section-header small {
	color: inherit;
}
h1.section-header:after {
	content: "";
	width: 50px;
	height: 5px;
	background-color: #18a1f7;
	bottom: 0;
	left: 50%;
	position: absolute;
	margin-left: -25px;
}
h1.section-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
	float: left;
}
/*****************HEADER SECTION BEGINS*****************/
header .navbar-header, header .navbar-right .nav > li {
	float: left;
}
header .navbar-right {
	float: right;
}
.navbar-brand {
	height: auto;
	padding: 20px 20px 0;
	padding: 8px;
}
header .navbar-nav > li > a {
	padding: 15px;
	font-size: 16px;
}
header .navbar-nav li:first-child a{
	padding: 17px 15px 15px 15px;
}
.navbar-custom.top-nav-collapse {
	padding: 0;
	border-bottom: none;
	background: #0d4273;
}
/* Side Menu */
a#menu-close {
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 7px;
	right: 15px;
	font-size: 20px;
}
a#menu-close:hover {
	opacity: 0.7;
}
#sidebar-wrapper {
	z-index: 99999;
	position: fixed;
	right: 0;
	width: 250px;
	height: 100%;
	margin-right: -250px;
	overflow-y: auto;
	background: #001a42;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 20% 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #b1cbf2;
	background: #021530;
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 55px;
	font-size: 18px;
	line-height: 55px;
}
.sidebar-nav > .sidebar-brand a {
	color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
#menu-toggle {
	font-size: 18px;
	z-index: 1;/*position: fixed;
    top: 0;
    right: 0;*/
}
#sidebar-wrapper.active {
	right: 250px;
	width: 250px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
/*nav bar*/
.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: rgba(255,255,255,.8);
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
/* Header Logo Strip Begins */
.logo-strip {
	display: inline-block;
	background: rgba(13, 66, 115, 0.7) none repeat scroll 0 0;
	padding: 10px 0;
	width: 300px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 25px;
	z-index: 9999;
	transition: all ease 300ms;
}
.navbar.top-nav-collapse .logo-strip {
	left: -400px;
}
.navbar .navbar-header img {
	display: none;
}
.navbar.top-nav-collapse .navbar-header img {
	display: block;
}
.navbar.top-nav-collapse .navbar-header img:first-child{
	float: left;
    width: 15%;
}
.navbar.top-nav-collapse .navbar-header img:last-child{
	padding: 14px 0 0 10px;
}
.logo-ep {
	background: rgba(0, 0, 0, 0) url("../images/logo-ep.png") no-repeat scroll center center / 100% auto;
	height: 64px;
	width: 64px;
	float: left;
}
.logo-strip-content {
	float: left;
	padding: 10px;
}
.logo {
	float: left;
	margin-left: 20px;
}
.logo-text {
	/*border-bottom: 1px solid #5071a2;*/
	border-top: 1px solid #5071a2;
	color: #fff;
	float: left;
	font-size: 11px;
	margin-left: 15px;
	margin-top: 12px;
	padding: 4px 0;
	font-size: 13px;
    width: 190px;
}
/* Header Logo Strips Ends */
/*****************HEADER SECTION ENDS*****************/
/*****************INDUSTRIES SECTION BEGINS*****************/
.section-inner {
	width: 100%;
	padding: 50px 0;
	color: #fff;
}
#industries .section-inner {
	background: #0d4273 url(img/bg-1.jpg) no-repeat center top;
	background-size: cover;
}
#success .section-inner {
	background: #0d4273 url(img/bg-2.jpg) no-repeat center top;
	background-size: cover;
}
h1.section-header.light {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 50px;
	margin-top: 20px;
}
.section-inner p a {
	color: #99d7ff;
}
.section-inner p a:hover {
	color: #fff;
}
/*****************INDUSTRIES SECTION ENDS*****************/
/*****************SERVICES SECTION BEGINS*****************/
.tile {
	padding: 50px 0;
}
.tile h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #095794;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	margin-top: 0;
	line-height: 26px;
	padding-bottom: 10px;
}
.tile h3:after {
	content : "";
	position: absolute;
	left : 0;
	bottom : 0;
	height : 1px;
	width : 30%;
	border-bottom: 2px solid #2faaf8;
}
.service-content span {
	display: block;
}
.tile .service-container > div {
	padding: 0 5px;
	position: relative;
}
.tile .service-container .service-content {
	padding: 12px;
	border: 1px solid #dedede;
	border-top: 0 none;
	min-height: 262px;
}
.tile .service-container .service-content p {
	font-size: 13px;
	color: #666;
	margin-bottom: 15px;
}
.tile .service-container > div:nth-child(even) {
	padding-bottom: 201px;
}
.tile .service-container > div:nth-child(even) .service-content {
	border-top: 1px solid #dedede;
	border-bottom: 0 none;
}
.tile .service-container > div:nth-child(2n) img {
	bottom: 0;
	left: 0;
	padding: 0 5px;
	position: absolute;
}
/* Image Flashing */
.tile .service-container > div:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.tile .service-container > div:hover .service-content {
	border-color: #44b1e9;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.tile .btn-default {
	border: solid 1px #ddd;
	font-size: 12px;
}
.tile .btn-default:hover {
	background: #2faaf8;
	color: #fff;
}
 @-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
 @keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
/*****************SERVICES SECTION ENDS*****************/
/*****************SOLUTIONS SECTION STARTS*****************/
.sl-slider-main {
	position: relative;
	width: 100%;
	height: 800px;
	margin-top: -168px;
}
.owl_inner_img{
	width: 70% !important;
    margin: 6px auto;
}
.owl-dots{
	display: none;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-carousel{
	position: relative;
}
.owl-carousel .owl-prev{
	position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(-50%, -50%);
    font-size: 50px !important;
    color: #ffffff94 !important;
	outline: none;
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover{
	background: initial !important;
	color: white !important;
}
.owl-carousel .owl-next{
	position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(-50%, -50%);
    font-size: 50px !important;
    color: #ffffff94 !important;
	outline: none;
}
.rsBullet{
	display: none;
}
#intro .next_generation p{
	margin: 0;
	text-align: left;
	font-size: 13px;
}
#intro .next_generation .fa{
	float: left;
    font-size: 14px;
    padding: 8px 6px 0px 0;
    line-height: 3px;
}
#intro .date{
	background-color: #00205b;
    width: 22%;
    padding: 5px 15px;
	display: inline-block;
    margin: 10px;
    border-radius: 15px;
}
#intro .date .fa{
	float: right;
	padding: 8px 0px 0px 10px;
}
#intro .date p{
	text-align: right;
}
#intro .venue{
	background-color: #00205b;
    width: 22%;
	padding: 5px 15px;	
	display: inline-block;
    margin: 10px;
    border-radius: 15px;
}
#intro .next_generation span{
	position: relative;
	height: 46px;
	top: 8px;
	border-right-style: dotted;
	display: inline-block;
}
#intro .next_generation .btn-main{
	background-color: #d6c129;
	color: #000;
}
#intro .next_generation .btn-main:hover{
	background: #f5b708;
	transition: 0.2s ease-in-out;
}
/*****************SOLUTIONS SECTION ENDS*****************/
/*****************COMPANY SECTION STARTS*****************/
#company {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background-color: /*#1f334c*/ #fff;
}
#company h1.section-header {
	border-bottom: 1px solid #3a638d;
}
#company .carousel {
	margin: 30px 0 50px;
	float: left;
	width: 100%;
	background-color: #222c40;
}
#company .carousel-indicators {
	bottom: 10px;
	left: 35px;
	margin-left: 0;
	opacity: 0.3;
	padding-left: 0;
	text-align: left;
}
.item, .active, .carousel-inner {
	height: 100%;
}
#myCompany .item {
	float: left;
	min-height: 350px;
	padding: 30px 20px 20px 20px;
	width: 100%;
}
#myCompany .item .col-sm-6 {
	padding: 10% 0 0 4%;
}
#myCompany .thumb {
	float: left;
	width: 33.33%;
	position: relative;
}
#myCompany h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
#myCompany h2 span {
	font-size: 50px;
}
#myCompany .story h2 span {
	color: #04bff4;
}
#myCompany .awards h2 span {
	color: #9470de;
}
#myCompany .people h2 span {
	color: #e4a715;
}
#myCompany .licp h2 span {
	color: #d57527;
}
#myCompany .qulaity-policy h2 span {
	color: #418cae;
}
#myCompany .career h2 span {
	color: #1fd0a9;
}
#myCompany .dt h2 span, #myCompany .culture h2 span {
	color: #5c8ee3;
}
#myCompany .locations h2 span {
	color: #e95a96;
}
#myCompany a.btn {
	color: #fff;
	margin-top: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	opacity:0.8;
}
#myCompany .story a.btn {
	background-color: #04bff4;
}
#myCompany .dt a.btn, #myCompany .culture a.btn {
	background-color: #436cb2;
}
#myCompany .career a.btn {
	background-color: #1aba97;
}
#myCompany .licp a.btn {
	background-color: #d57527;
}
#myCompany .qulaity-policy a.btn {
	background-color: #418cae;
}
#myCompany .people a.btn {
	background-color: #e4a715;
}
#myCompany .awards a.btn {
	background-color: #684aa7;
}
#myCompany .locations a.btn {
	background-color: #e64d8d;
}
#myCompany a.btn:hover {
	opacity:1;
}
.thumb > a {
	float: left;
	height: 166px;
	padding: 0;
	position: relative;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	display: block;
}
.thumb > a.story {
	background: url(../images/cps.jpg) no-repeat 0 0;
}
.thumb > a.dt {
	background: rgba(0, 0, 0, 0) url(../images/dt.jpg) no-repeat scroll 100% center;
}
.thumb > a.culture {
	background: rgba(0, 0, 0, 0) url(../images/culture.jpg) no-repeat scroll 100% center;
}
.thumb > a.licp {
	background: rgba(0, 0, 0, 0) url(../images/licp.jpg) no-repeat scroll top center;
}
.thumb > a.career {
	background: url(../images/career.jpg) no-repeat scroll 100% center;
}
.thumb > a.people {
	background: url(../images/people.jpg) no-repeat scroll center;
}
.thumb > a.quality-policy {
	background: url(../images/quality-policy.jpg) no-repeat scroll center;
}
.thumb > a.ar {
	background: url(../images/award.jpg) no-repeat scroll center;
}
.thumb > a.location {
	background: url(../images/location.jpg) no-repeat scroll 100% center;
}
/* Image effects */
.thumb > a::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.thumb > a.dummy {
	cursor: default;
}
.thumb > a.dummy::before {
	display: none;
}
.thumb > a:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Image effects end */
.thumb > a h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	padding: 12px 5px;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	margin: 0;
}
.thumb > a.story h4 {
	background: rgba(0, 192, 243, 1);
}  /*  #BD4E16 */
.thumb > a.dt h4, .thumb > a.culture h4 {
	background: #5079b9;
}  /*  #436cb2 */
.thumb > a.career h4 {
	background: rgba(31, 208, 169, 1);
} /*  #1fd0a9 */
.thumb > a.people h4 {
	background: rgba(201, 169, 60, 1);
} /*  #c9a93c */
.thumb > a.licp h4 {
	background: #d57527;
}
.thumb > a.quality-policy h4 {
	background: #418cae;
}
.thumb > a.ar h4 {
	background: rgba(124, 77, 200, 1);
} /*  #7c57c8 */
.thumb > a.location h4 {
	background: #c53e78;
}  /*  #00c0f3 */
.thumb > a h4 span {
	text-transform: uppercase;
}
/*****************COMPANY SECTION ENDS*****************/
/*****************PEOPLE SECTION start*****************/
#people {
	background: #152132 url(img/people-bg.png) no-repeat top center;
}
#people .owl-carousel .owl-nav{
	display: block !important;
}
#people .owl-carousel .owl-prev {
    top: 40%;
    left: -20px;
}
#people .owl-carousel .owl-next {
    position: absolute;
    top: 40%;
    right: -30px;
}
/*****************PEOPLE SECTION ENDS*****************/
/*****************contact SECTION STARTS*****************/
.main-section.contact {
	background: url(img/bg-map.png) left 190px no-repeat;
	background-color: #f0f0f0;
	border-bottom: 1px solid #cccccc;
}
.contact-info-box {
	font-size: 15px;
	margin: 0 0 15px 0px;
	padding-left: 0;
}
.contact-info-box h3 {
	font-size: 15px;
	font-weight: 400;
	float: left;
	width: 102px;
	margin-top: 0;
	margin-right: 12px;
	line-height: 28px;
}
.contact-info-box h3 i {
	margin-right: 7px;
}
.contact-info-box span {
	line-height: 28px;
	display: block;
	overflow: hidden;
}
.social-link {
	padding: 35px 0;
	margin: 0;
	display: block;
	overflow: hidden;
	list-style: none;
}
.social-link li {
	float: left;
	margin-right: 8px;
}
.social-link li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color: #fff;
	background: #222222;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus {
	text-decoration: none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.form {
	margin: 0 66px 0 30px;
}
.input-text {
	padding: 15px 16px;
	border: 1px solid #ccc;
	width: 100%;
	height: 50px;
	display: block;
	border-radius: 4px;
	font-size: 15px;
	color: #aaa;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}
.input-text.text-area {
	height: 165px;
	resize: none;
	overflow: auto;
}
.input-btn {
	width: 175px;
	height: 50px;
	background: #7cc576;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	border: 0px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.input-btn:hover {
	background: #111;
	color: #fff;
}
.lightbluetext {
	color: #009de1;
}
#service .text-left > h3 {
	margin-bottom: 20px;
}
.contact-field label, .contactform_bottom label {
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
}
.contact-field input{
	background: rgba(0, 0, 0, 0);
	border: 2px solid #ccc;
	border-radius: 0;
	width:100%;
}
.contact-field textarea {
	background: rgba(0, 0, 0, 0);
	border: 2px solid #ccc;
	padding: 15px;
	width:100%;
}
.contact-field input[type="submit"] {
	background: #79b744;
	border: medium none;
	color: #fff;
	text-transform: uppercase;
	width: 100px;
	float: right;
	border-radius: 0;
}
/*about page*/
#owl-people.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/people-arrow-left.png) no-repeat;
	left: -15px;
}
#owl-people.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/people-arrow-right.png) no-repeat;
	right: -15px;
}
.people-box h4 {
	text-transform: uppercase;
	color: #FFF;
}
.people-box p.designation {
	color: #929cc5;
	min-height: 40px;
}
.people-box {
	border: 1px solid #182139;
	background: url(../images/profile-bg.png) no-repeat top center;
	text-align: center;
	margin: 0 10px;
	padding: 18px;
	position: relative;
	background-size: 100% 325px;
	height: 327px;
}
.people-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #333c5e;
	bottom: -2px;
	left: 0px;
}
.people-box > img {
	background: #394268;
	max-width: 160px;
	border: 1px solid #464a62;
	margin: 0 auto 10px auto;
	
}
.people-box button.more-view {
	background: #0b9598;
	width: 87px;
	height: 30px;
	line-height: 30px;
	font-style: italic;
	color: #FFF;
	font-size: 13px;
	float: right;
	border: none;
	position: absolute;
	bottom: 18px;
	right: 0px;
}
.linked-in {
	float: left;
	color: #FFF;
	font-size: 23px;
	margin-top: -4px;
}
.linked-in:hover {
	color: #FFF;
}
.back .people-box {
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 30px;
	overflow: hidden;
}
.back .people-box h4 {
	color: #1c619b;
}
.back .people-box p {
	color: #333;
	margin-bottom: 3px;
}
.back .people-box .content p {
	color: #666;
	font-size: 10px;
}
.back .people-box button.more-view {
	background: none;
	color: #333;
	bottom: 10px;
	left: 0px;
}
.people-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #CCC;
	height: 34px;
	padding: 0 15px;
}
.back .linked-in {
	color: #1c619b;
	float: right;
	margin-top: -2px;
}
/* flip card   */
/* entire container, keeps perspective */
.card-container {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
	margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card, .card-container.hover.manual-flip .card {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}
.card-container.static:hover .card, .card-container.static.hover .card {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
/* flip speed goes here */
.card {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.front {
	z-index: 2;
}
/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	z-index: 3;
}
.card {
	height: 327px;
}
.card-container, .front, .back {
	width: 100%;
}
.dataNum p{
	font-style:italic;
	font-size: 16px;
}
.dataNum div:first-child strong{
	color:#f3a773;
}
.dataNum div:nth-child(2) strong{
	color:#70d3e8;
}
.dataNum div:nth-child(3) strong{
	color:#ed656b;
}
.dataNum div:nth-child(4) strong{
	color:#83e076;
}
.dataNum p strong{
	font-size: 50px;
	font-style:normal;
	line-height: 28px;
}

/* career section */
#career {
	background: #FFF;
}
#career ul li {
	list-style-image: url(img/bullet.png);
	margin: 5px;
}
.career-banner {
	background-image: url(img/career-banner.jpg);
	height: 87px;
	padding: 20px;
}
.career-banner h4 {
	color: #FFF;
	font-size: 26px;
}
.career-banner p {
	font-size: 15px;
	color: #FFF;
	margin-top: 10px;
	text-align: right;
}
.career-banner p a i.fa {
	font-size: 22px;
	margin-left: 15px;
	color: #FFF;
}
.career-banner p a:hover {
	opacity: 0.7;
}
.col-md-15 > ul {
	padding-left: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.front, .back {
	-ms-backface-visibility: visible;
	backface-visibility: visible;
}
.back {
	visibility: hidden;
	-ms-transition: all 0.2s cubic-bezier(.92, .01, .83, .67);
}
.front {
	z-index: 4;
}
.card-container:not(.manual-flip):hover .back,  .card-container.manual-flip.hover .back {
	z-index: 5;
	visibility: visible;
}
}
/* flip card end  */
/*services*/
ul.custom {
	list-style: none;
	list-style-image: url(../images/bullet.png);
	margin-bottom: 15px;
}
ul.custom.left {
	padding-left: 10px;
}
ul.custom li {
	margin-bottom: 10px;
	padding-left: 5px;
}
ul.custom li:last-child {
	margin-bottom:0;
}
ul.center{
	margin-bottom:0;
	list-style: none;
	padding:0;
	text-align: center;
}
ul.center li {
	margin-bottom: 10px;
}
ul.center li:last-child {
	margin-bottom:0;
}
.bg1 .section-inner   {
	background: #0d4273 url(../images/modernisation_bg.jpg) no-repeat center top;
	background-size: cover;
}
.bg2 .section-inner, .valAdd .section-inner {
	background: #0d4273 url(img/bg-2.jpg) no-repeat center top;
	background-size: cover;
}
.section-inner .col-sm-3 i, .valAdd .section-inner .col-sm-3 i, .bullets  .col-sm-3 i {
	font-size: 40px;
	padding: 25px 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 96px;
	height: 96px;
}
.section-inner .col-md-15 i {
	font-size: 40px;
}
.section-inner .col-sm-3 h4, .valAdd .section-inner .col-sm-3 h4, .section-inner .col-md-15 h4 {
	color: #6cbcff;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.gray-bg {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e5e5e5;
}
#modServices .section-header {
	margin-bottom: 30px;
}
h1.section-header.left {
	text-align: left;
}
h1.section-header.left::after {
	left: 0;
	margin-left: 0;
}
#relindustries .section-inner {
	background: #0d4273 url(img/related_indus.jpg) no-repeat center top;
	background-size: cover;
}
#relindustries h4 {
	width: 100%;
	position: absolute;
	top: 28%;
	left: 0;
}
#relindustries img {
	border-radius: 6px;
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.3);
	margin-bottom: 20px;
	width: 100%;
}
#owl-people .owl-wrapper {
	margin: 0;
}
/*****************contact SECTION ENDS*****************/
/*****************Data service SECTION STARTS*****************/
.flow-diagram {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.flow-diagram > li {
	background: #1c2231;
	float: left;
	text-align: center;
	width: 19.6%;
	color: #fff;
	padding: 10px 0;
	position: relative;
	border: 2px solid #fff;
	border-right: 0;
}
.flow-diagram >li:after {
	border-bottom: 26px solid transparent;
	border-left: 15px solid #fff;
	border-top: 26px solid transparent;
	content: "";
	height: 0;
	left: 100%;
	position: absolute;
	top: -5px;
	width: 0;
	z-index: 2;
}
.flow-diagram >li:before {
	border-bottom: 21px solid transparent;
	border-left: 12px solid #1c2231;
	border-top: 21px solid transparent;
	content: "";
	height: 0;
	left: 100%;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 3;
}
#techCapabilities .section-inner {
	background: #0d4273 url(img/bg-4.jpg) no-repeat center top;
	background-size: cover;
}
.section-inner .badge, .bullets .badge{
	background: #fff ;
    border-radius: 50%;
    color: #fff;
    padding: 6px 9px;
    position: absolute;
}
.blue-badge{
	background:#3face1!important;
}
.dark-blue-badge{
	background:#2381be!important;
}
.green-badge{
	background:#679445!important;
}
.yellow-badge{
	background:#b39e32!important;
}
.slideLogo {
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.slideLogo > li {
	display: inline-block;
	padding: 10px 0;
	line-height: 40px;
}
#owl-logo h3 {
	color: #1c619b;
}
#owl-logo .owl-item > div  {
	float: left;
	width: 100%;	
}
#owl-logo .owl-page > span {
	border-radius: 0;
}
#owl-logo .owl-page.active > span, #owl-logo .owl-page:hover > span {
	background: #18a1f7;
}
#owl-logo .owl-wrapper {
	margin: 20px 0 0 0;
}
/*****************Data service SECTION ENDS*****************/
/*****************FOOTER SECTION STARTS*****************/
/*Footer Starts*/
footer h4 {
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
footer .address h4 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #5791c5;
}
footer ul.footer-menu {
	list-style-type: none;
	padding: 0;
}
footer ul.footer-menu li a {
	display: block;
	color: #9fa9b3;
	text-decoration: none;
	padding: 2px 0;
}
footer ul.footer-menu li a:hover, footer ul.footer-menu li a:focus {
	color: #2faaf8;
}
footer {
	border-bottom: 10px solid #003663;
	padding: 40px 0;
	background-color: #020f1b;
}
footer p {
	color: #81878d;
	font-size: 13px;
}
footer .icon-social li a {
	font-size: 24px;
}
footer .icon-social li a:hover, footer ul.footer-menu li a:hover {
	color: #fff;
}
footer .icon-social {
	color: #274d70;
}
footer hr {
	border-color: #0b1c2c;
	margin: 5px 0;
}
footer .icon-social .fa {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
footer .icon-social .fa:hover {
	opacity: 0.8;
}
footer .footer-bottom {
	background-color: #003663;
	width: 100%;
	padding: 20px 0;
	margin: 50px 0 0;
}
footer .footer-bottom p {
	padding: 0;
	margin: 0;
	color: #fff;
}
footer .footer-bottom p a {
	color: #fff;
}
footer .input-group-addon {
	background-color: #18a1f7;
	border: 1px solid #18a1f7;
	color: #fff;
	cursor: pointer;
}
.copy-footer-menu li {
	float: left;
	list-style: none;
}
.copy-footer-menu li a {
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.copy-footer-menu li:last-child a {
	border: none;
}
/*****************FOOTER SECTION ENDS*****************/
/*Back to top*/
#back-top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 99;
}
#back-top a {
	display: block;
	text-decoration: none;
	color: #bbb;
	font-size: 24px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #243d53;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
/*Quote style*/
.quote {
	width: 100%;
	padding: 20px;
	background: rgb(240,240,240);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	border-bottom: solid 1px #dedede;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}
.quote h4 {
	color: #1c619b;
}
.quote p {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}
/*culture Tab Properties*/

#cultureTab {
	padding-bottom: 50px;
}
#cultureTab .nav-tabs {
	text-align: center;
}
#cultureTab .nav-tabs > li {
	float: none;
	display: inline-block;
}
#cultureTab .nav-tabs > li > a {
	border-color: #d2d8da;
	background: #fff;
	border-radius: 50%;
	padding: 24px 0;
	width: 80px;
	text-align: center;
	margin: 0 20px 5px;
	cursor: pointer;
}
#cultureTab .nav-tabs > li > a i {
	font-size: 32px;
}
#cultureTab .nav-tabs > li.active > a, #cultureTab .nav-tabs > li.active > a:focus, #cultureTab .nav-tabs > li.active > a:hover {
	color: #fff;
	border-color: #1c619b;
	background: #1c619b;
}
#cultureTab .nav-tabs {
	border: 0 none;
	margin-bottom: 40px;
}
#cultureTab .tab-content h3 {
	color: #1c619b;
	margin-bottom: 25px;
}
/*lOCATION SATYLE*/
#location {
	padding: 50px 0;
	border-bottom: solid 1px #ccc;
}
.dev-state {
	padding: 0 5px;
	max-width: 190px;
	margin-top: 10px;
	font-size: 16px;
	position: relative;
	min-height: 370px;
}
.dev-state > ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.dev-state > ul >li {
	list-style: none;
	padding: 12px 0 12px 40px;
	float: left;
	width: 100%;
}
.dev-state > ul > li .pin-text.active {
	position: relative;
}
.dev-state > ul > li:first-child {
	padding-top: 0px;
}
.dev-state ul li a:hover {
	color: #1c619b;
}
.dev-state ul li a.active {
	background: url(img/state_arrow.png) no-repeat right;
	color: #1c619b;
}
.dev-state ul li:last-child {
	border-bottom: none;
}
.dev-state ul li > a {
	display: block;
	color: #6b6b6b;
	line-height: 25px;
}
.popup_box {
	left: 100%;
	position: absolute;
	top: 0;
	z-index: 999;
	display: none;
	background: #fbf9f9;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-bottom: 5px;
	min-width:260px;
}
.popup_box p {
	padding: 0 10px;
	font-size: 14px;
	color: #707070;
	margin: 20px 0;
}
.popup_box p span {
	margin-right: 5px;
	color: #bababa;
}
.dev-state .popup_head h3 {
	font-size: 22px;
	font-family: 'myriadpro-bold';
	color: #6b6b6b;
	padding-bottom: 20px;
	padding-top: 0px;
}
/* state sidebar end  */
/* map section  */
.ec-map {
	float: left;
	position: relative;
	max-width: 100%;
}
.ec-map img {
	max-width: 100%;
}
.pin {
	position: absolute;
	background: url(../images/pin.png);
	width: 18px;
	height: 18px;
	margin-left: -6px;
	margin-top: -12px;
	display: block;
}
.pin.active {
	display: block !important;
	background: url(../images/pin-active.png);
}
#newJersey {
	left: 26%;
	top: 41%;
}
#london {
	left: 46%;
	top: 32%;
}
#frankfurt {
	left: 49%;
	top: 34%;
}
#basel {
	left: 49%;
	top: 37.2%;
}
#johannesburg {
	left: 54%;
	top: 81.5%;
}
#chennai {
	left: 68%;
	top: 58%;
}
#kualaLumpur {
	left: 74.6%;
	top: 63.5%;
}
#sydney {
	left: 87.5%;
	top: 86.7%;
}
/*Life at changepond*/
#owl-lic .owl-wrapper {
	margin: 0;
}
#owl-lic img {
	border: 1px solid #cdcdcd;
}
#owl-lic h4 {
	color: #144376;
}
#owl-lic .content {
	margin-top: 20px;
	margin-bottom: 15px;
}
#owl-lic .content span, #owl-lic .morecontent .fa {
	color: #1c619b;
	cursor: pointer;
}
#lifeInCP .section-header {
	margin-bottom: 20px;
}
#lifeInCP .owl-theme .owl-controls .owl-page span {
	border-radius: 0;
	background: #6b6b6b;
}
#lifeInCP .owl-theme .owl-controls .owl-page.active span, #lifeInCP .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #18a1f7;
}
#owl-lic div {
	position: relative;
}
#owl-lic .morecontent {
	height: 122%;
	padding: 10px;
	position: absolute;
	top: 0;
	display: none;
}
.blue-bg {
	background-color: #202641;
}
.blue-bg h4 {
	color: #62a0d4;
}
.blue-bg p {
	color: #fff;
}
#owl-rec {
	border: 1px solid #354176;
}
.reg-quote {
	background: url(img/quote-sym.png);
	content: "";
	display: inline-block;
	font-size: 20px;
	height: 40px;
	left: 20px;
	position: absolute;
	top: -17px;
	width: 40px;
	z-index: 1;
}
#owl-rec .msg {
	margin-top: 30px;
	font-weight: 300;
	font-style: italic;
	color: #62a0d4;
	font-size: 16px;
}
#owl-rec .owl-page > span {
	border-radius: 0;
	background: #fff;
}
#owl-rec .owl-page.active > span, #owl-rec .owl-page:hover > span {
	background: #18a1f7;
}
#owl-rec .owl-wrapper {
	margin: 20px 0 0 0;
}
/*life-in-Changepond*/
.blue {
	color: #144376;
}
.bg-white {
	background: #ffffff;
}
.events, .our-gallery {
	box-shadow: 1px 2px 3px #ccc;
}
.events p, .activities p {
	font-size: 14px;
}
.event-list {
	padding: 15px 15px 16px;
}
.activities {
	padding: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	box-shadow: 1px 2px 3px #ccc;
}
.event-list h4, .activities h4, .our-gallery h4, .our-gallery-title h4 {
	text-transform: uppercase;
}
.event-list h3, .activities h5 {
	color: #666666;
}
#ourGallery{
	padding:0 5px;
}
#ourGallery .owl-carousel, #ourGallery .owl-wrapper{
	margin:0;
}
#ourGallery .owl-item > div{
	margin:10px 5px;
}
.view-all-events p {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f1f1f1;
}
.view-all-events p a {
	color: rgba(73,73,75,0.5);
}
.activities hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.our-gallery ul {
	list-style: none;
	float: left;
	margin-left: -30px;
}
.our-gallery ul li {
	float: left;
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 10px;
}
.view-all-txt {
	margin-top: -30px;
}
/*---------------- infra service  page-----------*/
#slider-thumbs .list-inline > li {
	width: 24%;
}
.slide-nav-images {
	background: #fff;
	border-radius: 50%;
	height: 70px;
	padding: 15px 0 0;
	width: 70px;
	border: 5px solid #00395f;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.selected .slide-nav-images:after {
	position: absolute;
	content: "";
	display: inline-block;
	right: 20px;
	top: 135%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #2980b9;
}
.slide-nav-images i {
	color: #0b82d6;
	font-size: 30px;
}
.list-inline li {
	text-align: center;
}
#slider-thumbs .list-inline .selected .slide-nav-images {
	background-color: #00395f;
}
#slider-thumbs .list-inline .selected .slide-nav-images i {
	color: #fff;
}
.slide-nav-images span {
	display: inline-block;
	height: 26px;
	width: 26px;
}
.finance-icon {
	background: url(../images/financial-icon-sm.png) no-repeat;
}
#slider-thumbs .list-inline .selected .slide-nav-images .finance-icon {
	background: url(../images/financial-icon-sm-w.png) no-repeat;
	
}
.manUtil {
	background: url(../images/manufUtil-sm.png) no-repeat;
}
#slider-thumbs .list-inline .selected .slide-nav-images .manUtil {
	background: url(../images/manufUtil-sm-w.png) no-repeat;
}
.hCare {
	background: url(../images/health-care-sm.png) no-repeat;
}
#slider-thumbs .list-inline .selected .slide-nav-images .hCare {
	background: url(../images/health-care-sm-w.png) no-repeat;
}
#SuccessStoriesCarousel {
	background: #fff;
	margin-top: 30px;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background-size: 100%;
	padding-bottom: 20px;
}
#SuccessStoriesCarousel h1 {
	background-color: #2980b9;
	color: #fff;
	padding: 15px;
   	font-size: 24px;
	margin: 0 0 20px 0;
}
#SuccessStoriesCarousel .item > p, #SuccessStoriesCarousel .item > .content{
	padding: 0 50px;
}
#SuccessStoriesCarousel .carousel-control {
	height: 40px;
	top: 58%;
	width: 40px;
	cursor: pointer;
	color: #b2b2b2;
	text-shadow: none;
	font-size: 34px;
}
#SuccessStoriesCarousel .carousel-control.left, #SuccessStoriesCarousel .carousel-control.right {
	background-image: none;
}
#SuccessStoriesCarousel p.quote-text{
	position:relative;
	padding-left:60px;
	padding-right:60px;
}
.quote-text:after, .quote-text:before{
	position:absolute;
	content:"";
    top: 0px;
	background:url(img/qoutes-icon.png);
	width:30px;
	height:24px;
}
.quote-text:before{
	left:25px;
}
.quote-text:after{
	right:25px;
	background-position:30px 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----Custom tab----*/
.tab-custom.nav-tabs {
	border-bottom: 1px solid #0d4273;
	margin-bottom: 40px;
}
.tab-custom.nav-tabs > li > a {
	border: 0;
	border-radius: 0;
	padding: 10px 5px;
}
.tab-custom.nav-tabs > li > a:hover, .tab-custom.nav-tabs > li.active > a, .tab-custom.nav-tabs > li.active > a:hover, .tab-custom.nav-tabs > li.active > a:focus {
	color: #0d4273;
	background: none;
	border: 0;
	border-bottom: 4px solid;
	border-bottom-color: #0d4273;
}
/*-----------------tab overflow style-------------------*/
#myTab {
	margin-left: 0;
}
#tab1 .wrapper {
	height: 45px;
	margin: 0 auto 30px;
	overflow: hidden;
	padding: 0 5px 0 0;
	position: relative;
}
#tab1 .list {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	width: auto;
	white-space: nowrap;
	font-size: 0px;
}
#tab1 .list li {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: grab;
	cursor: -webkit-grab;
	color: #efefef;
	vertical-align: middle;
	float: none;
}
#tab1 .list li a {
	font-size: 14px;
}
#tab1 .scroller {
	text-align: center;
	cursor: pointer;
	display: none;
	padding: 7px;
	padding-top: 11px;
	white-space: nowrap;
	vertical-align: middle;
	color: #9e9e9e;
}
#tab1 .scroller-right {
	float: right;
}
.scroller-left {
	float: left;
}
/*-----------------tab overflow style end-------------------*/
/*--------------------------- custom inclusion of right, left and below tabs----------------- */
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
	display: none;
}
.tab-content > .active, .pill-content > .active {
	display: block;
}
.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
	z-index: 99;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
 *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
 *border-left-color: #ffffff;
}
/*quick link*/
.quicklink {
	background: #f7f7f7;
	border-bottom: solid 1px #eee;
	padding: 20px 0;
}
.quicklink ul {
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
	padding:0;
	list-style: none;
}
.quicklink ul li {
	float: left;
	width: 33.3%;
}
.quicklink ul li a {
	margin-right: 15px;
}
.quicklink a {
	font-size: 16px;
	padding: 5px 0;
	display: block;
}
.more-toggle {
	cursor: pointer;
	color: #2faaf8;
}
.more {
	display: none;
}
/*---------------------------custom tab end-----------------*/
/*Managed Services Bg*/
.custom-tab-accordian .tab-container {
	margin-top: 90px;
}
.custom-tab-accordian .tab-box {
	display: table;
	margin-bottom: 20px;
	cursor: pointer
}
.custom-tab-accordian .tab-header {
	background: #00386c ;
	border-bottom: 4px solid #D7D7D7;
	color: #fff;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 99;
	position: relative;
	font-size: 20px;
    font-weight: 600;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.custom-tab-accordian .tab-header.finBank{
	background:linear-gradient(rgba(0,30,60,0.4), rgba(0,30,60,0.4)), url(img/finBankBg.jpg);
	background-size:100%;
}
.custom-tab-accordian .tab-header.finZure{
	background:linear-gradient(rgba(0,30,60,0.4), rgba(0,30,60,0.4)), url(img/finZureBg.jpg);
	background-size:100%;
}
.custom-tab-accordian .tab-header.finLend{
	background:linear-gradient(rgba(0,30,60,0.4), rgba(0,30,60,0.4)), url(img/finLendBg.jpg);
	background-size:100%;
}
.custom-tab-accordian .tab-header.finVest{
	background:linear-gradient(rgba(0,30,60,0.4), rgba(0,30,60,0.4)), url(img/finVestBg.jpg);
	background-size:100%;
}
.custom-tab-accordian .tab-header.finRep{
	background:linear-gradient(rgba(0,30,60,0.4), rgba(0,30,60,0.4)), url(img/finRepBg.jpg);
	background-size:100%;
}
.custom-tab-accordian .tab-header:hover, .custom-tab-accordian .tab-active {
	border-color: #18a1f7
}
.custom-tab-accordian .tab-active:after {
	z-index: 1;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 10px #18a1f7;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}
.custom-tab-accordian .tab-header:before{
		content: "";
		display: inline-flex;
		height: 72px;
		position: absolute;
		text-align: center;
		top: -60px;
		width: 72px;
		z-index: 1;
		left: 50%;
		margin-left: -36px;
}
.custom-tab-accordian .tab-header.finBank:before{
		background-image:url(img/finBank.png);
}
.custom-tab-accordian .tab-header.finZure:before{
		background-image:url(img/finzure.png);
}
.custom-tab-accordian .tab-header.finLend:before{
		background-image:url(img/finLend.png)
}
.custom-tab-accordian .tab-header.finVest:before{
		background-image:url(img/finvest.png);
}
.custom-tab-accordian .tab-header.finRep:before{
		background-image:url(img/finRep.png);
}
.custom-tab-accordian .tab-content-header h3 {
	text-align: center;
	font-weight: bold;
	color: #00386c;
}
.custom-tab-accordian .managed-box {
	background: #F5F5F5;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	padding-bottom: 2px;
}
.custom-tab-accordian .managed-normal-head {
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	color: #00386c;
	font-size: 18px;
	text-shadow: 1px 1px 2px #ddd;
}
hr.product-separtor {
    margin-bottom: 15px;
    margin-top: 15px;
}
.custom-tab-accordian .managed-box-container .channel-partner-ul {
	padding-left: 30px;
}
.custom-tab-accordian .managed-box-container .channel-partner-ul li {
	color: #40434d;
}
.custom-tab-accordian .desktop-tab {
	display: none
}
/*Tab fixes*/
.mobile-tab {
	display: none;
	float:left;
}
#mobile-availability {
	margin-top: 70px;
}
#mobile-database-management, #mobile-capacity {
	margin-top: 0px;
}
#mobile-network-management, #mobile-power-density {
	margin-top: 0px;
}
#mobile-storage-management, #mobile-efficiency {
	margin-top: 0px;
}
#mobile-security-management, #mobile-flexibility {
	margin-top: 0px;
}
#mobile-DRaaS-management, #mobile-innovator-solutions {
	margin-top: 0px;
}
#mobile-security {
	margin-top: 0px;
}
/* --Animation Timers--*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
/* --Animation Timers Ends--*/
/*Helper class*/
.no-padding {
	padding: 0;
}
.m20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 40px;
    background: #f1f1f1;
}
.pt50 {
	padding-top: 50px;
}
.left-img {
	float: left;
	margin: 0 15px 15px 0;
}
.right-img {
	float: right;
	margin: 0 0 15px 15px;
}
.white-text {
	color: #fff !important;
}
.fixed-bg_1 {
	background: url(img/about-banner.jpg) repeat fixed 0 0 / cover;
	color: #fff;
}
.fixed-bg_1 h2 small {
	color: #fff;
}
.img-fullWidth{
	width:100%;
}
/***************image gallery banner*************/
.imageGal {
	width: 100%;
	background-image: url(../images/img-gal.jpg);
	background-size: cover;
	text-align: center;
	min-height: 250px;
}
.imageGal h1, .imageGal p {
	color: #fff;
}
.imageGal h1 {
	font-size: 48px;
	margin-bottom: 20px;
	margin-top: 60px;
}
.imageGal p {
	font-size: 22px;
	margin-bottom: 10px;
}
/**************************verical tabs***********************/
/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 20px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #1c619b;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #1c619b;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #1c619b;
}
div.bhoechie-tab-content {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.thumb-img {
	margin-bottom: 2px;
	padding: 5px;
	width: 32%;
}
/**************************verical tabs end***********************/

/***********************Horizontal time line Starts here***************/
.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
    list-style: outside none none;
	padding:0;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f1f1f1, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f1f1f1, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f1f1f1, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f1f1f1, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  box-shadow: none;
}
 
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #d4d4d4;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.bubeles{
	position:relative;	
	width:100%;
	min-height:200px;
}
.bubeles .small,
.bubeles .medium ,
.bubeles .large ,
.bubeles .extraLarge{
	background-color: #dddddd;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	text-align: center;
	padding-top: 10px;
}
.bubeles .small {
	width: 40px;
	height: 40px;
	left:15%
}
.bubeles .medium {
	width: 80px;
	height: 80px;
	left:1%
}
.bubeles .large {
	width: 100px;
	height: 100px;
	left:30%
}
.bubeles .extraLarge{
	width: 200px;
	height: 200px;
	left:50%
}

/*********************Horizontal time line ends here************************/

/* -------------------------------- reading Plugin strarts -------------------------------- */ 
.contentDesc p {
	color: #333;
	font-size:12px;
}
.contentDesc .btn {
	margin-bottom:5px;
}
.contentDesc > h1 {
    margin: 0;
}
.circleContent {
    background-color: #ddd;
	border-radius: 50%;
	display: block;
	height: 100px;
	margin:5px auto;
	padding: 14px 2px 0;
	text-align: center;
	width: 100px;
}
.circleContent:last-child {
	margin-bottom:0;
}
.circleContent  p {
	color: #fff;
	font-size:11px;
	line-height: 14px;
	margin-bottom: 0;
}
.circleContent > span {
	color: #fff;
	font-size:14px;
	font-weight:600;
}
.drkgreenbg{
	background-color:#046c70;
}
.ltgreenbg{
	background-color:#8abf4c;
}
.ltbluebg{
	background-color:#00aeef;
}
.drkbluebg{
	background-color:#236ca8;
}
.yellowbg{
	background-color: #e4ad07;
}
/* -------------------------------- 

Articles

-------------------------------- */
.cd-articles {
  position: relative;
}
.cd-articles::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-articles img {
	margin-bottom: 20px;
}
.cd-articles > section {

}
@media only screen and (min-width: 768px) {
  .cd-articles::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

/* -------------------------------- 

Aside

-------------------------------- */
.cd-read-more {
  /* hide on mobile */
  display: none;
  width: 240px;
}
.cd-read-more li {
  counter-increment: articles;
}
.cd-read-more ul {
    list-style: outside none none;
    padding: 0;
	margin:0;
}
.cd-read-more li > .cd-item {
	display: none;
	position: relative;
}
.cd-read-more li > .cd-item .contentDesc{
	background-color: #f7f7f7;
	border-bottom: 1px solid #efefef;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
.cd-read-more li:first-child > .cd-item{
	display:block;		
}
.cd-read-more li:first-child > .cd-item.read{
	display: none;
}
.cd-read-more li > .cd-item::before, .cd-read-more li > .cd-item::after {
  position: absolute;
}/* article number */
.cd-read-more li > .cd-item::after {
  /* bottom separation - line */
  content: '';
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #d9d9d9;
}

.cd-read-more li > .cd-item.read::before {
  background-color: #d9d9d9;
}

.cd-read-more li > .cd-item.reading svg {
  display: block;
}
.cd-read-more li > .cd-item.reading::before {
  background-color: #ffffff;
  color: #141414;
}
.cd-read-more li:last-of-type > .cd-item::after {
  display: none;
}

.fixed .cd-item.reading {
    display: block;
}
@media screen and (max-width: 880px) {
.cd-read-more {
	width:200px;
}
}
@media only screen and (min-width: 768px) {
  .cd-read-more {
    display: block;
    position: absolute;
    top: 50px;
	
  }
  .cd-read-more.fixed {
    height: calc(100% - 50px);
	overflow-y: auto;
	position: fixed;
  }
}
/*-------article-----------*/
.widget::before,.widget::after {
  border-radius: 0 0 2px 2px;
}
.widget::before {
  background-color: #fff;
  border-bottom: 1px solid #d3d5d7;
  bottom: 2px;
  box-shadow: 0 0 5px 0 #e2e3e4;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.widget::after{
  background-color: #fff;
  border-bottom: 1px solid #d3d5d7;
  bottom: 5px;
  box-shadow: 0 0 5px 0 #e2e3e4;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.widget {
  background-color: #fff;
  border-bottom: 1px solid #d3d5d7;
  box-shadow: 0 0 5px 0 #d9d9d9;
  margin-bottom: 30px;
  padding: 30px 30px 35px;
  position: relative;
}
.widget-title::before{
  background-color: #2f3c4e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 28px;
}
.widget-title{
  color: #2f3c4e;
}
.widget-title{
  border-bottom: 2px solid #ecedee;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
 .widget-title > i {
  border-radius: 2px;
}
.widget-search input[type="search"] {
  background-color: #f6f6f6;
  border: 1px solid #e4e6e8;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}
.widget-search .button {
  background: #00386c none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
  border: medium none;
}
.widget-search .button:hover{
	background:#1a63a7;
}
.widget li a:hover{
	color:#00386c;	
}
.widget-title > i, .post-title > i {
  background-color: #00386c;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  color:#fff;
}
.widget-categories > ul,.widget-posts ul{
  padding: 0;
}
.widget li {
  border-bottom: 1px solid #ecedee;
  color: #4b525c;
  list-style: outside none none;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.widget li:last-child {
  border-bottom: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget li a {
  color: #6d7683;
}
.widget li i.fa, .widget_categories li::after {
  float: right;
  font-size: 12px;
  line-height: 22px;
  margin-left: 10px;
}
.widget-posts-img {
  float: left;
  height: 70px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 70px;
}
.widget-posts-img a::before  {
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.widget-posts-content {
  overflow: hidden;
}
.widget-posts-content span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.widget .widget-posts-content span i.fa {
  float: none;
  font-size: 15px;
  margin: 0 10px 0 0;
}
/*Client logo*/
.client-title {
	margin-bottom: -5px;
	text-align: center;
	position: relative;
}
.client-title:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	left: 0;
	top: 49%;
	z-index: 1;
	border-bottom: 1px solid #efefef;
}
.client-title span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 5px 10px;
	display: inline-block;
}
#clients-logo {
	padding: 35px 0 25px;
}
#clients-logo.owl-carousel .owl-wrapper {
	margin: 0;
}
#clients-logo .owl-item > div {
	border-radius: 3px;
	border: solid 1px #ddd;
	margin: 0 5px;
	text-align: center;
	padding: 5px;
	background: #fff;
}

.page .entry-title {
    display: none
}
/* -------------------------------- reading Plugin ends -------------------------------- */ 

/* -------------------------------- 

Insights

-------------------------------- */
.thumbnails li{
	list-style: none;
}
.pos_r {
	position:relative;
}
.insight_left {
	margin:-6px 0 0 0;
	position:relative;
}
.insight_left .col-sm-6 {
	padding:0;
}
.insight_left .col-sm-6:nth-child(1) article,
.insight_left .col-sm-6:nth-child(1) article a.btn_insight,
.insight_home .col-sm-4:nth-child(1) article,
.insight_home .col-sm-4:nth-child(1) article a.btn_insight {
	background-color:#9e785f;
}
.insight_left .col-sm-6:nth-child(2) article,
.insight_left .col-sm-6:nth-child(2) article a.btn_insight,
.insight_home .col-sm-4:nth-child(2) article,
.insight_home .col-sm-4:nth-child(2) article a.btn_insight {
	background-color:#26bdcf;
}
.insight_left .col-sm-6:nth-child(3) article,
.insight_left .col-sm-6:nth-child(3) article a.btn_insight {
	background-color:#1a73ba;
}
.insight_left .col-sm-6:nth-child(4) article,
.insight_left .col-sm-6:nth-child(4) article a.btn_insight,
.insight_home .col-sm-4:nth-child(3) article,
.insight_home .col-sm-4:nth-child(3) article a.btn_insight {
	background-color:#f78f31;
}
.insight_left .col-sm-6:nth-child(5) article,
.insight_left .col-sm-6:nth-child(5) article a.btn_insight {
	background-color:#11aa58;
}
.insight_left .col-sm-6:nth-child(6) article,
.insight_left .col-sm-6:nth-child(6) article a.btn_insight {
	background-color:#7c4dc8;
}
.insight_left .col-sm-6:nth-child(7) article,
.insight_left .col-sm-6:nth-child(7) article a.btn_insight {
	background-color:#26bdcf;
}
.insight_left .col-sm-6:nth-child(8) article,
.insight_left .col-sm-6:nth-child(8) article a.btn_insight {
	background-color:#ba3f96;
}
p.date_insight {
	font-size:22px;
	font-weight:300;
	font-style:italic;
	color:#000;
	padding:15px;
	margin:0;
}
label.sub_cat_insight {
	background-color:rgba(0, 0, 0, 0.3);
	font-size:16px;
	font-weight:400;
	color:#FFF;
	padding:10px 15px;
}
h3.title_insight {
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	line-height:normal;
	padding:15px;
	margin:0;
}
h3.title_insight a {
	color:#FFF;
}
.insight_home h3.title_insight a {
	display:block;
	height:124px;
    text-overflow:ellipsis;
	overflow:hidden;
}
a.btn_insight {
	color:#FFF;
	padding:6px 22px;
	border-radius:0;
	position:absolute;
	top:46px;
	right:0;
	z-index:1;
}
a.btn_insight:hover,
a.btn_insight:focus {
	color:#FFF;
	opacity:0.8;
}
.service-container-new .service-thump {
	width:20%;
	float:left;
}
.tile .service-container-new > div:nth-child(even) {
	padding-bottom:159px;
}
.tile .service-container-new .service-content {
	min-height:270px;
	padding:10px;
}

/*****************RESPONSIVE STYLE BEGINS*****************/
@media screen and (max-width: 1280px) {
.col-lg-15 {
	width: 100%;
	float: left;
}
.royalSlider .rsContent .container {
	margin-top: 20%;
}
#solution .rsContent .container {
    margin-top: 15%;
}

}
@media screen and (max-width: 1199px) {
.tile .service-container > div:nth-child(even) {
	padding-bottom: 168px;
}
.tile .service-container-new .service-content {
	min-height:300px;
}
.tile .service-container-new > div:nth-child(even) {
	padding-bottom:159px;
}
#people .owl-carousel .owl-prev {
    left: -10px;
}
#people .owl-carousel .owl-next {
    right: -25px;
}
#intro .next_generation .date,  #intro .next_generation .venue{
	width: 24%;
}
}

@media screen and (max-width: 990px) {
#intro .next_generation .date, #intro .next_generation .venue {
    width: 31%;
}
#solution .rsContent .container {
    margin-top: 20%;
}
#people .owl-carousel .owl-prev {
    left: -8px;
}
#people .owl-carousel .owl-next {
    right: -22px;
}
.logo-strip {
	top: 0;
}
.tile .service-container > div:nth-child(2n) {
	padding-bottom: 138px;
}
#myCompany .company .col-sm-6 {
	width: 100%;
}
#myCompany .company {
	padding: 0 0 0 10px;
}
#myCompany .company h2 {
	margin: 20px 0 20px;
}
.dev-state > ul > li {
	padding-left: 15px;
}
.flow-diagram > li {
	width: 100%;
	margin-bottom: 5px;
}
#owl-lic {
	margin-top: 20px;
	margin-bottom: 20px;
}
.activities {
	min-height: 407px;
}
.career-banner{
	height:auto;
}
.service-container-new {
	text-align:center;
}
.service-container-new .service-thump {
	width:33%;
	float:none;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:0 0 20px;
}
.tile .service-container-new .service-content {
	min-height:263px;
}
.tile .service-container > div:nth-child(2n) {
	padding-bottom:194px;
}
}
@media screen and (max-width: 768px) {

.contact_gmap  {
  height:320px;
  position:relative;
  }
#people .owl-carousel .owl-prev {
    left: -8px;
}
#people .owl-carousel .owl-next {
    right: -20px;
}
#intro .main_slide{
	position: relative;
}

#solution .rsContent .container {
    margin-top: 22%;
}
.royalSlider .rsContent .container {
    padding-top: 28px;
}
.col-md-15 {
	width: 100%;
	float: left;
}
.col-md-15.col-xs-6 {
	width: 50%;
	margin-bottom:10px;
}
.logo-strip {
	display: none;
}
.navbar .navbar-header img {
	display: block;
}
.navbar-brand img:first-child{
	float: left;
    width: 15%;
	padding: 0;
}
.navbar-brand img:last-child{
	padding: 14px 0 0 10px;
}
#owl-rec {
	margin-top: 20px;
}
.tile .service-container .service-content {
	margin-bottom: 20px;
	min-height: 215px;
}
.tile .service-container .col-sm-3 {
	width:50%;
}
.tile .service-container > div {
	padding: 0 5px;
}
.tile .service-container {
	padding: 0 10px;
}
.tile .service-container > div:nth-child(even) img, .tile .service-container > div img {
	position: static;
	width: 100%;
}
.tile .service-container > div:nth-child(2n) img {
	padding: 0;
}
.tile .service-container > div:nth-child(2n) {
	padding-bottom: 0;
}
.tile .service-container .service-content,  .tile .service-container > div:nth-child(even) .service-content {
	border-top: 0 none;
	border-bottom: 1px solid #dedede;
}
.service-content span {
	display: inline-block;
}
#myCompany h2 {
	font-size: 40px;
}
#myCompany h2 span {
	font-size: 40px;
}
.custom-tab-accordian .tab-container {
    margin-top: 0px;
}
.custom-tab-accordian .tab-container .tab-box {
	margin-top: 60px;
}
.managed-box-container {
    margin-top: 15px;
}
.dataNum p strong { font-size: 36px; }
#cultureTab .nav-tabs > li > a {
  margin: 0 10px 5px!important;
}
#intro .next_generation .date, #intro .next_generation .venue {
    width: 38%;
}
}
@media screen and (max-width: 767px) {
h1.section-header.light {
    margin-top: 10px;
}
/* section img { */
	/* margin-bottom: 15px; */
/* } */
section.tile img {
	margin-bottom: 0;
}
.custom-tab-accordian .tab-header {
	background-color: #E7E7E7;
}
header .nav.navbar-nav {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#myCompany .thumb {
	width: 100%;
}
#myCompany .thumb > a {
	width: 50%;
	background-size: 100%;
	background-position: 0 0;
}
#myCompany .item .col-sm-6 {
	padding: 20px;
}
footer ul.footer-menu li {
	border-bottom: solid 1px #0b1c2c;
	line-height: 32px;
}
footer ul.footer-menu li:last-child {
	border-bottom:0 none;
}
#company .carousel-indicators {
	bottom: 15px;
	left: inherit;
	right: 20px;
	text-align: right;
	width: 100%;
}
.ec-map {
	display: none;
}
.dev-state {
	max-width: 100%;
}
.dev-state {
	margin-top: 10px;
}
.dev-state > ul > li {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.popup_box {
	float: left;
	left: 0px;
	margin-left: 0px;
	top: 0px;
	margin-top: 10px;
	position: relative;
	min-width: auto;
}
.popup_box img {
	max-width: 100%;
	padding: 10px;
	float: none !important;
}
.popup_head, .popup_speech {
	padding-left: 15px;
}
.popup_head:before, .popup_head:after {
	display: none;
}
#owl-lic img {
	width: 15%;
}
.activities {
	min-height: auto;
}
.quicklink ul li { 
   width: 98%;
}
#sidebar-wrapper.active {
  width: 200px;
}
.service-container-new .service-thump {
	width:100%;
}
#intro .owl-prev{
	position: absolute;
    transform: initial;
    top: 28%;
    left: -2px;
}
#intro .owl-next{
	position: absolute;
    transform: initial;
    top: 28%;
    right: -2px;
}	
}
@media screen and (max-width: 640px) {
#intro .owl-prev{
    top: 34%;
}
#intro .owl-next{
    top: 34%;
}	
.col-sm-15 {
	width: 30%;
	float: left;
}
.logo-strip::after {
	display: none;
}
.tile .service-container > div {
	width: 100%;
}
.activities {
	margin-bottom: 20px;
}
#owl-lic .col-sm-3 {
	padding: 0;
}
.tile .service-container .service-content {
	min-height: auto;
}
.tile .service-container .col-sm-3 {
	width: 100%;
}
#intro .next_generation .date, #intro .next_generation .venue {
    width: 44%;
}
#intro .next_generation p {
    font-size: 11px;
}
}

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

#solution .rsContent .container {
    margin-top: 28%;
}
#intro .owl-prev{
    top: 30%;
}
#intro .owl-next{
    top: 30%;
}	
.col-sm-15 {
	width: 100%;
	float: left;
}
#myCompany .thumb > a {
	background: none;
	width: 100%;
	height: 42px;
}
#myCompany .thumb > a.dummy {
	display: none;
}
header .navbar-nav > li > a {
	padding: 15px 10px;
}
.navbar-brand {
	padding: 4px;
	width: 90%;
}
.navbar-right ul li:not(:last-child){
	display: none;
}
.footer-bottom .col-sm-12 > div {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 5px;
}
.footer-bottom .col-sm-12 > div ul {
	text-align: center;
	padding: 0;
	margin: 0;
}
.footer-bottom .col-sm-12 > div ul li {
	float: none;
	display: inline-block;
}
.contact-info-box .email {
  font-size: 13px;
  line-height: 14px;
  word-wrap: break-word;
}

.li-updates-container h2,
.li-updates-container img.linkedin-update-logo,
.li-updates-container > li > div > h3 {
	display:none;
}
.li-updates-container > li > span > i,
.li-updates-container > li > span > a {
	display:inline-block;
	margin:0 10px 5px 0;
}
.widget .li-updates-container li i.fa-clock-o {
	float: none;
	margin: 0 10px 0 0;
}
.widget .li-updates-container li a {
	color: #095794;
}
}
/*****************RESPONSIVE STYLE ENDS*****************/

/* loading image on map at contact page*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

#googleMap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* z-index: 9999; */
	background: url(../images/Preloader_11.gif) center no-repeat #fff;
}

.etl_img_responsive  {
  display:none;
}

@media only screen and (max-width: 480px) {
#intro .next_generation span{
	display: none;
}
#intro .next_generation .date, #intro .next_generation .venue {
    width: 68%;
	margin: 4px;
}
#intro .date .fa {
    float: left;
    padding: 8px 10px 0px 0px;
}
#intro .date p {
	text-align: left;
}
#intro .next_generation .btn-main {
    margin-top: 5px;
}
  .etl_img_normal  {
    display:none;
  }
  .etl_img_responsive  {
    display:block;
  }
  
}

.pop-up {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* POPUP Content/Box */
.pop-up-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

.pop-up-content #pop-up-content-close{
	margin-top: -2%;
}
.pop-up-content input[type=number]::-webkit-inner-spin-button, 
.pop-up-content input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}
.pop-up-content  input[type=number] {
	-webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.pop-up-content .post-title{
	margin: 0 0 20px;
	color: #337ab7;
}
.pop-up-content p {
	margin: 20px 0 0;
	text-align: justify;
}
.pop-up-content .file-container{
	 display: none; /* Hidden by default */
}

#Download_form.btn{
	margin-top: 10px;
    margin-bottom: 10px;
}

/* The Close Button */
#pop-up-content-close {
	position: absolute;
	right : 21%;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    z-index: 2;
}

#pop-up-content-close:hover,
#pop-up-content-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.pop-up-content .screen-reader-response {
	display: none;
}
.pop-up-content .form-group {
    margin-bottom: 5px;
}

#wpcf7-f1349-o1 .wpcf7-submit{
	float: left;
	margin: 0 5px 0 0;
}

#auto-download{
font-size: 12px;
line-height: 1.2;
}

a#download-btn{
	display:none;
}

.wpcf7-mail-sent-ok{
	margin: 20px 0 0 0;
}

.contact_check input {
	display: inline-block;
	width: auto;
	margin: 0 5px 2px 0;
	vertical-align: middle;
}
.contact-field input[type="submit"] {
	float: none;
}
span.wpcf7-not-valid-tip {
	color: #FF0000;
	display: block;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ng {
	background-color: #FF0000;
	text-align: center;
	color: #FFF;
	padding: 5px;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #489C00;
	text-align: center;
	color: #FFF;
	padding: 5px;
}

/*Including slider for Home page Insights*/

.insight_home {margin-bottom: 30px;}
.insight_home .carousel-indicators {bottom: -55px;}
.insight_home .carousel-indicators li {border-color:#3a638d;}
.insight_home .carousel-indicators .active {background-color: #3a638d;}
.insight_home .item ul {list-style:none; padding:0; margin:0;}
.insight_home .item ul {list-style:none; padding:0;}
.insight_home .item ul li {list-style:none;}

/*********01_10_2018**********/
.uiux_main .events {
	margin: 10px 0;
}
.uiux_main .event-list {
	min-height: 430px;
}

/*********12_02_2019**********/
.dell-boomi-carousel .carousel-indicators {
		float: left;
		width: 100%;
		margin: 0;
		position: relative;
		bottom: inherit;
		left: inherit;
		border-bottom: 1px solid #BEC1C7;
}
.dell-boomi-carousel .carousel-indicators li {
		float: left;
		font-weight: 600;
		text-indent: 0;
		width: 25%;
		height: auto;
		padding: 10px 20px;
		margin: 0;
		border: 0 none;
		border-bottom: 5px solid transparent;
		border-radius: 0;
}
.dell-boomi-carousel .carousel-indicators li.active {
		border-bottom: 5px solid #18A1F7;
}
.dell-boomi-carousel .carousel-inner > .item {
		background-color: #FFF;
		min-height: 240px;
		padding: 35px 35px 5px;
}

/*********20_02_2019**********/
#iPaaSCoE .modal-dialog {
		width: auto;
		max-width: 70%;
}
#iPaaSCoE .modal-dialog .modal-content {
		padding: 50px;
}
#iPaaSCoE .modal-dialog .modal-content button.close {
		font-size: 30px;
}

/*********26_02_2019**********/

.circleContent {
    width: 100px;
    height: 100px;
}

#Kansas {
    left: 16%;
    top: 35%;
}