body {
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif!important;
	color: #7a7a7a;
}

p,
img,
form,
input,
select,
ul,
li,
ol,
div,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0px;
}

ul,
li {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
	border: 0;
	margin: 0;
	padding: 0;
	
}

a {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	text-decoration: none;
	
}

a:hover,
a:focus {
	color: #05495d;
	text-decoration: none;
}

.cl {
	clear: both;
}

.m0 {
	margin: 0px;
}

.p0 {
	padding: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
	display: block;
	padding: 0px;
	margin: 0px;
}

::selection {
	color: #fff;
	background: #191919
}

::-moz-selection {
	color: #fff;
	background: #191919
}



/* --------------- Header Css Start --------------- */

.headerBox {
	width: 100%;
	padding-bottom: 0px;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/head.jpg) repeat left top;
}

.logo {
	text-align: center;
	padding: 0px;
}

.logo img {
	margin: 0px;
	padding: 9px 3px;
}

.headerRight {
	text-align: right;
	top: 10px;
}

.info {
	display: inline-block;
	padding: 10px 15px;
}

.info span {
	padding: 0px 5px;
	font-size: 15px;
}

.info span i {}

.info span a {
	color: #7a7a7a;
	font-size: 16px;
}

.info span a:hover {
	color: #01602e;
}

.socialBox {
	display: inline-block;
}

.socialBox a i {
	color: #acacac;
	border-radius: 2px;
	font-size: 14px;
	padding: 9px 10px;
	transition: all 0.4s ease 0s;
	text-align: center;
	border: 1px solid #e6e6e6;
}

.socialBox a i:hover {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
}

.facebook:hover {
	background: #325c94;
}

.linkdin:hover {
	background: #0073b2;
}

.gplus:hover {
	background: #d9031f;
}

.twittr:hover {
	background: #00abdc;
}
.fafa span
{
	color: #fff;
}

/* --------------- Login Sign Up Box Css Start --------------- */


/* Login Sign Up Box */

.loginSignUpBox {
	padding: 17px 0px;
	/* padding-bottom: 10px; */
}

.loginSignUpBox ul li {
	display: inline-block;
	border-right: 1px solid #bcbcbc;
	line-height: 12px;
	position: relative;
}

.loginSignUpBox ul li a {
	padding: 0 10px;
	color: #000;
}

.loginSignUpBox ul li a:hover {
	text-decoration: underline;
}

.btn {
	padding: 6px 8px !important;
}


/* Sign In Box Css Start */

