@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
}
h1 {
	font-size: 46px;
	font-weight: 700;
	color: #444;
	letter-spacing: -2px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	line-height: 26px;
}
h4 {
	font-size: 16px;
}
a {
	color: #087CC9;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d43133;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
img {
    vertical-align: middle!important;
}
.btn-primary {
	padding: 8px 20px;
	background: #087CC9;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #2d78ae;
	outline: none;
	box-shadow: none;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.center h2 {
	font-size: 32px;	
	margin: 20px;
	text-shadow: 1px 3px 3px #888888;
}
.center h3 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 70px 0;
}
.center {
	text-align: center;
	padding-bottom: 35px;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    z-index: 888;
    background-color: #ffffff;
}
/* navigation bar */
.navbar {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	border-left: none;
	border-right: none;
}
/*ul#menu-top-nav-menu
{
	margin-right: 15px;
}*/
@media screen and (min-width: 992px) {
	.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}
	.navbar .dropdown-menu > .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

.navbar-brand {
	height: auto;
	padding: 0 15px;
}
.navbar-brand > img {
	display: inline-block;
	height: 86px;
}
.navbar-toggle {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #0068AB;
	padding: 9px 15px;
	margin: 10px 10px 0px 0px;
}
.navbar-default {
	background-color: #fff;
    /*border: none;
    min-height: 40px;
    float: right;
	padding-top: 28px;*/
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0068AB;
}
.navbar-default .navbar-toggle i {
	color: #fff;
	font-size: 21px;
	line-height: 25px;
}
.navbar-default .dropdown-menu {
	min-width: 190px;
	right: auto;
}
.navbar-default .dropdown:hover > .dropdown-menu {
	margin-top: 1px;
}
.navbar-default .dropdown-menu .active > a, .navbar-default .dropdown-menu .active a:hover, .navbar-default .dropdown-menu .active a:focus {
	background-color: #6A737E;
}

.navbar-default .navbar-nav {
	margin-right: 0px;
	margin-top: 31px;
}
.navbar-default .navbar-nav > li > a {
	padding: 12px 10px;
	font-weight: 600;
	color: #474747;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #e2e2e2;
	/*color: #ffffff;*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #355987;
	background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-toggle i {
	/*margin-left: 3px;*/
	color: #b8b8b8;
}

.navbar-fixed-top.shrinkable .navbar-nav > li > a , .navbar-fixed-top.shrinkable .navbar-brand > img {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-fixed-top.shrink-active .navbar-brand {
	line-height: 40px;
}
.navbar-fixed-top.shrink-active .navbar-brand > img {
	height: 35px;
}
.navbar-fixed-top.shrink-active .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-fixed-top .navbar-nav {
	margin-right: -5px;
}
.navbar-default .navbar-nav > li.current-menu-ancestor > a {
	background-color: #f9f9f9;
}

.navbar-nav .dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	padding: 0;
	top: 99%;
	border: none;
	border-top: 2px solid #32557f;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #fff;
}
/*navbar-nav > li {
    margin-left: 0px;
}*/
.navbar-nav .dropdown-menu > li > a {
	padding: 10px 8px;
	font-size: 13px;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	background-color: #6A737E;
	color: #fff;
}
.navbar-nav .dropdown-menu > li > a i {
	position: absolute;
	right: 11px;
	top: 11px;
}
.navbar-nav .dropdown-menu .dropdown.open > a,
.navbar-nav .dropdown-menu .dropdown.open > a:hover,
.navbar-nav .dropdown-menu .dropdown.open > a:focus {
	color: #fff;
	background-color: #6A737E;
}
.navbar-nav .dropdown-menu .dropdown-menu {
	top: -2px;
	left: 100%;
	border: 1px solid #E8E8E8;
	border-left: 1px solid #6A737E;
	min-width: 190px;
}
.navbar-nav .dropdown-menu .dropdown-menu li {
	display: block;
}

.label-main-nav {
	position: relative;
	top: -2px;
}

@media screen and (max-width: 992px) {
	.navbar-toggle {
		display: block;
		margin-right: 0;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: auto !important;
	}

	.navbar-header,
	.navbar-nav,
	.navbar-nav > li {
		float: none !important;
	}
	.navbar-default .navbar-nav {
		margin-right: 0;
		text-align: left;
	}
	/* last child is search icon */
	.navbar-default .navbar-nav > li:last-child {
		min-height: 44px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.navbar-default .navbar-nav li > a > i {
		position: absolute;
		right: 15px;
		font-size: 18px;
	}
	.navbar-default .navbar-nav li.mega-menu ul.list-menu > li > a > i {
		position: relative;
		right: 0;
		top: 0px;
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
		color: #4a4a4a;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
		color: inherit;
		background-color: #E7E7E7;
	}

	.dropdown-menu .dropdown .dropdown-menu {
		display: block;
		padding-left: 12px;
	}
	.dropdown-menu .dropdown a > i {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.navbar-brand {
		margin-top: 0;
	}
	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-default .navbar-nav {
		margin-left: 0;
		text-align: left;
	}
	.navbar-default .navbar-toggle {
		margin-top: 14px;
		margin-bottom: 14px;
	}
	.navbar-default .navbar-nav .dropdown-menu .dropdown a {
		background-color: inherit;
	}
	.navbar-default .navbar-nav .dropdown-menu .dropdown i {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.navbar-toggle {
		margin-right: 15px;
	}

	.navbar > .container .navbar-brand {
		margin-left: 5px;
	}
}
/*************************
*******Home Page******
**************************/

body.homepage {
    /* ... other styles ... */
    overflow: auto; /* This allows the page to scroll */
}

#main-slider {
	position: relative;
	text-align: center;
}
.no-margin {
	margin: 0;
	padding: 0;
}
header .main-nav 
{
    padding-top: 15px;
}
/*.hidden-xs {
    display: inline-block!important;
}*/
#main-slider .carousel .slide-margin {
	margin-top: 65px;
}
#main-slider .carousel .logo {
	font-weight: 600;
	margin: 20px 0;
	padding: 10px 10px;
	border-radius: 10px;
	border: 1px solid #9bcaec;
	border-bottom: 0;
	border-right: 0;
	box-shadow: 6px 3px #ddd;
}
#main-slider .carousel .logo i {
	color: #3498db;
}
#main-slider .carousel h2 {
	color: #E8EFFA;
	font-weight: 700;
	font-size: 1.5em;
	margin: 20px 24px;
	text-align: center;
	letter-spacing: 2px;
}
#main-slider .carousel h1 {
	color: #E8EFFA;
	font-weight: 700;
	font-size: 2.5em;
	margin: 10px 24px;
	text-align: center;
	letter-spacing: 2px;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #3498db;
	color: #fff;
	border-radius: 4px;
	margin-top: 0px;
	display: inline-block;
}
.carousel-inner {
	height: 280px;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 280px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
.carousel-indicators
{
	bottom: 10px;
}
#main-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 1px solid #c3dff4;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 14px;
	height: 14px;
	background-color: #fff;
	margin: 0 15px 0 0;
	border: 1px solid #3498db;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #3498db;
	left: -3px;
	top: -3px;
}
#feature, #about, #casestudy {
	background: #f2f2f2;
	padding-bottom: 40px;
}
#feature h2, #about h2
{
	color: #585959;
}
/******************
About
*************/
#about
{
	background: #f2f2f2;
	padding: 15px 0px;	
}
#about h4, #softSols h4, #engSols h4, #training h4  
{
	padding-bottom: 10px;
    border-bottom: 1px solid #1476B2;
    margin-bottom: 10px;
	color: #1476B2;
}
#casestudy h2, #contacts h2
{
	padding: 14px 0px;
	color: #585959;	
	margin: 10px;
}
#casestudy ul.list-group li
{
	text-align: left;
}
#casestudy img
{
	margin: -16px 0px;
    display: inline;
}
.list-group-item
{
	border: 1px solid #b0b0b0;
}
#casestudy i {
	font-size: 23px;
    padding: 2px 3px 0 5px;
	color: #087CC9;
}

