@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.menuu_btn{background:url(../images/menu.png) no-repeat 0 0/100%; width: 36px; height: 36px; border:none; 

position:absolute; ;right: 16px;
top: 12px;z-index: 99;
	}
.menuss{position: absolute;
right: 76px;z-index: 10;top: 106px;}

@media(min-width: 992px)
{
  .menuu_btn{display:none;}

}

.parent {
    flex-direction: row;}

@media(max-width: 767px)
{
.parent {
  display: flex;
  flex-direction: column-reverse;
}
}

@charset "UTF-8";

@font-face{
    font-family: "NeueHaasUnicaPro-Black";
    src:url("../font/NeueHaasUnicaPro-Black.ttf");
}
@font-face{
  font-family: "NeueHaasUnicaPro-Medium";
  src:url("../font/NeueHaasUnicaPro-Medium.ttf");
}
@font-face{
  font-family: "NeueHaasUnicaPro-Regular";
  src:url("../font/NeueHaasUnicaPro-Regular.ttf");
}




ul.sp li:hover > ul.dropdown-menu {
    display: block;
}


/* CSS Document */

.no-padding{padding: 0px !important;}

.img-100{width:100%;}

.slider-item{padding: 0px 12px;}

picture img{width: 100%;}

body{ overflow-x: hidden;
      background: #fff; 
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size:14px;}



/* =========================
        NAVBAR
========================= */

.custom-navbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 30px;
}

/* Logo */
.navbar-brand img{
  max-height: 70px;
}

/* Nav links */
.navbar-nav .nav-link{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  padding: 0 9px !important;
  position: relative;
  text-transform: capitalize;
  transition: 0.3s;
}

.nav-item{
    padding: 35px 5px 15px;
}