.signInBox {
	width: 200px;
	height: auto;
	border: 1px solid silver;
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: 9999;
	display: none;
	text-align: left;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

.signInBox h6 {
	color: #666;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 6px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.signInBox ul {}

.signInBox ul li {
	display: block;
	border: 0px;
	margin-bottom: 10px;
}

.signInBox ul li label {
	color: #666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.loginInput {
	border: 1px solid #d2d2d2;
	background: #fcfcfc;
	height: 28px;
	outline: none;
	font-size: 11px;
	text-indent: 10px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.signInBox li a {
	color: #666 !important;
	font-size: 12px;
	padding: 0px !important;
}

.signInBox li a:hover {
	color: #000 !important;
}

.submit {
	color: #fff;
	background: #000;
	padding: 7px 15px;
	cursor: pointer;
}

.submit:hover {
	background: #292929;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.closeBottn {
	position: absolute;
	right: 0px;
	top: 0px;
}


/* Sign In Box Css End */


/* Sign up Box Css Start */

.signUpBgBox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 9999;
}

.signUpBox {
	width: 400px;
	height400px;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index: 9999;
	text-align: left;
	padding: 15px;
}

.pop-form-row {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.pop-form-row label {
	float: left;
	width: 18%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	line-height: 30px;
}

.pop-form-row input {
	width: 80%;
	background: #fcfcfc;
	border: 1px solid #d2d2d2;
	float: left;
	font-size: 11px;
	outline: 0 none;
	padding: 7px 10px;
	margin-left: 5px;
}

.nameInput {
	width: 39% !important;
}

.gender input {
	width: 20px !important;
}

.gender label {
	width: auto !important;
	text-align: left;
}

#signup-btn {
	background: #191919;
	padding: 6px 20px;
	color: #fff;
	border: none;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	margin-left: 18%
}


/* Sign up Box Css End */


/* Sign up Box Css Start */

.signUpBgBox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 9999;
}

.signUpBox {
	width: 400px;
	height400px;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index: 9999;
	text-align: left;
	padding: 15px;
}

.pop-form-row {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.pop-form-row label {
	float: left;
	width: 18%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	line-height: 30px;
}

.pop-form-row input {
	width: 80%;
	background: #fcfcfc;
	border: 1px solid #d2d2d2;
	float: left;
	font-size: 11px;
	outline: 0 none;
	padding: 7px 10px;
	margin-left: 5px;
}

.nameInput {
	width: 39% !important;
}

.gender input {
	width: 20px !important;
}

.gender label {
	width: auto !important;
	text-align: left;
}

#signup-btn {
	background: #191919;
	padding: 6px 20px;
	color: #fff;
	border: none;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	margin-left: 18%
}


/* Sign up Box Css End */


/* --------------- Login Sign Up Box Css End --------------- */


/* --------------- Header Css End --------------- */


/* ------------ Nav Css Start ------------ */

.navigation {
	z-index: 99;
	width: 100%;
	background: #291672;
}

.navigation ul {
	text-align: left;
}

.navigation ul li {
	display: inline-block;
	line-height: 46px;
	margin-left: -4px;
	position: relative;
}

.navigation ul li a {
	font-family: 'Conv_tahoma_3';
	font-size: 15px;
	color: #b9b9b9;
	padding: 0px 15px;
	display: block;
	text-transform: uppercase;
	
	font-weight: bold;
}

.navigation ul li a:hover {
	background: #00612e;
	color: #fff;
}

.dropdownMenu:hover {
	background: #00612e;
}

.dropdownMenu ul {
	position: absolute;
	min-width: 180px;
	text-align: left;
	background: #291672;
	top: 98%;
	display: none;
	z-index: 9999;
}

.dropdownMenu:hover ul {
	display: block;
}

.dropdownMenu ul li {
	display: block;
	line-height: 40px;
	margin-left: 0px;
	border-bottom: 1px solid #141414;
	font-family: Arial, Helvetica, sans-serif;
}

.dropdownMenu ul li a {
	font-size: 15px;
	text-transform: none;
}

.dropdownMenu ul li a:hover {
	background: #00612e;
	padding-left: 16px;
}

.nav-bottn {
	display: none;
}


/* ------------ Nav Css End ------------ */


/* ------------ Banner Css Start --------------- */

.carousel-control {
	opacity: 10 !important;
}


/* carousel */

#quote-carousel {
	padding: 0px;
	margin-top: 0px;
}


/* Control buttons  */

#quote-carousel .carousel-control {
	background: #291672;
	color: #fff;
	font-size: 2.3em;
	text-shadow: none;
	top: 40%;
	height: 45px;
	width: 45px;
	font-size: 20px;
	line-height: 46px;
}


/* Previous button  */

#quote-carousel .carousel-control.left {
	left: 41px;
}


/* Next button  */

#quote-carousel .carousel-control.right {
	right: 40px !important;
}


/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}


/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
	-webkit-transition: background 2s;
	/*adjust timing here */
	-moz-transition: background 2s;
	-o-transition: background 2s;
	transition: background 2s;
}

#quote-carousel .carousel-indicators .active {
	background: #333333;
	-webkit-transition: background 2s;
	/*adjust timing here */
	-moz-transition: background 2s;
	-o-transition: background 2s;
	transition: background 2s;
}

#quote-carousel img {
	width: 100%;
	height: 404px;
}


/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}

.item blockquote img {
	margin-bottom: 10px;
}

.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}


/**
  MEDIA QUERIES
*/


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
	#quote-carousel {
		padding: 0px;
		margin: 0px;
	}
}


/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}
	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
}


/* Fade transition for carousel items */

.carousel .item {
	left: 0 !important;
	opacity: 0;
	-webkit-transition: opacity 2s;
	/*adjust timing here */
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
}

.carousel-control {
	background-image: none !important;
	/* remove background gradients on controls */
}


/* Fade controls with items */

.item.active {
	opacity: 1;
}

.next.left,
.prev.right {
	opacity: 1;
	z-index: 10;
}

