@charset "UTF-8";

header nav {
  justify-content: space-between !important;
}
header .collapse:not(.show){
	display:block;
}
header nav .nav-menu {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 30px;
    height: 20px;
}
.wpcf7-list-item {
    display: inline-block;
   margin: 0;
}
.dropdown-menu .wht-box .menu-item .dropdown-item svg{
	width:51px;
}
.home-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.home-header nav {
  position: relative;
  padding: 20px 0px 0px;
  justify-content: space-between;
  align-items: center;
}
.home-header nav ul {
  gap: 30px;
}
.home-header nav ul li {
  list-style-type: none;
}
.home-header nav ul li a {
  text-decoration: none;
  color: white !important;
  font-size: 16px;
  line-height: 24px;
  padding: 0 !important;
  font-family: "HelveticaNowDisplay-Regular";
}
.home-header nav ul li a:hover {
  color: #C4112F !important;
}
/* .home-header nav ul li a:hover svg path {
  stroke: #C4112F;
} */
.home-header nav ul .btn {
  background-color: #C4112F;
  padding: 10px 25px;
  border-radius: 10px;
  border:none !important;
}
header .is-sticky {
    transition: 1s ease;
}
.home-header nav ul .btn a {
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.home-header nav ul .btn a:hover,
.header nav ul .btn a:hover{
	color:#fff !important;
}
.home-header nav ul .btn svg {
  transition: transform 0.4s ease-in-out;
}
.home-header nav ul .btn:hover a svg {
  transform: translateX(5px);
}
.home-header .dropdown-menu {
  padding: 25px;
  display: none;
}
.home-header .dropdown-menu .wht-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
 	margin-left: -324px;
}
.home-header .dropdown-menu .wht-box::before {
  position: absolute;
  background-color: #fff;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  top: 22px;
  left: 35px;
}
.home-header .dropdown-menu li {
  margin-bottom: 13px;
  margin-right: 30px !important;
	    width: 350px;
}
.home-header .dropdown-menu .dropdown-item {
  color: black !important;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 15px !important;
}
.home-header .dropdown-menu .dropdown-item h5 {
  color: black;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 2px;
  font-family: "HelveticaNowDisplay-bold";
}
.home-header .dropdown-menu .dropdown-item p {
  color: grey;
  font-size: 12px;
  line-height: 17px;
  text-wrap: auto;
}
.home-header .dropdown-menu .dropdown-item svg path,
header .dropdown-menu .dropdown-item svg ellipse{
  fill: grey;
}
.home-header .dropdown-menu .dropdown-item:hover {
  background-color: #FFF1F3;
  border-radius: 10px;
}
.home-header .dropdown-menu .dropdown-item:hover h5 {
  color: #C4112F;
}
.home-header .dropdown-menu .dropdown-item:hover svg rect {
  fill: #FFF1F3;
}
.home-header .dropdown-menu .dropdown-item:hover svg path,
header .dropdown-menu .dropdown-item:hover svg ellipse{
  fill: #C4112F;
}
.home-header .dropdown:hover .dropdown-menu {
  display: block !important;
  padding: 30px 0px 0px;
  background-color: transparent;
  border: none;
}

.hero-main {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.507)), url("../image/home/home-banner/home-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
}
.hero-main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-main .row {
  align-items: end;
}
.hero-main .content {
  padding-bottom: 180px;
}
.hero-main .content-main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 180px 0px 0px;
}
.hero-main .content-main button {
  background-color: #ffffff;
  padding: 10px 25px;
  border-radius: 10px;
  transition: transform 0.3s ease-out;
  color: rgb(0, 0, 0);
	border:none !important;
}
.hero-main .content-main button a {
  font-size: 16px;
  line-height: 24px;
}
.hero-main .content-main button svg {
  transition: transform 0.4s ease-in-out;
}
.hero-main .content-main button:hover svg {
  transform: translateX(5px);
}
.hero-main .content-main h1 {
  font-size: 53px;
  line-height: 64px;
  margin-bottom: 20px;
  font-family: "HelveticaNowDisplay-Light";
  font-weight: 300 !important;
}
.hero-main .content-main .innovation {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  width: 85%;
}
.hero-main .content-main .builder-img {
  visibility: hidden;
}
.hero-main .content-main .builder-img img {
  width: 100%;
}

.about-us {
  padding: 113px 0px 120px;
}
.about-us p {
  margin-bottom: 0;
}
.about-us .title-primary {
  margin-bottom: 56px;
}
.about-us .hover-parent {
  width: 368px;
  overflow: hidden;
  border-radius: 20px;
}
.about-us .hover-parent img {
  width: 100%;
  overflow: hidden;
  transition: transform 500ms;
}
.about-us .hover-parent:hover img {
  transform: scale(1.1);
}
.about-us a {
  font-size: 16px;
  line-height: 24px;
  color: #C4112F;
  font-family: "HelveticaNowDisplay-Medium";
  font-weight: 500;
}
.about-us a svg {
  transition: transform 0.4s ease-in-out;
}
.about-us a:hover svg {
  transform: translateX(5px);
}
.about-us h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: #000;
  margin-bottom: 21px;
  font-family: "HelveticaNowDisplay-Regular";
	width:80%;
}
.about-us #counter {
  margin-top: 46px;
  border-top: 2px solid rgba(221, 221, 221, 0.49);
	gap:110px;
}
.about-us h2 {
  margin-top: 36px;
  font-size: 60px;
  line-height: 89px;
  margin-bottom: 0px;
  color: #C4112F;
  font-family: "HelveticaNowDisplay-Bold";
}
.about-us h5 {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 5px;
  color: #000;
  font-family: "HelveticaNowDisplay-Bold";
}
.about-us p {
  color: #333333;
}

.our-solution {
  padding: 116px 0px 120px;
  background-color: #F9F9F9;
}
.our-solution .btn {
  background-color: #C4112F;
  padding: 10px 35px;
  border-radius: 10px;
}
.our-solution .btn a {
  color: white;
  font-size: 16px;
  line-height: 22px;
}
.our-solution .btn svg {
  transition: transform 0.4s ease-in-out;
}
.our-solution .btn:hover a svg {
  transform: translateX(5px);
}
.our-solution .mb-5 {
  margin-bottom: 60px !important;
}
.our-solution p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.our-solution .card {
  height: 100%;
  width: 100%;
  border: none;
  background: transparent;
}
.our-solution .card:hover .card-body {
  background-color: #C4112F;
  color: white;
  width: 410px;
  transition: 1s;
  margin-bottom: 0px;
  position: absolute;
  top: 327px;
}
.our-solution .card:hover .card-body .font-24 {
  color: white;
}
.our-solution .card:hover .card-body p {
  color: #fff;
  display: block;
  margin-bottom: 13px;
}
.our-solution .card:hover .card-body a {
  display: block;
}
.our-solution .card:hover .card-body a:hover svg {
  transform: translateX(5px);
}
.our-solution .card-body {
  background-color: #F3F4F6;
  padding: 30px;
  width: 410px;
  cursor: pointer;
  transition: transform 0.4s ease-in-out;
}
.our-solution .card-body p {
  display: none;
}
.our-solution .card-body a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  display: none;
  color: white;
}
.our-solution .card-body a svg {
  transition: transform 0.4s ease-in-out;
}
.our-solution .card-body .font-24 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
  color: #000;
  font-weight: 400;
  font-family: "HelveticaNowDisplay-Regular";
	width: 65%;
}
.our-solution .slick-dots {
  bottom: -50px;
}
.our-solution .slick-dots li button {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  width: 9px;
  height: 8px;
  content: "•";
  border-radius: 50% !important;
  text-align: center;
  opacity: 0.25;
  margin: auto 12px;
  background: #c4112f !important;
  color: rgba(255, 255, 255, 0) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.our-solution .slick-dots li button::before {
  content: "";
}
.our-solution .slick-dots li.slick-active button {
  opacity: 0.75;
  width: 30px;
  height: 8px;
  margin: auto 3px;
  color: rgba(255, 255, 255, 0) !important;
  background: #e90229 !important;
  border-radius: 40px !important;
}
.our-solution .solution-slider {
  margin-bottom: 0px;
}

.service {
  padding: 120px 0px;
}
.service h2 {
  margin-bottom: 12px;
  font-weight: 500;
  font-family: "HelveticaNowDisplay-Medium";
}
.service p {
  color: #333333;
}
.service .font-26 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 0px;
  color: #fff;
}
.service img {
  filter: brightness(0.6);
  transition: 0.3s ease;
  cursor: pointer;
}
.service img:hover {
  transform: scale(1.1);
}
.service .box {
  position: relative;
}
.service .box .box-1 {
  position: absolute;
  top: 34px;
  left: 40px;
  transition: 0.3s ease;
}
.service .box p {
  color: #fff;
  margin-bottom: 15px;
}
.service .box .box-2 {
  position: absolute;
  top: 34px;
  left: 40px;
  transition: 0.3s ease;
}
.service .box .box-3 {
  position: absolute;
  top: 34px;
  left: 40px;
  transition: 0.3s ease;
}
.service .box .box-4 {
  position: absolute;
  bottom: 37px;
  left: 40px;
  transition: 0.3s ease;
}
.service .box .box-5 {
  position: absolute;
  bottom: 37px;
  left: 40px;
  transition: 0.3s ease;
}
.service .box p {
  color: #fff;
}
.service .mt-1 {
  margin-top: 30px !important;
}
.service .mt-2 {
  margin-top: 30px !important;
}
.service .mb-5 {
  margin-bottom: 52px !important;
}
.service a {
  color: white;
  font-size: 15px;
  line-height: 21px;
  transition: transform 0.4s ease-in-out;
}
.service a svg {
  transition: transform 0.4s ease-in-out;
}
.service a:hover svg {
  transform: translateX(5px);
}

.who-choose {
  background-color: #C4112F;
  color: white;
  padding: 120px 0px;
}
.who-choose h2 {
  color: #fff;
}
.who-choose .title-primary {
  color: #ffffff !important;
}
.who-choose .card:hover{
	background-color: #fff;
	color:#000;
}
.who-choose .card {
  padding: 22px 30px;
  background-color: #BA0725;
  color: white;
  border: none;
  border-radius: 20px;
  width: 303px;
	height:100%;
  transition: transform 0.4s ease-in-out;
}
.who-choose .card p {
  font-size: 16px;
  line-height: 24px;
  font-family: "HelveticaNowDisplay-Medium";
}
.who-choose .font-20 {
  font-size: 20px;
  line-height: 22px;
  font-family: "HelveticaNowDisplay-Regular";
}
.who-choose .mb-5 {
  margin-bottom: 52px !important;
}
.who-choose .mb-2 {
  margin-bottom: 122px !important;
}
.who-choose .font-24 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
  font-weight: 400;
  font-family: "HelveticaNowDisplay-Regular";
}
.who-choose p {
  font-family: "HelveticaNowDisplay-Regular";
  margin-bottom: 0;
}
.who-choose a {
  color: white;
  font-family: "HelveticaNowDisplay-Medium";
  text-decoration: underline;
}
.who-choose a svg {
  transition: transform 500ms ease;
}
.who-choose a:hover svg {
  transform: translateX(10px);
}

.testimonial {
  padding: 116px 0px 120px;
  overflow: hidden;
}
.testimonial .title-primary {
  margin-bottom: 11px;
}
.testimonial .font-18 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 104px;
}
.testimonial h5 {
  font-family: "HelveticaNowDisplay-Medium";
  font-size: 18px;
  line-height: 24px;
}
.testimonial span {
  font-family: "HelveticaNowDisplay-Regular";
  font-size: 14px;
  line-height: 21px;
  color: #6D6E71;
}
.testimonial .doted {
  width: 64px;
  height: 45px;
  margin-bottom: 20px;
}
.testimonial .quoate {
  display: none;
}
.testimonial h5 {
  font-size: 18px;
  line-height: 24px;
}
.testimonial span {
  font-size: 14px;
  line-height: 21px;
}
.testimonial .point {
  color: black;
  font-size: 22px;
  line-height: 24px;
  font-family: "HelveticaNowDisplay-RegIta";
}
.testimonial p {
  color: #000;
}
.testimonial .card {
  background-color: #F9F9F9;
  padding: 40px;
  width: 395px;
  height: 520px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.testimonial .card:hover {
  background-color: #FFF1F3;
}
.testimonial .card .google {
  position: absolute;
  bottom: 64px;
  left: 77px;
}
.testimonial .card:hover .doted {
  display: none;
}
.testimonial .card:hover .quoate {
  width: 64px;
  height: 45px;
  margin-bottom: 20px;
  display: block;
}
.testimonial .mb-5 {
  margin-bottom: 60px !important;
}
.testimonial .mb-3 {
  margin-bottom: 18px !important;
}
.testimonial .looping-carousel {
  gap: 30px;
}
.testimonial .client {
  padding: 116px 0px 0px;
}
.testimonial .client .looping-carousel {
  gap: 60px;
}
.testimonial .client span {
  font-family: "HelveticaNowDisplay-bold";
  font-size: 18px;
  line-height: 26px;
  color: black;
}
.testimonial .client img {
  filter: grayscale(100%);
  transition: filter 0.1s ease-in-out;
}
.testimonial .client img:hover {
  filter: grayscale(0%);
}
.testimonial .client .ani-hover-pause {
  overflow: hidden;
  gap: 100px;
  margin-bottom: 55px;
}
.testimonial .client .ani-hover-pause:hover .looping-carousel {
  animation-play-state: paused;
}
.testimonial .ani-hover-pause {
  overflow: hidden;
  gap: 30px;
}
.testimonial .ani-hover-pause:nth-child(2) {
  width: 85%;
  margin: 0 auto;
}
.testimonial .ani-hover-pause:hover .looping-carousel {
  animation-play-state: paused;
}
.testimonial .looping-carousel {
  animation: LoopingCarousel-forward linear infinite;
  animation-play-state: running;
}
.testimonial .looping-carousel-backward {
  gap: 60px;
}
.testimonial .marquee-mob {
  animation: LoopingCarousel-forward linear infinite;
  animation-play-state: running;
}
@keyframes LoopingCarousel-forward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.blog-page{
	padding:100px 0px 0px !important;
}
.our-blogs {
  background-color: #F9F9F9;
  padding: 100px 0px 0px;
}
.our-blogs img {
  width: 100%;
  transition: 0.3s ease;
  cursor: pointer;
	object-fit:cover;
	height:343px;
}
.our-blogs img:hover {
  transform: scale(1.1);
}
.our-blogs .card {
  border: none;
  width: 93%;
  background: none;
}
.our-blogs p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #333333;
}
.our-blogs .btn {
  background-color: #C4112F;
  padding: 12px 30px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  line-height: 22px;
  transition: transform 0.4s ease-in-out;
  border: none !important;
}
.our-blogs .btn svg {
  transition: transform 0.4s ease-in-out;
}
.our-blogs .btn:hover svg {
  transform: translateX(5px);
}
.our-blogs hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.our-blogs h4 {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: "HelveticaNowDisplay-Medium";
}
.our-blogs .content {
  margin-top: 20px;
  text-align: left;
}
.our-blogs ul {
  align-items: center;
  margin-bottom: 15px;
}
.our-blogs ul hr {
  width: 30px !important;
  color: black;
  margin: 0;
  opacity: 1;
  height: 1px;
}
.our-blogs ul li {
  font-size: 14px;
  line-height: 21px;
  color: #929292;
  font-family: "HelveticaNowDisplay-Regular";
}
.our-blogs .mb-5 {
  margin-bottom: 60px !important;
}
.our-blogs .form-select {
  padding: 10px 15px;
  border-radius: 7px;
  border: 1px solid #D2D2D2;
}

