@charset "utf-8";
/* CSS Document */

/*starts predefined datas*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:10px 30px 5px;
	line-height:1.5;	
}

h1 {
	font-size:30px;
	font-family: 'Oswald', sans-serif;
}

h2 {
	font-size:28px;
	font-family: 'Oswald', sans-serif;	
}

h3 {
	font-size:16px;
}

p {
	font-size:20px;
}

.ban-txt {
	font-size:18px;
}

img {
	max-width:100%;
}

a img {
	border:none;
}

.clear {
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	font-size:1px;
}

a, a:focus, a:hover {
	color:#fff;
    text-decoration:none;
}

/*ends predefined datas*/

/*bootstrap customization starts*/

.row {
    padding: 0;
    margin: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0;
}

.container-fluid {
    width: 100%;
	min-width:335px;
    margin: 0 auto;
    padding: 0;
}

.container {
	max-width:1366px;
}

/*bootstrap customization ends*/

/* bxslider starts */

.banner-slider .bx-wrapper, .client-slider .bx-wrapper {
	border:0;
	margin:0 auto;
	box-shadow: none;
	background:none;
}

.banner-slider .bx-wrapper .bx-pager, .banner-slider .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 50px;
	width: 100%;
	right: 5px;
	display:none;
}

.client-slider {
	margin:0 auto;
}

.client-slider .bx-wrapper {
	max-width:1125px !important;
}

.client-slider .bx-wrapper .bx-pager, .client-slider .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
	display:none;
}

.client-slider .bx-wrapper .bx-prev, .client-slider .bx-wrapper .bx-next {
	background:url(images/left-arrow.png) no-repeat;
	width:24px;
	height:24px;
}

.client-slider .bx-wrapper .bx-next {
	background:url(images/right-arrow.png) no-repeat;
}

.bx-wrapper img {
	display:inline;
}

.clients {
	text-align:center;
}

/* bxslider ends */

/* sss starts */

.header {
	position:absolute;
	min-width:100%;
	margin:0 auto;
	z-index:99999;
}

.logo {
	padding:26px 51px;
	float:left;
}

.header .logo img {
	width:130px;
	height:auto;	
}

.menu {
	float:right;
	padding:0 34px;
	font-size:14px;
}

.navbar-nav>li>a {
	background-color:transparent !important;
}

.nav>li>.active {
	border-bottom:3px solid #fff;
}

.nav a:hover {
	border-bottom:3px solid #000080;
}

li {
	list-style:none;
	float:left;
	padding:38px 10px;
}

.main-banner-1 {
	background:url(images/banner.png) no-repeat;
	height:654px;
	background-size:cover;
}

.main-banner-2 {
	background:url(images/52980664.jpg) no-repeat;
	height:654px;
	background-size:cover;
}

.main-banner-3 {
	background:url(images/35106107.jpg) no-repeat;
	height:654px;
	background-size:cover;
}

.main-banner-4 {
	background:url(images/35106122.jpg) no-repeat;
	height:654px;
	background-size:cover;
}

.banner-slider-text h1, .banner-slider-text p {
    color: #fff;
    padding: 72px 0px 20px;
}

.banner-slider-text {
	color:#fff;
	padding:130px 0 20px 75px;
}

.banner-slider-text h1 {
	font-size:41px;
	line-height:1.2;
}

.btm-border {
	width:200px;
	border-bottom:8px solid #000080;
}

.learn-more {
	display:inline-block;
	color:#000;
	font-size:18px;	
	padding:5px 20px;
	background:#f4f4f4;
}

a:hover.learn-more {
	color:#fff;
	background:#343434;	
}

.read-more {
	color:#000;
	display:inline;
	margin-top:10px;
	padding:5px 20px;		
}

a:hover .read-more {
	color:#fff;	
	padding:5px 20px;
	background:#343434;	
}

.foot-bg .unbull li a:hover {
	text-decoration:underline;
}

.learn-more img, .see-more img {
	display:inline-block;	
	padding-left:10px;
}

a .read-more {
	color:#000;
	font-size:16px;	
}

