 
/* ==== Google font ==== */ 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #494949;
	background-color: #fcfcfc;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6em;
}
a {
	color: #ec1c24;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ec1c24;
}
.fl-width {
	padding: 0 4vw;
	width: 100%;
}
.fl-width2 {
	padding: 0 6vw;
	width: 100%;
}
.fl-width3 {
	padding: 0 8vw;
	width: 100%;
}
.fl-width4 {
	padding: 0 10vw;
	width: 100%;
}
.fl-width5 {
	padding: 0 12vw;
	width: 100%;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding: 5px 0px;
	line-height: 1em;
}
.navbar-brand:focus {
	outline: 0;
}
.navbar-brand > img.logo {
	display: block;
}
.navbar-brand > img.logo-mob {
	display: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	color: #f7f7f7;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.navbar-custom ul.nav li a span {
	margin-right: 1px;
	font-size: 13px;
}
.navbar-custom .navbar-nav > li > a {
	padding-top: 27px;
	padding-bottom: 27px;
}
.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
}
.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}
.navbar-custom .nav li a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
     background-color: rgba(255,255,255,.2); 
	color:#ec1c24;
}*/
.navbar-custom .nav li a:hover, .navbar-custom .nav li.active a {
	outline: 0;
	color: #ec1c24;
}
.navbar-toggle {
	padding: 10px 6px 6px 6px;
	font-size: 24px;
	color: #fff;
	line-height: 26px;
	margin: 0px;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
.navbar {
	padding: 20px 0;
	border-bottom: 0;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse {
	padding: 0;
	background-color: rgba(48,48,48,.85);
}
/* loader */
#preloader {
	background: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
 @keyframes boxSpin {
 0% {
 transform: translate(-10px, 0px);
}
 25% {
 transform: translate(10px, 10px);
}
 50% {
 transform: translate(10px, -10px);
}
 75% {
 transform: translate(-10px, -10px);
}
 100% {
 transform: translate(-10px, 10px);
}
}
 @keyframes shadowSpin {
 0% {
 box-shadow: 10px -10px #5a5a5a, -10px 10px #5a5a5a;
}
 25% {
 box-shadow: 10px 10px #5a5a5a, -10px -10px #5a5a5a;
}
 50% {
 box-shadow: -10px 10px #5a5a5a, 10px -10px #5a5a5a;
}
 75% {
 box-shadow: -10px -10px #5a5a5a, 10px 10px #5a5a5a;
}
 100% {
 box-shadow: 10px -10px #5a5a5a, -10px 10px #5a5a5a;
}
}
#load {
	z-index: 9999;
	background-color: #ec1c24;
	opacity: 0.75;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin: -5px auto 0 auto;
	left: 0;
	right: 0;
	border-radius: 0px;
	border: 5px solid #FF4136;
	box-shadow: 10px 0px #5a5a5a, 10px 0px #5a5a5a;
	animation: shadowSpin 1s ease-in-out infinite;
}
/* misc */
hr {
	margin-top: 10px;
}
/* margins */
.marginbot-0 {
	margin-bottom: 0 !important;
}
.marginbot-10 {
	margin-bottom: 10px !important;
}
.marginbot-20 {
	margin-bottom: 20px !important;
}
.marginbot-25 {
	margin-bottom: 25px !important;
}
.marginbot-30 {
	margin-bottom: 30px !important;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
/* ===========================
 General sections
============================ */

.common_table {
	width: 100%;
	height: 100%;
	display: table;
}
.common_table_cell {
	width: 100%;
	text-align: center;
	height: 100%;
	display: table-cell;
	vertical-align: middle;/*text-align:center;*/
}
.home-section {
	padding-top: 100px;
	padding-bottom: 100px;
	display: block;
	position: relative;
	z-index: 120;
}
.icn-bord {
	border: 3px solid #3f3f3f;
	display: inline-block;
	height: 40px;
	vertical-align: top;
	width: 60px;
	margin-right: 20px;
	padding: 3px 3px;
}
.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}
.section-subheading h2 {
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 26px;
}
/* --- section bg var --- */

.bg-white {
	background: #fff;
}
.bg-gray {
	background: #f8f8f8;
}
.bg-dark {
	background: #575757;
}
/* --- section color var --- */

.text-light {
	color: #fff;
}
/* ===========================
 Intro
============================ */

.intro {
	width: 100%;
	position: relative;
	background: url(../images/bg-1.jpg) no-repeat top center;
	background-size: cover;
	height: auto;
}
#intro.intro {
	padding: 33% 0 0 0;
}
.page-scroll.hd-dwBtn {
	padding-top: 40px;
	padding-bottom: 30px;
}
.companyLogoBox {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.companyLogoList {
	display: inline-block;
	margin: 5px
}
.companyLogo {
	width: 225px;
	height: 150px;
	display: table;
	text-align: center;
	background-color: rgba(255,255,255,0.40);
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.10);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.comp-logo { 
	margin:0 auto;
	background-repeat:no-repeat;
	background-position: 0px 0px; 
	display:block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.comp-logo1 {
	margin-top:26px; 
	width:109px;
	height:99px;
	background-image:url(../images/logo-nextwaters.png); 
} 
.companyLogoList a:hover .companyLogo .comp-logo1 { 
	background-position: 0px -100px;
}

.comp-logo2 {
	margin-top:25px; 
	width:88px;
	height:101px;
	background-image:url(../images/logo-redhatmedia.png); 
} 
.companyLogoList a:hover .companyLogo .comp-logo2 { 
	background-position: 0px -101px;
}

.comp-logo3 {
	margin-top:25px; 
	width:99px;
	height:99px;
	background-image:url(../images/logo-petronintl.png); 
} 
.companyLogoList a:hover .companyLogo .comp-logo3 { 
	background-position: 0px -100px;
}

.comp-logo4 {
	margin-top:52px; 
	width:184px;
	height:47px;
	background-image:url(../images/logo-washmeonline.png); 
} 
.companyLogoList a:hover .companyLogo .comp-logo4 { 
	background-position: 0px -48px;
}

.comp-logo5 {
	margin-top:63px; 
	width:184px;
	height:26px;
	background-image:url(../images/logo-voix.png); 
} 
.companyLogoList a:hover .companyLogo .comp-logo5 { 
	background-position: 0px -27px;
}

.comp-logo6 {
	margin-top:24px; 
	width:134px;
	height:103px;
	background-image:url(../images/logo-redhat-contracting.png); 
} 
.companyLogoList .companyLogo:hover .comp-logo6 { 
	background-position: 0px -104px;
}

.comp-logo7 {
	margin-top:29px; 
	width:147px;
	height:94px;
	background-image:url(../images/logo-acatia.png); 
} 
.companyLogoList .companyLogo:hover .comp-logo7 { 
	background-position: 0px -95px;
}

.comp-logo8 {
	margin-top:29px; 
	width:184px;
	height:93px;
	background-image:url(../images/logo-redhatuniforms.png); 
} 
.companyLogoList .companyLogo:hover .comp-logo8 { 
	background-position: 0px -94px;
}
.comp-logo-d4d {
	margin-top: 52px;
    width: 125px;
    height: 47px;
	background-image:url(../images/logo-d4d.png); 
} 
.companyLogoList .companyLogo:hover .comp-logo-d4d { 
	background-position: 0px -48px;
}

.companyLogoList a {
	display: block;
}
.companyLogoList a:focus, .companyLogoList a:active {
	outline: 0;
}
.companyLogoList .companyLogo:hover {
	width: 225px;
	height: 150px;
	display: table;
	text-align: center;
	background-color: rgba(255,255,255,0.75);
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.15);
}
.intro .page-scroll {
	text-align: center;
}
/* ===========================
 About
============================ */
 
.hm-about-lftcontent {
	width: 180px;
	height: 130px;
	float: left;
}
.hm-about-thumb {
	background-color: #ec1c24;
	width: 100%;
	height: 100%;
	display: table;
}
.hm-about-thumb span {
	width: 100%;
	text-align: center;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.hm-about-rgtcontent {
	margin-left: 230px;
}
/* ===========================
 Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
	border-radius: 0;
	border: 3px solid #bdbdbd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form#contact-form textarea {
	height: 130px;
}
form#contact-form .form-group {
	margin-bottom: 30px;
}
.form-control {
	height: 50px;
	color: #ababab;
	font-size: 15px;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
	border-radius: 0;
}
#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
	display: block;
}
/* ===========================
 Footer
============================ */

footer {
	text-align: center;
	padding: 70px 0 30px;
	background: url(../images/footer-bg.jpg) no-repeat center top / cover;
	position: relative;
	color: #aaaaaa;
}
.ft-container {
	position: relative;
	z-index: 2;
}
footer:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.70);
	top: 0px;
	left: 0px;
}
footer p {
	color: #aaaaaa;
}
footer h3 {
	color: #bbbbbb;
	text-transform: capitalize;
}
/* ===========================
 Elements
============================ */