.enquiry {
  background-color: white;
  position: relative;
  z-index: 99;
  color: #fff;
}
.enquiry:before {
  content: "";
  background-color: #C4112F;
  -webkit-clip-path: polygon(0 50%, 200% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 50%, 200% 0%, 100% 100%, 0% 100%);
  background-repeat: no-repeat;
  position: absolute;
  padding: 100px 0px;
  background-size: contain;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.enquiry .btn {
  background-color: #ffffff;
  padding: 10px 25px;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 22px;
  border: none !important;
}
.enquiry .btn svg {
  transition: transform 0.4s ease-in-out;
}
.enquiry .btn:hover svg {
  transform: translateX(5px);
}
.enquiry p {
  font-size: 18px;
  line-height: 24px;
}
.enquiry .mb-5 {
  margin-bottom: 60px !important;
}
.enquiry .content {
  margin-bottom: 80px;
  margin-left: 40px;
}
.enquiry .content h3 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 5px;
  font-family: "HelveticaNowDisplay-Medium";
}
.enquiry .content p {
  margin-bottom: 22px;
}
.enquiry .building {
  position: relative;
  bottom: -35px;
}
.enquiry .build-point {
  position: absolute;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.2392156863);
  padding: 12px 9px;
  -webkit-backdrop-filter: blur(2.4mm);
          backdrop-filter: blur(2.4mm);
  border-radius: 10px;
  width: 27%;
}
.checkbox .wpcf7-not-valid-tip{
	display:none;
}
.checkbox{
	    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "HelveticaNowDisplay-Regular";
    display: flex;
    align-items: center;
   gap: 6px;
}
.enquiry .build-point a {
    font-size: 16px;
  line-height: 26px;
  color: white;
  font-family: "HelveticaNowDisplay-Medium";
  align-items: center;
  display: flex;
  gap:8px;
  cursor:default;    
	justify-content: center;
}
.enquiry .controler {
  top: 177px;
  left: 240px;
  width: 30%;
}
.enquiry .cctv-cemara {
  top: 475px;
  width: 20%;
  left: 26px;
}
.enquiry .fire-alarm {
  top: 379px;
  left: 79%;
  width: 24%;
}
.enquiry .pointer-tag {
  position: absolute;
  top: 65px;
  left: 204px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5490196078);
  z-index: 1;
  animation: waves 2s ease-in-out infinite;
}
.enquiry .pointer-tag::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 7.5px;
  left: 7.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: -1;
}
.enquiry .pointer-tag-1 {
  position: absolute;
  top: 59px;
  left: 151px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5490196078);
  z-index: 1;
  animation: waves 2.5s ease-in-out infinite;
}
.enquiry .pointer-tag-1::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 7.5px;
  left: 7.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: -1;
}
.enquiry .pointer-tag-2 {
  position: absolute;
  top: 46px;
  left: -56px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5490196078);
  z-index: 1;
  animation: waves 3s ease-in-out infinite;
}
.enquiry .pointer-tag-2::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 7.5px;
  left: 7.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: -1;
}
.enquiry .line-1 {
  position: absolute;
  top: 24px;
  left: 127px;
  width: 40px;
}
.enquiry .line-2 {
  position: absolute;
  top: 23px;
  left: 190px;
  width: 30px;
}
.enquiry .line-3 {
  border: 0.1px solid rgba(255, 255, 255, 0.8117647059);
  position: absolute;
  top: 24px;
  left: -40px;
  width: 40px;
}
.enquiry .vr {
  position: absolute;
  top: 24px;
  left: -41px;
  display: inline-block;
  align-self: stretch;
  width: 2px;
  min-height: 3em;
  background-color: currentcolor;
  opacity: 20.25;
}

footer {
  background: linear-gradient(108deg, #242424, #505050);
  color: white;
  padding: 80px 0px 0px;
	text-align:start;
}
footer a {
  color: white !important;
  font-size: 14px;
  line-height: 28px;
  font-family: "HelveticaNowDisplay-Medium";
}
footer a:hover{
	color: white;
}
footer .font-18 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 11px;
  font-family: "HelveticaNowDisplay-Bold";
}
footer .logo {
  margin-bottom: 20px;
}
footer .font-18 {
  margin-top: 29px !important;
}
footer .mb-3 {
  margin-bottom: 24px !important;
  display: flex;
  flex-direction: column;
}
footer p {
  font-size: 14px;
  line-height: 22px;
}
footer ul li {
  margin-bottom: 13px;
}
footer ul li a {
  font-size: 14px;
  line-height: 21px;
  color: white !important;
  font-family: "HelveticaNowDisplay-Regular";
}
footer .address {
  margin-bottom: 4px;
}
footer .footer-left-content .address{
	width:67%;
}
footer h6 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  font-family: "HelveticaNowDisplay-Medium";
}
footer h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
  font-family: "HelveticaNowDisplay-bold";
}
footer .links {
  margin-bottom: 80px;
}
/* footer .links a{
	    border-radius: 100px;
    background-color: #454545;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
footer .links a:hover img{
	padding: 10px 15px;
} */
footer .cpy-rht {
  border-top: 1px solid white;
  padding: 16px 0px 28px;
}
footer .cpy-rht p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
footer .cpy-rht p .heart {
	animation: heartline 1s ease-in-out infinite;
    margin: 0 5px;
}
@keyframes heartline{
            50%{
                transform: scale(1.2);
               
            } 
        }

.home-enq {
  background-color: #F9F9F9;
}

.all-blogs {
  background-color: #fff;
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 999;
}
.header nav {
  position: relative;
  padding: 20px 0px 20px;
}
.header nav ul {
  gap: 30px;
}
.header nav ul li {
  list-style-type: none;
}
.header nav ul li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 24px;
  padding: 0 !important;
  font-family: "HelveticaNowDisplay-Regular";
}
.header nav ul li a:hover {
  color: #C4112F;
}
/* .header nav ul li a:hover svg path {
  stroke: #fff;
} */
.header nav ul .btn {
  background-color: #C4112F;
  padding: 10px 25px;
  border-radius: 10px;
  border: none !important;
}
.header nav ul .btn a {
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.header nav ul .btn svg {
  transition: transform 0.4s ease-in-out;
}
.header nav ul .btn:hover a svg {
  transform: translateX(5px);
}
.header nav .res-logo {
  display: none !important;
}
.header nav .main-logo {
  display: block;
}
.header .dropdown-menu {
  padding: 25px;
  display: none;
}
.header .dropdown-menu .wht-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
	margin-left:-324px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.header .dropdown-menu .wht-box::before {
  position: absolute;
  background-color: #fff;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  top: 22px;
  left: 35px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  z-index: -1;
}
.header .dropdown-menu li {
  margin-bottom: 13px;
  margin-right: 30px !important;
	width: 350px;
}
.header .dropdown-menu .dropdown-item {
  color: black !important;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 10px 15px !important;
}
.header .dropdown-menu .dropdown-item h5 {
  color: black;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 2px;
  font-family: "HelveticaNowDisplay-bold";
}
.header .dropdown-menu .dropdown-item p {
  color: grey;
  font-size: 12px;
  line-height: 17px;
	text-wrap:auto;
}
.header .dropdown-menu .dropdown-item svg path {
  fill: grey;
}
.header .dropdown-menu .dropdown-item:hover {
  background-color: #FFF1F3;
  border-radius: 10px;
}
.header .dropdown-menu .dropdown-item:hover h5 {
  color: #C4112F;
}
.header .dropdown-menu .dropdown-item:hover svg rect {
  fill: #FFF1F3;
}
.header .dropdown-menu .dropdown-item:hover svg path {
  fill: #C4112F;
}
.header .dropdown:hover .dropdown-menu {
  display: block !important;
  padding: 30px 0px 0px;
  background-color: transparent;
  border: none;
}

.we-are-banner {
  padding: 115px 0px 0px;
  background-image: linear-gradient(180deg, #FFF1F3, rgba(255, 241, 243, 0));
}
.we-are-banner .title-primary {
  margin-bottom: 10px;
}
.we-are-banner p {
  margin-bottom: 30px;
  color: #333333;
}
.we-are-banner .font-20 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 27px;
}
.we-are-banner p {
  margin-bottom: 12px;
	width:90%;
}
.we-are-banner .font-56 {
  font-size: 56px;
  line-height: 58px;
  margin-bottom: 0px;
  color: #C4112F;
}
.brands {
    padding: 90px 0px 0px;
}
.we-are-banner h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-family: "HelveticaNowDisplay-Regular";
  margin-top: 10px;
}
.we-are-banner .gap-5 {
  gap: 50px !important;
}
.we-are-banner .space-30 {
  margin-bottom: 29px;
}
/* ====== Default SVG Path Fill ====== */
.we-are-banner svg path {
  fill: #727070;
}

/* ====== Keyframes: Pulse Fill Animations ====== */
@keyframes pulse-0 {
  0%, 25%   { fill: #c4112f; }
  26%, 100% { fill: #727070; }
}
@keyframes pulse-1 {
  0%, 25%   { fill: #727070;}
  26%, 50%  { fill: #c4112f; }
  51%, 100% { fill: #727070;}
}
@keyframes pulse-2 {
  0%, 50%   { fill: #727070; }
  51%, 75%  { fill: #c4112f; }
  76%, 100% { fill: #727070; }
}
@keyframes pulse-3 {
  0%, 75%   { fill: #727070; }
  76%, 100% { fill: #c4112f; }
}

/* ====== Keyframes: Synced Wave Animations ====== */
@keyframes wave-0 {
  0%, 25%   { transform: scale(1.1); opacity: 0.3; }
  26%, 100% { transform: scale(1); opacity: 0; }
}
@keyframes wave-1 {
  0%, 25%   { transform: scale(0.9); opacity: 0; }
  26%, 50%  { transform: scale(1); opacity: 0.3; }
  51%, 100% { transform: scale(0.9); opacity: 0; }
}
@keyframes wave-2 {
  0%, 50%   { transform: scale(0.9); opacity: 0; }
  51%, 75%  { transform: scale(1); opacity: 0.3; }
  76%, 100% { transform: scale(0.9); opacity: 0; }
}
@keyframes wave-3 {
  0%, 75%   { transform: scale(0.9); opacity: 0; }
  76%, 100% { transform: scale(1); opacity: 0.3; }
}

.we-are-banner .build-pic svg path {
  animation: pulse-0 9s linear infinite;
}
.we-are-banner .build-pic-1 svg path {
  animation: pulse-1 9s linear infinite;
}
.we-are-banner .build-pic-2 svg path {
  animation: pulse-2 9s linear infinite;
}
.we-are-banner .build-pic-3 svg path {
  animation: pulse-3 9s linear infinite;
}

/* ====== BUILD IMAGE MAIN ====== */
.we-are-banner .build-img {
  position: relative;
  z-index: 99;
}

/* ====== PIC 0 ====== */
.we-are-banner .build-pic {
  position: absolute;
  z-index: 999;
  bottom: 259px;
  right: 100px;
}
.we-are-banner .build-pic:before,
.we-are-banner .build-pic::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.we-are-banner .build-pic:before {
  opacity: 0;
  width: 90px;
  height: 90px;
  top: -12px;
  left: -13px; 
  background-color: #fff;
  animation: wave-0 9s ease-in-out infinite;
}
.we-are-banner .build-pic::after {
  opacity: 0;
  width: 110px;
  height: 110px;
  top: -23px;
  left: -23px;
  background-color: #fff;
  animation: wave-0 9s ease-in-out infinite;
}

/* ====== PIC 1 ====== */
.we-are-banner .build-pic-1 {
  position: absolute;
  z-index: 999;
  bottom: 100px;
  left: 70px;
}
.we-are-banner .build-pic-1:before,
.we-are-banner .build-pic-1::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.we-are-banner .build-pic-1:before {
  opacity: 0;
  width: 90px;
  height: 90px;
  top: -12px;
  left: -13px;
  background-color: #fff;
  animation: wave-1 9s ease-in-out infinite;
}
.we-are-banner .build-pic-1::after {
  opacity: 0;
  width: 110px;
  height: 110px;
  top: -23px;
  left: -23px;
  background-color: #fff;
  animation: wave-1 9s ease-in-out infinite;
}

/* ====== PIC 2 ====== */
.we-are-banner .build-pic-2 {
  position: absolute;
  z-index: 999;
  top: 330px;
  left: 250px;
}
.we-are-banner .build-pic-2:before,
.we-are-banner .build-pic-2::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.we-are-banner .build-pic-2:before {
  opacity: 0;
  width: 90px;
  height: 90px;
  top: -12px;
  left: -13px;
  background-color: #fff;
  animation: wave-2 9s ease-in-out infinite;
}
.we-are-banner .build-pic-2::after {
  opacity: 0;
  width: 110px;
  height: 110px;
  top: -23px;
  left: -23px;
  background-color: #fff;
  animation: wave-2 9s ease-in-out infinite;
}

/* ====== PIC 3 ====== */
.we-are-banner .build-pic-3 {
  position: absolute;
  z-index: 999;
  top: 140px;
  right: 230px;
}
.we-are-banner .build-pic-3:before,
.we-are-banner .build-pic-3::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.we-are-banner .build-pic-3:before {
  opacity: 0;
  width: 90px;
  height: 90px;
  top: -12px;
  left: -13px;
  background-color: #fff;
  animation: wave-3 9s ease-in-out infinite;
}
.we-are-banner .build-pic-3::after {
  opacity: 0;
  width: 110px;
  height: 110px;
  top: -23px;
  left: -23px; 
  background-color: #fff;
  animation: wave-3 9s ease-in-out infinite;
}

.clear-vision {
  padding: 150px 0px;
}
.clear-vision h2 {
  margin-bottom: 6px;
}
.clear-vision p {
  color: #333333;
  margin-bottom: 0px;
  font-size: 16px;
}
.clear-vision .card {
  padding: 50px;
  border-radius: 15px;
  background-color: #F9F9F9;
  border: none;
	height: 100%;
}
.clear-vision .card .main-img {
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
}
.clear-vision .card .font-28 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 45px;
  color: #0D0D0D;
}
.clear-vision .card .camma {
  width: 50px;
  height: 36px;
  margin-bottom: 20px;
}
.clear-vision .card ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.clear-vision .card ul li {
  display: flex;
  gap: 10px;
}
.clear-vision .mb-2 {
  margin-bottom: 52px !important;
}

.team {
  padding: 146px 0px 120px;
	display:none;
}
.team .team-card {
  transition: 0.3s ease;
}
.team .team-card:hover {
  background-color: #FFF1F3;
}
.team .team-card img {
  width: 100%;
}
.team .team-card .text-center {
  background-color: #fff;
  padding-top: 11px;
}
.team .title-primary {
  margin-bottom: 11px;
}
.team h2 {
  margin-bottom: 20px;
}
.team .font-16 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.team p {
  font-size: 14px;
  line-height: 22px;
  color: #0D0D0D;
}
.team a {
  color: #C4112F;
}
.team a svg {
    transition: transform 1s ease-in-out;
}
.team a:hover svg {
  transform: translateX(10px);
}
.team h6 {
  font-size: 16px;
  line-height: 24px;
  color: #0D0D0D;
  font-family: "HelveticaNowDisplay-bold";
}
.team .mb-5 {
  margin-bottom: 68px !important;
}
.team .mb-2 {
  margin-bottom: 48px !important;
}
.team .mb-1 {
  margin-bottom: 52px !important;
}

.contact {
  padding: 115px 0px 150px;
  position: relative;
  z-index: 99;
  min-height: 100vh;
}
.contact:before {
  content: "";
  background-color: #FFF1F3;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 96%;
}
.contact .container {
  position: relative;
}
.contact .pos-ele {
  position: absolute;
  left: 35%;
  top: 50%;
}
.contact h2 {
  margin-bottom: 8px;
}
.contact p {
margin-bottom: 18px;
  color: #333333;
}
.contact .font-20 {
  font-size: 20px;
  line-height: 29px;
}
.contact .font-16 {
  margin-bottom: 10px;
}
.contact .right-img {
  width: 545px;
  top: 94px;
  left: -100px;
  position: absolute;
}
.contact ul li {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.contact ul li p {
  margin-bottom: 0;
}
.contact .white-box {
  padding: 60px;
  box-shadow: inset;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.0509803922);
}
.contact .white-box p {
  color: #000;
}
.contact .white-box form label {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 4px;
  font-family: "HelveticaNowDisplay-Regular";
}
.contact .white-box form label span {
  color: red;
  top: 0;
}
.contact .white-box form .form-control {
  padding: 10px 15px;
  width: 100%;
  color: #000000;
  border: 1px solid #D2D2D2;
  border-radius: 7px;
  font-family: "HelveticaNowDisplay-Regular";
}
.contact .white-box form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact .white-box form span {
  color: red;
  font-size: 14px;
  line-height: 20px;
}
.contact .white-box form textarea {
  width: 100%;
  resize: none;
  padding: 18px 0px 0px 20px;
  height: 140px;
  border: 1px solid #C9C9C9;
}
.contact .white-box form textarea:focus {
  box-shadow: none;
  outline: none;
}
.contact .white-box form input:-webkit-autofill, .contact .white-box form input:-webkit-autofill:hover, .contact .white-box form input:-webkit-autofill:focus, .contact .white-box form input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #000;
}
.contact .white-box form select {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #D2D2D2;
  border-radius: 7px;
  font-family: "HelveticaNowDisplay-Regular";
}
.contact .white-box form select:focus {
  box-shadow: none;
  outline: none;
}
.contact .white-box form .check-box {
  margin-bottom: 30px;
	margin-top:16px;
}
.contact .white-box form .check-box p {
  font-family: "HelveticaNowDisplay-Regular";
  color: #000000;
  margin-bottom: 0px !important;
  font-size: 16px;
  line-height: 17px;
}
.contact .white-box form .check-box p a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: "HelveticaNowDisplay-Medium";
}
.contact .white-box form .check-box #checkbox {
  width: 26px !important;
  height: 20px !important;
  accent-color: #C4112F;
}
.contact .white-box form .check-box #checkbox:hover {
  accent-color: #C4112F;
}
.contact .white-box form .btn {
  background-color: #C4112F;
  padding: 10px 25px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  line-height: 24px;
  transition: transform 0.4s ease-in-out;
  border: none !important;
}
.contact .white-box form .btn svg {
  transition: transform 0.4s ease-in-out;
}
.contact .white-box form .btn:hover svg {
  transform: translateX(5px);
}
.contact .white-box .msg-length {
  color: #848484;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 17px;
}
.contact .build-point {
  position: absolute;
  z-index: 99;
  background-color: rgba(10, 10, 10, 0.239);
  padding: 12px 20px;
  -webkit-backdrop-filter: blur(2.4mm);
          backdrop-filter: blur(2.4mm);
  border-radius: 10px;
  width: 27%;
}
.contact .build-point a {
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-family: "HelveticaNowDisplay-Medium";
}
.contact .cctv-cemara {
  top: 159px;
  width: 29%;
  left: -135px;
}
.contact .fire-alarm {
  top: 320px;
  left: 230px;
    width: 30%;

}
.contact .pointer-tag-1 {
  position: absolute;
  top: 56px;
  left: 136px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5490196078);
  z-index: 1;
}
.contact .pointer-tag-1::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 8.5px;
  left: 8.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: -1;
}
.contact .pointer-tag-2 {
  position: absolute;
  top: 61px;
  left: -56px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5490196078);
  z-index: 1;
}
.contact .pointer-tag-2::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 8.5px;
  left: 8.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: -1;
}
.contact .line-2 {
  border: 0.1px solid #B6ADAF;
  position: absolute;
  top: 23px;
  left: 118px;
  width: 34px;
}
.contact .line-3 {
  border: 0.1px solid #B6ADAF;
  position: absolute;
  top: 24px;
  left: -40px;
  width: 40px;
}
.contact .line-1 {
  left: 150px !important;
}
.contact .vr {
  position: absolute;
  top: 24px;
  left: -41px;
  display: inline-block;
  align-self: stretch;
  width: 2px;
  min-height: 3em;
  background-color: #B6ADAF;
  opacity: 20.25;
}

.contact-details {
  padding: 120px 0px 0px;
}
.contact-details .col-xl-6 {
  overflow: hidden;
}
.contact-details .city-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 500ms ease;
}
.contact-details .city-img:hover {
  transform: scale(1.1);
}
.contact-details .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: start;
  margin-bottom: 62px;
}
.contact-details .box {
  background-color: #C4112F;
  padding: 50px;
  color: white;
  height: 100%;
}
.contact-details .box .direction {
  font-family: "HelveticaNowDisplay-Bold";
}
.contact-details .box a {
  color: white;
  font-size: 16px;
  line-height: 28px;
  font-family: "HelveticaNowDisplay-Medium";
}
.contact-details .box .font-24 {
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 2px;
  font-family: "HelveticaNowDisplay-Bold";
}
.contact-details .box p {
  margin-bottom: 24px;
}
.contact-details .font-20 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 7px;
  font-family: "HelveticaNowDisplay-Bold";
}
.contact-details p {
  font-size: 16px;
  line-height: 24px;
}
.contact-details h2 {
  margin-bottom: 8px;
}
.contact-details p {
  margin-bottom: 18px;
}
.contact-details .ms-5 {
  margin-left: 60px !important;
}
.contact-details .g-1 {
  gap: 10px;
}
.contact-details .mb-18 {
  margin-bottom: 18px;
}
.contact-details .mb-21 {
  margin-bottom: 21px;
}

