body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: black;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
}
h5 {
	
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #122f3d;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	-webkit-padding: 0;
	-moz-padding: 0;
	list-style: none;
}
hr {
	height: 3px;
	width: 60px;
	text-align: center;
	position: relative;
	background: #122f3d;
	border: 0;
	margin: 10px auto 30px;
}
/* Navigation */
#menu {
	/* padding: 20px; */
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: white;
	border-bottom: 2px solid #122f3d;
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 26px;
	color: #9e100a;;
	font-weight: bold;
}
/* #menu a.navbar-brand i.fa {
	color: rgba(255,255,255,0.7);
	margin-right: 3px;
} */
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #122f3d;
	font-size: 14px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
    background-color: #122f3d;
	transition: all 0.4s;
}
.on {
	background-color: ffffff !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff !important;
    background-color: #122f3d;
	transition: all 0.4s;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #122f3d;
	border-color: #122f3d;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/infra/infra1-compressed.jpg) no-repeat bottom right;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	margin-bottom: 80px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
}
.btn-default {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.8);
	margin: 0 8px;
	padding: 12px 24px;
	font-size: 16px;
	transition: all 0.5s;
	border-radius: 4px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #fff;
	color: #122f3d;
	border-color: #fff;
}
/* Services Section */
#about-section {
	background-color: #122f3d;
}
#about-section h4 {
	font-weight: 700;
}
.space {
	margin-top: 40px;
}
#about-section i.fa {
	font-size: 40px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #122f3d;
}


/* Product Section 
==============================*/
#products-section {
	padding: 10px 0;
	background-color:#efefef;
}
.section-title {
    font-size: xx-large;
    font-weight: 700;
    color: #122f3d;
}

#certifications .section-title{
    color: #ffffff;
}


/* Gallery Section 
==============================*/
#gallery-section {
	padding: 10px 0;
	background-color: #efefef;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #aaa;
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
}
ol.type li a.active {
	color: #122f3d;
	border: 1px solid #122f3d;
}
ol.type li a:hover {
	color: #122f3d;
	border: 1px solid #122f3d;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 170px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 17% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #ffffff;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#gallery-section i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #F5AB35;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #F5AB35;
}
/* about2 Section */
#about2-section {
	padding: 120px 0;
}
#about2-section p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* Team Section */
#team-section {
	padding: 100px 0;
}
.section-title.center {
	padding: 10px 0;
}
.section-title h2 {
	margin-bottom: 30px;
}

img.img-circle.team-img {
	width: 150px;
	height: 150px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #fff;
	font-size: medium;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
/* Achivements Section */
#achievements {
	padding: 80px 0;
	background-color: #9e0b0f;
}
.achievement-box {
	text-align: center;
	margin: 20px 0;
}
.achievement-box h4 {
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
.achievement-box span.count {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	display: block;
}
/* Contact Section */
#contact-section {
	padding: 30px 0;
	background-color: #f6f6f6;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 5px 0;
}
#contact-section i.fa {
	color: #122f3d;
	font-size: 16px;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .btn {
	background: #122f3d9c;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #fff;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #122f3d;
	border: 2px solid #122f3d;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Certifications Section */
#certifications {
	padding: 30px 0;
	background-color: #122f3d;
}
#certifications h4 {
	font-weight: 700;
}
#certifications i.fa {
	font-size: 40px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #122f3d;
}
#certifications p{
	color: #ffffff;
	padding-left: 10px;	
	padding-right: 10px;	
}
/* Social Section */
#social-section {
	padding: 30px 0;
	background-color: #122f3d;
	text-align: center;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #666;
}
/* Footer */
#footer {
	background-color: #222222;
	color: #777;
	padding: 15px 0 10px 0;
	text-align: center;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}
#footer a {
	color: #999;
}
#footer a:hover, a:focus {
	text-decoration: none;
	color: #122f3d;
}