.active.left,
.active.right {
	opacity: 0 !important;
	z-index: 2;
	-webkit-transition: opacity 2s;
	/*adjust timing here */
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
}

.breadcrumb-place_sal_clie {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/client.jpg)no-repeat left top !important;
}

.size_pdf_clit {
	width: auto;
	height: 60px;
	margin: 0px auto 9px;
}

.bak_pid_col_clent:hover {
	border: #ccc thin solid;
	background: #f2f2f2;
	border: #ddd thin solid;
	height: 128px;
}

.al_til_client {
	font-size: 16px;
	color: #000;
	/* background: #000; */
	line-height: 20px;
	/* float: left; */
	
	text-align: center;
}

.bak_pid_col_clent {
	/* background: #ccc; */
	height: 128px;
	width: 100%;
	text-align: center;
	margin: 0px 0px 33px 0px;
}

.mar_bott_two {
	width: 100%;
	height: auto;
}

.breadcrumb-place_car {
	min-height: 110px;
	background-position: center !important;
	background: url(../images/banner/career.jpg)no-repeat left top !important;
}

.contactBCrumb_con {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/cont.jpg)no-repeat left top !important;
}

.jobSeekersBCrumb_enq {
	min-height: 110px;
	background-position: center !important;
	background: url(../images/banner/enq.jpg)no-repeat left top !important;
}

.currentJobsBCrumb_cer {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/Certification.jpg)no-repeat left top !important;
}

.servicesBreadCrum_cons {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/consul.jpg)no-repeat left top !important;
}

.breadcrumb-place_cmp {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/com.jpg)no-repeat left top;
}

.servicesBreadCrum_keep {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/houkeep.jpg)no-repeat left top !important;
}

.servicesBreadCrum_man {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/manpower.jpg) no-repeat left top #0b0b0b !important;
	/*background:url(/web/20161106230429im_/http://wingssecurityservices.com/images/manpower.jpg);*/
}

.breadcrumb-place_wor {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/reg.jpg)no-repeat left top;
}

.breadcrumb-place_ecr {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/ecr.jpg)no-repeat left top;
}

.breadcrumb-place_bakstat {
	min-height: 110px;
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/bank.jpg)no-repeat left top;
}

.breadcrumb-place_sal {
	min-height: 110px;
	/*background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/breadcrumb.jpg) no-repeat left top #0b0b0b;*/
	background-position: center !important;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/sal.jpg)no-repeat left top;
}

.size_pdf {
	width: 100%;
	height: 50px;
	margin: 0px 0px 32px 0px;
}

.bak_pid_col {
	/*background:#ccc;*/
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px 0px 33px 0px;
}

.al_til {
	font-size: 16px;
	color: #000;
	/* background: #000; */
	line-height: 44px;
	float: left;
	
}

.bannerSlider {
	width: 100%;
	margin-top: -19px;
}

.bannerSlider img {
	width: 100%;
	max-height: 400px;
}