.related-detail {
  background-color: #fff;
  padding: 146px 0px 0px;
}
.related-detail .title-primary {
  margin-bottom: 11px;
}
.related-detail h2 {
  margin-bottom: 0;
	width: 82%;
}
.related-detail p {
  margin-bottom: 18px;
}

.enquiry-form {
  padding: 115px 0px 0px;
  position: relative;
  z-index: 99;
}
.enquiry-form:before {
  content: "";
  background-color: #FFF1F3;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 96%;
}
.enquiry-form .col-lg-4 {
  position: relative;
	padding: 0px 24px;
}
.enquiry-form .build-point {
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    bottom: 51%;
    right: 220px;
    border-radius: 10px;
    padding: 13px;
}
.enquiry-form .build-point svg {
  margin-right: 8px;
}
.enquiry-form .build-point:nth-last-child(1) {
    right: -70%;
    bottom: 44%;
}
.enquiry-form .build-point:nth-last-child(1) .line {
  left: -27px;
  z-index: -1;
}
.enquiry-form .build-point:nth-last-child(1)::before {
  left: -36px;
   bottom: -87%;
  width: 18px;
  height: 18px;
}
.enquiry-form .build-point:nth-last-child(1)::after {
  left: -42px;
   bottom: -100%;
}
.enquiry-form .build-point::after {
  content: "";
  position: absolute;
  bottom:  -95.8%;
  right: -27%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E58F9D;
  z-index: 1;
  animation: waves 3s ease-in-out infinite;
}
.enquiry-form .build-point::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: -84%;
  right: -24.5%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: 2;
}
.enquiry-form .build-point .line {
     position: absolute;
    right: -24%;
    width: 20%;
    top: 19px;
}
.enquiry-form .build-point a {
  font-size: 18px;
  line-height: 10px;
  color: #C4112F;
}
.enquiry-form h2 {
  margin-bottom: 8px;
}
.enquiry-form p {
  color: #333333;
}
.enquiry-form .font-20 {
  font-size: 20px;
  line-height: 29px;
}
.enquiry-form .font-16 {
  margin-bottom: 10px;
}
.enquiry-form .bg-img {
  position: absolute;
  z-index: -1;
}
.enquiry-form .first-bg {
  left: -1%;
  bottom: 20px;
}
.enquiry-form .second-bg {
  width: 16%;
  right: 0px;
  bottom: 20px;
}
.enquiry-form .pos-img {
  position: absolute;
  z-index: 99;
}
.enquiry-form .rht-img {
  top: 25%;
  right: 95%;
}
.enquiry-form .gap-5 {
  gap: 100px !important;
}
.enquiry-form .white-box {
  padding: 49px;
  box-shadow: inset;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.0509803922);
}
.enquiry-form .white-box p {
  color: #000;
}
.enquiry-form .white-box form label {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 4px;
  font-family: "HelveticaNowDisplay-Regular";
}
.enquiry-form .white-box form label span {
  color: red;
  top: 0;
}
.enquiry-form .white-box form .form-control {
  padding: 10px 15px;
  width: 100%;
  color: #000;
  border: 1px solid #D2D2D2;
  border-radius: 7px;
  font-family: "HelveticaNowDisplay-Regular";
}
.enquiry-form .white-box form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.enquiry-form .white-box form input, .enquiry-form .white-box form textarea {
  color: #848484;
}
.enquiry-form .white-box form span {
  color: red;
  font-size: 14px;
  line-height: 20px;
}
.enquiry-form .white-box form textarea {
  width: 100%;
  resize: none;
  padding: 18px 0px 0px 20px;
  height: 140px;
  border: 1px solid #C9C9C9;
}
.enquiry-form .white-box form textarea:focus {
  box-shadow: none;
  outline: none;
}
.enquiry-form .white-box form input:-webkit-autofill, .enquiry-form .white-box form input:-webkit-autofill:hover, .enquiry-form .white-box form input:-webkit-autofill:focus, .enquiry-form .white-box form input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #000;
}
.enquiry-form .white-box form select {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #D2D2D2;
  border-radius: 7px;
  font-family: "HelveticaNowDisplay-Regular";
}
.enquiry-form .white-box form select:focus {
  box-shadow: none;
  outline: none;
}
.enquiry-form .white-box form .check-box {
  margin-bottom: 30px;
}
.enquiry-form .white-box form .check-box p {
  font-family: "HelveticaNowDisplay-Regular";
  color: #000000;
  margin-bottom: 0px !important;
  font-size: 16px;
  line-height: 17px;
}
.enquiry-form .white-box form .check-box p a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: "HelveticaNowDisplay-Medium";
}
.enquiry-form .white-box form .check-box #checkbox {
  width: 26px !important;
  height: 20px !important;
  accent-color: #C4112F;
}
.enquiry-form .white-box form .check-box #checkbox:hover {
  accent-color: #C4112F;
}
.enquiry-form .white-box form .btn {
  background-color: #C4112F;
  padding: 10px 25px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  width: 40%;
  line-height: 24px;
  transition: transform 0.4s ease-in-out;
  border: none !important;
}
.enquiry-form .white-box form .btn svg {
  transition: transform 0.4s ease-in-out;
}
.enquiry-form .white-box form .btn:hover svg {
  transform: translateX(5px);
}
.enquiry-form .white-box .msg-length {
  color: #848484;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 17px;
}

.who-choose-2 {
  padding: 120px 0px 90px;
}
.who-choose-2 .card:hover{
	    background-color: #d1182f;
    color: #fff;
}
.who-choose-2 .card {
  padding: 30px;
  background-color: #F7F7F7;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 20px;
	height:100%;
}
.who-choose-2 .mb-2 {
  margin-bottom: 122px !important;
}
.who-choose-2 .font-24 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: 400;
  font-family: "HelveticaNowDisplay-Regular";
}
.who-choose-2 a {
  color: #C4112F;
	text-decoration:underline;
}
.who-choose-2 a svg {
  transition: transform 500ms ease;
}
.who-choose-2 a:hover svg {
  transform: translateX(10px);
}

.career {
  padding: 115px 0px;
  position: relative;
  z-index: 99;
}
.career .container {
  overflow: hidden;
}
.career .img-hover {
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}
.career .img-hover img {
  transition: transform 500ms ease;
  width: 100%;
}
.career .img-hover:hover img {
  transform: scale(1.1);
}
.career:before {
  content: "";
  background-color: #FFF1F3;
  background-repeat: no-repeat;
  position: absolute;
  padding: 100px 0px;
  background-size: contain;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 65%;
}
.career h2 {
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 24px;
  font-family: "HelveticaNowDisplay-Regular";
}
.career p {
  margin-bottom: 13px;
}
.career span {
  color: #C4112F;
  font-weight: 900;
  font-family: "HelveticaNowDisplay-Bold";
}
.career .mb-5 {
  margin-bottom: 55px !important;
}

.job-list {
  padding: 0px 0px 120px;
}
.job-list h2 {
  font-size: 50px;
  font-family: "HelveticaNowDisplay-Regular";
  line-height: 62px;
  margin-bottom: 12px;
}
.job-list p {
  margin-bottom: 13px;
}
.job-list .pos-sticky {
  position: sticky;
  top: 30px;
}
.job-list .box {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  border: 2px solid #eee;
/*   box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.0509803922); */
}
.job-list .box a {
  color: white;
}
.job-list .box .placement {
  color: #6D6E71;
}
.job-list .box .btn {
  background-color: #C4112F;
  padding: 10px 20px;
  border-radius: 10px;
	 border: none !important;
}
.job-list .box .btn a {
  color: white;
  font-size: 16px;
  line-height: 22px;  
  transition: transform 0.4s ease-in-out;
}
.job-list .box .btn svg {
  transition: transform 0.4s ease-in-out;
}
.job-list .box .btn:hover svg {
  transform: translateX(5px);
}

.employee-benifites {
  padding: 115px 0px 190px;
  background-color: #F9F9F9;
}
.employee-benifites h2 {
  font-size: 50px;
  line-height: 58px;
  margin-bottom: 8px;
  font-family: "HelveticaNowDisplay-Regular";
}
.employee-benifites p {
  margin-bottom: 18px;
}
.employee-benifites .btn {
  background-color: #C4112F;
  padding: 14px 25px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  line-height: 22px;
  transition: transform 0.4s ease-in-out;
}
.employee-benifites .btn svg {
  transition: transform 0.4s ease-in-out;
}
.employee-benifites .btn:hover a svg {
  transform: translateX(5px);
}
.employee-benifites .card {
  padding: 50px;
  border: none;
  border-radius: 15px;
}
.employee-benifites .card h4 {
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 14px;
  font-family: "HelveticaNowDisplay-Regular";
}
.employee-benifites .card p {
  margin-bottom: 13px;
}
.employee-benifites .card img {
  width: 35%;
  margin:auto;
}
.employee-benifites .card .w-40 {
  width: 46%;
}
.employee-benifites .col-xl-4:nth-child(2) .card {
  position: relative;
  top: 70px;
}
.blog-details h5{
	font-size: 23px;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}
.blog .btn {
  background-color: #C4112F;
  color: white;
}