.a1{ background: #ffcb05; }
.a2{ background: #8d1319; }
.a3{ background: #ad242b; }
.a4{ background: #ca1919; }
.a5{ background: #cc4a27; }

.custom-navbar{
    position: relative;
    z-index: 100;
}

.call-box{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
}

.call-text{
    line-height:1.1;
}



.call-text small{
    display:block;
        font-weight: 500;
        font-size: 11px;
        color: #fff;
        padding: 0;
        margin: 0;
    }

   .call-text span{
        font-weight: 600;
        font-size: 14px;
        display:block;
    }

    .navbar-collapse {
  flex-grow: unset;
  align-items: unset;
}

/* Hide on tablets/mobile */
@media (max-width:991px){
    .call-box{
        display:none !important;
    }
}

.navbar-nav .nav-link:hover{
  color: #000;
}

/*.navbar-nav .nav-item{
  border-right: 1px solid #fff;
}*/

/* Remove divider from last item */
.navbar-nav .nav-item:last-child {
  border-right: none;
}

.custom-navbar.sticky .call-text small{
    color: #000;
}

.custom-navbar.sticky .call-text span{
    color: #000;
}


/* Dropdown */
.dropdown-menu{
  border: none;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);

}

.dropdown-item{
  padding: 10px 20px;
  font-size: 16px;
  transition: 0.3s;
}

.dropdown-item:hover{
  background: #f3f3f3;
  padding-left: 25px;
}

/* Toggle button */
.custom-toggler{
  border: none;
  box-shadow: none !important;
  padding: 5px;
}

.custom-toggler .navbar-toggler-icon{
  background-image: none;
  width: 30px;
  height: 24px;
  position: relative;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after,
.custom-toggler .navbar-toggler-icon{
  background: transparent;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 10px;
}

.custom-toggler .navbar-toggler-icon::before{
  top: 0;
  box-shadow: 0 10px 0 #000;
}

.custom-toggler .navbar-toggler-icon::after{
  bottom: 0;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }

/* =========================
      RESPONSIVE
========================= */

@media (max-width: 991px){

  .custom-navbar{
    padding: 15px 20px;
    /*background: #fff;*/
  }

  .navbar-brand img{
    max-height: 55px;
  }

  .navbar-collapse{
    background: #fff;
    margin-top: 15px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .navbar-nav{
    align-items: flex-start !important;
  }

  .navbar-nav .nav-item{
    width: 100%;
  }

  .navbar-nav .nav-link{
    padding: 12px 0 !important;
    font-size: 18px;
    width: 100%;
  }

  /* Remove divider in mobile */
  .navbar-nav .nav-link::after{
    display: none;
  }

  .dropdown-menu{
    border: none;
    box-shadow: none;
    padding-left: 10px;
    margin-top: 0;
  }

  .dropdown-item{
    padding: 10px 0;
  }
}


/* =========================
      STICKY NAVBAR
========================= */

.custom-navbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0px 30px;
  transition: all .4s ease;
}

/* Sticky Active */
.custom-navbar.sticky{
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 12px 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  animation: navbarSlide .4s ease;
}

/* Optional Logo Resize */
.custom-navbar.sticky .navbar-brand img{
  max-height: 55px;
}

/* Animation */
@keyframes navbarSlide{
  from{
    transform: translateY(-100%);
  }
  to{
    transform: translateY(0);
  }
}

/* Mobile */
@media(max-width:991px){

  .custom-navbar.sticky{
    padding: 10px 20px;
  }

}



    /* =========================
        ABOUT SECTION
    ==========================*/

.about-section{
    background: #d8ccc0 url('../images/bg-about.jpg') center no-repeat;
    background-size: cover;
    padding: 60px 30px 80px;
}



.heading-img{
   
    margin-bottom: 25px;
}

.content-area p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: left;
}

/* Tablet */
@media (max-width: 991px){

    .eagle-bg{
        height: 320px;
    }

    .content-area{
        padding: 20px;
    }

    .heading-img{
        max-width: 280px;
    }
}

/* Mobile */
@media (max-width: 767px){

    .eagle-bg{
        height: 300px;
        background-position: center top;
        background-size: cover;
    }

    .content-area{
        padding: 20px 15px 30px;
        margin-top: -20px;
    }

    .heading-img{
        max-width: 260px;
    }

    .content-area p{
        font-size: 14px;
        line-height: 1.7;
    }
}



    /* ===================================
        section
    ====================================*/


.services-section{
    background:#efefef;
    padding:120px 30px 100px;
    overflow:hidden;
}

.service-content h2{
    font-family: "NeueHaasUnicaPro-Medium";
  font-size: 72px;
  padding: 0;
  margin-bottom: 25px;
  color: #000;
  line-height: 0.7;
}

.service-content span{
    color:#b92025;font-family: "NeueHaasUnicaPro-Black";
}

.service-content p{
    font-family:'Poppins',sans-serif;
    font-weight: 500;
    font-size:18px;
    color:#000;
    margin:0;
    padding: 0;
}

/* CCTV Card */
.cctv-card{
    border-radius: 20px;
  background: url('../images/bg-service.jpg') no-repeat right;
  background-size: cover;
  padding: 20px;
}

.overlay-content h3{
    font-family:'Poppins',sans-serif;
    font-size:32px;color: #fff;padding: 0;
    font-weight:900;
    margin-bottom:5px;
}

.overlay-content h4{
    font-family:'Poppins',sans-serif;
    font-size:22px;color: #fff;padding: 0;
    font-weight:600;
    margin-bottom:22px;
}

.service-icons{
    display:flex;
    gap:32px;
    margin-bottom:20px;
}

.icon-box{
    text-align:center;
}

.icon-box img{
    width:55px;
    margin-bottom:10px;
}

.icon-box span{
   display: block;
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
}

.service-desc{
    color:#d6d6d6;
    font-size:15px;
   padding: 0 295px 0 0;
    font-family:'Poppins',sans-serif;
}

/* Tablet 
@media(max-width:991px){


    .service-content h2{
        font-size:56px;
    }

    .cctv-card{
        min-height:500px;
    }

    .overlay-content{
        padding:40px 30px;
    }

    .overlay-content h3{
        font-size:34px;
    }

    .overlay-content h4{
        font-size:20px;
    }
}*/

/* Mobile */
@media(max-width:767px){

    .service-content h2{
        font-size:46px;
    }

    .service-content p{
        font-size:16px;
    }

    .cctv-card{
        min-height:auto;
        border-radius:20px;
    }


    .overlay-content h3{
        font-size:26px;
        line-height:1.3;
    }

    .overlay-content h4{
        font-size:16px;
        margin-bottom:25px;
    }

    .service-icons{
        gap:20px;
        flex-wrap:wrap;
    }

    .icon-box{
        flex:1 1 30%;
    }

    .icon-box span{
        font-size:14px;
    }

    .service-desc{
        font-size:14px;
        line-height:1.7;
    }
}



     /* ===================================
        service grid section
    ====================================*/

.services-grid{
    background:#fff;padding: 120px 30px 100px;
}

.service-card{
    border-radius:30px;
    overflow:hidden;
}

.text-card{
    padding: 35px 15px 20px 20px;
    min-height: 222px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.text-card h3{
    font-family: 'Poppins',sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  margin-bottom: 12px;
  line-height: 1;
}

.text-card h3 span{
    font-size: 16px;
}

.text-card p{
    font-family: 'Poppins',sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #382d28;
  margin: 0;
  font-weight: 400;
}

.image-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:30px;
}

.image-card{
    height:360px;
}

.tall-card{
    height:530px;
}

/* Background Colors */

.bg-light-gray{
    background:#d2cac6;
}

.bg-green{
    background:#bdd5ce;
}

.bg-lavender{
    background:#d1cde6;
}

.bg-beige{
    background:#e2e2c8;
}

/* Tablet */

@media (max-width:991px){

    .text-card h3{
        font-size:32px;
    }

    .text-card p{
        font-size:16px;
    }

    .image-card,
    .tall-card{
        height:350px;
    }
}

/* Mobile */

@media (max-width:767px){

    .text-card{
        min-height:auto;
        padding:25px;
    }

    .text-card h3{
        font-size:28px;
    }

    .image-card,
    .tall-card{
        height:280px;
    }
}




    /* ===================================
        section
    ====================================*/

    .clients-section{
      padding: 0px 30px 120px;
    }

    .clients-section h2 {
        font-family: "NeueHaasUnicaPro-Black";
        font-size: 72px;
        color:#b92025;
        line-height: 0.5;
        padding: 0;
        margin-bottom: 20px;text-transform: lowercase;
    }

    .clients-section h2 span {
        font-family: "NeueHaasUnicaPro-Medium";
        font-size: 37px;
        color: #000;
        line-height: 1.1;
    }

    .client-logo {
      background: #fff;border: 1px solid #9d9d9d;
      border-radius: 8px;
      padding: 1rem;
      text-align: center;margin: 5px 0 10px;
    }

    /*.client-logo img {
      max-height: 60px;
      object-fit: contain;
      width: auto;
    }*/



    /**************************************
     * 
     * ************************************/

    .testimonial-section{
    overflow:hidden;padding: 0px 30px 120px;
}

.testimonial-section h2 {
        font-family: "NeueHaasUnicaPro-Black";
        font-size: 72px;
        color:#b92025;
        line-height: 0.5;
        padding: 0;
        margin-bottom: 20px;text-transform: lowercase;
    }

    .testimonial-section h2 span {
        font-family: "NeueHaasUnicaPro-Medium";
        font-size: 37px;
        color: #000;
        line-height: 1.1;
    }



.testimonial-card{
    position:relative;
    
}

.client-top{
    display:flex;
    align-items:flex-start;
    position:relative;
    z-index:2;
}

.client-img{
    /*width:140px;
    height:180px;
    object-fit:cover;*/
    flex-shrink:0;
    border-radius: 0 0 50px 0;
}

.client-info{
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    color:#fff;
    flex:1;
}

.client-info h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:0px;
}

.client-info span,
.client-info small{
    display:block;
    font-size:16px;
}

.red-card .client-info{
    background:#b81f28;
}

.black-card .client-info{
    background:#000;
}

.testimonial-content{
    color:#fff;
    margin-left:60px;
    margin-top:-95px;
    padding:90px 25px 50px;
    /*min-height:510px;*/

    border-bottom-right-radius:180px;
}

.red-card .testimonial-content{
    background:#b81f28;
}

.black-card .testimonial-content{
    background:#000;
}

.testimonial-content p{
    font-size:15px;
    line-height:1.3;
    font-style:italic;
    margin-bottom:22px;
}

.rating{
    font-size:25px;
}

.rating i{
    color:#fff;
    margin-right:3px;
}

.rating .active{
    color:#ffc107;
}

@media(max-width:991px){

    .testimonial-title{
        font-size:42px;
    }

    .testimonial-content{
        min-height:auto;
    }
}

@media(max-width:576px){

    .client-top{
        flex-direction:column;
    }

    .client-img{
        width:120px;
        height:150px;
    }

    .client-info{
        width:100%;
    }

    .testimonial-content{
        margin-left:0;
        padding:40px 25px;
        border-bottom-right-radius:120px;
    }

    .testimonial-title{
        font-size:34px;
    }
}

   

    /********************************
     * ****** fixed section
     * ********************************/

     .fixed-section{
        background: #000 url('../images/bg-fixed.jpg') no-repeat center;
        background-size: cover;
        padding: 360px 30px 85px;
        margin-bottom: 100px;
     }

     .fixed-section h2{
        font-family: "NeueHaasUnicaPro-Black";
        font-size: 48px;
        color: #fff;
        padding: 0;
        margin: 0 0 10px;text-align: center;
     }

     .fixed-section p{
        font-family: "NeueHaasUnicaPro-Regular";
        font-size: 26px;
        color: #fff;
        padding: 0 100px;
        margin: 0;text-align: center;line-height: 1.2;
     }





    /* ===================================
        footer section
    ====================================*/

    .footer-section{
      padding: 80px 30px 80px;
      background: #000 url('../images/bg-footer.jpg') no-repeat fixed;
      background-size: cover;}

      .footer-section h2 {
        font-family: "NeueHaasUnicaPro-Black";
        font-size: 64px;
        color:#ad242b;
        line-height: 0.5;
        padding: 0;
        margin-bottom: 20px;text-transform: lowercase;
    }

    .footer-section h2 span {
        font-family: "NeueHaasUnicaPro-Medium";
        font-size: 37px;
        color: #fff;
        line-height: 1.1;
    }

    .footer-section h3{
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      padding: 0px;
      margin: 0 0 12px;}

    .footer-section p{
      font-family: "NeueHaasUnicaPro-Regular";
      font-size: 13px;
      color: #fff;
      padding: 0px;
      margin: 0 0 15px;
    }

    .footer-section p span{
        font-size: 17px;
    }

    .saddress{
        padding: 0 0 0 35px;
        margin-bottom: 35px;
    }

    #floc{background: url('../images/floc.png') no-repeat;
    padding: 5px 15px 20px 35px;
    margin: 0 0 25px 0;
border-bottom: 1px solid #fff;}

    #fcall{background: url('../images/fcall.png') no-repeat;
    padding: 0px 12px 0px 35px;}

    #fmail{background: url('../images/fmail.png') no-repeat;
    padding: 0px 12px 0px 35px;}

    #fweb{background: url('../images/fweb.png') no-repeat 0px 5px;
      padding: 10px 0px 12px 35px;}
    .text-right{
      text-align: right;
    }

    .footer-section a{
      color: #fff;
      text-decoration: none;}

    .footer-section a:hover{
      color: #9a9b9a;
      text-decoration: underline;
    }

    .footer-section ul{
      padding: 65px 0 0 0;
      margin: 0 0 20px;}

    .footer-section ul li{
      font-weight: 500;
      font-size: 13px;
      color: #fff;
      padding: 0px;
      margin: 0 0 15px;
      line-height: 1.2;
      list-style: none;
      text-transform: lowercase;}

    .footer-section ul a{
      color: #fff;
      text-decoration: none;}

    .footer-section ul a:hover{
      color: #9a9b9a;
      text-decoration: underline;}

    .social{display: inline-block;padding: 25px 0 0 30px;}
    .social img{padding-right: 10px;}


    .cnt-frm{background: #fff0;border: 1px solid #7a7a7a;border-radius: 5px;
      color: #fff;font-size: 12px;margin-bottom: 12px; height: 38px;}

    .btn-white{background: #fff;border: 1px solid #fff;color: #000;font-size: 16px;font-weight: 500;
      text-transform: uppercase;border-radius: 5px;width: 100%;letter-spacing: 2px;transition: 0.5s;padding: 8px 0;}

    .btn-white:hover{color: #9a9b9a;}

    .cnt-textarea{height: 150px;}

    .cnt-frm:focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #fff;
      outline: 0;
      box-shadow: unset;
    }

    .cnt-frm::placeholder{color: #fff !important;
      text-transform: capitalize;}
    /*::placeholder {
      color: #fff !important;
      opacity: 1; 
      text-transform: capitalize;
    }

    ::-ms-input-placeholder { 
      color: #26aba0;
      text-transform: capitalize;
    }*/

    .left-padd{
        padding: 0 0 0 20px;
    }

    .last-section{
      background: #000;
      padding: 20px 30px 15px;
    }

    .last-section p{
      font-weight: 400;
      font-size: 12px;
      color: #9a9b9a;
      padding: 0px;
      margin: 0 0 12px;
      line-height: 1.2;
    }

    .last-section a{
      color: #9a9b9a;
      text-decoration: none;}

    .last-section a:hover{
      color: #fff;
      text-decoration: underline;
    }

    

/*************************************/

.navbar-nav{
    margin-bottom:15px;
}

.nav-link{
    color:#fff;
    font-size:15px;
    font-weight:500;
    padding:0;
    position:relative;
    text-transform: lowercase;
}

/* separator 
.nav-item:not(:last-child) .nav-link::after{
    content:"|";
    margin-left:15px;
    color:#fff;
}*/

.registration-btn{
    background:#fff;
    color:#494949;
    text-decoration:none ;   padding:7px 18px;
    border-radius:10px;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;;

    display:inline-flex;
    align-items:center;
    gap:8px;
    margin: 0 0 0 12px;
}

@media(max-width:991px){

 
    .navbar-nav{
        flex-direction:column !important;
        gap:10px;
    }

    .nav-link::after{
        display:none;
    }
}

.mob-registration-btn{
  display: none;
}



/******************************************/
.about-page1 h1{
    font-weight: 700;
    font-size: 65px;
    color: #000;
    padding: 0 20px 0 0;
    margin: 0 0 20px;
    text-transform: lowercase;
}

.about-page1 h3{
    font-weight: 500;
    font-size: 24px;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
}

.about-page1 p{
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
}

.about-page2{
    padding: 100px 30px 100px;
}

.about-page2 h2{
    font-weight: 700;
    font-size: 36px;
    color: #000;
    padding: 0;
    margin: 0 0 30px;
    text-transform: uppercase;
    line-height: 1.2;
}

.about-page2 p{
    font-weight: 400;
    font-size: 15px;
    color: #5d5d5d;
    padding: 0;
    margin: 0 0 20px;
}

.about-page3{
    padding: 0px 30px 100px !important;
}

.about-page3 h2 {
    font-family: "NeueHaasUnicaPro-Black";
    font-size: 64px;
    color:#ad242b;
    line-height: 0.5;
    padding: 0;
    margin-bottom: 20px;text-transform: lowercase;
}

.about-page3 h2 span {
    font-family: "NeueHaasUnicaPro-Medium";
    font-size: 37px;
    color: #000;
    line-height: 1.1;
}

.about-page3 p span{
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
}



/************************************************
 * *************************************************/
  .service-page1{
    background: linear-gradient(to bottom, #c4c4c4 50%, #fff 50%);
    overflow:hidden;
    padding: 160px 30px 100px;
}

.service-page1 h1{
    font-size:65px;
    font-weight:700;
    text-transform:lowercase;
    margin-bottom:10px;
    padding: 0;
    color:#000;
}

.service-subtitle{
    font-size:24px;
    font-weight:500;
    line-height:1.2;
    color:#201516;
    margin:0 0 40px;
}

.service-description{
    font-size:15px;
    line-height:1.5;
    color:#201516;
    padding: 50px 0 0;
    margin: 0;
}

.service-box{
    position:relative;
    overflow:hidden;
    transition:.4s;
}

.service-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
        rgba(0,0,0,.92),
        rgba(0,0,0,.15));
    transition:.4s;
}