.skdslider {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.skdslider:after {
	content: '';
	padding-top: 29%;
	display: block;
}

.skdslider ul.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.skdslider ul.slides li {
	display: none;
}

.skdslider ul.slides li img {
	width: 100%;
	height: 100%;
	border: 0;
}

.skdslider ul.slide-navs {
	bottom: 20px;
	left: 50%;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.skdslider a.prev {
	background: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 60px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top: -30px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.skdslider a.prev:hover {
	background: #000
}

.skdslider a.prev:before {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 24px;
}

.skdslider a.next {
	background: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 60px;
	display: block;
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 60px;
	color: #fff;
	top: 50%;
	right: 0%;
	margin-top: -30px;
}

.skdslider a.next:hover {
	background: #000;
}

.skdslider a.next:before {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 24px;
}


/* ------------ Banner Css End --------------- */


/* ------- Welcome Heading Box Css Start ------ */

.welcomeHeading {
	/*margin-top:588px;*/
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 45px;
}

.welcomeHeading h2 {
	color: #000000;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 26px;
}

.welcomeHeading h5 {
	color: #919191;
	font-size: 14px;
	text-transform: uppercase;
}


/* ------- Welcome Heading Box Css ENd ------ */


/* ---------- Services Box Css Start ---------- */

.servicesBoxMain {
	padding-bottom: 40px;
}

.servicesBox {
	min-height: 210px;
	padding-bottom: 20px;
}

.stitle {
	margin-bottom: 15px;
}

.service-icon {
	font-size: 43px;
	float: left;
	margin: 5px 7px 0 0 !important;
	color: #291672;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.servicesBox:hover .service-icon {
	color: #d7d7d7;
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.servicesBox h4 {
	float: left;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	border-left: 1px solid #CCC;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

.servicesBox h4 small {
	color: #6b6969;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	display: block;
	padding: 4px 0 0 0;
}

.servicesBox p {
	text-align: left;
	font-size:  16px;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}

.learnMore {
	background: #291672;
	color: #fff;
	font-size: 13px;
	padding: 9px 15px;
	border-radius: 3px;
	float: right;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.learnMore i {
	margin-left: 5px;
}

.learnMore:hover {
	background: #d7d7d7;
}


/* ---------- Services Box Css End ---------- */


/* ---------- Industry We Serve Css Start ---------- */

.col-title {
	padding: 0 0 10px;
	margin: 0;
	font-size: 18px;
	border-bottom: 1px solid #000;
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

.liner {
	display: block;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	margin: -1px 0 20px;
}

#industryWeServe {
	width: 100%;
	padding: 40px 0px;
	background: #f2f2f2;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 0px;
	background: #fff;
	width: 248px;
	margin: 6px 10px;
	border-radius: 4px;
	overflow: hidden;
	height: 255px;
	-webkit-transition: border 0.2s ease 0s, box-shadow 0.2s ease 0s;
	transition: border 0.2s ease 0s, box-shadow 0.2s ease 0s;
	border-bottom: 3px solid #fff;
}

.nbs-flexisel-item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-bottom: 3px solid #7a7a7a;
}

.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 180px;
}

.nbs-flexisel-item h5 {
	text-align: center;
	padding: 12px 10px;
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	text-transform: uppercase;
}

.nbs-flexisel-item h5 small {
	display: block;
	font-size: 12px;
	color: #c8c8c8;
	font-size: 13px;
	text-transform: none;
}

.nbs-flexisel-item h5:hover,
.nbs-flexisel-item h5 small:hover {
	color: #000;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: -20px;
}

.nbs-flexisel-nav-left::before {
	font-family: 'FontAwesome';
	content: "\f104";
	font-size: 40px;
	width: 30px;
	height: 30px;
}

.nbs-flexisel-nav-right {
	right: -25px;
}

.nbs-flexisel-nav-right::before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 40px;
	width: 30px;
	height: 30px;
}

.nbs-flexisel-nav-right:hover::before,
.nbs-flexisel-nav-left:hover::before {
	color: #000
}

{
	color: #000
}


/* ---------- Industry We Serve Css End ---------- */


/* ---------- Content Bottom Css Start ---------- */

.contentBottom {
	padding-top: 40px;
	padding-bottom: 40px;
}

.list {
	margin-bottom: 20px;
}

.list li {
	color: #000;
	line-height: 35px;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}

.list li i {
	margin-right: 5px;
}

.list li a {
	color: #000;
	list-style: none;
	font-size: 15px;
	display: block;
}

.list li a:hover {
	color: #2e8b57/*acacac*/
	;
	background: #fafafa;
}

.welcomeTxt {
	margin-bottom: 5px;
}

.welcomeTxt p {
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing:  0.5px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Clients Testimonial Css Start */

.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/css/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/css/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bxslider li {
	background: #f3f3f3;
}

.bxslider li blockquote {
	border: 0px;
	
	;
	font-size: 14px;
	font-style: italic;
	margin: 0;
	text-shadow: 1px 1px 3px #e4e4e4;
	color: #000;
}

.bxslider li blockquote p {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}


/* Clients Testimonial Css End */


/* ---------- Content Bottom Css End ---------- */


/* -------------- Footer Css Start -------------- */

#footer {
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/footer-pattern.png) repeat repeat left top #333;
	padding: 50px 0 0;
	color: #bfbfbf;
	border-bottom: 5px solid #101010;
}

.extra-content .liner,
#footer .liner {
	border-bottom: 1px solid #313131;
}

#footer hr {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
	margin: 10px 0;
}