.blog-banner {
  padding: 115px 0px 0px;
  position: relative;
  z-index: 99;
}
.blog-banner:before {
  content: "";
  background-color: #FFF1F3;
  position: absolute;
  padding: 100px 0px;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 96%;
}
.blog-banner h2 {
  font-size: 50px;
  line-height: 58px;
  margin-bottom: 8px;
  font-family: "HelveticaNowDisplay-Bold";
}
.blog-banner .banner-img {
  margin-top: -50px;
}
.blog-banner p {
  margin-bottom: 18px;
}
.blog-banner .point {
  position: absolute;
  top: 190px;
  right: 633px;
}
.blog-banner .point::before {
    content: "";
    border: 22px solid rgba(255, 255, 255, 0.81);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    left: 32px;
    animation: pulsate 1.5s ease-out infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: 99;
}
.blog-banner .point svg {
     position: absolute;
    z-index: 99;
    left: 46px;
    top: 14px;
}
.blog-banner .point1 {
  position: absolute;
  top: 65px;
  right: 394px;
}
.blog-banner .point1::before {
  content: "";
  border: 22px solid rgba(255, 255, 255, 0.77);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 6px;
  animation: pulsate1 1.9s ease-out infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  z-index: 99;
}
.blog-banner .point1 svg {
    position: absolute;
    z-index: 99;
    left: 7px;
    top: 8px;
}
@keyframes pulsate {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}
.blog-banner select {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #C9C9C9;
  margin-bottom: 16px;
  border-radius: 7px;
}
.blog-banner select:focus {
  box-shadow: none;
  outline: none;
}
.blog-banner .form-select {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #C9C9C9;
  margin-bottom: 16px;
  border-radius: 7px;
}
.blog-banner .form-select:focus {
  box-shadow: none;
  outline: none;
}

.all-blogs .row {
  row-gap: 38px;
}
.all-blogs .mb-5 {
  margin-bottom: 68px !important;
}
.all-blogs .g-120 {
  margin-bottom: 36px;
}
.all-blogs h3 {
  font-size: 24px;
  line-height: 34px;
}
.blog-details .wp-block-list{
	list-style: disc;
    margin-left: 40px;
    margin-bottom: 15px;
  font-family: "HelveticaNowDisplay-Regular";
}
.blog-details a{
    color: #C4112F !important;
}
.career-banner {
  padding: 78px 0px 0px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.career-banner:before {
  content: "";
  background-color: #FFF1F3;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.career-banner h2 {
  font-size: 50px;
  line-height: 58px;
  margin-bottom: 8px;
  font-family: "HelveticaNowDisplay-Bold";
}
.career-banner p {
  margin-bottom: 18px;
}
.career-banner .point {
  position: absolute;
  top: 129px;
  right: 500px;
}
.career-banner .point::before {
    content: "";
    border: 22px solid rgb(255 255 255 / 83%);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 8px;
    animation: pulsate1 1.6s ease-out infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: 99;
}
.career-banner .point svg {
      position: absolute;
    z-index: 99;
    left: 9px;
    top: 5px;
}
.career-banner .point1 {
  position: absolute;
      top: 85px;
    right: 231px;

}
.career-banner .point1::before {
  content: "";
  border: 22px solid rgba(255, 255, 255, 0.77);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 6px;
  animation: pulsate1 1s ease-out infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  z-index: 99;
}
.career-banner .point1 svg {
   position: absolute;
    z-index: 99;
    left: 7px;
    top: 7px;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulsate1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.career-banner .pointer {
  background-color: #C4112F;
  padding: 10px 15px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  line-height: 22px;
	cursor:auto;
}
.career-banner .mb-2 {
  margin-bottom: 37px !important;
}

.career-details {
  padding: 66px 0px 0px;
}
.career-details p {
  font-size: 16px;
  line-height: 24px;
}
.career-details .white-box {
  padding: 60px;
  box-shadow: inset;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.0509803922);
}
.career-details .white-box form label {
     margin-top: 8px;
    margin-bottom: 9px;
}
.career-details .white-box form label span {
  color: red;
}
.career-details .white-box form .form-control {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #C9C9C9;
  border-radius: 7px;
  margin-bottom: 4px;
}
.career-details .white-box form  .checkbox{
    margin-bottom: 30px;
}
.career-details .white-box form .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin-bottom: 0 !important;
}

.career-details .white-box form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.career-details .white-box form span {
  color: red;
  position: relative;
  font-size: 14px;
  line-height: 20px;
    margin-bottom: 0;
}
.career-details .white-box form textarea {
  width: 100%;
  resize: none;
  padding: 18px 0px 0px 20px;
  height: 140px;
  border: 1px solid #C9C9C9;
}
.career-details .white-box form textarea:focus {
  box-shadow: none;
  outline: none;
}
.career-details .white-box form input:-webkit-autofill, .career-details .white-box form input:-webkit-autofill:hover, .career-details .white-box form input:-webkit-autofill:focus, .career-details .white-box form input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #000;
}
.career-details .white-box form select {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #C9C9C9;
  margin-bottom: 16px;
  border-radius: 7px;
}
.career-details .white-box form select:focus {
  box-shadow: none;
  outline: none;
}
/* .career-details .white-box form .check-box {
  margin-bottom: 30px;
} */
.career-details .white-box form .check-box p {
  color: #4D4D4D;
  font-weight: 500;
  margin-bottom: 0px !important;
}
.career-details .white-box form .check-box p a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 500;
}
.career-details .white-box form .check-box #checkbox {
  width: 26px !important;
  height: 20px !important;
  accent-color: #C4112F;
}
.career-details .white-box form .check-box #checkbox:hover {
  accent-color: #C4112F;
}
.career-details .white-box form .btn {
  background-color: #C4112F;
  padding: 10px 0px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  line-height: 22px;
  width: 35%;
  transition: transform 0.4s ease-in-out;
	 border: none !important;
}
.career-details .white-box form .btn svg {
  transition: transform 0.4s ease-in-out;
}
.career-details .white-box form .btn:hover svg {
  transform: translateX(5px);
}
.career-details .pos-img {
  position: absolute;
  z-index: 99;
}
.career-details .rht-img {
  top: 25%;
  right: 42%;
}
.career-details .font-26 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 11px;
}
.career-details h3 {
  margin-bottom: 14px;
    margin-top: 28px;
}
.career-details ul {
  display: block;
  align-items: center;
  margin-bottom: 12px;
	padding-left: 30px;
}
.career-details ul li {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
	position: relative;
}
.career-details ul li p {
  margin-bottom: 0;
  color: black;
}
.career-details ul li:before{
	content: "";
    background-image: url("../../../../../uploads/2025/06/Group-33811.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -32px;
    top: 0;
    z-index: -1;
}
.blog-details {
  padding: 120px 0px 110px;
  position: relative;
  z-index: 99;
}
.blog-details:before {
  content: "";
  background-color: #FFF1F3;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 380px;
}
.blog-details .share-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-details .share-links svg:hover circle {
  fill: #C4112F;
}
.blog-details .share-links svg:hover path {
  fill: #fff;
}
.blog-details .category-btn {
  background-color: #C4112F;
        padding: 9px 18px;
    border-radius: 6px;
   position: absolute;
    top: 20px;
	left:28px;
	color:#fff;
    border: none;
	align-items:center;
	font-size:14px;
}
.blog-details .category-btn a {
  color: black;
}
.blog-details .res-blog-img {
  display: none;
}
.blog-details h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 18px;
}
.blog-details ol{
	margin-bottom: 12px;
    padding: 0px 0px 0px 35px;
	margin-left:0 !important;
}
.blog-details h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 9px;
  font-family: "HelveticaNowDisplay-bold";
}
.blog-details .blog-img {
  margin-bottom: 10px;
  margin-left: -10px;
}
.blog-details p {
  line-height: 24px;
  margin-bottom: 12px;
}
.blog-details .mb-2 {
  margin-bottom: 26px !important;
}
.blog-details .gp-1 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

/* .related-detail {
  background-color: #F9F9F9;
} */
.related-detail a {
      
    color: #c4112f;
}

.blog-enquiry {
  background-color: #F9F9F9;
}

.error-main {
  background-image: linear-gradient(180deg, #FFF1F3, rgba(255, 241, 243, 0));
  padding: 100px 0px 70px;
}
.error-main img {
  margin-bottom: 14px;
  width: 100%;
}
.error-main p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.error-main .btn {
  background-color: #C4112F;
  padding: 14px 25px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  line-height: 22px;
  transition: transform 0.4s ease-in-out;
}
.error-main .btn svg {
  transition: transform 0.4s ease-in-out;
}
.error-main .btn:hover svg {
  transform: translateX(5px);
}

.thankyou {
  padding: 30px 0px 0px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: transform 0.4s ease-in-out;
}
.thankyou .btn {
  background-color: #C4112F;
  padding: 14px 25px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 22px;
}
.thankyou .btn svg {
  transition: transform 0.4s ease-in-out;
}
.thankyou .btn:hover svg {
  transform: translateX(5px);
}
.thankyou .mb-5 {
  margin-bottom: 60px !important;
}
.thankyou .content {
  position: relative;
}
.thankyou .content h2 {
  margin-bottom: 8px;
}
.thankyou .content p {
  margin-bottom: 22px;
  font-family: "HelveticaNowDisplay-Medium";
}
.thankyou .content .main-img {
  position: absolute;
	width: 25px;
}
.thankyou .content .rocket-img {
  bottom: 185px;
  left: -47%;
  z-index: -1;
  width: 70%;

}
.thankyou .content .lft-stars-img {
     left: -60px;
    top: 62%;
}
.thankyou .content .rht-stars-img {
     left: 300px;
    top: -20px;
}
.thankyou .building {
  position: relative;
  bottom: -30px;
  left: 0px;
}
.thankyou .build-point {
  position: absolute;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.239);
  padding: 12px 20px;
  -webkit-backdrop-filter: blur(2.4mm);
          backdrop-filter: blur(2.4mm);
  border-radius: 10px;
  width: 24%;
}
.thankyou .build-point a {
  font-size: 14px;
  line-height: 22px;
  color: white;
  display: flex;
  align-items: center;
}
.thankyou .controler {
  top: 130px;
  left: 230px;
  width: 26%;
}
.thankyou .cctv-cemara {
  top: 374px;
  left: 1%;
  width: 17%;
}
.thankyou .fire-alarm {
  top: 309px;
  left: 72%;
  width: 22%;
}
.thankyou .pointer-tag {
  background-color: #ffffff;
  position: absolute;
  bottom: -26px;
  left: 198px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: -1;
}
.thankyou .pointer-tag::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.712);
  z-index: 1;
  animation: waves 3s ease-in-out infinite;
}
.thankyou .pointer-tag-1 {
  background-color: #ffffff;
  position: absolute;
  bottom: -49px;
  left: 143px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: -1;
}
.thankyou .pointer-tag-1::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5490196078);
  z-index: 1;
  animation: waves 3s ease-in-out infinite;
}
.thankyou .pointer-tag-2 {
  background-color: #ffffff;
  position: absolute;
  bottom: -30px;
  left: -57px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: -1;
}
.thankyou .pointer-tag-2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5490196078);
  z-index: 1;
  animation: waves 3s ease-in-out infinite;
}
@keyframes waves {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}
.thankyou .line-1 {
  position: absolute;
  top: 26px;
  left: 112px;
  width: 40px;
  height: 70px;
}
.thankyou .line-2 {
  position: absolute;
  top: 24px;
  left: 171px;
  width: 35px;
}
.thankyou .line-3 {
  border: 0.1px solid rgba(255, 255, 255, 0.8117647059);
  position: absolute;
  top: 24px;
  left: -50px;
  width: 51px;
}
.thankyou .vr {
  position: absolute;
  top: 25px;
  left: -50px;
  display: inline-block;
  align-self: stretch;
  width: 2px;
  min-height: 3em;
  background-color: white;
  opacity: 20.25;
}

.term-condition {
    padding: 108px 0px 0px;
    background: linear-gradient(198deg, #FFF1F3, rgba(255, 241, 243, 0));
}
.term-condition .mb-1 {
  margin-top: 140px;
}
.term-condition h3 {
      margin-bottom: 10px;
    font-size: 26px;
    margin-top: 30px;

}
.term-condition .space--40 {
  margin-bottom: 47px;
}
.term-condition p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
	color:#000;
}
.term-condition .space--26 {
  margin-bottom: 26px;
}
.term-condition .nav {
  position: sticky;
  top: 30px;
}
.term-condition .nav-link:focus{
	outline:none;
}
.term-condition .nav-link {
  font-size: 18px;
  line-height: 24px;
  color: black;
  border-left: 2px solid #FAE4E6;
  border-radius: 0;
  font-family: "HelveticaNowDisplay-Regular";
}

.term-condition .nav-pills .nav-link:active,
.nav-pills .nav-link.active, .nav-pills .show .nav-link {
  color: #C4112F !important;
  border-left: 2px solid #C4112F;
  border-radius: 0;
  background-color: transparent !important;
  font-family: "HelveticaNowDisplay-Medium";
}