.service-box:hover{
    transform:scale(1.05);
    z-index:2;
    overflow: hidden;
}

.service-box:hover::before{
    background:rgba(0,0,0,.55);
}

.overlay{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    color:#fff;
    z-index:2;
}

.overlay img{
    width:55px;
    margin-bottom:15px;
}

.overlay h4{
    font-family: "NeueHaasUnicaPro-Medium";
    font-size:16px;
    color: #fff;
    line-height:1.2;
    margin:0;
    padding: 0;
}


.service-page2{

    padding: 0px 0px 0px;
}

.service-page2 h2{
    font-size:50px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:40px;
    padding: 0 80px;
    color:#000;
    line-height: 1.2;
    text-align: center;
}

.sub-page2{
    padding: 100px 30px;
    background: #e5e5e5;
}

.sub-page3{
    padding: 100px 30px;
    background: #fff;
}

.service-page2 h3{
    font-family: "NeueHaasUnicaPro-Medium";
    font-size:13px;
    margin: 0px;
    padding: 0px;
    color:#fff;
}

.service-page2 h4{
    font-family: "NeueHaasUnicaPro-Black";
    font-size:36px;
    font-weight:700;
    text-transform:capitalize;
    margin: 0 0 15px;
    padding: 0px;
    color:#000;
    line-height: 0.8;
}

