@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500);
 @import url(../css/fonts.css);
@import url(../css/menu.css);
/* =============================================================================
   BROWSER RESET STYLES
   ============================================================================= */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #333;
	font-weight: 300;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
label {
	padding: 0;
	margin: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
}
.clear, .clearfix {
	clear: both;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
input::-moz-focus-inner {
 border: 0;
}
input, select, textarea, button {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background: #FFF;
}
::-webkit-input-placeholder {
 color:#717171;
}
/* =============================================================================
   TYPOGRAPHY STYLES
   ============================================================================= */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	font-weight: 500;
	text-transform: none;
	color: #333;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
	color: #065EA8;
}
h3 {
	font-size: 22px;
	color: #FFF;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
p, li {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #333;
	padding-bottom: 4px;
	font-family: 'Roboto', sans-serif;
}
li {
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
}
a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.wrapper {
	width: 100%;
}
/* =============================================================================
   HEADER STYLES
   ============================================================================= */   
.pageWidth {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
.headLeft {
	float: left;
	width: 30%;
}
.headRight {
	float: right;
}
/* =============================================================================
   TOP PLUGINS STYLES
   ============================================================================= */
.services {
	padding: 30px 0 0;
}
.serviceBox {
	margin-left: 4%;
	width: 48%;
	float: left;
}
.serviceRow .serviceBox:first-child {
	margin-left: 0;
}
.serviceRow {
	margin-top: 40px;
}
.spaceNone {
	margin: 0;
}
.services h2 {
	padding-bottom: 25px;
}
.serviceBox i {
	border: 1px solid #bebebe;
	border-radius: 50%;
	color: #bebebe;
	display: block;
	float: left;
	font-size: 45px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 90px;
}
.serviceBox:hover i {
	border-color: #065FAB;
	color: #065FAB;
}
.serviceBox a {
	color: #065FAB;
	font-size: 14px;
}
.iconBox {
	float: left;
	width: 20%;
}
.seriveBoxContent {
	float: left;
	width: 77%;
	margin-left: 3%;
}
.services h3 {
	color: #555;
	margin-bottom: 10px;
}
.services p {
	margin-bottom: 5px;
	line-height: 22px;
}
.scnServices {
	border-top: 1px solid #eee;
	margin: 30px 0 0;
	padding: 30px 0;
	background: #fafafa;
}
.btn {
	background-color: #0597dd;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	margin: 0 5px 20px 0;
	padding: 8px 14px 10px 14px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn i{
	color:#FFF;
	padding-right:5px;
}
.btn:hover {
	background: #f39200;
	color: #FFF;
}
.bdrTitle {
	color: #065EA8;
	padding-left: 10px;
	border-left: 3px solid #065EA8;
	position: relative;
}
.bdrTitle span {
	background: #eb9734;
	width: 3px;
	height: 20px;
	position: absolute;
	left: -2px;
	top: 40%;
}
/* =============================================================================
   CONTAINER STYLES
   ============================================================================= */

.homeContent {
	background: #f5f5f5;
	padding: 40px 0;
}
.homeContentLeft, .homeContentRight {
	float: left;
	padding: 10px 0;
	width: 45%;
}
.homeContentRight {
	margin-left: 4%;
	padding-left: 4%;
	border-left: 3px solid #ddd;
}
.homeContent h2 {
	color: #000;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 20px;
}
.homeContent p {
	line-height: 24px;
	padding-bottom: 14px;
}
.homeContent span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #D68203;
	text-align: right;
	padding-bottom: 14px;
}
.homeContent a {
	display: inline-block;
	float: right;
	margin: 0;
}
/* =============================================================================
   FOOTER STYLES
   ============================================================================= */
footer {
	background: #184468;
}
footer h3 {
	padding-bottom: 14px;
}
footer p {
	color: #c7daec;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
footer a {
	color: #c7daec;
	line-height: 24px;
}
footer i {
	font-size: 18px;
	padding: 0 12px 0 0;
	color: #c7daec;
}
.col-lg-3 {
	width: 26%;
	float: left;
	margin-right: 7%;
	line-height: 22px;
}
.footerTop {
	padding: 25px 0;
}
footer ul li {
	list-style: none;
	font-size: 14px;
	color: #c7daec;
	line-height: 24px;
}
footer ul.listFooter li:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	padding-right: 6px;
}
footer ul.listFooter li {
	-webkit-transition: padding-left .3s ease-in;
	-moz-transition: padding-left .3s ease-in;
	-o-transition: padding-left .3s ease-in;
	transition: padding-left .3s ease-in;
}
footer ul.listFooter li:hover {
	color: #FFF;
	padding-left: 5px;
}
footer a:hover {
	color: #FFF;
}
footer ul.media li {
	color: #d9d9d9;
	float: left;
	font: normal 11px/14px 'Roboto', sans-serif;
	margin-bottom: 4px;
}
footer ul.media li i {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	min-height: 10px;
	padding: 2px;
	text-align: center;
	width: 24px;
	height: 24px;
}
.media li i.facebook, a.tooltips.facebook div {
	background: #355fa7;
}
.media li i.pinterest, a.tooltips.pinterest div {
	background: #f23434;
}
.media li i.twitter, a.tooltips.twitter div {
	background: #32ccfe;
}
.media li i.youtube, a.tooltips.youtube div {
	background: #ef3f3f;
}
.media li i.rss, a.tooltips.rss div {
	background: #f7a42c;
}
.media li i.gplus, a.tooltips.gplus div {
	background: #dd4224;
}
.media li i.linkedin, a.tooltips.linkedin div {
	background: #007bb6;
}
.media li i.dribbble, a.tooltips.dribbble div {
	background: #ea4c89;
}
.column3 ul.media li a {
	float: left;
	padding: 0 2px 0 0;
}
a.tooltips {
	position: relative;
	display: inline-block;
	margin-right: 4px;
}
a.tooltips div {
	color: #FFFFFF;
	display: none;
	margin-left: -30px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: -33px;
	width: 70px;
	z-index: 11;
	left: 0;
	border: 2px solid #FFF;
	border-radius: 2px;
	font-size: 12px;
}
a.tooltips span {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFF;
	position: absolute;
	bottom: -7px;
	left: 45%;
	padding: 0;
}
a.tooltips:hover div {
	display: block;
}
.footerBottom {
	background: #0d2438;
	padding: 12px 0;
}
.footerBottom p {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.footerBottom a {
	display: none;
	float: right;
	padding-top: 3px;
}
/* =============================================================================
   INNERPAGES STYLES 
   ============================================================================= */
.parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0,0,0,0.6);
}
.aboutTitle {
	background-image: url(../images/aboutus-title.jpg);
}
.consultingtitle {
	background-image: url(../images/consulting-title.jpg);
}


.appDevtitle {
	background-image: url(../images/application-development-title.jpg);
}

.appManagetitle {
	background-image: url(../images/application-management-title.jpg);
}

.formalTestingtitle {
	background-image: url(../images/formal-testing-title.jpg);
}

.modAnalyticsTitle{
	background-image: url(../images/modeling-analytics-title.jpg);
}

.semanticTitle{
	background-image: url(../images/semantic-title.jpg);
}

.getInTouchtitle {
	background-image: url(../images/get-in-touch.jpg);
}

.container {
	min-height: 400px;
	margin-bottom: 25px;
}
.titlePos {
	display: table;
	height: 100%;
	width: 100%;
}
.titlePos .titleAlign {
	display: table-cell;
	vertical-align: middle;
	height: 140px;
}
.titleSection h1 {
	float: left;
	width: 50%;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.bredCrumb {
	float: right;
	width: 50%;
	position: relative;
	z-index: 1;
}
.bredCrumb ul {
	float: right;
	padding: 0;
	width: auto;
}
.bredCrumb ul li:first-child {
	background: none;
	padding-left: 0;
}
.bredCrumb li {
	list-style: none;
	background: url(../images/bredcrom-arrow.png) no-repeat 0 15px;
	float: left;
	padding: 6px 12px 0 18px;
}
.bredCrumb li a {
	color: #FFF;
	font-weight: 400;
}
.bredCrumb li a:hover {
	text-decoration: underline;
}
.bredCrumb li .page-selection, .bredCrumb li .page-selection:hover {
	color: #b5b5b5;
	text-decoration: none;
}
.description ul.listItems li {
	list-style: inherit;
}
.innerContent {
	padding: 30px 0;
}
.description {
	padding: 30px 0;
}
blockquote {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #1d5e9e;
	border-left: 5px solid #1d5e9e;
	margin-bottom: 25px;
	padding: 10px 20px;
}
.description p {
	padding-bottom: 15px;
	color: #111;
	font-weight: 300;
}
.description h3 {
	color: #444;
	padding-bottom: 14px;
}
.description ul {
	padding-left: 25px;
	padding-bottom: 10px;
}
.description ul li {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	color: #111;
}
.imgLeft {
	float: left;
	margin: 12px 12px 0 0;
}
.imgRight {
	float: right;
	margin: 12px 0 0 12px;
}
.logoList {
	padding: 20px 0;
}
.logoList ul {
	overflow: hidden;
	padding: 0;
}
.logoList ul li {
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	float: left;
	min-height: 90px;
	padding: 24px 0;
	position: relative;
	text-align: center;
	width: 32%;
}
.logoList ul.lastLogoList li {
	border-bottom: 0;
}
.logoList ul li:first-child {
	border-left: 0 none;
}
.logoList ul li a {
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.logoList ul li a:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.contactForm ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.leftPanel {
	float: left;
	width: 68%;
	padding: 0 2%;
}
.rightPanel {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	float: left;
	width: 22%;
	padding: 2%;
}
.rightPanel i {
	padding-right: 10px;
	color: #555;
}
.rightPanel a:hover {
	color: #000;
	text-decoration: underline;
}
.contactForm ul li {
	float: left;
	margin-left: 2%;
	width: 48%;
	margin-bottom: 18px;
}
.contactForm ul li:first-child {
	margin-left: 0;
}
.contactForm li label {
	float: left;
	font-size: 14px;
	margin-right: 0;
	width: 100%;
	font-weight: normal;
	padding-bottom: 5px;
}
.contactForm li label span {
	color: #ff0000;
	font-size: 12px;
	padding-left: 2px;
}
.contactForm input, .contactForm textarea, .contactForm select {
	background: #FFF;
	border: 1px solid #bbb;
	float: left;
	height: 20px;
	color: #333;
	font-size: 14px;
	outline: medium none;
	padding: 6px 2%;
	resize: vertical;
	width: 95%;
}
.contactForm textarea {
	min-height: 80px;
}
.contactForm select {
	height: auto;
	width: 100%;
}
.contactForm input:focus, .contactForm textarea:focus, .select:focus {
	border: 1px solid #0da1da;
	box-shadow: 0 0 4px 0 #7ad4f7;
	-webkit-box-shadow: 0 0 4px 0 #7ad4f7;
	-moz-box-shadow: 0 0 4px 0 #7ad4f7;
	-o-box-shadow: 0 0 4px 0 #7ad4f7;
	outline: 0 none;
}
.contactForm li.full {
	width: 100%
}
.contactForm li.full input, .contactForm li.full textarea {
	padding: 6px 1%;
	width: 95.5%;
}
.contactForm li div {
	float: left;
	width: 49%;
}
.contactForm li.checkbox input {
	width: auto;
}
.contactForm li.checkbox strong {
	padding-left: 8px;
	font-size: 14px;
}
.contactForm label.error {
	color: #ff0000;
	font-size: 13px;
	font-weight: 300;
}
input.error, textarea.error, select.error {
	background: #fdf2f2;
	border: 1px solid #fccece;
	color: #444444 !important;
	box-shadow: none !important
}
.btnBlue , .btnYellow{
	background: #065ba4;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	min-width: 100px;
	text-align: center;
	margin: 0 5px 20px 0;
	padding: 12px 16px 12px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btnBlue:hover {
	background: #247ac3;
	color: #FFF;
}
.btnYellow{
	background:#eb9734;
}
.btnYellow:hover{
	background:#c07823;
}
.leftArea {
	float: left;
	padding-right: 3%;
	width: 61%;
	border-right: 1px solid #ddd;
}
.rightArea {
	float: right;
	width: 33%;
}
.rowItems {
	overflow: hidden;
	border-top: 1px dashed #999999;
	padding: 15px 0;
	margin: 10px 0;
}
.cont_left {
	float: left;
	width: 70%;
	margin: 0;
}
.cont_img_right {
	float: right;
	width: 25%;
	text-align: center;
	margin: 0;
}
.cont_right {
	float: right;
	width: 70%;
	margin: 0;
}
.cont_img_left {
	float: left;
	width: 25%;
	text-align: center;
	margin: 0;
}
.courseDetails {
	width: 100%;
	border: 0;
	padding: 0;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-top: 0;
	border-left: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.description .rightArea h3 {
	padding-bottom: 6px;
	color: #333;
	font-size: 18px;
}
.description strong {
	color: #cc7918;
	font-weight: 500;
}
.courseDetails td {
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	padding: 10px;
	color: #000;
	font-weight: 400;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.courseDetails td strong {
	font-weight: 500;
	color: #c46f00;
}
.courseDetails td span {
	color: #587600;
	font-weight: 500;
	font-size: 14px;
}
.courseDetails td label {
	color: #587600;
	font-weight: 500;
	font-size: 14px;
}
.courseDetails tr.heading td {
	background: #0a81b3;
	color: #FFf;
}
.btnBook a {
	background: #E88D04;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 18px;
	text-align: center;
	margin: 10px auto;
	padding: 14px 5%;
	width: 70%;
	text-align: center;
	border: 1px solid #d58204;
}
.btnBook a:hover {
	background: #cc7b02;
}
.btnBook a i {
	color: #FFF;
	font-size: 22px;
	padding-right: 10px;
}
.note {
	font-size: 12px;
	color: #f00;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.element_to_pop_up2 {
	width: 800px;
	height: auto;
	border-radius: 5px;
	padding: 10px;
}
.popup-inner {
	background: #ffffff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
}
.popup-text {
	background: #07a1e1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	padding: 14px 18px;
	width: 100%;
}
.b-close {
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	position: absolute;
	right: 24px;
	text-align: center;
	top: 28px;
	width: 20px;
}
.formItems li {
	list-style: none;
}
.successmessage {
	display: none;
	float: left;
	line-height: 35px;
	color: #45BA2C;
	font-size: 15px;
}
.failmessage {
	color: #E76A4C !important;
}
.loader {
	float: left;
}
.downBtn {
	padding: 15px 18px;
	font-weight: 500;
	color: #da8300;
	font-size: 18px;
	display: inline-block;
}
.downBtn i {
	color: #da8300;
	padding-right: 10px;
}
.downBtn:hover, .downBtn:hover i {
	color: #0191c8;
}
.toggle_block h4 {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 2px 0 2px 0;
	color: #0862AE;
	font-weight: normal;
}
.toggle_block h4:before {
	content: "\f067";
	padding-right: 5px;
	font-family: 'FontAwesome';
}
.toggle_block h4.tgg_close {
	color: #0862AE;
}
.toggle_block h4.tgg_close:before {
	content: "\f068";
	padding-right: 5px;
	font-family: 'FontAwesome';
}
.innerServ dl {
	overflow: hidden;
	padding: 30px 0;
}
.innerServ dt, .innerServ dd {
	float: left;
}
.innerServ dt {
	width: 10%;
}
.innerServ dd {
	width: 85%;
	margin-left: 2%;
}
.innerServbg {
	background: #fafafa;
}
.innerServbg dt {
	float: right;
}

.tabelDiv{
	width:100%;
	overflow-x:auto;
	margin-bottom:20px;
}

.tabelDiv table{
	border-collapse:collapse;
	border:1px solid #ddd;
	border-left:0;
	border-bottom:0;
	width:100%;
}

.tabelDiv table td{
	font:normal 14px/16px 'Roboto', sans-serif;
	color:#333;
	padding:12px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.tabelDiv table tr.even{
	background:#fafafa;
}
.tabelDiv table tr.heading{
	background: #0660ac;
}

.tabelDiv table tr.heading td{
	color: #FFf;
	padding:16px 12px;
}