.shroff_logo{
	width: 40px;
	height: 40px;
	margin-top:5px;
	margin-right: 5px;	
	
    /*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
}
.counter {
	display: inline-block;
	padding: 6px 6px 4px;
	border-radius: 3px;
	background: white;
	color: #122f3d;
	font-weight: 600;
	font-size: 16px;
	margin-right: 3px;
  }

.color-white{
	color:white !important;
}
.first-section {
	padding-top: 120px;
}
.last-section {
	padding-bottom: 120px;
}
.btn-blue , .btn-blue:hover{
	background: #122f3d !important; 
	color: white; 
}

.row-product{
	box-shadow: 10px 10px 5px grey;
	border: 1px solid #122f3d;
}
.title-product{
	text-align: center;
	background-color: #122f3d;
	color: white;
	font-size: 22px;
	padding: 10px;
        font-weight: 600;
}
.img-product{
	margin: 6px 0px;
}
.desc-product{
	margin: 6px 0px;
}
.table-product tr:nth-child(even) {
	background: #cccccc;
}
.table-product tr:nth-child(odd) {
	background: #FFF;
}
.table-product {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table-product td, .table-product th {
    border: 1px solid #ddd;
    padding: 8px;
}


.table-product tr:hover {background-color: #122f3d; color: white;}

.table-product th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ff6666;
    color: white;
}
#myCarousel{
	padding-top:50px;
}

#products-section{
	padding-top:0px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.5s;
    width: 100%;
    border-radius: 8px;
}
.card img {
    border-radius: 8px 8px 0 0;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.card-container {
    padding: 2px 16px;
}
.card-button{
	border-radius: 0 0 8px 8px;
	background-color: #122f3d;
	font-size: large;
	text-align: center;
	color: white;
}
.card-button:hover{
	background-color:#555;
	color: white;
}
.about-container {
    position: relative;
    text-align: center;
    color: white;
}
.about-container > .center-right {
    position: absolute;
    top: 10%;
    right: 10%;
	width: 80%;
	bottom: 10%;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: x-large;
	background-color: #122f3da3;
}
.about-text{
	text-align: justify;
	font-size: 20px;
}

.gallery-image{
	border: 1px solid #122f3d;
}
.anchor{
   display:block;
   height:63px; /* this is the height of your header */
   margin-top:-63px; /* this is again negative value of the height of your header */
   visibility:hidden;
}
/*Start Media query*/
@media (max-width: 1024px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.about-text{
	text-align: justify;
	font-size: 16px;
	}
  }
  @media screen and (max-width: 768px) {
	.section-title {
		font-size: xx-large !important;
		font-weight: 700;
		color: #122f3d;
	}
	.section-title.center {
		padding: 2px 0;
	}
	
	#certifications .section-title{
		color: #ffffff;
	}
	.about-text{
		text-align: justify;
		font-size: 16px;
	}
	.about-container > .center-right {
    top: 5%;
    right: 5%;
	width: 90%;
	bottom: 5%;
	font-size: large;
	}
	.content {
		padding: 40% 0 0;
	}
	#menu a.navbar-brand {
		font-size: 20px;
		font-weight: bold;
	}
	#menu a.navbar-brand {
		font-size: 16px;
		font-weight: bold;
	}
	.shroff_logo{
		width: 30px;
		height: 30px;
		margin: 10px 5px;
	}
	.about-text{
		text-align: justify;
		font-size: 14px;
	}
}

@media (max-width: 603px) {
	
	.about-container > .center-right {
		position: relative;
		top: 5%;
		left:0%;
		right: 0%;
		width: 98%;
		bottom: 5%;
		font-size: large;
	}
	label {
		float: none !important
	}
	.hover-bg .hover-text {
		padding: 12% 10%;
	}
	#menu a.navbar-brand {
		font-size: 18px;
		font-weight: bold;
	}
	.shroff_logo{
		width: 30px;
		height: 30px;
		margin: 10px 5px;
	}
	.about-text{
		text-align: justify;
		font-size: 16px;
	}
}

@media (max-width: 375px) {
	.about-container > .center-right {
    position: relative;
    top: 0;
    right: 0;
	width: 98%;
	bottom: 0;
	font-size: 16px;
	background-color: #122f3da3;
	}
	#about-img{
		display: none;
	}
	.hover-bg .hover-text {
		padding: 22% 10%;
	}
	#menu a.navbar-brand {
		font-size: 12px;
		font-weight: bold;
	}
	.shroff_logo{
		width: 30px;
		height: 30px;
		margin: 10px 5px;
	}
	.about-text{
		text-align: justify;
		font-size: 16px;
		padding-right: 1px;
		padding-left: 1px;
	}
}