#footer .col-title {
	font-size: 16px;
	letter-spacing: 0.7px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.footer-last {
	background: #101010;
	padding: 14px 0 !important;
}

.copyright {
	float: left;
	padding: 0 20px;
	letter-spacing: 0.5px;
	color: #cecaca;
}

#footer a {
	color: #fff;
	letter-spacing: 0.5px;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#footer .links i {
	margin-right: 2px;
}

#footer .links li {
	list-style: none;
}

#footer .links li a {
	line-height: 27px;
}

#footer .links li a:hover {
	text-decoration: none;
}

#footer .links li span {
	display: block;
	color: #919191;
	font-size: 11px;
	margin-bottom: 6px;
}

#footer .p-title {
	color: #fff;
	margin: 0 0 30px 0;
}

.foot-menu {
	float: right;
	padding: 0 10px;
}

.foot-menu li {
	float: left;
	position: relative;
	padding: 0 10px;
	list-style: none;
}

.foot-menu li:before {
	content: '/';
	color: #696969;
	font-size: 8px;
	position: absolute;
	left: -1px;
	top: 2px;
}

.foot-menu li:first-child:before {
	content: '' !important;
}

.foot-menu li a {
	font-weight: 400;
}

.foot-menu li a:hover {
	text-decoration: none !important
}

.widget-content {
	padding-bottom: 20px;
	color: #5a5858;
	font-size: 14px;
	letter-spacing: 0.5px;
}


/* -------------- Footer Css End -------------- */


/* --------------------- Inner Pages Css Start --------------------- */


/* BreadCrub Css Strat */

.breadcrumb-place {
	min-height: 110px;
	background: url(../images/banner/breadcrumb.jpg) no-repeat left top #0b0b0b;
	background-position: center !important;
}

.page-title {
	float: left;
	margin: 0;
	font-weight: normal;
	color: #fff;
	padding: 46px 0 0 0;
}

.breadcrumbIn {
	float: right;
	padding: 45px 0 0 0;
}

.breadcrumbIn span {
	display: inline-block;
	font-size: 11px;
	color: #C2C2C2;
}

.breadcrumbIn ul {
	display: inline-block;
}

.breadcrumbIn ul li {
	color: #C2C2C2;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}

.breadcrumbIn ul li a {
	color: #fff;
}

.breadcrumbIn ul li a:hover {
	color: #ddd;
}

.breadcrumbIn li:before {
	content: "/";
	position: absolute;
	display: block;
	font-size: 8px;
	left: -6px;
	top: 1px;
}

.breadcrumbIn li:first-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}

.servicesBreadCrum {
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/breadcrumb11.jpg) no-repeat left top #0b0b0b;
}

.iWeServBCrumb {
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/breadcrumb2.jpg) no-repeat left top #0b0b0b;
}

.contactBCrumb {
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/breadcrumb3.jpg) no-repeat left top #0b0b0b;
}

.ourEmployerBCrumb {
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/breadcrumb4.jpg) no-repeat left top #0b0b0b;
}

.jobSeekersBCrumb {
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/breadcrumb5.jpg) no-repeat left top #0b0b0b;
}

.currentJobsBCrumb {
	background: url(/web/20161106230429im_/http://wingssecurityservices.com/images/breadcrumb9.jpg) no-repeat left top #0b0b0b;
}


/* BreadCrub Css End */


/* About us Page Css Start */

.innerPage {
	padding-top: 30px;
	padding-bottom: 30px;
}

.innerLeftBox {}

.aboutImg {
	margin-bottom: 10px;
	padding-left: 0px;
}

.aboutImg img {
	border: 1px solid #eee;
	padding: 3px;
}

.innerLeftBox p {
	margin-bottom: 15px;
	text-align: justify;
	line-height: 20px;
}

.aboutUsPage h4 {
	color: #2e8b57;
	font-size: 15px;
	margin-bottom: 8px;
}

.aboutUsPage ul {
	margin-bottom: 15px;
}

.aboutUsPage ul li {
	line-height: 22px;
	padding-left: 20px;
	list-style: none;
}

.aboutUsPage ul li:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	padding-right: 10px;
}

.innerRightBox {}

.currentBanner {
	margin-top: 15px;
}

.currentBanner img {
	width: 100%;
	margin-bottom: 7px;
}