.solution-banner {
  padding: 120px 0px 0px;
  color: white;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.solution-banner .content {
  padding-bottom: 160px;
}
.solution-banner:before {
  content: "";
  background-color: #C4112F;
  background-repeat: no-repeat;
  position: absolute;
  padding: 100px 0px;
  background-size: contain;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.solution-banner .banner-img {
}
.solution-banner .title-primary {
  margin-bottom: 11px;
  color: white !important;
}
.solution-banner h2 {
  margin-bottom: 5px;
	color:#fff !important;
}
.solution-banner p {
  margin-bottom: 32px;
}
.solution-banner .btn {
  background-color: #ffffff;
  padding: 14px 25px;
  border-radius: 10px;
  color: #C4112F;
  font-size: 16px;
  line-height: 22px;
  transition: transform 0.4s ease-in-out;
}
.solution-banner .btn svg {
  transition: transform 0.4s ease-in-out;
}
.solution-banner .btn:hover svg {
  transform: translateX(5px);
}
.solution-banner .member-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.solution-benifite {
  background-color: #F9F9F9;
  padding: 115px 0px;
}
.solution-benifite img {
  width: 52px;
  height: 52px;
  margin-bottom: 100px;
}
.solution-benifite .title-primary {
  margin-bottom: 11px;
}
.solution-benifite .mb-4 {
  margin-bottom: 52px !important;
}
.solution-benifite .card {
  padding: 40px;
  border-radius: 20px;
  border: none;
}
.solution-benifite .font-24 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 11px;
  font-family: "HelveticaNowDisplay-Bold";
}
.solution-benifite .row-gap-1 {
  row-gap: 30px !important;
}

.solutions {
  padding: 115px 0px;
  overflow: hidden;
}
.solutions .box {
  background-color: #FFF1F3;
  width: 600px;
  height: 460px;
  border-radius: 30px;
  position: relative;
}
.solutions .mb-4 {
  margin-bottom: 0 !important;
  -moz-column-gap: 140px;
       column-gap: 140px;
}
.solutions .main-img {
  transition: box-shadow 0.1s linear, transform 0.45s ease-out;
  border-radius: 30px 0px;
  position: absolute;
  top: 60px;
  right: -74px;
}
.solutions .main-img:hover{
	    transform: translateY(-10px);
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.solutions .main-img-1 {
  transition: box-shadow 0.1s linear, transform 0.45s ease-out;
  border-radius: 0px 30px;
  top: 60px;
  left: 0px;
}
.solutions .main-img-1:hover{
	    transform: translateY(-10px);
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.solutions p {
  margin-bottom: 12px;
	color:#000;
}
.solutions ul {
  margin-bottom: 23px;
}
.solutions ul li {
	color:#000;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.solutions .btn {
  background-color: #C4112F;
  padding: 14px 25px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  transition: transform 0.4s ease-in-out; 
  border: none !important;
}
.solutions .btn svg {
  transition: transform 0.4s ease-in-out;
}
.solutions .btn:hover svg {
  transform: translateX(5px);
}
.solutions .benifite {
  position: absolute;
  z-index: 99;
}
.solutions .benifite-img-1 {
  top: -125px;
  left: 90px;
}
.solutions .benifite-img-2 {
  top: -20px;
  left: -130px;
}
.solutions .benifite-img-3 {
  left: -130px;
  top: 80px;
}
.solutions .benifite-img-4 {
  top: 180px;
  left: -130px;
}
.solutions .benifite-img-5 {
  top: -125px;
  left: 30px;
}
.solutions .benifite-img-6 {
  top: -20px;
  right: -190px;
}
.solutions .benifite-img-7 {
  right: -190px;
  top: 80px;
}
.solutions .benifite-img-8 {
  top: 180px;
  right: -190px;
}
.solutions .mb-5 {
margin-bottom: 125px !important;
  -moz-column-gap: 140px;
       column-gap: 140px;
}
.solutions .main-img-1 {
  position: absolute;
  top: 60px;
  left: 1px;
}

@font-face {
  font-family: "HelveticaNowDisplay-Bold";
  src: url("../font/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay-Medium";
  src: url("../font/HelveticaNowDisplay-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay-Regular";
  src: url("../font/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay-Light";
  src: url("../font/HelveticaNowDisplay-Light.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowDisplay-RegIta";
  src: url("../font/HelveticaNowDisplay-RegIta.ttf") format("truetype");
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
a,
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.title-primary {
  font-size: 16px;
  line-height: 22px;
  color: #C4112F;
  letter-spacing: 1.6px;
  font-family: "HelveticaNowDisplay-Medium";
  margin-bottom: 10px;
}

h2 {
  font-size: 50px;
  line-height: 58px;
  margin-bottom: 8px;
  color: #000;
  font-family: "HelveticaNowDisplay-Medium";
}

p {
  font-size: 16px;
  line-height: 24px;
  font-family: "HelveticaNowDisplay-Regular";
}

h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 18px;
  font-family: "HelveticaNowDisplay-Bold";
}

h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 7px;
  font-family: "HelveticaNowDisplay-Bold";
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active ,.btn:active {
  color: white !important;
  background-color: #C4112F !important;
  border: none;
}
.btn:first-child:active svg path{
	stroke:#fff;
}
button {
  border: none;
  background: transparent;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: rgb(0, 0, 0);
  border-radius: 4px;
}
.hamburger .bar:nth-child(3) {
  width: 16px;
  margin-right: inherit;
}

.home-header .hamburger .bar {
  background-color: #fff;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
	line-height:20px;
    font-family: "HelveticaNowDisplay-Regular";
    display: block;
    margin-left: 5px;
    margin-top: 4px;
}
@keyframes pathcolor {
  0% {
    fill: #6D6E71;
  }
  50% {
    fill: #C4112F;
  }
  100% {
    fill: #C4112F;
  }
}
@media only screen and (min-width: 2560px){
	.contact{
		min-height: 0vh;
	}
	    .home-header nav.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.507)), url(../image/home/home-banner/home-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center !important;
        gap: 527px;
        padding: 25px 0px;
    }
}


@media only screen and (min-width: 1800px){
	.header nav.is-fixed{
	gap: 363px !important;
	}
	img{
		max-width:inherit;
	}
}
@media only screen and (max-width: 1800px) {
  .contact .cctv-cemara {
    left: -85px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -40px;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1600px){
	.home-header .dropdown-menu .wht-box::before {
    left: 65px;
}
		img{
			max-width:inherit;
		}
	.contact .right-img {
    left: 0px !important;
}
	.contact .fire-alarm {
        left: 410px;
}
	.enquiry-form .first-bg{
	   left: -15%;
	}
	    .contact .cctv-cemara {
        left: -25px;
    }
	.hero-main .content-main h1{
	    font-size: 60px;
        line-height: 63px;
	}
	    .header nav.is-fixed {
        gap: 369px !important;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1399px){
	.our-solution .btn{
		padding:10px 24px;
	}
	.contact .right-img{
		    left: -100px !important;
	}
	.enquiry .line-2 {
    left: 162px;
	}
	.enquiry .pointer-tag {
    left: 176px;
	}
	.enquiry .pointer-tag-1 {
    left: 134px;
	}
	.enquiry .line-1 {
    left: 109px;
	}
	.contact .build-point{
		    padding: 12px 6px;
	}
	   .contact .fire-alarm {
        left: 243px;
    }
	.contact .cctv-cemara{
		top:139px;
	}
	.contact .pointer-tag-1{
		left: 143px;
	}
	.contact .line-1 {
    left: 158px !important;
}
	.contact .line-2 {
    left: 126px;
	}
	.contact .right-img{
	margin-top: 74px;
	}
	 .contact .cctv-cemara {
    left: -18px;
	width: 38%;
	padding: 9px 11px;
  }
	.contact{
		min-height:0;
	}
	.contact .right-img{
		top: 22px;
	}
	.contact-details .content{
		margin-bottom: 13px;
	}
	.enquiry-form .first-bg{
		left: -23%;
	}
	.enquiry-form .build-point{
		padding:10px;
	}
	.blog-banner .point {
    position: absolute;
    top: 170px;
    right: 535px;
    }
	.blog-banner .point1 {
    position: absolute;
    top: 65px;
    right: 315px;
   }
	  header nav.is-fixed {
              gap: 180px !important;
    }
	 .header nav.is-fixed {
              gap: 180px !important;
    }
}
/*  */
	
	
	

	
	
	
	
@media only screen and (max-width: 1200px) {
	  header nav.is-fixed {
              gap: 180px !important;
    }
  .contact .cctv-cemara {
    left: -18px;
	top: 255px;
	width: 38%;
	padding: 9px 11px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -40px;
  }
}


@media only screen and (min-width: 1025px) {
	nav {
     transition: transform 0.3s ease;
   }

.header nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  justify-content: space-around !important;
  gap: 298px;

	
}
	  .home-header nav.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.507)), url(../image/home/home-banner/home-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center !important;
           gap: 360px;
        padding: 20px 0px;
    }
		  .header nav.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
      background-color:white;
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center !important;
              gap: 504px;
        padding: 20px 0px;
    }

nav.nav-up {
  transform: translateY(-100%);
}

nav.nav-down {
  transform: translateY(0);
}
}

@media only screen and (max-width: 1024px) {
	.header{
		position: sticky;
        top: 0;
	 }
	    header nav.is-fixed {
        gap: 18px !important;
    }
	.checkbox{
		 font-size: 13px;
	}
   h2 {
    font-size: 40px;
    line-height: 49px;
   }
		.testimonial .doted{
		 width: 64px;
  height: 45px;
  margin-bottom: 20px;
	}
	.employee-benifites .benifite .card {
    top: 0px !important;
    margin-bottom: 25px;
  }
	.employee-benifites .card img,
	.employee-benifites .card .w-40{
		width:25%;
	}
	.employee-benifites{
		    padding: 115px 0px 128px;
	}
	.contact{
		min-height:0;
	}
	 .contact-details .content {
    margin-bottom: 50px;
  }
	.all-blogs .filter {
    width: 100% !important;
  }
	.navbar-expand-lg .navbar-collapse{
		display: block !important;
		justify-content:flex-start !important;
	}
	header nav .nav-menu{
		display:block;
	padding: 140px 30px 40px 30px;
	}
	.home-header .dropdown-menu .dropdown-item{
	        width: 245px;
	}
  .font-20 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 15px !important;
  }
  .hamburger {
    display: block;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #fff !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: -107%;
    top: 0px;
    gap: 0;
    flex-direction: column !important;
    background-color: #C4112F;
    width: 100%;
    height: 630%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 85px 30px 40px 30px;
    overflow-y: scroll;
    justify-content: space-between !important;
  }
  .nav-menu.active {
    left: 0;
    align-items: start !important;
    background-color: #C4112F;
  }
  .nav-menu.active li {
    margin: 0px 0px 0px;
    padding-bottom: 22px;
	width: 100%;
  }
  .nav-menu.active li a {
    color: #fff !important;
  }
  .nav-menu.active .btn {
    background-color: #ffffff;
    width: 30%;
  }
  .nav-menu.active .btn a {
    color: #C4112F !important;
  }
  .nav-menu.active .btn a svg path {
    stroke: #C4112F;
  }
  .nav-menu.active .nav-link.dropdown-toggle.show {
    color: #D6AF42;
  }
  .nav-menu.active .dropdown-menu.show {
    position: static !important;
    transform: translate3d(0px, 10px, 0px) !important;
    padding: 0px 0px 0px !important;
    border: none;
  }
  .nav-menu.active .dropdown-menu.show .wht-box {
    background-color: transparent;
    padding: 10px 0px 0px;
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
    display: flex;
  }
  .nav-menu.active .dropdown-menu.show .wht-box ul {
    padding: 0px !important;
  }
  .nav-menu.active .dropdown-menu.show .wht-box li {
    border: none !important;
  }
  .nav-menu.active .dropdown-menu.show .wht-box li a {
    color: white !important;
  }
  .nav-menu.active .dropdown-menu.show .wht-box:before {
    display: none;
  }
  .nav-menu.active .social-icons {
    color: white;
    border-top: 1px solid white;
    width: 100%;
    padding-top: 25px;
  }
  .nav-menu.active .dropdown-toggle::after {
    display: none;
  }
  .nav-menu.active .nav-link.dropdown-toggle.show svg {
    transform: rotate(50deg) !important;
  }
  .nav-menu.active .nav-link.dropdown-toggle.show svg path {
    stroke: #D6AF42;
    fill: none !important;
  }
  .nav-menu.active .mb-80 {
    margin-bottom: 80px;
  }
  .dropdown-menu {
    padding: 17px 0px 0px !important;
  }
  .dropdown-menu .wht-box {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
    display: flex;
  }
    .dropdown-menu .wht-box ul {
        width: 80%;
    }
  header .nav-active {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    padding: 23px;
    z-index: 9999;
    background-color: #C4112F;
    align-items: center;
  }
  header .nav-active .logo {
    filter: brightness(0) invert(1);
  }
  header .nav-active ul {
    align-items: start !important;
  }
  header .nav-active::before {
    content: "";
    background-color: #C4112F;
    position: absolute;
    top: 0;
    width: 100%;
    height: 91px;
    z-index: -1;
  }
  header nav ul {
    gap: 0px !important;
    width: 100%;
    padding: 0px 0px;
    align-items: start !important;
    flex-direction: column !important;
    gap: 0px;
  }
  header nav ul .nav-item.btn {
    margin-bottom: 20px;
  }
  header nav ul li a {
    color: #fff;
  }
  header nav ul:nth-child(2) li:nth-child(1) p {
    color: #E7F1F8;
  }
  header nav ul:nth-child(2) li .btn a {
    color: #A10922 !important;
  }
  header nav ul:nth-child(2) li:nth-last-child(1) {
    border-top: 1px solid #fff;
    padding-top: 16px;
	  text-align:center;
  }
  header nav ul:nth-child(2) li:nth-last-child(1) p {
    color: #fff;
    margin-bottom: 12px;
  }
  .header .dropdown-menu .dropdown-item:hover{
		background-color:unset;
	}
  header nav ul:nth-child(2) li:nth-last-child(1) a img {
    margin-right: 20px;
  }
  header .nav-active {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    padding: 30px 20px 30px;
    z-index: 9999;
    background-color: #C4112F;
    align-items: center;
  }
  header .nav-active .res-logo {
    display: block !important;
  }
  header .nav-active .main-logo {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }
  header .dropdown-menu .wht-box {
    margin-left: 0px !important;
    background-color: transparent !important;
    padding: 0px !important;
	  box-shadow:none !important;
  }
  header .dropdown-menu .wht-box::before {
    display: none;
  }
  header .dropdown-menu .wht-box ul li {
    width: 63%;
  }
  header .dropdown-menu .wht-box ul li svg {
    display: none;
  }
  header .dropdown-menu .wht-box ul li h5, header .dropdown-menu .wht-box ul li p {
    color: #fff !important;
  }
  header .dropdown-menu .dropdown-item {
    padding: 0px 0px 0px;
  }
  header nav ul li .nav-link:hover {
    color: #fff !important;
  }
  header .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
  }
  .home-header nav ul {
    gap: 0px;
  }
	header .dropdown a{
		display: flex;
        align-items: center;
        justify-content: space-between;
	}
  .home-header .dropdown-menu li {
    margin-right: 0px !important;
	padding-bottom:10px;
  }
  .hero-main {
    overflow: hidden;
  }
  .hero-main .content {
    padding-bottom: 1px;
  }
  .hero-main .content-main {
    padding: 150px 0px 100px;
    overflow: hidden;
  }
  .hero-main video {
    width: 137%;
	}
  .hero-main .content-main h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .hero-main .content-main .builder-img {
    position: absolute;
    top: -21px;
    left: 454px;
  }
  .hero-main .content-main .builder-img img {
    width: 70% !important;
  }
  .hero-main .content-main .innovation {
    font-size: 18px;
    line-height: 28px;
  }
  .about-us br {
    display: none;
  }
  .about-us .title-primary {
    margin-bottom: 25px;
  }
  .about-us p br {
    display: none;
  }
  .about-us h2 {
    margin-top: 25px;
    font-size: 55px;
    line-height: 57px;
    margin-bottom: 5px;
  }
	.we-are-banner .build-pic-2 {
    position: absolute;
    z-index: 999;
    top: 370px;
    left: 395px;
    }
  .about-us h4 {
    font-size: 20px;
    line-height: 30px;
	  width:100%;
  }
  .who-choose h2 {
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .testimonial h2 {
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 20px;
    font-family: "HelveticaNowDisplay-Bold";
  }
  .testimonial .google-map {
    width: auto;
  }
  .testimonial .row {
    row-gap: 25px;
  }
  .our-blogs {
    padding: 100px 0px 50px;
  }
  .our-blogs img {
    width: 100%;
  }
  .our-blogs ul li {
    margin-bottom: 5px;
  }
  .our-blogs h4 {
    font-size: 21px;
    line-height: 28px;
	width: 110%;
  }
  .our-solution .slick-slide {
    width: 275px;
    margin: 0px 20px;
  }
  .our-solution img {
    width: 100%;
  }
  .our-solution .card:hover .card-body {
    width: 100%;
    top: 184px;
  }
  .our-solution .card-body {
    width: 100%;
  }
  .our-solution p {
    margin-bottom: 8px;
  }
  .who-choose .card {
    width: 100%;
	  height:100%;
  }
  .who-choose .mb-5 {
    row-gap: 30px;
  }
  .we-are-banner .font-20 {
    font-size: 18px;
    line-height: 23px;
  }
  .we-are-banner .font-56 {
    font-size: 50px;
    line-height: 54px;
  }
  .we-are-banner h5 {
    font-size: 14px;
    line-height: 19px;
  }
  .we-are-banner p br {
    display: none;
  }
  .we-are-banner .row {
    align-items: center;
  }
  .we-are-banner .build-img .building-img {
    width: 100%;
  }
  .we-are-banner .point-1 {
    right: 15px;
    bottom: 180px;
  }
  .service h2 {
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 20px;
    font-family: "HelveticaNowDisplay-Bold";
  }
  .blog-banner .point {
    top: 190px;
    right: 447px;
  }
  .blog-banner .point1 {
    right: 225px;
  }
  .all-blogs .g-120 {
    gap: 35%;
  }
  .all-blogs h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .enquiry .content h3 {
    font-size: 31px;
    line-height: 39px;
  }
  .enquiry .content p br {
    display: none;
  }
  .enquiry .building {
    position: relative;
    bottom: -37px;
    left: -119px;
  }
  .enquiry .controler {
    width: 42%;
    top: 178px;
    left: 115px;
  }
  .enquiry .fire-alarm {
    top: 306px;
    left: 90%;
    width: 33%;
  }
  .enquiry .cctv-cemara {
    top: 442px;
    left: -4%;
    width: 28%;
  }
  .enquiry .pointer-tag::Before {
    left: 7.5px;
    top: 6.5px;
  }
  .who-choose-2 .row {
    row-gap: 30px;
  }
  .testimonial .card, .home-testimonial .card {
    padding: 30px;
    width: 95% !important;
  }
  .testimonial .card .google, .home-testimonial .card .google {
    position: absolute;
    bottom: 40px;
  }
  .clear-vision {
    padding: 120px 0px 0px;
  }
  .clear-vision .card {
    padding: 35px;
  }
  .clear-vision .card p {
    margin-bottom: 0;
  }
  .team img {
    width: 100%;
  }
  .team .all-team {
    width: 12%;
  }
  .thankyou .building {
    bottom: -35px;
    left: -30px;
  }
  .thankyou .building .builder-img {
    width: 100%;
  }
  .thankyou .controler {
    width: 35%;
    top: 71px;
    left: 100px;
  }
  .thankyou .fire-alarm {
    top: 179px;
    left: 74%;
    width: 28%;
  }
  .thankyou .cctv-cemara {
    top: 242px;
    left: 0%;
    width: 23%;
  }
  .thankyou .line-1 {
    top: 26px;
    left: 110px;
    width: 40px;
    height: 55px;
  }
  .thankyou .content .rocket-img {
    top: -121px;
    left: -33%;
    width: 300px;
  }
  .thankyou .content .rht-stars-img {
    right: 150px;
  }
  .thankyou .content p br {
    display: none;
  }
  .blog-details .gp-2 {
    -moz-column-gap: 70px !important;
         column-gap: 70px !important;
  }
  .blog-details .gp-1 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .blog-details .share-links {
    margin-left: 0;
  }
  .career-banner .hosp-img img {
    width: 500px;
  }
  .career-banner .point {
    top: 90px;
    right: 370px;
  }
  .career-banner .point::before {
    width: 80px;
    height: 80px;
  }
  .career-banner .point svg {
        left: 14px;
        top: 0px;
        width: 70px;
  }
  .career-banner .point1 {
    top: 60px;
    right: 190px;
  }
  .career-banner .point1::before {
    width: 80px;
    height: 80px;
  }
  .career-banner .point1 svg {
        left: 13px;
        top: 2px;
        width: 70px;
  }
  .career-details .white-box {
    padding: 35px;
  }
  .career-details .white-box form .btn {
    width: 45%;
  }
  .contact .right-img {
    width: 380px;
    margin-top: 150px;
	      left: -44px;
  }
 .enquiry-form .first-bg {
    width: 100%;
 }
  .team {
    padding: 150px 0px 50px;
  }
  .career h2 {
    font-size: 40px;
    line-height: 50px;
  }
   .contact .fire-alarm{
		 width: 58%;
	}
	.contact .build-point{
		padding: 9px 6px;
	}
  .career .career-img {
    width: 100%;
  }
  .job-list .box {
    padding: 20px;
  }
  .job-list h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .job-list h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .job-list p br {
    display: none;
  }
  .employee-benifites .card {
    padding: 35px;
  }
  .employee-benifites .card h4 {
    font-size: 26px;
    line-height: 35px;
  }
  .contact-details {
    padding: 0px 0px 50px;
  }
  .contact-details .content {
    position: unset;
  }
  .contact-details .city-img {
    width: 520px;
    height: 420px;
  }
  .contact-details .box {
    padding: 61px;
    width: 520px;
    height: 420px;
  }
  .contact-details .contact-map {
    display: none;
  }
	
  .blog-details {
    padding: 120px 0px 50px;
  }
  .solution-banner {
    padding: 100px 0px 0px;
  }
  .solution-banner br {
    display: none;
  }
  .solution-banner .position-relative {
    height: 100%;
  }
  .solution-banner .position-relative img {
    height: 100%;
  }
  .solution-banner .content {
    padding-bottom: 100px;
  }
  .solution-banner .member-btn {
    flex-wrap: wrap;
  }
  .solution-banner .member-btn p br {
    display: none;
  }
  .solutions {
    padding: 115px 0px 0px;
    overflow: hidden;
  }
  .solutions .mb-5 {
    gap: 0px;
    align-items: center;
  }
  .solutions .box {
    width: 100%;
  }
  .solutions .pos {
    left: 0px;
  }
  .solutions .main-img {
    left: inherit;
    right: 0;
    width: 92%;
    margin-left: auto;
    top: 50px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px 0px 30px;
  }
  .solutions .main-img-1 {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 90%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px 0px 30px;
  }
  .solutions .benifite-img-7 {
    left: 100px;
  }
  .solutions .benifite-img-8 {
    left: 100px;
  }
  .solutions .benifite-img-6 {
    left: 100px;
  }
  
  .enquiry-form .white-box {
    padding: 40px;
  }
  .enquiry-form .white-box form .btn {
    width: 63%;
  }
  footer .mb-2 {
    margin-bottom: 30px !important;
  }
	header .navbar-nav .btn{
		display:none !important;
	}
	.our-solution .card-body .font-24 {
	width: 100%;
   }
	.career-details .wht-box form .checkbox .wpcf7-not-valid-tip {
    top: 50px !important;
   }
	.enquiry-form .white-box form .checkbox .wpcf7-not-valid-tip {
    top: 40px !important;
   }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.home-header nav.is-fixed{
		gap:200px !important;
	}
	.header nav.is-fixed{
		gap:200px !important;
	}
	.our-solution .card img,
	.our-solution .card-body{
		width:358px;
	}
	.our-solution .card-body .font-24 {
		width: 74%;
	}
	.our-solution .card:hover .card-body {
		width: 358px;
		top: 255px;
	}
	.career-details .white-box {
		padding: 46px;
	}
	#counter p br{
		display:none;
	}
	.about-us h4 {
		font-size: 21px;
		line-height: 31px;
		width: 90%;
	}
	h2 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.our-solution .btn{
		padding: 10px 30px;
	}
	.who-choose .card {
		width: 263px;
	}
	.enquiry .content h3 {
		font-size: 31px;
		line-height: 41px;
	}
	.we-are-banner .build-img img{
		max-width:100%;
	}
	.who-choose-2 .card{
		width:268px;
	}
	.who-choose-2 .font-24{
		font-size:21px;
	}
	.career-banner .point {
		right: 410px;
	}
	.blog-details .category-btn {
		font-size: 16px;
	}
	.solution-banner .btn {
		padding: 14px 18px;
	}
	.solutions .box {
		width: 539px;
	}
	.enquiry-form{
		overflow:hidden;
	}
	.contact .fire-alarm {
        left: 315px;
		width:34%;
    }
	 .contact .cctv-cemara {
        width: 34%;
    }
}	

@media only screen and (min-width: 1025px) and (max-width: 1199px){
	.new-list-1025{
		display:none;
	}
	    header nav.is-fixed {
        gap: 66px !important;
    }
	.home-header nav ul, .header nav ul {
    	gap: 21px;
	}
	.hero-main .content-main h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.hero-main .content-main .innovation {
		font-size: 16px;
		line-height: 26px;
	}
	.hero-main .content-main {
    	padding: 200px 0px 0px;
	}
	h2 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.solution-slider .card img{
		width:300px;
	}
	.our-solution .card-body .font-24{
		width:96%;
	}
	.our-solution .card-body{
		width:300px;
	}
	.our-solution .card:hover .card-body {
		width: 300px;
		top: 198px;
	}
	.who-choose .card {
		width: unset;
		height: 100%;
	}
	.our-blogs ul {
		width: 90%;
	}
	.enquiry.home-enq .building img{
		width:100%;
	}
	.enquiry .content h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.enquiry .controler {
		top: 90px;
		left: 123px;
	}
	.enquiry .line-2 {
		top: 23px;
		left: 139px;
	}
	.enquiry .pointer-tag {
		top: 65px;
		left: 153px;
	}
	.enquiry .fire-alarm {
		top: 249px;
		left: 68%;
		width: 33%;
	}
	.enquiry .pointer-tag-2 {
		top: 35px;
	}
	.enquiry .cctv-cemara {
		top: 264px;
		width: 28%;
		left: -15px;
	}
	.enquiry .pointer-tag-1 {
		top: 88px;
	}
	#counter p br{
		display:none;
	}
	.about-us h4 {
		font-size: 21px;
		line-height: 31px;
		width: 90%;
	}
	.we-are-banner .font-56 {
		font-size: 38px;
		line-height: 48px;
	}
	.solution-banner .content {
		padding-bottom: 44px;
	}
	.solution-banner .banner-img {
		max-width: inherit;
	}
	.solution-banner p br{
		display:none;
	}
	.solutions .box {
		width: 462px;
		height: 355px;
	}
	.solutions .mb-5 {
		column-gap: 128px;
	}
	.testimonial .client img {
		max-width: inherit;
	}
	.solution-banner .member-btn p {
		margin-bottom: 0 !important;
		width: 80%;
	}
	.solution-banner .btn {
		padding: 9px 2px;
		width: 101%;
	}
	.contact .right-img {
		top: 231px;
		left: 0;
	}
	.contact .fire-alarm {
		width: 42%;
	}
	.contact-details iframe{
		height:500px;
	}
	.job-list .box h3{
		font-size: 19px;
    	line-height: 29px;
	}
	.job-list .box .btn {
		width: 46%;
	}
	.employee-benifites .card{
		margin-bottom:25px;
	}
	.employee-benifites .col-xl-4:nth-child(2) .card{
		position:unset;
	}
	.career-banner .point {
		position: absolute;
		top: 55px;
		right: 403px;
	}
	.checkbox {
		font-size: 12px;
		line-height: 24px;
	}
	.career-details .white-box{
		padding:38px;
	}
	.blog-banner .point {
		top: 190px;
		right: 480px;
	}
	.blog-banner .point1 {
		top: 65px;
		right: 227px;
	}
	.our-blogs img {
		height: 219px;
	}
	.blog-details h6 {
		font-size: 16px;
		line-height: 24px;
		margin-right: 4px !important;
	}
	.blog-details .category-btn{
		font-size:16px;
	}
	.blog-details h5{
		font-size: 19px;
	}
} 

