@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'SegoeUILite';
	src: url('segoeuil-webfont.eot');
	src: url('segoeuil-webfont.eot?#iefix') format('embedded-opentype'),  url('segoeuil-webfont.woff') format('woff'),  url('segoeuil-webfont.ttf') format('truetype'),  url('segoeuil-webfont.svg#segoe_uilight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeUISemilight';
	src: url('segoeuisl.eot');
	src: url('segoeuisl.eot') format('embedded-opentype'),  url('segoeuisl.woff') format('woff'),  url('segoeuisl.ttf') format('truetype'),  url('segoeuisl.svg#SegoeUISemilight') format('svg');
}
/* Pen-specific styles */
* {
  box-sizing: border-box;
}
body {
	font-family: 'SegoeUILite', sans-serif !important;
	font-weight: lighter !important;
	-webkit-font-smoothing: antialiased;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0;
	margin:0;
	padding:0;
	background:#fff !important;
}
section {
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.content-wrapper {
	position:relative;
	z-index:999;
	top:0;
	width:100%;
	display: table;
    overflow: hidden;
}
.content-wrapper:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*single div*/
#single-div{
	position: absolute;
	width: 100%;
	height: 1000px;
	top:0;
} 
#single-div #img-background img.bgfade{
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
#single-div-contents{
	padding: 50px;
	position: relative;
	z-index: 10;
}
.bgImgGradient {
	position:relative;
	width:100%;
	height:200px;
	z-index:9;
	display:block;
	top:800px;
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}

.fixed-nav-bar {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
}
.appLogo img {
	width:80%;
	padding-top:5px;
}
.kfLogo {
	vertical-align:middle;
	padding-top:3px;
}
.kfLogo img {
	width:40%;
}
.top-nav ul {
	margin:0 auto;
	list-style:none;

	float:left;
	/*overflow:hidden;*/
	
}
.top-nav li {
	float:left !important;
	display:inline-block;
	font-size:x-large;
	border-right:solid 1px #ccc;
}
.top-nav li a, .top-nav li span {
	display:block;
	padding:0.625em 0.748em !important;
	color:#444 !important;
	
	-o-transition: all 1s ease-out !important;
	-moz-transition: all 1s ease-out !important;
	-khtml-transition: all 1s ease-out !important;
	-webkit-transition: all 1s ease-out !important;
	-ms-transition: all 1s ease-out !important;
	transition: all 1s ease-out !important;
}
.top-nav li:nth-of-type(5) a {
	font-family: 'SegoeUISemilight';
}
.top-nav li:hover, .top-nav li a:hover, .top-nav li span:hover {
	background:transparent !important;
	color:#FFF !important;
	
	-o-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-khtml-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.hvr-bounce-to-top:before {
	background:#666 !important;
}

.top-nav ul ul, .top-nav ul, .top-nav ul ul {
    background: #fff !important;
    font-size: medium !important;
}

.top-nav li ul li a {
    background: none repeat scroll 0 0 #fff !important;
    font-size: smaller;
    color:#444 !important;
}

.top-nav li ul li {
    border: 0;
    width: max-content;
    border-bottom: 1px solid #f5f5f5;
}
.top-nav li ul>li:hover, .top-nav li ul>li a:hover {
    color:#444 !important;
}

section {
	position:relative;
}
.appSlogan {
	color:#FFF;
	text-align:right;
	margin-top:60px;
	font-size:36px;
	text-transform:uppercase;
}
footer {
	bottom:30px;
	height:auto;
	right:0;
	position:static;
	width:100%;
	z-index:1000;
}
.copyRytDiv, .socialDiv {
	margin:0;
	padding:0;
	list-style:none;
}
.copyRytDiv li, .socialDiv li {
	display:inline-block;
	padding:0 10px;
}
.copyRytDiv li:nth-of-type(1) {
	border-right:solid 1px #fff;
}
.copyRytDiv li:nth-of-type(2) {
	color:#fff;
	font-size:small;
	letter-spacing:1px;
}
.copyRytDiv li span {
	color:#fff;
	font-size:xx-large;
}
.copyRytDiv li:nth-of-type(2) span {
	text-transform:uppercase;
	font-size:small;
	letter-spacing:4.8px;
}
.socialDiv {
	float:left;
	text-transform:uppercase;
}
.socialDiv li {
	vertical-align:top;
}
.socialDiv li span, .socialDiv li i {
	color:#fff;
	font-size:x-large;
}
.socialDiv li:nth-of-type(1) span {
	font-size:small;
	text-align:right;
	display:block;
}
.socialDiv li:nth-of-type(1) {
	color:#fff;
	font-size:small;
}
.socialDiv li a {
	color:#fff;
	letter-spacing:1px;
	vertical-align:top;
}
.socialDiv li a:nth-of-type(2) {
	letter-spacing:2.8px !important;
}
.socialDiv li a:hover {
	opacity:0.5;
}
.cntrLogo {
	position: relative !important;
	top: 50% !important;
	left: 50% !important;
	width: 50% !important;
	/*height: 500px;*/
	margin-top: 5%; /* Half the height */
	margin-left: -25%; /* Half the width */
}
.cntrLogo img {
	width:150% !important;
}
.siteLingo {
	position: relative !important;
	display:table;
	margin:0px auto;
	width:100%;
}
.siteLingo a {
	display:table-cell;
	width:30%;
	text-align:center;
	color:#fff !important;
	font-size:x-large;
	margin:0 20%;
		
	background-color:transparent;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
	border:1px solid #fff;	
	cursor:pointer;	
	padding:16px 20px;
}
.siteLingo a:hover {
	background-color:rgba(255,255,255,0.5);
	border:1px solid rgba(255,255,255,0);
}
.contentStarts {
	padding:10px 30px 0;
	display:table;
	background:#fff;
	margin-top:100px;
	border-top: solid 6px #A47F24;
}

.contentDiv {
	clear:both;
	display:table;
	width:100%;
	color:#333 !important;
}

.box1 {
	width:100%;
	
}
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
	position: absolute;
	margin-top: 100px;
	z-index: -2;
	width:100%;
}
.effect2:before, .effect2:after
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 25px;
	left: 3px;
	width: 20px;
	top: 2px;
	height:800px ;
	background: #FFF;
	-webkit-box-shadow: 0 3px 10px #000;
	-moz-box-shadow: 0 3px 10px #000;
	box-shadow: 0 3px 10px #000;
	-webkit-transform: rotate(-0.3deg);
	-moz-transform: rotate(-0.3deg);
	-o-transform: rotate(-0.3deg);
	-ms-transform: rotate(-0.3deg);
	transform: rotate(-0.3deg);
}
.effect2:after
{
	-webkit-transform: rotate(0.3deg);
	-moz-transform: rotate(0.3deg);
	-o-transform: rotate(0.3deg);
	-ms-transform: rotate(0.3deg);
	transform: rotate(0.3deg);
	right: 3px;
	height:800px !important;
	width: 20px;
	left: auto;
}
/* IE6, IE7, IE8 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	
	.effect2 {
		width:100%;
	}
	.effect2:before
	{
		left: 3px !important;
	}
	.shadow {
		width:100% !important;
	}
}
/* IE6, IE7, IE8 */

