/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

*
{
	margin:0;
	padding:0;
	/*transition:.5s;
	-webkit-transition:.5s;*/
	font-family: 'PT Sans', sans-serif;
}
.h2, h2 {
    font-size: 24px;
}
.navbar {
    border-radius: 0;
	min-height:90px;
    margin-bottom: 0;
}
.navbar-default {
    background-color: #FFFFFF;
    border-color: transparent;
}
.navbar-right
{
    margin-top: 10px;
}
.navbar-right .glyphicon
{
	padding:10px;
	border-radius:100%;
	color:#fff;
	background: #0092D5;
}
.navbar-right li:hover .glyphicon
{
	background:#CD2E7E;
	/*transform:rotateY(360deg);*/
}
.banner
{
	background:transparent;
	/*background:url(../images/10.jpg);
	background-attachment:fixed;
	background:#2d2c2a;
	background-size:cover;
	-webkit-background-size:cover;*/
	min-height:600px;
	padding:30px 0;
}
.banner h1
{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:50px;
    color: #fff;
}
.banner .mgtb50
{
	margin:50px 0;
}
.banner .bnrp
{
    font-size: 16px;
    text-align: justify;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,.3);
}
.mgt10p
{
	margin-top:4px;
}
.mgt20p
{
	margin-top: 10px;
}
.kybdrBtm
{
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 20px;
}
.kybdrBtm:last-child
{
	border-bottom:none;	
    margin-bottom: 0px;
}
.wrkdne
{
	box-sizing:border-box;
	height:180px;
	position:relative;
	overflow: hidden;
	cursor:pointer;
    box-shadow: 0 0 1px #000;
    /*background:rgb(0, 146, 212);*/
    background: rgba(0,0,0,0.4);
}
/*.wrkdne.bg1
{
	background:rgb(255, 0, 48);
}
.wrkdne.bg2
{
	background: rgb(0, 204, 255);
}
.wrkdne.bg3
{
	background: rgb(225, 253, 0);
}*/
.wrkdne .fa
{
	color:#fff;
	font-size:5em;
	padding-bottom:20px 10px;
    padding: 30px 0;
	opacity:1;
	transition:.2s;
	-webkit-transition:.2s;
}
.wrkdne p
{
	color:#fff;
	font-size:18px;
}

.wrkdne .ovrly
{
	position:absolute;
    /*background: rgb(255, 255, 255);*/
	width:100%;
	height:130px;
	top:80px;
	padding:24px 20px;
	transition:.5s;
	-webkit-transition:.5s;
}

.wrkdne:hover .ovrly
{
	top: 40px;
    color: #FFF;
}

.wrkdne:hover .fa
{
	opacity:0;
	transform:scale(3);
	-webkit-transform:scale(3);
}

.srv
{
	padding:0;
}
.whycu
{
    padding: 0px;
    /*background: #F9F9F9;*/
}
.whycu p
{
	font-size:16px;
}
.whycu span
{
	width: 4%;
    height: 4px;
    display: block;
    margin: 15px auto 30px;
    background: #DD2986;
}
.srv span , .whatwedo span
{
	width: 4%;
    height: 4px;
    display: block;
    margin: 15px auto 0;
	background: #ff0030;
}
.abt span
{
	width: 4%;
    height: 4px;
    display: block;
    margin: 15px auto 0;
	background: #0CF;
}
.abtsrv h3
{
	font-size:24px;
}
.testimonials .ttl
{
	font-size:2em;
	color:#333;
}
.testimonials .ttl span
{
	width: 4%;
    height: 4px;
    display: block;
    margin: 15px auto 30px;
	background: #0092D5;
}
.pd30
{
	padding:15px 0;
}
.pd30 .media-heading
{
    padding: 10px 0 0;
}