.service-page2 h4 span{
    font-weight: 700;
    font-size: 20px;
}

.service-page2 p{
    font-size:15px;
    font-weight:400;
    margin: 0 0 15px;
    padding: 0px;
    color:#5d5d5d;
    line-height: 1.4;
}

.serv-group{
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.serv-img{
    width:100%;
    display:block;
    border-radius:10px;
}

/* Icons on Image */
.serv-icons{
     position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.icon-box{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:0 25px;
}

.icon-box img{
    width:34px;
    margin-bottom:8px;
}

/* White separator */
.icon-box:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:45px;
    background:rgba(255,255,255,.7);
}



.service-page2 ul{
    list-style:none;
    padding:0 12px;
    margin:20px 0 0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:5px 40px;
}

.service-page2 ul li{
    position:relative;
    font-family: "NeueHaasUnicaPro-Medium";
    font-size:15px;
    margin: 0 0 12px;
    padding: 0px;
    color:#34437c;
    line-height: 1.2;
    list-style: url('../images/blue-ulli.png');
}



/************************************************
 * *************************************************/
  .test-page1{

    padding: 100px 30px 100px;
}

.test-page1 h1{
    font-size:65px;
    font-weight:700;
    text-transform:lowercase;
    margin-bottom:20px;
    padding: 0;
    color:#000;
}

.test-page1 p{
    font-size:15px;
    font-weight:400;
    margin-bottom:10px;
    padding: 0;
    color:#5d5d5d;
}

.test-page1 p span{
    font-weight: 500;
    color: #000;
}

.testi-img {
    border-radius: 50%;
  float: left;
  padding-right: 12px;
}

.sep-line {
  border-bottom: 1px dotted #000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}



/************************************************
 * *************************************************/
  .contact-page1{

    padding: 100px 30px 100px;
}

.contact-page1 h1{
    font-size:65px;
    font-weight:700;
    text-transform:lowercase;
    margin-bottom:20px;
    padding: 0;
    color:#000;
}

.contact-frm .form-control{
  border: none;
  border-bottom: 1px solid #bababa;
  border-radius: unset;
  color: #4e4e4e;
  font-size: 14px;
  margin-bottom: 30px;
}

.submit-btn{
    width:100%;
    border:none;
    border-radius:10px;
    background:#dcdcdc;
    color:#4e4e4e;
    font-weight:500;
    letter-spacing:1px;font-size: 18px;
    padding: 10px 0;
}

.submit-btn:hover{
    background:#cfcfcf;
}


  .whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 65px;
    height: 65px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 36px;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all .3s ease;
    animation: pulseWhatsapp 2s infinite;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.1);
    background: #1ebe5d;
}