@media only screen and (max-width: 991px) {
  .slick-dots {
       bottom: -70px;
  }
	    .career-details .white-box form .btn {
        width: 27%;
    }
  .slick-dots li button {
    background-color: #CDCDCD;
    width: 11px;
    height: 10px;
    border-radius: 40px;
  }
  .slick-dots li button::before {
    display: none;
  }
  .slick-dots .slick-active button {
    width: 25px;
    background-color: #C4112F;
  }
  .hero-main .content-main {
    height: auto;
    padding: 150px 0px 0px;
  	height: 100vh;
  }
  .hero-main .content-main .d-block {
    margin-left: 80px;
    margin-right: -41px;
  }
  .hero-main .content-main .d-block img {
    margin-bottom: 15px;
  }
  .hero-main .content-main .d-block img:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .hero-main .row {
    row-gap: 40px;
  }
	header .dropdown-menu .wht-box ul li{
		width:63%;
	}
	  .dropdown-menu .wht-box ul {
        width: 100%;
    }
  .thankyou .thank-cont {
    flex-direction: column;
    gap: 100px;
  }
  .solution-banner .member-btn p br {
       display:block;
   }
  .thankyou .controler {
    width: 24%;
    top: 140px;
    left: 250px;
  }
  .thankyou .line-1 {
    top: 23px;
    left: 108px;
    width: 34px;
    height: 41px;
  }
	 .enquiry-form .white-box form .checkbox .wpcf7-not-valid-tip {
        top: 23px !important;
    }
  .thankyou .cctv-cemara {
    top: 432px;
    left: 6%;
    width: 15%;
  }
  .thankyou .pointer-tag-1 {
    top: 53px;
    left: 126px;
  }
  .thankyou .line-3 {
    left: -38px;
    width: 39px;
  }
  .thankyou .fire-alarm {
    top: 345px;
    left: 71%;
    width: 19%;
  }
  .thankyou .vr {
    top: 24px;
    left: -39px;
    min-height: 3em;
  }
  .thankyou .pointer-tag-2 {
    top: 52px;
    left: -54px;
  }
  .thankyou .content {
    bottom: 50px;
  }
  .term-condition .flex-column {
    display:none;
  }
  .career-banner .point {
    top: 90px;
    left: 90px;
  }
  .career-banner .point1 {
    top: 50px;
    left: 250px;
  }
   .blog-details {
        padding: 50px 0px 65px;
    }
  .blog-details .links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
	.blog-details .blog-img{
		    margin-bottom: 7px;
	}
	.blog-details .category-btn {
		align-items: center;
		background-color:unset;
    padding: 9px 0px 14px 0 !important;
    position: unset !important;
    top: 0px;
    color: #000;
}
  .blog-details .links h6 {
    margin-bottom: 0;
  }
  .blog-details .share-links {
    flex-direction: row;
    margin-left: 0;
  }
  .blog-details .d-sm-none {
    display: none;
  }
  .blog-details .blog-points {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
  }
 .testimonial .card, .home-testimonial .card {
        padding: 30px;
            width: 395px !important; 
    }
  .job-list .row {
    gap: 30px;
  }
  .about-us .right-img {
    margin-bottom: 30px;
  }
  .our-solution .card:hover .card-body {
    top: 635px;
  }
  .team {
    padding: 50px 0px;
  }
  .team .mb-2 {
    gap: 30px;
  }
  .team .mb-5 {
    gap: 30px;
  }
  .enquiry .building {
    bottom: -8px;
    left: -25px;
    width: 100%;
  }
  .enquiry .building img {
    width: 100%;
    margin-bottom: 30px;
  }
  .enquiry .content {
    margin-left: 0;
  }
  .enquiry .content h3 br {
    display: none;
  }
 .solution-benifite .row-gap-1 {
    justify-content: center;
 }
 .enquiry-form .white-box form .btn {
        width: 25%;
    }
  .enquiry .build-point {
    background-color: rgba(90, 90, 90, 0.24);
  }
  .enquiry .controler {
    width: 27%;
    top: 153px;
    left: 213px;
  }
  .enquiry .pointer-tag-1 {
    left: 141px;
  }
  .enquiry .cctv-cemara {
    top: 432px;
    left: 0%;
    width: 17%;
  }
  .enquiry .pointer-tag {
    top: 46px;
    left: 202px;
  }
  .enquiry .line-1 {
    left: 118px;
  }
  .enquiry .line-2 {
    left: 188px;
  }
  .enquiry .line-3 {
    left: -39px;
    width: 39px;
  }
  .enquiry .fire-alarm {
    top: 345px;
    left: 66%;
    width: 22%;
  }
  .enquiry .pointer-tag-2 {
    left: -54px;
    top: 59px;
  }
  .enquiry .vr {
    left: -39px;
  }
  .enquiry .content {
    margin-bottom: 40px;
  }
  .clear-vision {
    padding: 80px 0px 0px;
  }
  .solutions .pos {
    left: 0;
    display: flex;
    justify-content: center;
  }
  .solutions .main-img {
    left: 103px;
  }
  .solutions .main-img-1 {
    left: 39px;
  }
  .employee-benifites {
    padding: 80px 0px;
  }
  .employee-benifites .sm-mb-1 {
    margin-bottom: 0px;
  }
  .employee-benifites .benifite {
    row-gap: 25px;
    gap: 0px;
    align-items: start !important;
  }
  
  .enquiry-form .offset-1 {
    margin-left: 0;
  }
  .enquiry-form .gap-5 {
    gap: 25px !important;
  }
  .who-choose-2 .row {
    gap: 0px;
  }
  .contact::before {
    height: 95%;
  }
  .contact .right-img {
    margin-top: 20px;
  }
  .contact-details {
    padding: 100px 0px 50px;
  }
  .contact-details .box {
    width: 390px;
    height: 385px;
    padding: 25px;
  }
  .contact-details .box p {
    margin-bottom: 20px;
  }
  .contact-details .box .mb-21 {
    margin-bottom: 10px;
  }
  .contact-details .box .mb-18 {
    margin-bottom: 10px;
  }
  .contact-details .city-img {
    width: 390px;
    height: 385px;
  }
  .blog-banner .banner-img {
    width: 100%;
    margin-top: 0px;
  }
  .blog-banner h2 {
    font-size: 38px;
    line-height: 51px;
  }
  .blog-banner .point {
    top: 170px;
    right: 337px;
  }
  .blog-banner .point::before {
    width: 80px;
    height: 80px;
  }
  .blog-banner .point svg {
           left: 40px;
        top: 8px;
  }
  .blog-banner .point1 {
    top: 55px;
    right: 175px;
  }
  .blog-banner .point1::before {
    width: 80px;
    height: 80px;
  }
  .blog-banner .point1 svg {
    left: 14px;
    top: 16px;
  }
  .all-blogs .g-120 {
    gap: 15%;
  }
 .all-blogs .mb-5 {
    margin-bottom: 0px !important;
	 margin-left: 0px !important;
	 margin-right:0px !important;
  }
  .we-are-banner .row {
    gap: 50px;
  }
    .our-blogs {
        padding: 100px 0px 0px;
    }
  .our-blogs .blog-heading {
    text-align: center;
  }
  .our-blogs .blog-main {
    gap: 30px;
  }
  .our-blogs p {
    padding: 0px 125px;
  }
  .clear-vision .row {
    gap: 0px;
    row-gap: 25px;
  }
  .service .row {
    row-gap: 30px;
  }
  .service .box-1, .service .box-2, .service .box-3, .service .box-4, .service .box-5 {
    left: 20px !important;
  }
  .service .col-md-12 {
    display: flex;
    justify-content: space-between;
  }
  .service .col-md-12 .box {
    width: 48%;
    height: 229px;
  }
  .service .col-md-12 .box img {
    height: 229px;
    width: 100%;
  }
  .service .col-md-12 .mt-2 {
    margin-top: 0px !important;
  }
  .about-us .hover-parent {
    width: 100%;
  }
  .team .row {
    gap: 0px;
  }
  .contact .row {
    row-gap: 25px;
  }
  .contact .position-relative {
    display: none;
  }
  .contact-details {
    padding: 40px 0px 50px;
  }
  .contact-details iframe {
    height: 380px;
  }
  .contact-details .box a {
    font-size: 15px !important;
    line-height: 28px;
    font-family: "HelveticaNowDisplay-Medium";
  }
  .job-list .box p {
    width: 50%;
  }
  .job-list .box .placement {
    width: 100%;
  }
	.our-blogs h4 {
       width: 100%;
    }
	 .our-blogs ul li {
         margin-bottom: 0px;
    }
	.our-blogs ul {
		gap:0px !important;
   }
  .blog-details .mob-sharelink{
		  position: absolute;
          bottom: 65px;
	}
	.mob-sharelink{
		display:none;
	}
	.d-sm-none{
		display:block !important;
	}
}
@media only screen and (max-width: 767px) {
	.our-blogs {
        padding: 46px 20px 20px !important;
    }

	footer .cpy-rht p{
		width:73%;
	}
	.enquiry-form .white-box form .btn{
		        width: 45%;
	}
	.we-are-banner .gap-5 {
    gap: 20px !important;
}
	.team {
       padding: 20px 0px 50px !important;
    }
	.related-detail .blog-heading a {
    border-radius: 5px  !important;
    padding: 10px 15px  !important;
    background-color: #c4112f  !important;
    color: #ffffff  !important;
		margin-top:10px;
}
	
	
	header nav {
    position: relative;
    padding: 28px 20px 27px !important;
   }
	.enquiry-form h3{
		    font-size: 27px;
	}
	.enquiry .build-point a{
		gap: 4px;
	}
	.we-are-banner p {
	width:100%;
}
	.team .mb-2:last-of-type {
    margin-bottom: 14px !important;
}
	.hero-main video{
		display:none;
	}
	footer .footer-left-content p{
	width:100%;
}
	header .collapse:not(.show){
		width:100%;
	}
	header .dropdown{
		width:100%;
	}
	.navbar-nav .services-dropdown .dropdown-menu ul,
	.navbar-nav .dropdown-menu ul{
		grid-auto-flow: row !important;
	}
  .error-main h2 {
    font-size: 40px;
    line-height: 50px;
  }
	.
  .career-banner h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .career-banner .gap-3 {
    margin-bottom: 40px;
  }
  .career-banner .point {
    top: 40px;
    right: 402px;
  }
  .career-banner .point:before {
    width: 70px;
    height: 70px;
  }
  .career-banner .point svg {
         left: 17px;
        top: -4px;
        width: 55px;
  }
  .career-banner .point1 {
    top: 56px;
    right: 248px;
  }
  .career-banner .point1:before {
    width: 70px;
    height: 70px;
  }
  .career-banner .point1 svg {
        left: 17px;
        top: -2px;
        width: 50px;
  }
  .career-banner .banner-img {
    width: 100%;
  }
  .contact:before {
    height: 95%;
  }
  .clear-vision .mb-2 {
    margin-bottom: 10px !important;
  }
  .clear-vision .row {
    gap: 30px;
  }
  .job-list .d-flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .job-list p {
    text-align: center;
  }
 
  .employee-benifites .card .w-40 {
    margin-left: 120px;
    width: 40%;
  }
  .team .all-team {
    width: 20%;
  }
  .team .mb-5 {
    margin-bottom: 10px !important;
  }
  .career-details .white-box form .btn {
    width: 50%;
  }
  .contact-details {
    padding: 120px 0px 0px;
    overflow: hidden;
  }
  .contact-details .address {
    flex-direction: column;
  }
  .contact-details .city-img {
    width: 100%;
    height: 100%;
  }
  .contact-details .box {
    width: 100%;
    height: auto;
    padding: 50px;
  }
 
  .contact-details .contact-map {
    display: block;
  }
  footer .cpy-col {
    flex-direction: column;
    gap: 10px;
  }
  .thankyou .main-cont {
    text-align: center;
    margin-top: 80px;
  }
  .thankyou .building {
    bottom: -25px;
  }
  .thankyou .thank-cont {
    flex-direction: column-reverse;
  }
  .thankyou .controler {
    width: 33%;
    top: 89px;
    left: 125px;
  }
  .thankyou .fire-alarm {
    top: 241px;
    left: 70%;
    width: 26%;
  }
  .thankyou .cctv-cemara {
    top: 304px;
    left: -4%;
    width: 21%;
  }
  .thankyou .content .rocket-img {
    top: 0px;
    left: -50%;
  }
  .thankyou .content .lft-stars-img {
    left: -10px;
    top: 86%;
  }
  .thankyou .content .rht-stars-img {
    right: 10px;
    top: 62px;
  }
  .our-solution .card:hover .card-body {
    top: 430px;
  }
  .who-choose .gap-3 p {
    font-size: 15px;
    line-height: 22px;
  }
  .testimonial .mb-5 {
    row-gap: 30px;
  }
  .enquiry .controler {
    width: 37%;
    top: 83px;
    left: 105px;
  }
  .enquiry .pointer-tag-2 {
    top: 55px;
    left: -54px;
  }
  .enquiry .pointer-tag {
    top: 53px;
    left: 176px;
  }
  .enquiry .line-2 {
    position: absolute;
    top: 23px;
    left: 190px;
    width: 35px;
  }
  .enquiry .vr {
    min-height: 3rem;
  }
  .enquiry .fire-alarm {
    top: 247px;
    left: 69%;
    width: 27%;
  }
  .enquiry .line-1 {
    width: 44%;
    height: 115%;
  }
  .enquiry .cctv-cemara {
    top: 278px;
    left: -10%;
    width: 22%;
  }
  .enquiry .pointer-tag-1 {
    top: 65px;
    left: 151px;
  }
  .enquiry .content {
    margin-left: 0;
  }
  .blog-details .blog-points {
    flex-direction: column;
    gap: 0;
  }
  .service .box {
    width: 100%;
  }
  .service .box img {
    width: 100%;
    height: 280px;
  }
  .service .col-md-12 {
    flex-direction: column;
    row-gap: 30px;
  }
  .service .col-md-12 .box {
    width: 100%;
    height: 100%;
  }
  .our-blogs p {
    padding: 0px 0px;
  }	
}
@media only screen and (max-width: 640px) {
	.nav-menu.active .btn{
		 width: 100%;
	}
	.enquiry-form .rht-img {
    top: 25%;
    right: 90%;
    width: 13%;
}
  h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  br {
    display: none;
  }
  .btn {
    font-size: 13px;
    line-height: 18px;
    border-radius: 6px !important;
  }
  .title-primary {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 9px;
  }
	.header .dropdown-menu .dropdown-item{
		padding:0px !important;
	}
  header a .logo {
      width: 100%;
      height: 100%;
  }
  .hero-main .content {
    padding: 0px 20px;
  }
  .hero-main .content h1 {
    font-size: 25px;
    line-height: 32px;
    width: 70%;
  }
	.pb-5{
	 padding-bottom: 0px !important;
	}
  .about-us {
    padding: 46px 20px;
  }
  .about-us .title-primary {
    margin-bottom: 10px;
  }
  .about-us .right-img {
    display: none;
  }
  .about-us #counter {
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
	  margin-top:16px;
	  gap: 0px;
  }
  .about-us #counter h2 {
    font-size: 40px !important;
    line-height: 58px !important;
    margin-bottom: 2px;
  }
  .about-us #counter h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .who-choose {
    padding: 46px 20px 48px;
  }
  .who-choose .font-24 {
    font-size: 20px;
    line-height: 26px;
  }
  .who-choose h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .who-choose .mb-5 p {
    font-size: 14px;
    line-height: 20px;
  }
  .who-choose p {
    font-size: 16px;
    line-height: 20px;
  }
  .who-choose .gap-3 {
    text-align: left;
  }
  .who-choose .gap-3 img {
    width: 80px;
  }
  .who-choose .gap-3 p {
    margin-bottom: 0px !important;
  }
  .who-choose .row:nth-child(1) {
    row-gap: 11px;
    margin-bottom: 23px !important;
  }
  .who-choose .row:nth-child(2) {
    margin-bottom: 21px !important;
    row-gap: 25px;
  }
  .who-choose .mb-2 {
    margin-bottom: 77px !important;
  }
  .testimonial {
   padding: 55px 20px 0px;
  }
  .testimonial h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 4px;
  }
 .blog-banner .point1 svg {
        left: 1px;
        top: 2px;
    }
  .testimonial p {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonial .mb-5 {
    row-gap: 10px;
  }
  .testimonial .client {
    padding: 50px 0px 0px;
  }
  .testimonial .client .ani-hover-pause {
    margin-bottom: 40px;
  }
  .testimonial .mb-5 {
    margin-bottom: 32px !important;
  }
	.testimonial .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
	width:unset;
	height:unset;
    cursor: pointer;
}
	.testimonial-slider-mob .card{
	   width: 335px !important;
	}
  .enquiry {
    padding: 50px 0px;
  }
  .enquiry .build-point a {
    font-size: 14px;
    line-height: 23px;
  }
  .enquiry .content {
    padding: 0px 20px;
  }
  .enquiry .content h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .enquiry .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .enquiry:before {
    -webkit-clip-path: polygon(0 35%, 200% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 35%, 200% 0%, 100% 100%, 0% 100%);
    padding: 0;
  }
  .enquiry .controler {
    width: 45%;
    top: 14px;
    left: 25px;
  }
  .enquiry .line-3 {
    left: -32px;
    width: 32px;
  }
  .enquiry .line-2 {
    left: 158px;
  }
  .enquiry .pointer-tag {
    top: 50px;
    left: 180px;
    width: 25px;
    height: 25px;
  }
  .enquiry .pointer-tag:before {
    left: 4.5px;
    top: 4.5px;
  }
  .enquiry .cctv-cemara {
    top: 170px;
    left: 0%;
    width: 29%;
  }
  .enquiry .fire-alarm {
    top: 140px;
    left: 66%;
    width: 36%;
  }
  .enquiry .line-1 {
    width: 30%;
    height: 80%;
    top: 23px;
    left: 102px;
  }
  .enquiry .building {
    bottom: 35px;
    left: -13px;
  }
  .enquiry .building img {
    width: 375px;
    margin-bottom: 0;
  }
  .enquiry .pointer-tag-1 {
    top: 45px;
    left: 119px;
    width: 25px;
    height: 25px;
  }
  .enquiry .pointer-tag-1:before {
    left: 6.5px;
    bottom: 5.5px;
  }
  .enquiry .content {
    margin-bottom: 0;
    margin-left: 0;
  }
  .enquiry .vr {
    left: -33px;
    top: 24px;
    min-height: 2rem;
  }
  .enquiry .pointer-tag-2 {
    top: 39px;
    left: -45px;
    width: 25px;
    height: 25px;
  }
  .enquiry .pointer-tag-2:before {
    left: 5.5px;
    top: 4.5px;
  }
  .our-solution {
    padding: 47px 20px 81px !important;
  }
  .our-solution h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .our-solution p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .our-solution .card .card-body {
    top: 243px;
	background-color:#c4112f;
	}
	.our-solution .card .card-body .font-24{
		display:block;
		color:#fff;
	}
	.our-solution .card .card-body p{
		display:block;
		color:#fff;
	}
	.our-solution .card .card-body a{
		display:block;
		color:#fff;
	}
  .our-solution .mb-5 {
    margin-bottom: 30px !important;
  }
  .our-solution .slick-slide {
    margin: 0px 5px;
  }
  .our-solution .slick-dots {
    bottom: -54px;
  }
  .our-blogs {
      padding: 46px 20px 40px !important;
  }
  .our-blogs h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .our-blogs .card {
    width: 100%;
  }
  .our-blogs ul {
      margin-bottom: 65px;
  }
  .our-blogs ul li {
    font-size: 14px;
    line-height: 21px;
    font-family: "HelveticaNowDisplay-Regular";
    width: unset;
	 margin-bottom: 0px;
  }
  .our-blogs h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .our-blogs .slick-slide {
    margin: auto 10px;
  }
  .our-blogs .row:nth-child(1) {
    margin-bottom: 30px !important;
  }
  .our-blogs .row:nth-child(2) {
    margin-bottom: 0px !important;
  }
  .service {
    padding: 46px 20px 50px;
  }
  .service h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0px 10px;
  }
  .service .mb-5 {
    margin-bottom: 23px !important;
  }
  .service .row {
    row-gap: 25px;
  }
  .service .row .box .font-26 {
    font-size: 20px;
    line-height: 33px;
  }
  .service .row .box img {
     height: 290px;
     width: 315px;
     object-fit: cover;
  }
  .service .row .box .box-3, .service .row .box .box-2, .service .row .box .box-1 {
    top: inherit;
    bottom: 27px;
    left: 30px;
  }
	.blog-details .gap-3 {
    gap: 15px !important;
}
  .service .row .box p {
          font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
  }
	.service p {
		margin-top:12px;
	}
  .thankyou .building {
    left: -17px;
  }
  .thankyou .fire-alarm {
    top: 173px;
    left: 70%;
    width: 38%;
  }
  .thankyou .controler {
    width: 49%;
    top: 75px;
    left: 20px;
  }
  .thankyou .cctv-cemara {
    top: 181px;
    left: -12%;
    width: 31%;
  }
  .thankyou .main-cont {
    margin-top: 120px;
  }
  .thankyou .content .rocket-img {
    top: 15px;
    left: -4%;
    width: 200px;
  }
  .blog-details {
     padding: 50px 20px 120px;
  }
   .blog-details::before {
        height: 227px;
   }
  
  .blog-details .res-blog-img {
    display: block;
    margin-bottom: 30px;
  }
  .blog-details h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .blog-details h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .blog-details h6 {
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
        letter-spacing: 0.5px;
  }
  .blog-details p {
    font-size: 14px;
  }
	.blog-details ol{
		padding: revert;
		margin-bottom: 20px;
	}
	.career-banner .gap-3 {
        margin-bottom: 15px;
    }