.shadow {
	position: absolute;
	z-index:-1;
	
	width:1120px;
	height:50px;
	background:#fff;
	margin-top:100px;
	
	-moz-box-shadow: 0px -3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px -3px 6px rgba(0,0,0,.5);
	box-shadow: 0px -3px 6px rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 0, direction = 0, color = '#333');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 0, Color = '#333')";
}
#clock_id > svg > circle, #clock_id > svg > path:nth-child(-n+15) {
	visibility:hidden
}
#clock1 {
	float:right;
	width:26%;
	direction:ltr;
}
.digiLogClock {
	display:block;
	text-align:right;
}

.circle {
	border-radius:50%;
	border:solid 1px #000;
	width: 26px;
	height: 26px;
	position: relative;
	z-index:0;
	top:-29px;
	float:right;
	left:-3px;
}
.welcome {
	font-size:x-large;
}
.wlcmTxt {
	font-size:large;
	line-height:32px;
}
.wlcmTxt a {
	display:block;
	color:#EE484D !important;
	text-align:right;
	font-size:medium;
}
.dvider {
	display:table;
	position:relative;
	width:100%;
	height:28px;
	margin-top:20px;
	background:url(../images/dvidr_1.jpg) top left repeat-x;
}
.srvcsBlox {
	display:table;
}
.srvcsBlox ul {
	display:table;
	width:100%;
	margin:20px 0;
	padding:0;
	list-style:none;
	float:left;
}
.srvcsBlox ul li {
	display: inline-block;
	position: relative;
	vertical-align:top;
	float: left;
    verflow: hidden;
}
.srvcsBlox ul li::before,
.srvcsBlox ul li::after {
	opacity: 0;
	position: absolute;
	width: 100%;
	color: #fff;
	padding: 20px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.srvcsBlox ul li::before {
	content: attr(data-title);
	top: 0;
	height: 81%;
	width:100%;
	background: rgba(0,0,0,0.5);
	color:#fff;
}
.srvcsBlox ul li:hover::before,
.srvcsBlox ul li:hover::after {
	opacity: 1;
}
.srvcsBlox ul li:nth-last-of-type(1) {
	width: 20%;
	background:#E8E8E8;
    display: inline-block;
}
.srvcsBlox ul li a {
	width: 100%;
	display: table;
	padding: 44.3% 0;
	line-height: 100%;
	font-size:x-large;
	position: relative;
	text-align: center;
}
.srvcsBlox ul li a:after {
	font-size:350%;
	content: "\e903";
	vertical-align: top;
	font-family: 'icomoon' !important;
}
.srvcsBlox ul li a:hover {
	color:#fff;
}
.aprchBlox {
	display:table;
}
.aprchBlox ul {
	display:table;
	width:100%;
	margin:20px 0 0;
	padding:0;
	list-style:none;
	float:left;
}
.aprchBlox ul li {
	width:20%;
	padding:20px 0;
	color:#fff;
	float:left;
	text-align:center;
	position:relative;
	vertical-align:top;
	display:inline-block;
}
.aprchBlox ul li span {
	display:block;
	font-size:650%;
}
.aprchBlox ul li div {
	display:block;
	font-size:150%;
	text-transform: capitalize;
    letter-spacing: 2px;
}
.aprchBlox ul li:nth-of-type(1) {
	background:#032C62;
}
.aprchBlox ul li:nth-of-type(2) {
	background:#473291;
}
.aprchBlox ul li:nth-of-type(3) {
	background:#C70673;
}
.aprchBlox ul li:nth-of-type(4) {
	background:#F19528;
}
.aprchBlox ul li:nth-of-type(5) {
	background:#5AAF51;
}
.aprchBlox ul li:nth-of-type(2):before{
    content:"";
	left:0;
	bottom:10px;
	height: 0;
	width: 0;
    display:inline-block;
    position:absolute;
	
	border-width:25px 15px 25px 0;
	border-style: solid;
    border-color: transparent #032C62 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #032C62 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.aprchBlox ul li:nth-of-type(3):before{
    content:"";
	left:0;
	bottom:10px;
	height: 0;
	width: 0;
    display:inline-block;
    position:absolute;
	
	border-width:25px 15px 25px 0;
	border-style: solid;
    border-color: transparent #473291 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #473291 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);;
}
.aprchBlox ul li:nth-of-type(4):before{
    content:"";
	left:0;
	bottom:10px;
	height: 0;
	width: 0;
    display:inline-block;
    position:absolute;
	
	border-width:25px 15px 25px 0;
	border-style: solid;
    border-color: transparent #C70673 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #C70673 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.aprchBlox ul li:nth-of-type(5):before{
    content:"";
	left:0;
	bottom:10px;
	height: 0;
	width: 0;
    display:inline-block;
    position:absolute;
	
	border-width:25px 15px 25px 0;
	border-style: solid;
    border-color: transparent #F19528 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #F19528 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#sec2 {
	background:#242424;
	display: inline-block;
    width: 100%;
}
.clientBlk {
	padding:40px 0;
}
.clientTxt {
	font-size:x-large;
	color:#fff;
}
/*.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(../svg/grayscale.svg#greyscale); /* Firefox 4+ */
	/*filter: gray; /* IE 6-9 */
/*}*/
#owl-demo2 {
	direction:ltr !important;
}
.item > img {
	height:200px;
	width:auto !important;
	margin: 0 auto;
}
.item {
	border-right:solid 1px rgba(255,255,255,0.2);
	border-left:solid 1px rgba(255,255,255,0.2);
}
.ftrBgClr {
	padding:20px;
	background:#A01525;
}
/*************************************************************************************
				A B O U T - U S - P A G E
*************************************************************************************/
.aboutAPPTxt {
	
}
.aboutAPPTxt img {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 0;
    border: 8px solid #fff;
    border: 8px solid hsla(0,0%,100%,.8);
    width: 170px;
	border-radius: 2px;
	float: right;
    margin: 10px 0 20px 30px;	
}
.aboutBg {
	top:-40px !important;
	opacity:0.4;
}
.aboutBg #img-background img.bgfade {
	display:block !important;
}
.aboutGradient {
	position:relative;
	width:100%;
	height:200px;
	z-index:9;
	display:block;
	top:800px;
	
	background: -moz-linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(33,33,33,0)), color-stop(100%, rgba(33,33,33,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121',GradientType=0 ); /* ie6-9 */
}
.appSecBox {
	display:table;
}
.appSecBox ul {
	display:table;
	width:100%;
	margin:20px 0;
	padding:0;
	list-style:none;
	float:left;
}
.appSecBox ul li {
	display: inline-block;
	position: relative;
	vertical-align:top;
	float: left;
	width:16.6%;
}

.appSecBox ul li::before,
.appSecBox ul li::after {
	opacity: 0;
	position: absolute;
	width: 100%;
	color: #fff;
	padding: 20px;
	font-family: 'SegoeUILite';
	font-size:x-large;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.appSecBox ul li::before {
	content: attr(data-title);
	top: 0;
	height: 71%;
	width:71%;
	background: rgba(0,0,0,0.8);
	color:#fff;
	margin:4px;
}
.appSecBox ul li:hover::before,
.appSecBox ul li:hover::after {
	opacity: 1;
}
.ourTeamBg {
	background:#0f0f0f !important;
}
.teamDiv {
	margin:40px 0;
}
.teamDiv>div {
	width:100%;
    display: table;
    margin: 0 auto;
}
.teamDiv>div>div {
	display: inline-block;
    width: 20%;
    height: 265px;
    padding: 50px;
    vertical-align: top;
    margin: 0;
    float: left;
	border: solid 1px #333;
	opacity:0.5;
}
.teamDiv>div>div:hover {
	opacity:1;
}
.teamDiv>div>div>img {
    display: block;
    width: auto;
    vertical-align: middle;
    height: 150px;
    margin: 0 auto;
	position: relative;
    top: -20px;
}





.srvczBg {
	top:-40px !important;
}
.srvczBg #img-background img.bgfade {
	display:block !important;
}
.srvczBlock {
	min-height:300px;
	height:24.8rem;
	display:block;
	overflow: hidden;
	padding-top: 4.16667%;
    padding-left: 2.5%;
    padding-right: 2.5%;
	margin:0 0 3.33333% 0;
}
.srvczBlock h1 {
	display:block;
	text-align:center;
	font-size: 50px;
    line-height: 58px;
    margin-bottom: 1.66667%;
    margin-top: 0;
	color:#fff;
}
.srvczBlock p {
	font-size: 18px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 5.83333%;
	text-align:center;
	font-weight:bold;
	letter-spacing:1.5px;
}
.srvcsThumb {
	height:190px;
	overflow:hidden;
	border:1px solid rgba(0,0,0,0.2);
	display:block;
}
.srvcsThumb>img {
    height: 100%;
    width: 100%;
}

.clr1 {
    background: #39B470;
	color: rgba(255,255,255,0.5);
}
.clr2 {
	background: #DF552A;
	color: rgba(255,255,255,0.5);
}
.clr3 {
	background: #9e2074;
	color: rgba(255,255,255,0.5);
}
.clr4 {
	background: #0099b7;
	color: rgba(255,255,255,0.5);
}
.clr5 {
	background: #ddb0a7;
	color: rgba(255,255,255,0.5);
}
.clr6 {
	background: #7f6258;
	color: rgba(255,255,255,0.5);
}
.clr7 {
	background: #7001a7;
	color: rgba(255,255,255,0.5);
}
.clr8 {
	background: #211e20;
	color: rgba(255,255,255,0.5);
}

div.box1 > div.s-12.l-12.contentStarts > div:nth-child(1):after {
	content:" ";
	display:block;
	clear:both; 
	float:none;
	width:100%;
}

.container article {
  position: relative;
  top: 50%;
  width: 100%;
  /*left: 50%;
  transform: translate(-50%, -50%);  
  padding: 20px;*/
}

.container h1 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem 0;
}

