.marLR0{
    margin-left: 0;
    margin-right: 0;
}
.paddLR0{
    padding-left: 0;
    padding-right: 0;
}
.paddLR5{
    padding-right: 5px;
    padding-left: 5px;
}
.topHeadDiv {
    position: fixed;
    top: 0;
    width: 100%;
    background: #012970;
}
.topHeadRigDiv {
    text-align: right;
}
.socLnkA {
    margin: 0 10px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}
.socLnkA:hover{
    color: #339028 !important;
}
.topHeadP {
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}
.topHeadP i {
    font-size: 15px;
    margin-right: 5px;
}
.abtP {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    line-height: 26px !important;
}
.misnUl {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.misnUl li {
    margin-bottom: 15px;
}
.misnIconP {
    width: 20px;
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: top;
    text-align: center;
    background: #295a93;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0 !important;
    padding: 0;
    height: 20px;
    line-height: 20px !important;
    margin-top: 5px !important;
}
.misnTxtP {
    margin: 0 !important;
    width: 90%;
    display: inline-block;
    font-size: 13px;
    line-height: 20px !important;
    vertical-align: top;
    margin-left: 10px !important;
}
.cutImg {
    width: 50px;
    margin-right: 10px;
}
.serImg{
    width: 100px;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s
}
.cctv_bg{
    background: #dbf3fe;
}
.access_bg{
    background: #fde3c4;
}
.alarm_bg{
    background: #cffddf;
}
.telephone_bg{
    background: #fef7f8;
}
.swipe_bg{
    background: #f8e4fd;
}
.barcode_bg{
    background: #feecf7;
}
.serTxt {
    font-size: 13px;
    line-height: 20px;
}
.offUl {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.offUl li {
    margin-bottom: 8px;
}
.offFisP {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: .5px;
    color: #000;
}
.offLstP {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #337957;
    text-transform: uppercase;
}
.bowImg {
    width: 41px;
}
.prntImg{
    width: 100%;
}
.prntSec {
    background: rgba(0,0,0,0.01);
}
.prntUl {
    padding: 0;
	list-style: none;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}
.prntUl li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #007bff;
    border-radius: 50px;
    text-transform: uppercase;
    background: #ecf5ff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.actiPrnt {
    color: #fff !important;
	text-transform: uppercase;
	background: #012970 !important;
}
.prntContDiv {
    margin-top: 15px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.compTxtDiv {
    background: #fff;
}
.prntOl {
    margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	padding-top: 8px;
}
.prntOl li {
    padding-left: 0px;
	margin-bottom: 8px;
}
.prntI {
    width: 5%;
    text-align: center;
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding-top: 8px;
}
.prntP {
    margin: 0;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    color: #295a93;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px
}
.prntDiv{
    width: 90%;
    margin: 0 auto;
}
.homeBanImg{
    width: 100% !important;
}
.pageTopMain{
    margin-top: 138px;
}
.topCont{
    width: 85%;
    margin: 0 auto;
    
}
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  } 
  .owl-animated-out {
    z-index : 1 
     }
  .owl-animated-in {
    z-index : 0 
     }
  .fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }

.clentDiv {
    border: 1px solid #ddd;
}
.client-logo {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    
}
.clentImg {
    width: 60%;
    transition: all 0.4s ease-in-out;
}
.clentImg:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(0,0,0,0.5);
}
#clients{
    border-bottom: 1px solid #ddd;
}
#labSect{
    background: rgba(0,0,0,0.04);
} 
.owl-prev {
    position: absolute;
    top: 50%;
    background: #01296f !important;
    color: #fff !important;
    left: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50%;
    font-size: 25px !important;
    text-align: center;
    opacity: .5;
    cursor: pointer !important;
}
.owl-next {
    position: absolute;
    top: 50%;
    background: #01296f !important;
    color: #fff !important;
    right: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50%;
    font-size: 25px !important;
    text-align: center;
    opacity: .5;
    cursor: pointer !important;
}
.prdDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 15px 0;
}
.prdImg {
    width: 100%;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 15px;
}
.prodName {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
    color: #012970;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prdP{
    display: none;
}
.cuntImg {
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.cuntP {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: #625f5f;
}
.serP {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.brchDiv{
    width: 95%;
    margin: 0 auto;
    display: block;
}
.brchImg{
    width: 100%;
}
#Brochure {
    background: #f1f5f9;
}

/** Responsive code **/
@media screen and (max-width: 768px) {
    .misnTxtP{
        width: 85%;
        font-size: 14px;
        line-height: 27px !important;
    }
    .topHeadDiv{
        display: none;
    }
    .fixed-top {
        top: 0;
    }
    .pageTopMain {
        margin-top: 80px;
    }
    .abtP{
        text-align: justify;
    }
	.header .logo span{
		font-size: 18px;
	}
    .offUl{
        text-align: left;
    }
    .prodName{
        height: auto;
    }
    .owl-next{
        top: 30%;
        right: 18px;
    }
    .owl-prev{
        top: 30%;
        left: 18px;
    }
    section{
        padding: 15px 0;
    }
    .section-header{
        padding-bottom: 0px;
    }
    .about p{
        margin: 15px 0 0px 0;
    }
    .about .content{
        padding: 15px 5px;
    }
    .about h2{
        font-size: 22px;
    }
    .counts{
        padding: 20px 0 20px;
    }
    .contact .php-email-form{
        padding: 15px;
    }
    .counts .count-box{
        width: 145px;
        height: 145px;
        line-height: 50px;
    }
    .cuntImg{
        width: 30px;
        margin-top: 7px;
    }
    .counts .count-box span{
        font-size: 40px;
    }
    .cuntP{
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 13px;
    }
    .portfolio #portfolio-flters li{
        margin: 0 0px 8px 0px;
        padding: 8px 15px 10px 15px;
    }
    .brchimgDiv{
        margin-bottom: 15px;
    }



}