.aboutUsQuate {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #2e8b57
}

.aboutUsQuate i {
	font-size: 24px;
	padding: 0 8px;
	color: #000
}


/* About us Page Css End */


/* -------------- Contact Us Form css Start Here -------------- */

.contactForm {}

.contactForm {
	padding: 15px;
}

.contactForm label {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}

.contactForm ul {
	list-style: none;
	margin-top: 25px;
}

.iputFeild {
	background: #fdfdfd;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	height: 34px;
	line-height: 24px;
	padding: 0 10px;
	transition: all 0.3s ease 0s;
	width: 100%;
	outline: none;
}

.iputFeild:focus {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #c5c5c5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.contactForm textarea {
	height: 130px;
	margin-bottom: 20px;
}

.submit {
	background: #291672;
	padding: 7px 25px;
	color: #fff;
	border: none;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.submit:hover {
	background: #291672;
}

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #291672;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}


/*#back-to-top:hover {
    background: #e5ab16;
	color:#fff;
}*/

#back-to-top.show {
	opacity: 1;
	font-size: 18px;
}

.fol_lft {
	float: left;
	border: 0px;
	border-radius: 0px;
	width: 63%;
}

.flt_rt {
	float: right;
}

.sub_but {
	color: #fff !important;
	background-color: #291672 !important;
	border: none;
	border-radius: 0px;
	line-height: 22px;
	margin: 0px 3px 0px 0px;
	float: right;
}

.sub_but:hover {
	color: #fff !important;
	background-color: #291672 !important;
	border: none;
	border-radius: 0px;
	line-height: 22px;
	margin: 0px 3px 0px 0px;
	float: right;
}

.contactDeails {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.contactDeails strong {}

.contactDeails i {
	font-size: 20px;
	padding-right: 6px;
}


/* -------------- Contact us Form Css End Here -------------- */


/* -------------- Our Employers Css Start  -------------- */

.secHolder {
	margin-bottom: 10px;
	background: #fefefe;
	color: #333;
	font-size: 12px;
	border: 1px solid #f8f7f7;
	padding-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

.secHolder label {
	color: #7b7b7b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	padding-bottom: 2px;
}

.sectionOptions {
	background: #fdfdfd;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	height: 34px;
	line-height: 24px;
	padding: 0 10px;
	transition: all 0.3s ease 0s;
	outline: none;
}

.sectionOptions:focus {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #c5c5c5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.discriptionTexArea {
	background: #fdfdfd;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	height: 34px;
	line-height: 24px;
	padding: 0 10px;
	transition: all 0.3s ease 0s;
	outline: none;
	height: 160px;
}

.discriptionTexArea:focus {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #c5c5c5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.updateBottn2 input {
	background: #191919;
	padding: 7px 25px;
	color: #fff;
	border: none;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase
}

.updateBottn2 input:hover {
	background: #0c2b40;
}

/*testi*/

#testimonial4{
  overflow: hidden;
  min-height: 270px;
  position: relative;
  /* background: #1583c9; */
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ababab;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 130px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 0px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #828282;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  display:  none;
  width: 50px;
  height: 50px;
  margin: auto;
  display: none;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 18px;
  margin: 15px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 17px;
  /* font-weight: bold; */
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*testi*/
/* -------------- Our Employers Css End  -------------- */

.breadcrumb-place_sal_training {
	min-height: 110px;
	background-position: center !important;
	background: url(../images/banner/breadcrumb.jpg)no-repeat left top !important;
}

.size_pdf_train {
	width: 100%;
	height: 220px;
	margin: 0px 0px 45px 0px;
	border: 1px solid #291672;
	padding: 5px;
}

.navigation ul li a {
	font-size: 13px;
	color: #b9b9b9;
	padding: 0px 18px;
	letter-spacing: 1px;
	font-family: 'PT Sans', sans-serif;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}	
.fafa span
{
	line-height: 40px!important;
	font-size: 12px;
}
.testi
{
	background-image: url(../images/banner/testimonial-banner.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.widget-content p
{
	font-size: 14px;
	color: #d4d4d4;
	letter-spacing: 0.4px;
}
.color
{
	    color: #dcdbdb!important;
}
.color-change
		{
			font-size: 14px;
			text-align: justify;
			letter-spacing: 0.7px;
		}