.see-more {
	display:inline-block;
	padding:10px;
	margin:30px auto 50px;
	color:#fff;
	background:#343434;	
}

.see-more p {
	font-size:18px;
}

a:hover.see-more {
	color:#000;
	background:#f4f4f4;
}

.center-content {
	text-align:center;
	padding-top:50px;
}

.center-content h2 {
	padding-bottom:20px;
}

.mid-banner-bg-1 {
	/*background:url(images/building-shield.jpg) no-repeat;*/
	background: url(images/sss-guiding.jpg) 10px -200px no-repeat;	
	height:438px;
	background-size:cover;	
	padding-top:30px;
}

.bg-color {
	background:url(images/blue-bg.png) repeat;
	color:#fff;
	height:438px;
	margin-top:-30px;
	padding-top:80px;	
}

.center-align {
	text-align:center;
}

.testimonial {
	background:url(images/skyline.jpg) no-repeat;
	height:202px;
	background-size:cover;	
	color:#fff;
	text-align:center;
	padding-top:60px;	
}

.grey-border {
	border:1px solid #ddd;	
}

.certifications {
	text-align:center;
	padding:100px 0 80px;
}

.foot-bg {
	background:url(images/footer_bg.jpg) no-repeat;
	padding:30px 0;
}

.foot-bg .footlogo img {
	width:130px;
	height:auto;	
	padding: 10px 0 24px 8px;	
}
	
.foot-bg .unbull li {
	float:none;
	padding:10px;
	margin-left:20px;
}

.foot-bg h2 {
	color:#fff;	
	padding:18px 0 22px;
	font-size:18px;
}

.foot-bg p {
	font-size:14px;
}

.contact {
	color:#fff;
	padding-right:10px;
}

.contact img {
	padding-right:10px;
}

.follow-us {
	padding:10px 10px 10px 30px;
}

.follow-us li {
	float:left;
	padding:2px;
}

.copy-right {
	padding:10px;
}

.copy-right p {
	padding:10px;
	font-size: 12px;
}

.fl-rgt img {
	float:right;
	padding:10px;
}

.service-banner {
	background:url(images/79251159.jpg) center no-repeat;
	height:450px;
	background-size:cover;
}

.service {
	padding:20px;
	height:200px;
}

.service img {
	width:96px;
	height:96px;
}

.recruitment-training-banner {
	background:url(images/51450103.jpg) no-repeat;
	height:450px;
	background-size:cover;
}

.recruitment-training-bg {
	background:url(images/43143499.jpg) no-repeat;
	height:100%;
	background-size:cover;	
	color:#fff;
	padding:60px 0;	
	background-attachment:fixed;
}


.about-banner {
	background:url(images/41848851.jpg) no-repeat;
	height:450px;
	background-size:cover;
}

.about-padding {
	padding:60px 0;	
}

.about-bg {
	background:url(images/27070943.jpg) no-repeat;
	height:100%;
	background-size:cover;	
	color:#fff;
	padding:60px 0;	
	background-attachment:fixed;
}

.contact-banner {
	background:url(images/79349661.jpg) no-repeat;
	height:450px;
	background-size:cover;
}

.contact-cont, .map {
	padding:10px;
}

.form {
	padding:0 10px 10px;	
}

label {
	padding:10px 10px 0;	
}

input[type=text], textarea {
	width:100%;
	margin:10px auto;
	padding:5px;
	border: 1px solid #000;
	border-radius: 4px;
}

textarea {
    height: 150px;
}

button {
	background:#343434;	
    border: none;
    color: #fff;
    padding: 10px 32px;
    margin: 6px auto;
	border-radius: 4px;
}

.button:hover {
	background:#f4f4f4;
	color:#000;
}

#emailc, #phonec {
	color:#f00;
}

.address p {
	padding:10px;
}

.address {
	margin:0 auto;
}

.grey-bg {
	background:#DCDCDC;
	padding:60px 0;
}

.white-padding {
	padding:60px 0;
}






/*sss mobile view starts*/
	