@keyframes pulseWhatsapp {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 58px;
        height: 58px;
        right: 18px;
        bottom: 18px;
        font-size: 32px;
    }
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.1);
    background: #1ebe5d;
}

@keyframes pulseWhatsapp {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 58px;
        height: 58px;
        right: 18px;
        bottom: 18px;
        font-size: 32px;
    }
}

    .whatsapp-float span{
    position:absolute;
    right:78px;
    white-space:nowrap;
    background:#25D366;
    color:#fff;
    padding:8px 14px;
    border-radius:25px;
    font-size:14px;
    font-weight:600;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.whatsapp-float:hover span{
    opacity:1;
    visibility:visible;
}



/***********************************
 * RESPONSIVE
 * ********************************/

    @media(max-width: 991px)
    {

        .custom-navbar{
            padding: 10px 10px;
        }
        .navbar-brand img {
            max-height: 40px;
        }

        .services-section {
          background: #efefef;
          padding: 80px 30px 80px;
          overflow: hidden;
        }

        .service-content p
        {
            margin-bottom: 12px;
        }

        .cctv-card {
            min-height: 425px;
            padding: 35px 20px;
        }

        .service-content h2{
            font-size: 50px;
        }

        .services-grid {
          padding: 80px 30px 80px;
        }

        .clients-section h2, .testimonial-section h2, .footer-section h2{
            font-size: 50px;
        }

        .clients-section {
          padding: 0px 30px 80px;
        }

        .fixed-section{
            margin-bottom: 80px;
        }

        .fixed-section h2 {
          font-family: "NeueHaasUnicaPro-Black";
          font-size: 37px;
        }

        .fixed-section p {
          font-size: 20px;
          padding: 0 0px;
        }

        .testimonial-section {
          overflow: hidden;
          padding: 0px 30px 80px;
        }

        .footer-section h2{
            padding: 30px 0 0;
        }

        .last-section p{
            text-align: center;
        }


        .sub-page2{
        padding:60px 20px;
    }

    .service-page2 h2{
        font-size:34px;
        padding:0 20px;
    }

    .service-page2 h4{
        font-size:28px;
        margin-bottom:20px;
    }

  

    /* Icons stay on image */
    .serv-icons{
        left:15px;
        right:15px;
        bottom:15px;
        justify-content:space-around;
        gap:10px;
    }

    .icon-box img{
        width:28px;
    }

    .icon-box h3{
        font-size:12px;
    }

    .service-page1 {
  background: linear-gradient(to bottom, #c4c4c4, #fff);
  overflow: hidden;
  padding: 60px 30px 100px;
}

.service-description{
    padding: 0px;
}

.sub-page3 h4{
    margin-top: 20px;
}

    }

    @media(max-width: 767px){

     .image-card, .tall-card {
        height: auto;
      }

    .about-section {
  background: #d8ccc0 url('../images/bg-about-mob.jpg') top no-repeat;
    background-size: auto;
  background-size: cover;
  padding: 350px 30px 80px;
}

    .cctv-card {
  border-radius: 20px;
  background: url('../images/bg-service-mob.jpg') no-repeat center;
    background-size: auto;
  background-size: cover;
  padding: 200px 15px 30px;
}

     .service-desc {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
  }


    .serv-icons{
        left:10px;
        right:10px;
        justify-content:space-around;
    }

    .icon-box{
        padding:0 12px;
    }

    .icon-box:not(:last-child)::after{
        height:30px;
    }

    .icon-box img{
        width:24px;
    }

    .icon-box h3{
        font-size:11px;
    }

    .service-page2 ul{
        grid-template-columns:1fr;
    }

    .sb-img{
        width: 100%;
    }

    .sub-page3 {
  padding: 70px 30px;
}

     }

    @media(max-width:576px){

      .cctv-card {
    min-height: auto;
  }
   .overlay-content h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .service-desc{
    padding: 0;
  }

  .contact-page1 {
  padding: 60px 30px 100px;
}

.contact-page1 h1 {
  font-size: 50px;
  margin-bottom: 15px;
}

.test-page1 {
  padding: 60px 30px 100px;
}

.test-page1 h1 {
  font-size: 45px;
  margin-bottom: 15px;
}

.testi-img {
  float: unset;
  padding-right: 12px;
  margin-bottom: 12px;
}

.service-page1{
    padding: 50px 30px 70px;
}

.service-page1 h1 {
  font-size: 50px;
}

  .service-page2 h2 {
    font-size: 25px;
    padding: 0 20px;
  }

  .service-page2 h4 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .about-section {
    background: #d8ccc0 url('../images/bg-about-mob.jpg') no-repeat;background-size: cover;
}

.about-page1 h1 {
  font-weight: 700;
  font-size: 60px;
  color: #000;
  padding: 0;
  margin: 0 0 0px;
  text-transform: lowercase;
}

.about-page1 h3 {
  font-size: 20px;
}

.about-page2 h2 {
  font-weight: 700;
  font-size: 25px;
  color: #000;
  padding: 0;
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.about-page2 {
  padding: 70px 30px 70px;
}

.services-grid {
    padding: 80px 30px 60px;
  }

   .client-img {
    width: 110px;
    height: 110px;
  }

   .testimonial-content {
    margin-left: 0;
    padding: 95px 25px 40px;
    border-bottom-right-radius: 120px;
  }

  .custom-navbar.sticky .navbar-brand img {
  max-height: 40px;
}


  }


  @media(max-width: 420px)
  {



  }