/* Pattern styles */
.container {
  display: table;
  width: 100%;
  position:relative;
}
.newBgBlock {
	position: absolute;
    width: 105.4%;
    height: 400px;
    background: aquamarine;
    left: -30px;
    margin-top: -30px;
    z-index: 0;
}
.left-half {
  position:  relative;
  left: 0px;
  width: 50%;
  display:inline-block;
  vertical-align:top;
  text-align:left;
}
.left-half article h1 {
	display:inline-block;
}
.left-half article i {
	font-size:22px;
}

.right-half {
  position:  relative;
  right: 0px;
  width: 50%;
  display:inline-block;
  vertical-align:top;
  text-align:left;
}
.right-half article i {
	font-size:29px;
	color: #EE484D;
	margin-bottom: 20px;
}
.separator {
    width: 4%;
    height: 2px;
    background-color: #EE484D;
	margin:10px 0 10px 0;
	position:relative;
	z-index:1;
}
.mailto {
	display: block !important;
    float: left !important;
    font: normal 400 24px/24px 'SegoeUILite', sans-serif !important;
    color: #EE484D !important;
    text-decoration: none !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #EE484D !important;
}
.locationMap {
	position: relative !important;
    width: 100% !important;
    margin: 0 auto 20px;
}
.locationMap > div {
	width:100%;
	margin: 0 auto;
}
.locationMap > div > iframe {
	width:100%;
	display:block;
	margin: 0 auto;
	background: #e6e6e6 !important;
	border: solid 5px #e6e6e6 !important;
}
.meetingTime {
	/*margin-top: 90px;
	margin-bottom:20px;*/
	display: table;
	position: relative;
	width: 100%;
}
.mapAddress {
	display: inline-block;
    position: absolute;
    width: initial !important;
    background: #fff;
    padding: 20px;
    top: 198px;
    z-index: 99999;
    left: 10px;
	font-size:24px;
	
	-webkit-box-shadow: 0 -3px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -3px 3px rgba(0,0,0,0.5);
    box-shadow: 0 -3px 3px rgba(0,0,0,0.5);
}
.mapAddress>h4>i {
	font-size:36px;
	color:#EE484D;
}
#tableContainer {
	display:inline-block;
	width:100%;
	margin-top:20px;
}
#leftColumn, #rightColumn {
	display:inline-table;
}
#leftColumn>span, #rightColumn>span {
	display:block;
	margin-right:10px;
}
#leftColumn>span>i {
	color:#666;
}
#rightColumn>span {
	margin-bottom:10px;
	vertical-align:top;
}
#leftColumn>span:nth-of-type(1) {
	position: relative;
    top: 5px;
	margin-bottom:55px !important;
}
#leftColumn>span:nth-of-type(2) {
	margin-bottom:20px !important;
}
#leftColumn>span:nth-of-type(3) {
	margin-bottom:22px !important;
}
#WorkTimings {
	display:table;
	width:100%;
}
#WorkTimings .columnOne, #WorkTimings .columnTwo, #WorkTimings .columnThree {
	display:table-cell;
}
.columnOne {
	background:rgba(32,32,32,0.3);
}
.columnTwo {
	background:rgba(32,32,32,0.2);
}
.columnThree {
	background:rgba(32,32,32,0.1);
}
#WorkTimings > div > span {
	display:block;
	width:100%;
	padding:5px;
	text-align:left;
	border-bottom:dotted 1px #000;
}
.quickContactForm {
	display:block;
	width:100%;
}
.quickContactForm textarea {
    padding: 1px;
    resize: none;
    outline: 0;
	
	-webkit-appearance: textarea;
	/*background-color: white;/*
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	flex-direction: column;
	/*resize: auto;*/
	cursor: auto;
	white-space: pre-wrap;
	/*word-wrap: break-word;
	border: 1px solid;
	padding: 2px;*/
	
	text-rendering: auto;
    /*color: initial;*/
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    /*display: inline-block;*/
    text-align: start;
    /*margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;*/
}
.quickContactForm {}