.testimonials
{
	padding:0;
    /*background: url(../images/6.jpg);*/
    background: #fff;
	background-attachment:fixed;
}
.testimonials .dispinl
{
	display:inline;
}
.testimonials .img-rounded
{
	width:100px;
	height:100px;
	border-radius:100%;
    border: 3px solid #fff;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left:none;
    color: rgb(225, 253, 0);
}
.carousel-indicators {
    top: 90%;
}
.wd80p
{
	width:80%;
	color:#fff;
	font-size:20px;
	margin:10px auto;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 18px;
}
.ftr
{
	padding:30px 0;
	background:#333;
}
.ftr h2
{
	color:#fff;
}
.ftr .bdrl
{
	border-left:1px solid rgba(255,255,255,0.2);
}
.ftr .bdrr
{
	border-right:1px solid rgba(255,255,255,0.2);
}
.ftr p
{
	font-size:16px;
	color:rgba(255,255,255,.7);
}
.ftrCntus li
{
	margin-bottom:10px;
}
.ftrCntus .glyphicon
{
	vertical-align:top;
	color:rgba(255,255,255,.7);
}
.ftrCntus .info
{
	display:inline-block;
	color:rgba(255,255,255,.7)
}
.testimonials h3
{
	font-size:24px;
}
.testimonials .testibox
{
	box-sizing: border-box;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 1px #E4E4E4;
    transition: .5s;
    -webkit-transition: .5s;
    margin-bottom: 30px;
}
/*.testimonials .testibox:hover
{
	background:rgba(255,255,255,.8);
    box-shadow: 0 5px 10px #333;
	transform:scale(1.1);
	z-index:1000;
}*/
.fs16
{
	font-size:16px;
}
.testimonials .testibox p
{
	color:#333;
	font-size:16px;
}
.testimonials .testibox h3
{
	font-size: 14px;
    color: #000;
    text-align: right;
}
.testimonials .testibox .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.testimonials .testibox img
{	
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    display: -webkit-box;
    margin-bottom: 15px;
	border:5px solid #fff;
}
.testibox h5
{
    padding: 0;
    margin: 2px;
    text-align: right;
    font-size: 12px;
    color: #BDBDBD;
}
.listBing li
{
    list-style: none;
    position: relative;
    padding: 7px 10px 7px 30px;
	transition:.2s;
	-webkit-transition:.2s;
}
.listBing2 li
{
    list-style: none;
    position: relative;
    padding: 7px 10px 7px 30px;
	transition:.5s;
	-webkit-transition:.5s;
	border-left:1px solid #000;
	border-bottom:1px solid #DFDFDF;
}

.listBing2 li:last-child
{
	border-bottom:none;
}
.listBing li:hover
{
	background:#fff;
	color:#333;
	border-left:10px solid #0092D5;
}
.listBing li:before
{
	content:'\f046';
	font-family:fontAwesome !important;
	position:absolute;
	left:10px;
}
.flwus li
{
	list-style:none;
	float:left;
	padding-right:20px;
}
.ourclnt .col-sm-6 {
    width: 50%;
    height: 100px;
	position:relative;
}
.ourclnt .col-sm-6 img
{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
    padding: 20px;
}
.ourclnt .col-sm-6 .clntlogo
{
	padding:10px;
	box-sizing:border-box;
}
.flwus li i
{
	font-size:24px;
	color:#fff;
}
.btmlne
{
	height:1px;
	width:60px;
	background:rgba(255,255,255,0.3);
	display:block;
	position:relative;
	top:-5px;
	margin-bottom:5px;
}
.btmlne2
{
	height:1px !important;
	width:60px !important;
	background:rgba(0,0,0,0.3) !important;
	display:block !important;
	position:relative !important;
	top:-5px !important;
	margin-bottom:5px !important;
	margin-left:0 !important;
}
.wd100p
{
	width:100%;
	margin:0;
}
.contentbox1,
.contentbox2,
.contentbox3
{
}
.section2
{
	background:transparent;
	min-height:400px;
	padding:30px;
}
.section3
{
	background:transparent;
	min-height:400px;
	padding:30px;
}
.section4
{
	background:transparent;
	min-height:400px;
	padding:30px;
}
.section5
{
	background:transparent;
	min-height:400px;
	padding:30px;
}
.whatwedo
{
	min-height:2300px;
	padding:30px 0;
}
.pressrelease h3,
.csn h3
{
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}
.logo-box
{
    width: 100%;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:20px;
	transition:.5s;
	-webkit-transition:.5s;
    border: 1px solid #F4F4F4;
}
.logo-box:hover
{
    border: 1px solid #EFEFEF;
	box-shadow:0 5px 1px #8B8B8B;
    transform: translateY(-5px)rotateX(20deg);
}
.logo-box img
{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	transition:.5s;
	-webkit-transition:.5s;
  
}
.logo-box:hover > img
{
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
  
}
.bdr1px
{
	border:1px solid #E5E5E5;
}
.wsn0
{
	padding:5px;
	font-size:18px;
}
.wsn
{
	/*background:rgba(237,237,237,1.00);*/
	padding:5px;
	overflow:hidden;
	position:relative;
	transition:.5s;
	-webkit-transition:.5s;
	font-size:18px;
	font-weight:500;
}
.kywrd
{
    font-size: 14px;
    background: rgb(140, 140, 140);
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 6px;
    margin-right: 3px;
    display: inline-table;
}
.sclx2
{
	transition:.5s;
	-webkit-transition:.5s;
	border:1px solid #BDBDBD;
}
.sclx2:hover
{
	transform:scale(1.5) ;
}
/*.wsn:after
{
	content:'';
	display:block;
	background:#000;
	width:100%;
	height:100%;
	position:relative;
}*/
.wsn:before {
    content: '';
    display: block;
    background: #ECECEC;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
	transition:.5s;
	-webkit-transition:.5s;
}
.wsn:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.wsn:hover ~ .wsn a
{
	color:#fff !important;
}
.mgt15p
{
	margin-top:15px;
}
.seoe h3,
.seoe p
{
	padding:0;
	margin:0;
	color:#fff
}
.bfseo
{
	background:rgb(232, 76, 61);
}
.afseo
{
	background:rgb(39, 174, 97);
}
.seoe
{
	border:1px solid #E4E4E4;
    padding: 10px 0 20px;
}
.crcleR
{
	padding: 3px 5px!important;
    color: #FFFFFF !important;
    display: inline;
    position: relative;
    top: 8px;
    font-size: 20px;
    border: 1px solid #fff;
}
.casestudy
{
	border-left: 1px solid #E2E2E2;
}