#casestudy {
    padding-top: 10px; /* Reduces the space between the demo section and "Case Studies" heading */
    padding-bottom: 3px; /* Reduces the space between the "Case Studies" list and the footer */
}
.mngmtProf
{
	border: 1px solid #b0b0b0;
   -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
    background-color: #e1e1e1;
}
.testimonials
{
	font-family: 'arial',sans-serif;
	font-size: 15px;
	background-color: #FAF1BB;	
	border: 2px solid #FDE96C;
   -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;    
    color: #666;
	margin: 3%;
	box-shadow: 5px 5px 12px #888888;
}
.testimonials
{

}
.client
{
  font-weight: 600;
  color: #1476B2!important;
}
hr
{
	border-bottom: 1px solid #1476B2;
	padding: 10px 0px;
	border-top: none 0;
}
.pin
{
	background: transparent url(../images/pin.png) no-repeat;
	padding-bottom: 0;
    height: 40px;
    width: 40px;
    margin-left: 44%;
}
#inner-page {
	background: #f8f8f8 url(../images/innerpage_bg.png) repeat-x;
	padding-bottom: 0;
}
.color-border {
	background: url(../images/color_border.jpg) repeat-x scroll center top;
	width: 100%;
	float: left;
	display: block;
	height: 6px;
}
.features {
	padding: 0;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: left;
}
.feature-wrap h2 {
	margin-top: 10px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i {
	font-size: 48px;
	height: 61px;
	width: 61px;
	margin: 3px;
	border-radius: 100%;
	line-height: 61px;
	text-align: center;
	color: #087CC9;
}
.engIcon
{
	height: 65px;
    width: 58px;
    /* line-height: 63px; */
    margin-top: 7px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.bullet-pt
{
    height: 14px!important;
    width: 10px!important;
    line-height: 36px!important; 
    font-size: 10px!important;
}
.feature-wrap h3
{
	text-align: left;
}
a.myButton,
a:hover.myButton {
  padding: 5px 15px;
  font-size: 14px;
  background: #087CC9;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;       
  width: auto !important;    
  max-width: fit-content;    
}

.logo
{
	padding: 2px 0px 6px 0px;
}
.logoSmall
{
	height: auto;
	width: auto;
}
.logoText
{
	 font-family: 'Trebutech MS', 'Helvetica Neue', sans-serif;
	 background: -webkit-linear-gradient(top, #1C61B4, #0A2D56);
	background: linear-gradient(top, #1C61B4, #0A2D56);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;  
    font-size: 25px;
    font-weight: bold;
    color: #0A2D56;
	    position: absolute;
    margin: -62px 0px 0px 101px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/*************************
********* Contact Us CSS ******
**************************/
#contacts span
{
 	color: #1476B2;
	font-weight: bold;
	font-size: 18px;
 }


/***********************
********* Footer ******
************************/
#footer {
	padding-top: 25px;
	padding-bottom: 23px;
	height: 100%;
	color: #aaa;
	background: #2e2e2e;
	text-align: center;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #3276b1;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}
.follow-us {
	margin-top: -5px;
	text-align: center;
}
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #999;	
	border-radius: 50%;
	color: #999;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #3276b1;
	border-color: #3276b1;
}

/* google map *******/
/* ======= Map section ======= */
.map-section {
  padding-top: 0px;
  padding-bottom: 40px;
  margin-top: -35px;
}
.map-section .map-title
{
	font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  color: #666;

}
.map-section .gmap-wrapper {
  padding: 10px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.map-section .gmap {
  height: 400px;
  text-align: left;
  font-weight: normal;
}
.map-section .gmap,
.map-section .gmap *,
.map-section .gmap *:before,
.map-section .gmap *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.map-section .gmap .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
}
.region
{
	font-size: 13px;
	color: #4e4e4e;
    font-weight: 400;
}
.map-section .gmap .gm-style-iw {
  width: 150px;
}


  body {
    font-family: sans-serif;
    padding: 20px;
  }

  [data-lang] {
    display: none;
  }

  [data-lang].active {
    display: block;
  }

  button {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .button-container {
    text-align: right; 
    margin-bottom: 1px;
  }

  
  #toggleLangBtn {
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;         
  font-size: 14px;           
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
}

  #toggleLangBtn:hover {
    background-color: #0056b3;
  }

/* ########################################################################### */