@media (min-width: 0px) {
	
	button:hover {
	color:#000;
	}

	.header {
		background:url(images/footer_bg.jpg) no-repeat;
		height:128px;
	}
	
	.logo {
		padding:26px 20px;
	}
	
	.navbar-toggle {
		margin-top: 22px;
		margin-right: 20px;
	}
	
	.navbar-toggle .icon-bar {
		width: 30px;
		height: 5px;
		margin-bottom: 5px;
		margin-right:-8px;
		background:#fff;
	}
	
	.menu {
		float:none;
		background:url(images/footer_bg.jpg) repeat;
		padding:0 12px;
	}
	
	li {
		float:none;
		padding:10px;
	}
	
	.main-banner-1, .main-banner-2,	.main-banner-3,	.main-banner-4 {
		height:650px;
	}
	
	.banner-slider-text {
		padding:80px 0 20px 50px;
	}
	
	.mid-banner-bg-1 {
		height:100%;
	}
	
	.bg-color {
		height:100%;
		padding:10px;	
	}
	
	.testimonial {
		height:100%;
		padding:10px;	
	}
	
	.certifications {
		padding:40px 0 50px;
	}
	
	.foot-bg {
		background:url(images/footer_bg.jpg);
		font-size:12px;
		
	}
	
	.foot-bg img {
		padding:10px 0 20px 8px;
	}
		
	.foot-bg .unbull li {
		margin-left:0px;
	}
	
	.foot-bg h2 {
		padding-left:10px;
	}
	
	.contact {
		padding-left:10px;
	}
	
	.contact img {
		padding:2px 10px 0 0;
	}
	
	.contact h2 {
		padding-left:0;
	}
	
	.contact p {
		padding:10px 0;
	}
	
	.follow-us {
		padding:0;
	}
	
	.copy-right {
		text-align:center;
	}
	
	.fl-rgt img {
		float:none;
	}
	
	.service {
		height:100%;
	}

}

/*sss mobile view ends*/

/*sss tablet view starts*/

@media (min-width: 768px) {
	
	.container {
		width:100%;
	}
	
	.header {
		background:url(images/footer_bg.jpg) no-repeat;
		height:220px;
	}
		
	.logo {
		float:none;
		text-align:center;
	}
	
	.menu {
		background:none;
		text-align:center;
	}
	
	.navbar-collapse.collapse {
		display:inline-block !important;
	}
	
	.banner-slider {
		margin-top:150px;
	}
	
	.foot-bg {
		padding-bottom:20px;
	}
		
	.copy-right {
		text-align:left;
	}
	
	.fl-rgt img {
		float:right;
	}
	
	.service {
		height:240px;
	}
	
	.address p {
		padding:10px 20px;
	}
}

/*sss tablet view ends*/


/*sss desktop view starts*/

@media (min-width: 992px) {
	
	.header {
		background:none;
	}	
	
	.logo {
		padding: 18px 22px;
		float: left;
	}
	
	.menu {
		float:right;
		padding:0;
	}
	
	.navbar-collapse {
    	padding-right: 0;
    	padding-left: 0;
	}
	
	.navbar-collapse.collapse {
		display:inline-block !important;
	}
	
	.banner-slider {
		margin-top:0;
	}
	
	.main-banner-1, .main-banner-2, .main-banner-3 {
		height:654px;
	}
	
	.testimonial {
		height:202px;
		padding-top:60px;	
	}
	
	.foot-bg {
		padding-bottom:20px;
	}
		
	.copy-right {
		text-align:left;
	}
	
	.fl-rgt img {
		float:right;
	}
	
	.service {
		height:200px;
	}

}

/*sss desktop view ends*/

/*sss big desktop view starts*/
	
@media (min-width: 1366px) {
	
	.container {
		width: 1170px;
	}
	
	.logo {
		padding:26px 51px;
		float:left;
	}
	
	.menu {
		padding:10px;
	}
	
	.navbar-collapse {
    	padding-right: 15px;
    	padding-left: 15px;
	}
	
	.banner-slider-text {
		padding: 110px 0 20px 80px;
	}
	
	

}

/*sss big desktop view ends*/

/* sss ends */