.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-circle {
	width: 45px;
	height: 45px;
	margin-top: 15px;
	padding: 7px;
	border: 3px solid #fff;
	font-size: 22px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle.btn-dark {
	border: 3px solid #666;
	color: #666;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}
.btn-circle.btn-dark :hover, .btn-circle.btn-dark :focus {
	outline: 0;
	color: #999;
	background: #fff;
}
.btn-circle.btn-dark :hover i, .btn-circle.btn-dark :focus i {
	color: #999;
}
.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
.page-scroll.ft-upBtn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}
.btn-skin {
	background-color: #ec1c24;
	color: #fff;
	font-size: 15px;
	min-height: 45px;
	padding: 7px 25px;
	text-transform: capitalize;
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}

/* Media queries */

@media(min-width:767px) {
.intro {
	height: 100%;
	padding: 0;
}
.brand-heading {
	font-size: 100px;
}
.intro-text {
	font-size: 25px;
}
}

@media (max-width:1024px) {
.companyLogoBox {
	width: 100%;
}
.fl-width {
	padding: 0 2vw;
	width: 100%;
}
.fl-width2 {
	padding: 0 2vw;
	width: 100%;
}
.fl-width3 {
	padding: 0 2vw;
	width: 100%;
}
.fl-width4 {
	padding: 0 2vw;
	width: 100%;
}
.fl-width5 {
	padding: 0 2vw;
	width: 100%;
}
.navbar.navbar-custom.navbar-fixed-top {
	padding: 0px;
	background-color: rgba(48,48,48,.85);
}
}

@media (max-width:768px) {
.boxed-grey {
	margin-bottom: 30px;
}
.mob-text-center {
	text-align: center;
}
}

@media (max-width:767px) {
.navbar-brand > img.logo {
	display: none;
}
.navbar-brand > img.logo-mob {
	display: block;
	margin-top: 3px;
}
.navbar-custom .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-scroll a.btn-circle {
	width: 35px;
	height: 35px;
	margin-top: 10px;
	padding: 5px 0px;
	border: 3px solid #fff;
	font-size: 15px;
}
.home-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.companyLogoList {
	width: 46%;
}
.companyLogo {
	width: 100%;
}
.companyLogoList .companyLogo:hover{
	width: 100%;
}
.comp-logo4{
	width: 93%;
	background-size: cover;
	height: 34px;
}

.comp-logo5 {
	width: 93%;
	background-size: cover;
}
.comp-logo8 {
	width: 93%;
	background-size: cover;
	height: 77px;
}
.companyLogoList .companyLogo:hover .comp-logo8 {
    background-position: 0px -78px;
}

}

@media (max-width:480px) {
.hm-about-lftcontent {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0px;
}
.hm-about-rgtcontent {
	margin-left: 0px;
}
}
@media (max-width:359px) {
.comp-logo8 {
    width: 93%;
    background-size: cover;
	height: 65px;
	}
.companyLogoList .companyLogo:hover .comp-logo4{
	background-position: 0 110% !important;
	}	
	.companyLogoList .companyLogo:hover .comp-logo8{
		background-position: 0 98% !important;
	}
	.comp-logo5{
		background-position: 0px 7px;
	}
	.companyLogoList a:hover .companyLogo .comp-logo5 {
		background-position: 0px -16px;
	}	
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#intro.intro {
	padding: 20% 0 0 0;
}
.hm-about-lftcontent {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0px;
}
.hm-about-rgtcontent {
	margin-left: 0px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#intro.intro {
	padding: 40% 0 0 0;
}
}
 
@media only screen and (min-width : 1224px) {
/* Desktops and laptops ----------- */
 
 #intro.intro {
	padding: 22% 0 0 0;
}

}

@media only screen and (min-width : 1524px) {
/* Large screens ----------- */
 #intro.intro {
	padding: 20% 0 0 0;
}

}
@media only screen and (min-width : 1824px) {
/* Large screens ----------- */
 #intro.intro {
	padding: 23% 0 0 0;
}

}
@media only screen and (min-width : 1920px) {
/* Large screens ----------- */
 #intro.intro {
	padding: 25% 0 0 0;
}

}