.input--isao label span.error { color: red !important; font-size:14px; letter-spacing:1px; }

/* Common button styles */
.quickContactForm .button {
	float: left;
	/*min-width: 150px;
	max-width: 250px;*/
	max-width: 100%;
    width: calc(100% - 2em);
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: #063382;
	color: #fff;
	font-size:24px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.quickContactForm .button:focus {
	outline: none;
}
.quickContactForm .button > span {
	vertical-align: middle;
}

/* Rayen */
.button--rayen {
	overflow: hidden;
	padding: 0;
	width: 230px;
}
.button--rayen.button--inverted {
	color: #fff;
}
.button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7986cb;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.button--rayen.button--inverted::before {
	background: #fff;
	color: #37474f;
}
.button--rayen > span {
	display: block;
}
.button--rayen::before,
.button--rayen > span {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--rayen:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.margin-bottom {
	float:none;
	clear:both;
}

@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	.cntrLogo {
		position: relative !important;
		top: 50% !important;
		left: 50% !important;
		width: 80% !important;
		/*height: 500px;*/
		margin-top: 25%; /* Half the height */
		margin-left: -40%; /* Half the width */
	}
	.siteLingo a {
		padding:6px 10px;
	}
	.top-nav > ul.show-menu {
		width:100%;
	}
	.top-nav li {
		display: table;
		width:100%;
		border-right: none;
		border-bottom:solid 1px #ccc;
	}
	.top-nav li a, .top-nav li span {
		background:transparent !important;
		border:none !important;
		padding: 0.1em 1em !important; 
	}
	.nav-text {
		color:#333 !important;
		text-align:left !important;
	}
	.nav-text:before {
		content: "\f0c9" !important;
    	font-family: "FontAwesome" !important;
		margin-right:10px;
	}
	.nav-text:after {
		content: " " !important;
	}
    .top-nav li ul, .top-nav li ul li ul {
        display: table !important;
        width: 100%;
    }
	.socialDiv {
		width:100%;
	}
	.socialDiv li {
		padding:0 5px !important;
	}
	.socialDiv li:nth-of-type(1) {
		display:block;
		width:100%;
		margin-bottom:20px;
	}
	.effect2 {
		width:100%;
	}
	.digiLogClock {
		width:100% !important;
		border-top:dotted 1px #ccc;
		margin-top:20px;
		padding-top:20px;
	}
	#clock1 {
		width:50%;		
	}
	.srvcsBlox ul li {
		display:block;
		float:none;
        overflow: hidden;
	}
	.srvcsBlox ul li img {
		width:100%;
	}
	.srvcsBlox ul li::before,
	.srvcsBlox ul li::after {
		opacity: 0;
		position: absolute;
		width: 100%;
		color: #fff;
		padding: 20px;
		-webkit-transition: opacity 0.3s;
		-moz-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	
	.srvcsBlox ul li::before {
		content: attr(data-title);
		top: 0;
		/*width: auto;*/
		background: rgba(0,0,0,0.5);
		color:#fff;
		display:inline-table;
		/*padding:15px 20px;*/
	}
	.srvcsBlox ul li::before,
	.srvcsBlox ul li::after {
		opacity: 1;
	}
	.srvcsBlox ul li:nth-last-of-type(1)::before {
		background: transparent;
	}
	.srvcsBlox ul li:nth-last-of-type(1) {
		width: 100%;
		background:#E8E8E8;
		display: block;
	}
	.srvcsBlox ul li a {
		width: 100%;
		display: table;
		padding: 44.3% 0;
		line-height: 100%;
		font-size:x-large;
		position: relative;
		text-align: center;
	}
	.srvcsBlox ul li a:after {
		font-size:350%;
		content: "\e903";
		vertical-align: top;
		font-family: 'icomoon' !important;
	}
	.srvcsBlox ul li a:hover {
		color:#fff;
	}
	
	.aprchBlox ul li {
		width:100%;
		padding:20px 0;
		color:#fff;
		float:right;
		text-align:center;
		position:relative;
		vertical-align:top;
		display:block;
	}
	.aprchBlox ul li:before {
		content:"";
		left:30px !important;
		top:-20px;
		display:block;
		position:absolute;
			
		transform: rotate(-90deg) !important;
		-moz-transform: rotate(-90deg) !important;
		-webkit-transform: rotate(-90deg !important);
	}
	
	.appSecBox ul li {
		display:block;
		float:none;
	}
	.appSecBox ul li, .appSecBox ul li img{
		width:100%;
	}
	.appSecBox ul li::before,
	.appSecBox ul li::after {
		opacity: 0;
		position: absolute;
		width: 100%;
		color: #fff;
		padding: 20px;
		-webkit-transition: opacity 0.3s;
		-moz-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	
	.appSecBox ul li::before {
		content: attr(data-title);
		top: 0;
		width: auto;
		background: rgba(0,0,0,0.5);
		color:#fff;
		display:inline-table;
	}
	.appSecBox ul li::before,
	.appSecBox ul li::after {
		opacity: 1;
	}
	
	
	.carouselWidth {
		width:390px;
	}
	.item {
		border-right:none;
		border-left:none;
	}
	
	
}



.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}