*{
	margin:0;
}
.wrapper{
	max-width:  -webkit-fill-available;
	margin: 0 auto; 
	overflow:hidden;
}
.mm{
	display:none;
}
/*HEADER CSS STARTS*/
.top-bar {
    background-color: #000;
    padding: 15px 0;
    position: relative;
    z-index: 99;
}
.socialls {
    text-align: right;
}
.socialls ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.socialls ul li {
    display: inline;
    padding: 0 1px;
}
.socialls ul li a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 6px 8px;
}
.socialls ul li a:hover{
	background-color:#f1f1f1;
	color:#000;
}
.infoo {
    text-align: left;
}
.infoo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.infoo ul li {
    font-size: 16px;
    font-family: Lato;
    color: #f1f1f1;
    display: inline;
    border-left: 1px solid #fff;
    padding: 17px 48px;
}
.infoo ul li:last-child{
	padding-right:0;
}
.infoo ul li a{
	text-decoration:none;
	color:#fff;
}
.h-menu {
    text-align: right;
    padding-top: 54px;
    padding-bottom: 54px;
}
.h-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.h-menu ul li {
    display: inline;
    padding: 0 30px;
}
.h-menu ul li:first-child{
	padding-left:0;
}
.h-menu ul li:last-child{
	padding-right:0;
}
.h-menu ul li a {
    text-decoration: none;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    text-transform: uppercase;
}
.h-menu .menu li.current-menu-item a {
    border-bottom: 1px solid #000;
}
.h-menu a:hover{
	border-bottom: 1px solid #000;
}
li.menu-item ul.sub-menu li a {
    color: #fff;
}
li.menu-item ul.sub-menu li{
	padding:4px 0;
	display:block;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-24 {
    position: relative;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-24 ul.sub-menu {
    display: none;
    position: absolute;
    top: 18px;
    left: 23px;
    background-color: #000;
    padding: 10px 10px;
    width: 150px;
	text-align: left;
	z-index: 9;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-24:hover ul.sub-menu{
	display:block;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-27{
	position:relative;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-27 ul.sub-menu {
    display: none;
    position: absolute;
    top: 18px;
    left: 23px;
    background-color: #000;
    padding: 10px 10px;
    width: 295px;
    text-align: left;
	z-index: 9;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-27:hover ul.sub-menu{
	display:block;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-147 {
    position: relative;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-147 ul.sub-menu {
    display: none;
    position: absolute;
    top: 18px;
    left: 23px;
    background-color: #000;
    padding: 10px 10px;
    width: 235px;
	text-align: left;
    z-index: 9;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-147:hover ul.sub-menu{
	display:block;
}
.bnr img {
    width: 100%;
}
.sec-menuu {
    position: relative;
}
.h-logo {
    position: absolute;
    top: -23px;
    z-index: 999;
}
.bnr {
    position: relative;
}
.bnr p {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(10% , -50%);
}
.bnr p a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 20px;
    font-family: Raleway;
    border: 1px solid #fff;
    padding: 15px 50px;
}
.bnr p a i {
    padding-left: 10px;
}
li#text-2 {
    list-style: none;
}
/*HEADER CSS ENDS*/
/*INDEX CSS STARTS*/
/*SECTION 1*/
.sec-ind-1 {
    padding-top: 50px;
}
.abt-us {
    text-align: center;
}
.abt-us h1 {
    font-size: 40px;
    font-family: Raleway;
    color: #000;
}
.abt-us hr {
    border-top: 1px solid #545555;
    margin: 30px auto;
}
.abt-us p {
    color: #545555;
    font-family: Raleway;
    font-size: 16px;
    width: 83%;
    margin: 0 auto 50px;
    line-height: 24px;
}
.abt-us a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 20px;
    font-family: Raleway;
    border: 1px solid #000;
    padding: 15px 50px;
}
.abt-us a i {
    padding-left: 5px;
}
.end-line hr {
    border-top: 1px solid #e1e1e1;
    margin: 90px auto;
}
/*SECTION 2*/
.titlee {
	text-align:center;
}
.titlee h1 {
    font-size: 40px;
    font-family: Raleway;
    color: #000;
}
.titlee hr {
    border-top: 1px solid #545555;
    margin: 30px auto;
}
.srv-colums {
    background-color: #000;
    margin-top: 39px;
}
.srv-colums .row .col-md-6.col-sm-6 {
    padding: 0;
}
.srv-colums .row {
    margin: 0;
}
.srv-img img {
    width: 100%;
}
.srv-cntnt {
    padding: 100px 0px 0 0px;
    width: 84%;
    margin: auto;
}
.srv-cntnt h1 {
    font-size: 33px;
    color: #fff;
    font-family: Raleway;
}
.srv-cntnt hr {
    border-top: 1px solid #fff;
    margin: 35px 0;
}
.srv-cntnt p {
    color: #fff;
    font-family: Raleway;
    font-size: 16px;
    width: 100%;
    padding-bottom: 40px;
}
.srv-cntnt a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 16px;
    font-family: Raleway;
    border: 1px solid #fff;
    padding: 18px 70px;
    border-radius: 3px;
}
/*SECTION 4*/
.sec-ind-4 {
    background-color: #000;
    padding: 60px 0 20px 0;
    margin-top: 50px;
}
.ind4-inr-1 {
    text-align: center;
    padding: 10px 0 40px 0;
}
.ind4-inr-1 img {
    margin: auto;
}
.ind4-inr-1 h3 {
    color: #fff;
    font-family: Raleway;
    font-size: 25px;
	font-weight: 400;
}
.videoo {
    width: 90%;
    margin: auto;
}
.page.videoo{
	padding-bottom:25px;
}
/*SECTION 5*/
.sec-ind-5 {
    padding: 45px 0 30px 0;
	position:relative;
}
.sec-ind-5 .titlee h1 {
    font-family: Poppins;
    font-weight: 400;
}
div#customerss {
    border: 1px solid #000;
    padding: 5px;
    margin-top: 40px;
    border-radius: 2px;
    width: 89%;
    margin: 40px auto;
}
img.cm-img {
    position: absolute;
    top: 125px;
    left: 168px;
    z-index: 9;
}
.cl-inr {
    padding: 55px 0 50px 0;
    width: 82%;
    margin: auto;
}
.cl-inr h3 {
    font-size: 25px;
    font-family: Poppins;
    font-weight: 400;
}
.cl-inr hr {
    border-top: 2px solid #000;
}
.cl-inr p {
    font-size: 16px;
    font-family: Poppins;
    color: #545555;
}
div#customerss .owl-theme .owl-controls .owl-buttons div {
    font-size: 0 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}
div#customerss .owl-prev {
    background-image: url(images/left.png) !important;
    width: 49px;
    height: 49px;
    position: absolute !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    font-size: 0px !important;
    background-color: transparent;
	opacity: 1 !important;
	left: -2.5%;
    top: 37%;
}
div#customerss .owl-prev:hover{
	background-image: url(https://www.excelsecurityinc.com/wp-content/themes/defaulttheme/images/left-ovr.png) !important;
}
div#customerss .owl-next {
    background-image: url(images/right.png) !important;
    width: 49px;
    height: 49px;
    position: absolute !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    font-size: 0px !important;
	background-color: transparent;
	opacity: 1 !important;
    right: -2.5%;
    top: 37%;
}
div#customerss .owl-next:hover{
	background-image: url(https://www.excelsecurityinc.com/wp-content/themes/defaulttheme/images/right-ovr.png) !important;
}
.sec-srvc {
    margin-top: 100px;
}
/*INDEX CSS ENDS*/
/*FOOTER CSS STARTS*/
.sec-footerr{
	background-image:url(https://www.excelsecurityinc.com/wp-content/themes/defaulttheme/images/footer-bg.png);
	padding: 30px 0 20px 0;
	background-size:cover;
}
.icns {
    margin-top: 25px;
}
.icns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icns ul li {
    display: inline;
    padding: 0 10px;
}
.icns ul li:first-child{
	padding-left:0;
}
.icns ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 0px;
    font-size: 20px;
}
.icns ul li a:hover{
	color:#f1f1f1;
}
.tg-line p {
    color: #fff;
    font-size: 13px;
    font-family: Open Sans;
    margin-top: 50px;
}
.applynow {
    margin-top: 20px;
}
.f-logo h5 {
    color: #fff;
    font-size: 18px;
    font-family: Raleway;
}
.applynow a {
    font-family: Raleway;
    font-size: 20px;
    color: #000000 !important;
    background-color: #fff;
    padding: 10px 35px;
	text-decoration:none !important;
}
.cntct-us h3,.linnks h3{
    font-size: 30px;
    color: #fff;
    font-family: Raleway;
}
.cntct-us img, .linnks img{
    margin: 20px 0 30px 0;
}
.cntct-us ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cntct-us ul li {
    padding: 10px 0;
	color:#fff;
	font-family:Poppins;
	font-size:16px;
}
.cntct-us ul li a {
    color:#fff;
	text-decoration:none;
}
.cntct-us ul li i{
	padding-right:7px;
	color:#fff;
}
i.fas.fa-phone {
    transform: rotate(90deg);
}
.linnks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.linnks ul li {
    padding: 8px 0;
    color: #fff;
    font-family: PT Sans;
    font-size: 16px;
}
.linnks ul li a {
    color:#fff;
	text-decoration:none;
	font-family:Poppins;
}
.linnks ul li:before {
    content: '';
    background-image:url(https://www.excelsecurityinc.com/wp-content/themes/defaulttheme/images/arroww.png);
	background-repeat:no-repeat;
	background-position: top 4px left;
    padding-right: 22px;
}
.f-logo {
    padding-top: 25px;
    padding-left: 15px;
}
.f-logo h5 {
    color: #fff;
    font-size: 20px;
    font-family: Raleway;
    text-transform: uppercase;
    margin: 25px 0;
}
.applynow {
    margin-top: 30px;
}
/*FOOTER CSS ENDS*/
/*
Nav bar
*/
#mml {padding: 4px 15px;color: #ffffff;}
#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
	color:#fff;
}
.mm {
    position: relative;
    background-color: #000;
    min-height: 49px;
}
#mmb {
position: absolute;
width: 40px;
height: 50px;
margin-right: 15px;
top: 0;
right: 0;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
#mmb span {
display: block;
position: absolute;
height: 1.5px;
width: 100%;
background: #fff;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#mmb span:nth-child(1) {
top: 16px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#mmb span:nth-child(2) {
top: 26px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#mmb span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#mmb.on span {height: 2px;}
#mmb.on span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 11px;
left: 8px;
}
#mmb.on span:nth-child(2) {
width: 0%;
opacity: 0;
}
#mmb.on span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}
#mm ul{
	padding-left:0;
	margin-bottom:0;
	position: static;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 222222;
	display: none;
}
#mm li {
display: block;
position: relative;
}
#mm a {
    display: block;
    padding: 16px 56px 15px 20px;
    border-bottom: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    background-color: #000;
    word-wrap: break-word;
	transition: 0.7s ease;
}
/**/
.inner-pages p {
    font-size: 15px;
    font-family: PT Sans;
}
.mapp p a {
    text-decoration: none;
    color: #000;
}
.callll label{
	display:block;
}
.callll {
    line-height: 28px;
}
.callll input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-family: PT Sans;
    height: 35px;
    padding-left: 10px;
    width: 100%;
    color: #000;
	border-radius: 5px;
	border:1px solid #000;
}
.callll input.wpcf7-form-control.wpcf7-text{
	font-family: PT Sans;
    height: 35px;
    padding-left: 10px;
    width: 100%;
    color: #000;
	border-radius: 5px;
	border:1px solid #000;
}
.callll textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: PT Sans;
    width: 100%;
    height: 167px;
    padding-left: 10px;
	border-radius: 5px;
	border:1px solid #000;
}
.callll input.wpcf7-form-control.wpcf7-submit {
    background-color: #000;
    border: 0;
    color: #fff;
    font-size: 25px;
    font-family: PT Sans;
    width: 100%;
    height: 40px;
	border-radius: 5px;
}
.entry-content h1{
    font-family: Raleway;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
	margin-bottom:20px;
}
.entry-content h2 {
    font-size: 34px;
    font-family: Raleway;
    color: #000;
}
h1.entry-title {
    display: none;
}
.entry-content h3 {
    font-size: 24px;
    font-family: Raleway;
    color: #000;
}
.abt-inn h2{
	text-align:center;
}
.entry-content,.careers-pg {
    font-size: 16px;
    font-family: Raleway;
    line-height: 26px;
    color: #545555;
}
.entry-content{
	margin-top: 30px;
}
.detailss {
    margin-top: 50px;
}
.adr h4 {
    font-size: 20px;
    font-family: Raleway;
    border-top: 2px solid #000;
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    padding: 10px 0 10px 10px;
    width: 28%;
	border-bottom:2px solid #fff;
	margin-bottom:0;
}
.adr p {
    width: 93%;
    border: 2px solid #e4e4e4;
    padding: 30px 0 30px 10px;
}
.accord {
    padding-top: 50px;
}
.resm {
    margin-top: 60px;
    background-color: #a9a9a9;
}
.resm-1 {
    color: #fff;
	padding: 20px 0;
}
.resm-1 i {
    font-size: 50px;
    float: left;
    margin-right: 20px;
	padding-top: 5px;
}
.resm-1 h2 {
    color: #fff;
	margin-top:0;
}
.resm-2 {
    text-align: center;
    padding-top: 48px;
}
.resm-2 a {
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Raleway;
    font-weight: 600;
	transition:0.6s ease;
}
.resm-2 a:hover{
	background-color:#ddd;
}
.resm-2 a:hover {
    background-color: #ddd;
    padding: 13px 31px;
    border-radius: 3px;
    color: #000 !important;
}
div#primary {
    display: none;
}
.entry-utility {
    display: none;
}
span.meta-sep {
    display: none;
}
span.author.vcard {
    display: none;
}
.entry-meta a {
    color: #000;
    text-decoration: none;
}
.blog-author span {
    display: none;
}
.apply-fromm label {
    display: block;
}
.apply-fromm input {
    width: 100%;
    border: 1px solid #000;
    padding-left: 10px;
    height: 40px;
	margin-bottom: 25px;
	border-radius: 3px;
}
.sec-name {
    display: flex;
    flex-direction: row;
}
.apply-fromm select {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    color: #000;
    padding-left: 10px;
	border-radius: 3px;
}
.apply-fromm input[type="checkbox"] {
    float: left;
    width: auto;
    margin-right: 5px;
	height: auto;
}
.apply-fromm textarea {
    width: 100%;
    border: 1px solid #000;
    padding-left: 5px;
    height: 120px;
	border-radius: 3px;
}
.apply-fromm input[type=file] {
    display: block;
    height: auto;
    border: 0;
    padding: 0;
}
.apply-fromm input.wpcf7-form-control.wpcf7-submit {
    width: 14%;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    font-family: Raleway;
    border: 0;
}
.unifrom-sec-bnr,.spot-srv-bnr,.consult-bnr{
	display:none;
}
.page-id-49 .unifrom-sec-bnr {
    display: block;
}
.page-id-51 .spot-srv-bnr {
    display: block;
}
.page-id-53 .consult-bnr {
    display: block;
}
.srvicesss img {
    margin: auto;
}
.srv-offered h2 {
    text-align: center;
	padding-bottom:30px;
}
.srv-offered {
    margin-top: 50px;
}
.off-srv-1{
	background-color:#000;
    overflow: hidden;
	position:relative;
}
.off-srv-1 img {
    width: 100%;
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.off-srv-1:hover img{
	opacity: 0.2;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.off-srv-cntnt {
    background-color: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
	display:none;
	transition:0.6s ease-in;
}
.off-srv-1:hover .off-srv-cntnt{
	display:block;
}
.off-srv-cntnt h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
.off-srv-cntnt a {
    background-color: #000;
    text-decoration: none !important;
    color: #fff !important;
    padding: 14px 36px;
    border-radius: 4px;
}
.assesmnt {
    margin-top: 60px;
    margin-bottom: 30px;
	text-align:center;
}
.assesmnt a {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #000;
    padding: 13px 30px;
    border-radius: 3px;
}
.assesmnt a i {
    padding-right: 8px;
}
form#loginform {
    width: 40%;
    margin: auto;
}
form#loginform label {
    display: block;
}
form#loginform input {
    border: 1px solid #000;
    padding-left: 10px;
    height: 40px;
    width: 100%;
    background: transparent;
}
form#loginform input#rememberme {
    height: auto !important;
    width: auto !important;
}
form#loginform input#wp-submit {
    background-color: #000 !important;
    color: #fff;
}
.type-blog_post {
    margin-top: 50px;
}
h1.pg-title {
    font-family: Raleway;
    position: absolute;
    top: 50px;
    color: #fff;
    font-weight: 400;
    text-shadow: 2px 2px 5px #000;
}
.cr-img1 {
    margin-top: 60px;
	position:relative;
	overflow:hidden;
}
.cr-img-thmb {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a3;
    padding: 10px 0;
}
.cr-img-thmb h2 {
    color: #fff;
    font-size: 28px;
    font-family: Raleway;
    font-weight: 400;
}
.cr-img-thmb hr {
    border-top: 2px solid #fff;
    margin: 20px auto;
}
.cr-img-thmb p {
    color: #fff;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
}
.cr-img1 img {
    width: 100%;
}
.cr-colum .row .col-md-6.col-sm-6.col-xs-12 {
    padding: 0;
}
.cr-img2 img {
    width: 100%;
}
.cl-inr h3 a {
    color: #545555;
}
.resm-11 h2 {
    margin-top: 12px;
}
.srvicesss {
    padding-top: 40px;
}