/*   .blog-details .blog-img {
    display: none;
  } */
  .blog-details .back-btn {
    display: none;
  }
  .blog-details .blog-points {
    display: block;
    gap: 40px;
  }
 
  .employee-benifites .card .w-40 {
    margin-left: 75px;
  }
  .solution-banner p br {
    display: none;
  }
  .solutions .benifite {
    display: none;
  }
  .solutions .box {
    width: 315px;
    height: 242px;
  }
  .solutions .main-img {
    width: 278px;
    height: 236px;
    left: 35px;
    top: 35px;
  }
	.solution-benifite .mb-4 {
		margin-bottom:30px !important;
	}
	.solutions ul {
		margin-bottom:6px;
	}
  .solutions .main-img-1 {
	  border:0;
    width: 278px;
    height: 236px;
    top: 35px;
    left: 0;
	  border-radius:0;
  }
.solution-banner .member-btn {
        row-gap: 25px;
        column-gap: 31px;

}
  .career-banner h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .career-banner .gap-3 {
    margin-bottom: 40px;
  }
  .career-banner .point {
    top: 40px;
    left: 50px;
  }
  .career-banner .point1 {
    top: 13px;
    left: 170px;
  }
  .career-banner .hosp-img {
    top: 5px;
  }
  .career-banner .hosp-img .banner-img {
    width: 100%;
  }
  .career-details .white-box {
   padding: 30px 0px;
    background: none;
    border-radius: 15px;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
  .career-details .white-box p {
    font-size: 16px;
    line-height: 23px;
  }
  .career-details .white-box form .btn {
    width: 45%;
  }
  .career-details .font-26 {
    font-size: 22px;
    line-height: 32px;
  }
  .career-details h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .career-details ul li p {
    margin-bottom: 7px;
  }
  .term-condition .flex-column {
    display: none;
  }
  .we-are-banner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .we-are-banner .font-56 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .we-are-banner .point-img {
    width: 50px;
  }
  .we-are-banner .point-3 {
    bottom: 170px;
    left: 140px;
  }
  .we-are-banner .point-4 {
    top: 85px;
    left: 190px;
  }
  .we-are-banner .point-3 {
    bottom: 145px;
    left: 135px;
  }
  .we-are-banner .pont-1 {
    bottom: 130px;
  }
  .we-are-banner .point-2 {
    bottom: 50px;
    left: 35px;
  }
  .we-are-banner #counter {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start !important;
    justify-content: flex-start;
  }
  .clear-vision .card .font-28 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .clear-vision .card p {
    font-size: 14px;
    line-height: 24px;
  }
  .team .all-team {
    width: 30%;
  }
  .team .mb-5 {
    margin-bottom: 10px !important;
  }
  .contact .white-box {
    padding: 30px;
  }
  .contact .white-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .contact .col-lg-7 {
    padding: 0px;
  }
  .contact-details p br {
    display: none;
  }
  .contact-details h2 {
    font-size: 30px;
    line-height: 39px;
  }
  .contact-details .city-img {
    height: 280px;
  }
  .contact-details .contact-map {
    display: block;
  }
  .contact-details .box {
    padding: 40px;
  }
  .contact-details .box p {
    margin-bottom: 20px;
  }
  .contact-details .box .b-21 {
    margin-bottom: 15px;
  }
  .contact-details .box .font-24 {
    font-size: 20px;
    line-height: 25px;
  }
  .contact-details .box .font-20 {
    font-size: 17px;
    line-height: 19px;
  }
  .contact-details .box .mb-18 {
    margin-bottom: 15px;
  }
  .solution-banner {
    padding: 56px 20px 51px;
  }
  .solution-banner .content {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .solution-banner .content h2 {
    font-size: 25px;
    line-height: 38px;
  }
  .solution-banner .lg-top {
    display: none;
  }
  .solutions {
    padding: 50px 20px;
  }
  .solutions .row {
    row-gap: 57px;
  }
  .solutions .mb-5 {
    row-gap: 57px !important;
    margin-bottom: 50px !important;
  }
  .solutions h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .solution-benifite {
    padding: 46px 20px;
  }
  .solution-benifite img {
    margin-bottom: 76px;
	width: 43px;
    height: 45px;
  }
  .solution-benifite .font-24 {
    font-size: 20px;
    line-height: 26px;
  }
  .solution-benifite .card {
    padding: 30px;
  }
  .contact {
    padding: 56px 0px 0px;
  }
  .contact::before {
    height: 30%;
  }
  .contact .right-img, .contact .position-relative {
    display: none;
  }
  .contact .row {
    row-gap: 11px;
  }
  .contact .col-lg-4 div:nth-child(1) {
    padding: 0px 20px;
  }
  .contact .white-box .mb-3 {
    margin-bottom: 11px !important;
  }
  .contact .check-box {
    align-items: flex-start !important;
  }
  .contact-details {
    padding: 50px 0px 0px;
  }
  .contact-details .content {
    padding: 0px 20px;
    align-items: start;
  }
  .contact-details .content h2 {
    text-align: left;
  }
  .contact-details iframe {
    height: 280px;
  }
  .enquiry-form {
    padding: 56px 0px 0px;
  }
  .enquiry-form .offset-1 {
    margin-left: 0px;
  }
  .enquiry-form .bg-img {
    display: none;
  }
  .enquiry-form .gap-5 {
    gap: 0px !important;
    row-gap: 23px;
  }
  .enquiry-form .col-lg-4 p {
    margin-bottom: 23px;
  }
  .who-choose-2 {
    padding: 46px 20px;
  }
  .who-choose-2 .row {
    row-gap: 0px;
  }
  .who-choose-2 .row:nth-child(2) {
    row-gap: 25px;
  }
  .who-choose-2 .mb-5 {
    margin-bottom: 23px !important;
  }
  .who-choose-2 .mb-2 {
    margin-bottom: 77px !important;
  }
  .who-choose-2 .gap-3 {
    gap: 12px;
  }
  .who-choose-2 .gap-3 img {
    width: 80px;
  }
  .who-choose-2 .gap-3 p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .career {
    padding: 46px 20px;
  }
  .career h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 9px;
  }
  .career p {
    margin-bottom: 8px;
  }
  .career .title-primary {
    margin-bottom: 3px;
  }
  .career .career-img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
  .career .mb-5 {
    margin-bottom: 30px !important;
  }
  .job-list {
    padding: 0px 20px 50px;
  }
  .job-list h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .job-list p {
    text-align: left;
  }
  .job-list .box {
    position: relative;
    padding: 26px 30px 84px;
    margin-bottom: 25px !important;
  }
  .job-list .box:nth-last-child(1) {
    margin-bottom: 0px !important;
  }
  .job-list .box .align-items-center {
    align-items: start !important;
    margin-bottom: 17px;
  }
  .job-list .box .btn {
    position: absolute;
    bottom: 30px;
  }
  .job-list .box .placement {
    margin-bottom: 0px;
  }
  .job-list .box p {
    font-size: 14px;
    line-height: 20px;
	width: 100%;
  }
  .job-list .box h3 {
    margin-bottom: 5px;
  }
  .employee-benifites {
    padding: 46px 20px;
  }
  .employee-benifites h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .employee-benifites .card {
    top: 0 !important;
  }
  .employee-benifites .card h4 {
    font-size: 20px;
    line-height: 22px;
  }
	.employee-benifites .sm-mb-1 {
        margin-bottom: 0px !important;
    }
  .blog-banner {
    padding: 48px 20px 0px;
  }
  .blog-banner h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .blog-banner .banner-img {
    margin-top: 0px;
  }
  .blog-banner .point {
      top: 152px;
      right: 320px;
  }
  .blog-banner .point1 {
       top: 37px;
       right: 175px;

  }
  .all-blogs .g-120 {
    flex-wrap: wrap;
  }
  
  .all-blogs .mb-5 {
    margin-bottom: 17px !important;
  }
  .all-blogs .row {
    row-gap: 17px;
  }
  .all-blogs .row:nth-child(2) {
    margin-bottom: 17px !important;
  }
  .all-blogs .content h4 {
    margin-bottom: 0px;
  }
  .all-blogs .content ul {
    margin-bottom: 12px;
  }
  .all-blogs .content ul li {
    margin-bottom: 0px;
  }
  .all-blogs .row {
    row-gap: 0px !important;
  }
  .related-detail {
    padding: 49px 20px 80px;
    background-color: #F9F9F9;
  }
  .related-detail .mb-5 {
    margin-bottom: 30px !important;
    text-align: center;
  }
  .related-detail h2 {
    margin-bottom: 3px;
  }
  .career-banner {
    padding: 56px 0px 0px;
  }
  .career-banner .row .col-lg-6:nth-child(1) {
    padding: 0px 20px;
  }
  .career-banner .row .col-lg-6:nth-child(2) {
    padding: 0px;
  }
  .we-are-banner {
    padding: 56px 0px 0px;
  }
  .we-are-banner .row .col-lg-6:nth-child(1) {
    padding: 0px 24px;
  }
  .we-are-banner .build-pic-2 {
    top: 60%;
    left: 50%;
  }
  .we-are-banner .build-pic-3 {
    top: 68px;
    right: 28%;
  }
  .we-are-banner .build-pic {
    top: 50%;
    right: 40px;
  }
  .we-are-banner .build-pic:before, .we-are-banner .build-pic-1:before, .we-are-banner .build-pic-2:before, .we-are-banner .build-pic-3:before {
    width: 51px;
    height: 51px;
    top: -7px;
    left: -7px;
  }
  .we-are-banner .build-pic::after, .we-are-banner .build-pic-1::after, .we-are-banner .build-pic-2::after, .we-are-banner .build-pic-3::after {
    width: 65px;
    height: 65px;
    top: -14px;
    left: -14px;
  }
  .we-are-banner .build-pic svg, .we-are-banner .build-pic-1 svg, .we-are-banner .build-pic-2 svg, .we-are-banner .build-pic-3 svg {
    width: 38px;
    height: 38px;
  }
  .we-are-banner .build-pic-1 {
    bottom: 60px;
  }
  .clear-vision {
    padding: 56px 20px 46px;
  }
  .term-condition {
    padding: 56px 20px 20px;
  }
  .term-condition .space--40 {
    margin-bottom: 17px;
  }
  .term-condition h3 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 5px;
  }
  .term-condition ul li p {
    display: flex;
    align-items: start;
  }
  footer {
    padding: 50px 0px 0px;
  }
  footer .links {
    margin-bottom: 36px;
  }
  footer h5 {
    margin-bottom: 12px;
  }
  footer .col-lg-8 .row {
    row-gap: 24px;
    padding-bottom: 28px;
  }
	.blog-details .mob-sharelink{
		  position: absolute;
          bottom: 65px;
	}
	.clear-vision .mb-2 {
        margin-bottom: 35px !important;
    }
	.blog-details .category-btn {
        align-items: center;
        background-color: unset;
        padding: 9px 0px 3px 0 !important;
        position: unset !important;
        top: 0px;
        color: #000;
    }
	.checkbox .wpcf7-not-valid-tip {
          top: 41px !important;
   }
	.enquiry-form .white-box {
        padding: 25px;
    }
   .white-box form .checkbox {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000;
    margin-bottom: 4px;
    font-family: "HelveticaNowDisplay-Regular";
	gap: 2px !important;
}
}