.pd15plr
{
	padding:0 15px !important;
}
.ngtbdr15p
{
    padding-bottom: 15px;
    border-bottom: 1px solid #C3C3C3;
}
/************form***********/
.bnfrm h2
{
	margin:0;
	padding:0;
}
.bnfrm
{
	background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding:24px 10px;
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border-radius: 4px;
	position:relative;
}
.thg
{
	
    position: absolute;
    top: 0;
    right: -116px;
	z-index:2;
}
.bnfrm form
{
	margin:10px 0;
	box-sizing:border-box;
}
.bnfrm .form-control{
    background: transparent;
	border-radius:0;
	border:1px solid  rgba(0, 0, 0, 0.3);
}
.sbbtn
{
	background:#0092D5 !important;
	border:1px solid #0092D5 !important;
	color:#fff;
	width:auto !important;
}
.ourclnt
{
    border-left: 1px solid #DADADA;
}
.ourclnt img
{
	padding:20px 0;
}
form {
	width: 320px;
	margin: 20px;
}
form > div {
	position: relative;
	overflow: hidden;
}
form input, form textarea {
	width: 100%;
	border: 2px solid gray;
	background: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 8px 12px;
	outline: 0;
}
form input:valid, form textarea:valid {
	background: white;
}
form input:focus, form textarea:focus {
	border-color: #357EBD;
}
form input:focus + label, form textarea:focus + label {
	background: transparent;
    color: #000;
    font-size: 70%;
    padding: 1px 6px;
    margin-top: 5px;
    z-index: 2;
    text-transform: uppercase;
}
form label {
	-webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	position: absolute;
	color: #999;
	padding: 7px 6px;
	font-weight: normal;
}
form textarea {
	display: block;
	resize: vertical;
}
form.go-bottom input, form.go-bottom textarea {
	padding: 12px 12px 12px 12px;
}
form.go-bottom label {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
	padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
	top: 100%;
	margin-top: -16px;
}
form.go-right label {
	border-radius: 0 5px 5px 0;
	height: 100%;
	top: 0;
	right: 100%;
	width: 100%;
	margin-right: -100%;
}
form.go-right input:focus + label, form.go-right textarea:focus + label {
	right: 0;
	margin-right: 0;
	width: 40%;
	padding-top: 5px;
}
.ftr .submbtn
{
    width: auto;
    float: right;
    color: #fff;
    background: #0092D4;
    border-color: #0092D4;
}
.ftr .form-control
{
	border-radius:0;
}
/************form***********/


@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
