@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
body{
  box-sizing:border-box; 
  font-family: 'Nunito Sans', sans-serif;
  margin: 0px;
  padding:0px;
}
body::-webkit-scrollbar {
  width: .5em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #999;
}
body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid #000;
}
html{
  scroll-behavior: smooth;
}
:root {
  --primary-color:#4536F8;
  --secondary-color:#000;
}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
p{
    font-size: 17px;
    color: #222;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a, button {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover
{
  text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus, a:hover
{
  outline: none; box-shadow: none;
}
section{
  padding:60px 0;
  overflow: hidden;
}
.inlineHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.large_heading{
  font-size: 55px;
}
.heading{
  font-size: 40px;
}
.sub_heading{
  font-size: 24px;
}
.small_heading{
  font-size: 20px;
}
.title{
  font-size: 18px;
}
.fontWeight400{
  font-weight: 400;
}
.fontWeight300{
  font-weight: 300;
}
.fontWeight500{
  font-weight: 500;
}
.fontWeight600{
  font-weight: 600;
}
.fontWeight700{
  font-weight: 700;
}
.fontWeight800{
  font-weight: 800
}
.fontWeight900{
  font-weight: 900;
}
.text_primary{
  color: var(--primary-color);
}
.leftLogo{
  width: 250px;
  transition: all 0.3s ease-in-out;
}
.sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  top:0px;
  z-index: 99;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  background: #fff;
}
.leftLogo img{
  max-width: 100%;
}
.sticky .leftLogo{
  width: 220px;
}
.rightHeader ul{
  display: flex;
  align-items: center;
}
.rightHeader ul li a{
  display: inline-block;
  padding:10px 12px;
  color: #333;
  font-weight: 700;
  font-size: 17px;
}
.header{
  padding:10px 0;
  position: relative;
  z-index: 99;
}
.rightHeader ul li a:hover{
  color: var(--primary-color);
}
.rightHeader ul li{
  position: relative;
  z-index: 1;
}
.rightHeader ul li ul{
  width: 290px;
  background:#fff;
  position: absolute;
  left: 0px;
  border-radius: 5px;
  display: block;
  padding:15px;
  top: 70px;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.rightHeader ul li ul li a{
  font-size: 16px;
  padding:8px 10px;
}
.rightHeader ul li:hover ul{
  visibility: visible;
  opacity: 1;
  top: 40px;
  z-index: 3;
}
.rightHeader ul li a i{
  font-size: 10px;
}
.rightBtn{
  margin-left: 25px;
}
.headerIcon{
  width: 55px;
  height: 55px;
  border:1px solid var(--primary-color);
  padding:10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: #fff;
  justify-content: center;
}
.headerIcon:after{
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 45px;
  height: 45px;
  z-index: -1;
  background:var(--primary-color);
  border-radius: 50%;
}
.iconRight p a{
  color: #333;
}
.carousel-control-next{
  right: 4%;
}
.carousel-control-prev{
  left: 4%;
}
.carousel-control-next, .carousel-control-prev{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #333;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.sliderBlock img{
  max-width: 100%;
}
.carousel-caption{
  right: auto;
  left: 10%;
  width: 40%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.sliderBlock{
  position: relative;
}
.sliderBlock:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:url(../images/banner/blur.png) no-repeat;
  background-size: 100%;
}
.slagLine{
  color: var(--primary-color);
}
.text_black{
  color: #333;
}
.leftAbout{
  padding:15px;
  position: relative;
  z-index: 1;
}
.leftAbout img{
  max-width: 100%;
  border-radius: 10px;
}
.lineRight{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  border-top:1px solid #999;
  border-right:1px solid #999;
  right: 0;
  border-top-right-radius: 10px;
}
.lineRight2{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  border-bottom:1px solid #999;
  border-left:1px solid #999;
  right: 0;
  border-bottom-left-radius: 10px;
}
.experience{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  bottom: 20%;
  right: -8%;
  background:url(../images/experience.png) no-repeat;
  background-size: 98%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-right: 10px;
}
.experience:after{
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 90%;
  height: 90%;
  background:var(--primary-color);
  border-radius: 50%;
  border:5px solid #fff;
  z-index: -1;
}
.bgShape{
  position: relative;
  z-index: 1;
  background: url(../images/bg/bg-shape.png);
  padding:10px 40px;
}
.bgShape:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  border:1px solid var(--primary-color);
  border-bottom: none;
  border-right:none;
  height: 100%;
}
.bgShape:before{
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50px;
  border:1px solid var(--primary-color);
  border-top: none;
  border-left:none;
  height: 100%;
}
.rightAbout{
  padding-left: 40px;
}
.rightAbout h4{
  margin-top: 20px;
}
.textJustify{
  text-align: justify;
}
.rightAbout p{
  margin-bottom: 10px;
}
.numberList li span{
  color: var(--primary-color);
  padding-right: 10px;
}
.numberList li{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding:5px 0;
  margin-right: 20px;
}
.btnPrimaryBorder{
  display: inline-block;
  padding: 10px 30px;
  border:2px solid var(--primary-color);
  color: #222;
  margin-top: 20px;
  font-size: 17px;
  margin-left: 15px;
  font-weight: 700;
}
.btnPrimaryBorder i{
  transform: rotate(-45deg);
  font-size: 12px;
  padding-left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.btnPrimaryBorder:hover{
  background:var(--primary-color);
  color: #fff;
}
.btnPrimaryBorder:hover i{
  visibility: visible;
  opacity: 1;
  padding-left: 4px;
}
.btnTheme{
  display: inline-block;
  padding: 10px 30px;
  background:var(--primary-color);
  color: #fff;
  border:2px solid transparent;
  font-size: 17px;
  font-weight: 700;
}
.btnTheme i{
  transform: rotate(-45deg);
  font-size: 12px;
  padding-left:5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btnTheme:hover{
  background:transparent;
  border-color: var(--primary-color);
  color: #111;
}
.btnTheme:hover i{
  color: var(--primary-color)
}
.bgGrey {
    background: #f1f1f1;
}
.bottomBanner {
  text-align: center;
  padding: 0px 50px;
  border-right: 1px solid #ccc;
}
.bannerIcon {
  width: 55px;
  margin: 0 auto 20px;
}
.bannerIcon img {
  max-width: 100%;
}
.border-none-end{
  border-right: none;
}
.installationLeft{
  padding-right: 30px;
}
.rightInstallation img{
  background:#fff;
  padding:10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rightInstallation{
  height: 100%;
}
.rightElement{
  position: relative;
  z-index: 1;
}
.rightElement:after{
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 200px;
  background:var(--primary-color);
  z-index: -1;
}
.elementRight{
  position: relative;
  z-index: 1;
}
.elementRight:before{
  content: '';
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 300px;
  background: url(../images/bg/shape.png) no-repeat;
  background-size:cover;
  bottom: -61px;
  left: -26px;
}
.accessControl{
  background:url(../images/access-control-system.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.accesControl{
  background:rgba(255,255,255,0.9);
  background-size:cover;
  padding:40px;
}
.bgBlack{
  background:url(../images/bg/bg.jpg) no-repeat;
  background-size:cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.bgBlack:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.9);
  z-index: -1;
}
.leftIntrusion ul{
  margin-top: 30px;
}
.leftIntrusion ul li{
  padding:5px 3px;
  font-size: 17px;
  padding-left: 25px;
  color: #fff;
  position: relative;
  font-weight: 500;
}
.leftIntrusion ul li:after {
  content: "\f00c";
  position: absolute;
  color: #a29afb;
  top: 8px;
  left: 0px;
  font-size: 12px;
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
}
.rightIntrusion{
  position: relative;
  z-index: 1;
  height: 100%;
}
.rightIntrusion img{
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.imgPro{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  padding:40px;
  background:#fff;
  border-radius: 5px;
  width: 270px;
}
.listCheck{
  margin-top: 20px;
}
.listCheck li{
  padding:5px 3px;
  font-size: 14px;
  padding-left: 25px;
  color: #000;
  position: relative;
  font-weight: 500;
}
.listCheck li:before{
  content: "\f00c";
  position: absolute;
  color: var(--primary-color);
  top: 7px;
  left: 0px;
  font-size: 11px;
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
}
.intercomHeight{
  height: 100%;
}
.intercomHeight img{
  object-fit: cover;
  height: 100%;
}
.bgCamera{
  background:url(../images/bg/cctv-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: -1;
}
.bgCamera:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.centerView p{
  margin-top: 5px;
}
.centerView{
  padding:40px;
  background:#fff;
}
.itemClient{
  padding:5px;
}
.clientInner{
  padding:10px;
  background:#fff;
  border:1px solid var(--primary-color);
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientInner img{
  max-width: 100%;
  max-height: 100%;
}
.slick-arrow{
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background:var(--primary-color) !important;
  z-index: 2 !important;
}
.slick-arrow i{
  color: #fff;
  font-size: 22px !important;
}
.slick-next:before, .slick-prev:before{
  display: none;
}
.slick-next{
  right: -15px !important;
}
.slick-prev{
  left: -15px !important;
}
.testimonial .slick-next{
  right: 10px !important;
}
.testimonial .slick-arrow{
  background:#fff !important;
}
.testimonial .slick-arrow i{
  color: #333 !important;
  font-size: 22px !important;
}
.blogImg img{
  max-width: 100%;
}
.blogContent{
  background:#fff;
  padding:20px;
  padding-top: 5px;
  width: calc(100% - 20px);
  margin-top: -20px;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border:1px solid #e0e0e0;
}
.blogContent a{
  margin-top: 15px;
  display: inline-block;
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 800;
  border-bottom:2px solid var(--primary-color);
}
.itemBlog:hover .blogContent{
  transform: translateY(-15px);
}
.dateBlog{
  background:var(--primary-color);
  padding:5px 15px;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  transform: translateY(-20px);
  font-weight: 700;
}
.testimonial{
  padding:60px;
  background:var(--primary-color);
}
.testimonial p{
  color: #fff;
}
.testimonialRight{
  background:url(../images/video-play-bg.jpg) no-repeat;
  background-size:cover;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  flex-direction: column;
  z-index: 1;
}
.testimonialRight:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.8);
  z-index: -1;
}
.contactItem p a, .contactItem p {
  font-weight: 700;
  color: #333;
  font-size: 15px;
  display: inline-block;
  margin-top: 1px;
}
.contactItem{
  display: flex;
  justify-content: space-between;
}
.iconContact{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background:var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconContact i{
  color: #fff; 
  font-size: 20px;
}
.contRi{
  width: calc(100% - 80px);
}
.textHeight {
    height: 180px !important;
}
.form-floating>.form-control:focus, .form-select:focus, .form-floating>.form-control:not(:placeholder-shown)
{
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.formContact{
  margin-top:20px;
}
.formItem{
  margin-top: 5px;
}
.form-floating>label{
  padding: 1rem 1rem;
  font-size: 14px;
  font-weight: 500;
}
.form-floating>.form-control{
  border-color: #999;
  padding-left: 1rem;
}
.footer{
  background:#333;
}
.footer p {
  color: #999;
  font-size: 16px;
  padding:10px 0;
  font-weight: 500;
}
.footer ul{
  display: flex;
  justify-content: flex-end;
}
.footer ul li a{
  color: #999;
  display: inline-block;
  padding:10px;
  font-size: 18px;
}
.carousel-caption{
    top:48%;
    padding-top:0;
}