.site-main{
	display:none;
}
.widget-area{
	display:none;
}
.term-condition ul{
	padding-left:28px !important;
	position:relative;
}
.term-condition ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.842' height='20.842' viewBox='0 0 20.842 20.842'%3E%3Cg id='Group_33811' transform='translate(-2.711 -1.609)'%3E%3Cg id='Group_33812' transform='translate(3.461 2.359)'%3E%3Cpath d='M709.662,72.193l2.9,2.9,5.8-5.8m5.319,2.9a9.671,9.671,0,1,1-9.671-9.671A9.671,9.671,0,0,1,723.685,72.193Z' transform='translate(-704.343 -62.522)' fill='none' stroke='%23c4112f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
#enquiryform br,
#contactform br,
form br{
	display:none;
}
#contactform p{
	margin-bottom:0;
}
.screen-reader-response{
	display:none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color:red;
	font-family: "HelveticaNowDisplay-Regular";
	border-color:transparent;
	    padding-left: 0;
    margin-left: 0;
}
.quick-links li a svg{
	display:none;
}
.navbar .dropdown-menu ul{
	display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
	gap:0 !important;
}
.navbar .services-dropdown .dropdown-menu ul{
	display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
	gap:0 !important;
}
.footer-managed-services svg{
	display:none;
}
.managed-services a svg:nth-of-type(2) {
    display: none;
}
/* header .managed-services,
header .margin-left{
	margin-left: -58px;
	width:100%;
} */
.bg-white {
    background-color: white !important;
}

.dropdown li:nth-child(n+3) {
  margin-right: 0 !important;
}

.video_surveillance .lg-top{
	    position: absolute !important;
    top: 0;
    width: 423px;
    height: auto;
    max-width: 100%;
}
.solution-banner .member-btn p {
  margin-bottom: 0!important;
}
.dropdown:hover .nav-link svg {
	transform: rotate(180deg);
}
a:focus{
	outline:none;
	color:auto !important;
}
p a:hover
 {
    text-decoration: none;
}
.tab-content ul li{
	padding-bottom:12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
	.d-lg-none{
		display:block !important;
		visibility:hidden;
	}
}

html {
  scroll-padding-top: 100px; 
}

img.favicon {
  width: 24px;
  height: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: none !important;
}
.checkbox .wpcf7-list-item-label{
	display:none;
}
.wpcf7-form-control-wrap {
    position: relative;
    left: -5px !important;
}
.regards p{
	margin:0px !important;
}

.copy-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.tooltip-text.show {
  opacity: 1;
}
.checkbox-error .wpcf7-not-valid input[type="checkbox"] {
  outline: 2px solid red;
  outline-offset: -2px;
}
.resume-field .wpcf7-not-valid-tip{
	display:none;
}
[type="checkbox"], [type="radio"] {
    width: 23px;
    height: 23px;
}
.related-blog {
    padding: 100px 0px 0px !important;
}
.brands .client-logo-img{
	position:relative;
}
.brands .client-logo-img::before{
	    content: "";
    background: linear-gradient(90deg, #FFFFFF, rgb(255 255 255 / 0%));
    position: absolute;
    left: -3px;
    top: -36px;
    z-index: 9;
    width: 28%;
    height: 170px;
}
.brands .client-logo-img::after{
	content: "";
    background: linear-gradient(269deg, #FFFFFF, rgba(255, 255, 255, 0));
    position: absolute;
    right: -3px;
    top: -36px;
    z-index: 9;
    width: 28%;
    height: 170%;
}

nav .current-menu-item > .nav-link,
nav .current_page_item > .nav-link,
nav .current-menu-ancestor > .nav-link {
    border-bottom: 2px solid #C4112F; 
	color: #C4112F !important;
}
.header .btn a{
	color: #fff !important;
}
.nav-logo-svg{
	display: flex;
    gap: 26px;
	align-items:center;
}

.term-condition .tab-content a{
	color:rgb(13 110 253);
}
.term-condition .tab-content a:hover{
	color: #C4112F;
}
.coustom-address h4{
	    font-size: 20px;
    line-height: 22px;
    margin-bottom: 7px;
    font-family: "HelveticaNowDisplay-Bold";
}
.coustom-address h5{
	color: #FFF;
	 font-family: "HelveticaNowDisplay-Bold";
	font-size: 18px;
	padding-bottom:10px;
}
