h1, h2, h3, h4, h5, h6 {
	color: #0b175d;
	}

#side-carousel img {
	margin: 0 auto;
	}

.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #eee;
    color: black;
}
    
.footer-blurb-item {
    padding: 20px;
    }
 
.small-print {
	padding: 30px 0;
}

.feature,
.page-intro,
.article-intro,
.small-print {
	text-align: center;
	}
.mainHeading{
	font-size: 25px;
	padding-top: 120px;
	vertical-align: middle;
	padding-left: 15px;
}
.side-by-side
    {
      float:left;
      padding:0px 30px;
      
    }
.designBy{
	font-size: 9px;
	padding-top: 5px;
	vertical-align: middle;
	padding-left: 15px;
}
.inner-container{
	padding: 25px;
}
.goodPara{
	text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
}
img {
   max-width: 100%;
    height: auto;
}
.link ul {
    list-style: none;
    padding-bottom: 10px;
}
.link ul li {
    float: left;
    margin: 15px 10px 0 0;
}
.chart-active .the-chart {
  background-color: #3498db;
  color: #fff;
  border: 1px solid #3498db;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.the-chart {
  padding: 7px;
  border: 1px solid #3498db;
  
  height: 100%; }

.text-center {
  text-align: center;
  margin: 20px 0; }
.blue{
	background-color: #2d7fc6;
	color: #fff;
}
.blue hover{
	background-color: #fff;
	color: #2d7fc6;
}
.timeline-Tweet-text {
    font-size: 16px;
}
/* responsive table css*/
table { 
	width: 100%; 
	border-collapse: collapse; 
	margin:50px auto;
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #fff; 
	}

th { 
	background: rgb(0, 56, 113); 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		/* display: block; */
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	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;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}

.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
}
.column {
	
	flex: 1;
	margin: 2px;
	padding: 10px;
	text-align: center;
	
}
.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('images/arr.html') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}

.w3-container, .w3-panel {
    /*padding: 0.01em 16px;*/
    min-height: 150px;
}
.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #6973e2 !important;
}
.w3-bar {
    width: 100%;
    overflow: hidden;
}
.w3-bar .w3-button {
    white-space: normal;
}
.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}
.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #205184 !important;
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-border {
    border: 1px solid #ccc !important;
}
.eservice{
	

}

.headerImage{
	background-image: url('../images/header-bg.png');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	min-height: 140px;
}
.GalleryContainer{
	/*max-width: 1170px;*/
width: 100%;
/*padding-right: 15px;
padding-left: 15px;*/
margin-right: auto;
margin-left: auto;
}

.GalleryContainer .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.GalleryContainer .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.GalleryContainer .gallery a.big img {
  width: 40%;
}

.align-center {
  text-align: center;
}
.clear {

    clear: both;
    float: none;
    width: 100%;
    }
/* tab css */

.tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  clear: both;
  margin: 35px 0 25px;
  background: white;
}
.tab {
  float: left;
   
}
.tab label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  top: -29px;
  -webkit-transition: background-color .17s linear;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: -1px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
  -webkit-transition: opacity .6s linear;
  opacity: 0;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
  opacity: 1;
}

/* ----  SERVICES 3 CSS ---- */

.services-3 {
	position: relative;
}

.services-grid-3 {
	padding: 30px 20px;
	transition: all 0.3s ease 0s;
	o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background-color: #f4f7fa;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.7);
}

.services-grid-3::after {
	border-bottom: 50px solid #eee;
	border-right: 50px solid #FFF;
	box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.7);
	content: "";
	height: 0;
	left: auto;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 9;
}

.services-grid-3 i {
	background-color: #fff;
	bottom: 0;
	color: #fff;
	float: left;
	font-size: 40px;
	margin-right: 10px;
	padding: 20px 15px;
}

.services-grid-3:hover h4 {
	color: #f8b947;
}

.services-grid-3 h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.services-grid-3 p {
	color: #242424;
	margin-bottom: 0;
}

.services-grid-3 a img {
	float: left;
	margin-right: 12px;
	margin-top: 7px;
	position: relative;
	width: 60px;
}

.services-grid-3 .img-icon-bg img {
	position: absolute;
	right: 0;
	opacity: 0.04;
	top: 0;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.heading-letter-style {
	color: #105282;
	font-size: 60px;
	left: 10px;
	opacity: 0.03;
	position: absolute;
	top: -15px;
	font-weight: 600;
}

.main-heading-container h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 35px;
}

.main-heading-container h3 {
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
	font-size: 20px;
}


.main-heading-container p {
	width: 50%;
}

.recent-project-carousel {
	position: relative;
	overflow: hidden;
}

.recent-project {
	position: relative;
	overflow: hidden;
}

.recent-project img {
	display: block;
	width: 100%;
	height: auto;
}

.project-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(57, 68, 151, 0.8);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.recent-project .project-info {
	padding: 15px;
}

.recent-project:hover .project-overlay {
	height: 90%;
    margin-bottom: 24px;
}

.recent-project .project-info h3 {
	font-size: 20px;
	margin-top: 0;
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
}

.recent-project .project-info h3 a {
	color: #FFF;
}

.recent-project .project-info h3 a:hover {
	color: #f8b947;
}

.owl-theme .owl-controls .owl-page span {
	background-color: #ccc;
	height: 10px;
	width: 10px;
	-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;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #105282;
	border-radius: 2px;
}

.owl-page:hover span {
	background-color: 000;
}




