.form-group{
  display: flex;
  flex-direction: column;
  align-items: center;
}
span{
  color: red;
}



:root {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  /* colors */
  --primary-color: #1b003e;
  --secondary-color: #ce0000;
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
button {
  font-weight: inherit;
  border-style: none;
  background-color: transparent;
}
input {
  font-family: inherit;
  border-style: none;
  outline: none;
}
textarea {
  font-family: inherit;
  border-style: none;
  outline: none;
}
.header_1 {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--primary-color);
}
.header_contact p a {
  color: var(--primary-color);
}
nav {
  width: 100%;
  height: 70px;
  padding: 1rem 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
.logo {
  width: 130px;
}
.nav_list {
  position: relative;
}

.nav_links {
  padding: 0.3rem 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-color);
}
.sub_menu_nav_links {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
}
.nav_links span i {
  font-size: 1.2rem;
  padding-top: 0.2rem;
}
.nav_toggle,
.nav_close {
  cursor: pointer;
}
.nav_toggle i {
  font-size: 1.5rem;
}
.menu_icon i {
  font-size: 1.2rem;
  transition: 0.2s;
}
.menu_icon.rotate i {
  transform: rotate(180deg);
}
.stories_sub_menu {
  display: none;
  width: 200px;
  padding: 1rem;
  transition: 0.2s;
}
.custom_menu {
  right: 0;
}
.stories_sub_menu li {
  padding: 0.5rem;
}
.sub_menu_nav_items a {
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
}
.stories_sub_menu.show {
  display: block;
}
/* footer section start */
/* .footer_container {
  position: relative;
  padding: 1.5rem 0;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../assets/images/footer/mobile_footer\ 2.svg");
  color: white;
} */
.footer_contact_heading_1 {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--secondary-color);
  font-family: "Raleway", sans-serif;
}
.footer_contact_heading_2 {
  text-align: center;
  font-size: 1.15rem;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
}
.contact_us_footer_btn {
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--primary-color);
  font-size: 0.9rem;
  color: var(--primary-color);
  border-radius: 0.625rem;
  transition: 0.2s ease-in;
}
.contact_us_footer_btn:hover {
  background-color: var(--primary-color);
  color: white;
}
/* .footer_red {
  padding: 2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../assets/images/footer/footer_red_bg_mobile.svg");
  padding: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 10;
  display: flex;
  justify-content: end;
  align-items: start;
} */
.footer_container {
  width: 100%;
  height: 200px;
  background-color: var(--secondary-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.footer_icons {
  width: 300px;
  height: 100%;
}
.social_media_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  color: white;
}
/* .footer_container {
  padding: 1.5rem 0;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../assets/images/footer/mobile_footer.svg");
  color: white;
}
.footer {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: center;
  align-items: center;
}
.quick_links_container {
  width: 100%;
}
.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;

  color: white;
}
.footer_nav_links {
  color: white;
  text-align: start;
}
.location_icon img {
  width: 20px;
}
.footer_container h6 {
  text-align: left;
  font-size: 0.95rem;
}
.footer_container p {
  font-size: 0.75rem;
}
.social_media_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid white;
}
.icons {
  color: white;
} */

/* footer section end */

/* hero section start */
.home_page_heading {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
  color: var(--primary-color);
}
.homepage_para {
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
}
.home_page_list li {
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  font-family: "Raleway", sans-serif;
}
.home_page_title_heading {
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary-color);
}
.hero_section {
  width: 100%;
  /* background-image: url("../assets/images/hero_section/mobile_hero_image.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: start;
  align-items: center; */
}
.hero_section img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.carousel-caption {
  height: 100%;
}
.heading_container {
  /* max-width: 500px; */
  color: white;
  text-align: center;
}
.heading {
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 700;
}
.sub_heading {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-size: 500;
}
.hero_btn button {
  margin-top: 0.5rem;
  font-family: inherit;
  background-color: var(--secondary-color);
  padding: 0.6rem 1rem;
  font-size: 0.5rem;
  font-weight: 600;
  color: white;
  border-radius: 1.875rem;
  text-transform: uppercase;
}
/* hero section end */

/* transform business section start */
.transform_business_section {
  width: 100%;
  height: 600px;
  background-image: url("../assets/images/home_page/bg_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transform_business_container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5rem 0;
}
.transform_business_content {
  width: min(700px, 90%);
}
.transform_business_heading {
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.transform_business_sub_heading {
  margin-top: 2rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--secondary-color);
  font-family: "Raleway", sans-serif;
}
.transform_business_btn {
  margin-top: 1rem;
}
.transform_business_btn a {
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background-color: var(--secondary-color);
  color: white;
  font-size: 0.6rem;
  font-weight: 500;
  border-radius: 1.875rem;
}
.cables_img {
  width: min(450px, 90%);
  border-radius: 0.625rem;
}

/* transform business  section end */

/* company intro section start */
.company_intro_section {
  width: 100%;
  padding: 5rem 0;
  background-image: url("../assets/images/home_page/westnig.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  text-align: center;
}
.company_intro_flex_container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_intro_container {
  max-width: 600px;
}
.company_intro_heading {
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--primary-color);
}
.company_intro_sub_heading {
  margin-top: 2rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: white;
  line-height: 1.7;
  font-family: "Raleway", sans-serif;
}
.company_intro_btn {
  margin-top: 1rem;
}
.company_intro_btn a {
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background-color: var(--secondary-color);
  color: white;
  font-size: 0.6rem;
  font-weight: 500;
  border-radius: 1.875rem;
}
/* company intro section end */

/* what we do section start */

.what_we_do_section {
  width: 100%;
  padding: 3rem 0;
  background-image: url("../assets/images/home_page/bg_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.what_we_do_section h5 {
  width: min(750px, 90%);
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  font-size: 1.3rem;
  color: var(--primary-color);
}
.what_we_do_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3rem;
}
.services_card {
  padding: 1rem 1rem;
  width: 210px;
  background-color: white;
  border-radius: 1rem;
  height: 300px;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.services_img {
  width: 100px;
  transition: 0.2s ease-in;
}
.services_card:hover .services_img {
  transform: scale(1.1);
}
.services_content_container {
  text-align: center;
}
.services_inks {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--secondary-color);
  font-family: "Montserrat", sans-serif;
  transition: 0.2s;
  padding-bottom: 0.2rem;
}
.services_inks:hover {
  letter-spacing: 4px;
}

.cat_heading {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.5rem;
}
.cat_sub_heading {
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 500;

  line-height: 1.6;
  font-family: "Raleway", sans-serif;
}
.cat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(450px, 100%);
  height: 230px;
  margin: 0 auto;
  border-radius: 0.625rem;
  border: 2px solid #eeeeee;
  padding: 1rem;
  background-color: white;
  text-align: center;
}
.cat a {
  color: black;
}
.cat_circle {
  position: absolute;
  top: -1.5rem;
  left: 40%;
}
.cat_icon {
  width: 60px;
}
/* .cat_heading {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1rem;

  margin-top: 1.5rem;
}
.cat_sub_heading {
  color: black;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 1.5rem;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
} */

/* what we do section end */

/* business section start */

.business_section {
  width: 100%;
  background-color: #f9f5ff;
  padding: 5rem 0;
}
.business_section h6 {
  font-size: 0.95rem;
  color: var(--secondary-color);
  font-weight: 500;
  line-height: 1.5;
}
.business_section h5 {
  width: min(850px, 80%);
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.5;
}
.business_container {
  margin-top: 3rem;
  display: grid;
  grid-template-rows: 1fr;
  place-content: center;
  place-items: center;
}
.business_flex_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}
.business_icons {
  width: min(300px, 80%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
}
.business_icons img {
  width: 70px;
}
.business_icons h6 {
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 600;
}
.business_icons p {
  font-weight: 500;
  color: black;
  font-size: 0.8rem;
}
.business_section_arrow i {
  font-size: 3rem;
  transform: rotate(90deg);
}

/* business section end */

/* newsletter section start */

.newsletter_container {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newsletter_title {
  text-align: center;
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 700;
}
.newsletter_img_container {
  display: none;
}
form {
  width: 100%;
  text-align: center;
}
.form_control input {
  margin: 0 auto;
  width: min(400px, 80%);
  padding: 0.5rem;
  border-bottom: 2px solid black;
}
.form_control input::placeholder {
  font-size: 0.8rem;
}
.submit_btn {
  text-align: center;
  padding: 0.8rem 2rem;
  border-radius: 1.875rem;
  background-color: var(--primary-color);
  color: white;
}
.open{
  margin-top: -20px;
}

/* newsletter section end */

/* about_us_hero_section start*/

.about_us_hero_section {
  width: 100%;
  height: 200px;
  background-image: url("../assets/images/aboutus/banner_bg_1000x369.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_us_hero_container {
  width: min(750px, 80%);
  text-align: center;
}
.about_us_heading {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-color);
}
.about_us_card_heading {
  font-size: 1.2rem;
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
}
.about_us_sub_heading {
  margin-top: 1.5rem;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 0.8rem;
}
/* about_us_hero_section end*/

/* aboutus section start */

.about_us_section {
  width: 100%;

  padding: 2rem 1rem;
  background-color: var(--primary-color);
}
.about_us_img {
  width: 100px;
}
.about_us_card {
  width: min(400px, 100%);
  height: 500px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 1rem;
}
.about_us_img_container {
  height: 30%;
}
.about_us_para_container {
  height: 70%;
}
.about_us_flex_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_us_section h6 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
}
.about_us_container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.about_us_section p {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  font-family: "Raleway", sans-serif;
}
.company_img {
  text-align: center;
  width: min(400px, 80%);
}

/* aboutus section end */

/* our aim section start */

.our_aim_section {
  width: 100%;
  padding: 3rem 0;
  background-image: url("../assets/images/aboutus/about_us_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.our_aim_flex_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
}
.our_aim {
  width: min(530px, 95%);
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  background-color: #f9f5ff;
  border-radius: 0.625rem;
  text-align: start;
}
.our_aim img {
  width: 30px;
}
.our_aim h6 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2rem;
}
.our_aim p {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Raleway", sans-serif;
}
/* our aim section end */

/* organization section start */
.organization_heading {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.chart_img {
  text-align: center;
  width: min(500px, 90%);
  margin: 0 auto;
  transform: scale(1.1);
  overflow: hidden;
}
.chart_img_container {
  margin-top: 2rem;
}

/* organization section end */

/* chooseus section start */

.choose_us_section {
  padding: 3rem 0;
}
.choose_us_section h5 {
  font-family: "Raleway", sans-serif;
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.choose_us_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
}
.choose_us_para_container {
  width: min(450px, 100%);
  display: inline-block;
  margin: 0 auto;
}
.choose_us_section p {
  font-size: 0.95rem;
  line-height: 1.8;
  font-family: "Raleway", sans-serif;
}
.choose_us_section h6 {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  text-align: start;
}

/* chooseus section end */

/* contactus section start */

.contact_us_title_section {
  width: 100%;
  padding: 3rem 0;
  height: 150px;
  background-image: url("../assets/images/contact_us/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_us_title_section h1 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}
.contact_us_title_section p {
  margin-top: 2rem;
  font-size: 0.8rem;
}
.contact_us_container {
  padding: 3rem 0;
}
.contact_us_container h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
}
.contact_us {
  width: min(500px, 90%);
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.contact_us_container .address,
.address a {
  font-size: 0.8rem;
  color: black;
  font-family: "Raleway", sans-serif;
}
.form_container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.contactus_form_control input,
textarea {
  border-bottom: 2px solid black;
  width: min(500px, 90%);
}
.contactus_form_control .email {
  height: 100px;
}
.contactus_form_control input::placeholder {
  font-size: 0.8rem;
}
.contact_us_para {
  font-size: 0.8rem;
  line-height: 1.5;
  width: min(400px, 90%);
}
.form_container h6 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
}
/* contactus section end */

/* project section start */

.projects_title_section {
  width: 100%;
  padding: 3rem 0;
  height: 200px;
  background-image: url("../assets/images/projects/banner_1000x389.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects_title_section h1 {
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  color: white;
}
.projects_heading {
  padding: 1rem 0;
  color: var(--primary-color);
  font-weight: 600;
}
.projects_section {
  padding: 6rem 0;
}
.speed_bump_container {
  padding: 2rem 0;
}
.speed_bump_container h5 {
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: 600;
}
.carousel-cell {
  width: 80%;
  height: 500px;
  margin-right: 5px;

  border-radius: 5px;
  counter-increment: carousel-cell;
}
/* position dots in gallery */
.flickity-page-dots {
  bottom: 0px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid rgb(0, 0, 0);
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: rgb(0, 0, 0);
}
.carousel_card_body {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.card {
  border-style: none;
  outline: none;
  background-color: transparent;
}

/* 
.wrapper {
  display: flex;
  max-width: 1200px;
  position: relative;
}
.wrapper i {
  top: 50%;
  height: 44px;
  width: 44px;
  color: white;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: var(--primary-color);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 100;
}
.wrapper i:active {
  transform: translateY(-50%) scale(0.9);
}
.wrapper i:hover {
  background: black;
}
.wrapper i:first-child {
  left: -22px;
  display: none;
}
.wrapper i:last-child {
  right: -22px;
}
.wrapper .carousel {
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel.dragging {
  cursor: grab;
  scroll-behavior: auto;
}
.carousel.dragging img {
  pointer-events: none;
}
.carousel img {
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}
.carousel img:first-child {
  margin-left: 0px;
} */
.barrier_gate_container {
  width: 100%;
  padding: 3rem 0;
  background-color: #f9f5ff;
}
.barrier_gate_container h5 {
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: 600;
}
.cctv_container h5 {
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: 600;
}

.services_section {
  width: 100%;
  height: 200px;
  padding: 5rem 0;
  background-image: url("../assets/images/digital-banking-transparent-screen.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services_title_container {
  width: min(500px, 90%);
}
.services_title_container h1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.8;
}
.services_title_container p {
  font-size: 0.8rem;
}
/* project section end */

/* cctv section start */
/* .cctv_section {
  width: 100%;
  padding: 5rem 0;
  background-image: url("../assets/images/cctv/Circuit\ Primary.svg");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cctv_heading {
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  color: var(--primary-color);
} */
/* .product_content_section {
  width: 100%;
  background-image: url("../assets/images/hero_section/hexagon.png");
} */
.product_heading {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.2rem;
}
.product_para {
  font-size: 0.95rem;
  font-family: "Raleway", sans-serif;
}
.cctv_img_2 {
  width: min(900px, 95%);
}
.product_system_heading {
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 600;
}
.why_use_cctv_heading {
  font-family: "Raleway", sans-serif;
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
}
.cctv_premises_heading {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  color: var(--primary-color);
  font-weight: 600;
}
.cctv_para {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.cctv_expert_from_us_heading {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: white;
}
.cctv_features_heading {
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
}
.cctv_features_card_heading {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary-color);
}
.cctv_features_para {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.cctv_features_img {
  width: 70px;
}
.bottom_section {
  position: relative;
  width: 100%;
  height: 400px;
}
.bottom_section canvas {
  position: relative;
  width: 100%;
  height: 100%;
}
.bottom_section_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(700px, 95%);
  margin: 0 auto;
  padding: 2rem;
}
.our_cctv_features_container {
  width: 100%;
  background-color: var(--primary-color);
  padding: 2rem 0;
  padding-bottom: 5rem;
}
/* cctv section end */

/* barrier section start */

.gate_img {
  width: 80%;
}
.barrier_gate_bottom {
  width: 100%;
  height: 400px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}
.barrier_gate_bottom_sub_heading {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #d7bf53;
}
.barrier_gate_bottom_heading {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  color: white;
  width: min(700px, 95%);
  margin: 0 auto;
  text-align: center;
}
/* barrier section end */

/* door section start */
.door_heading_section {
  width: 100%;
  height: 350px;
  background-image: url("../assets/images/barrier_gate/door-handle\ 1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product_img_container {
  position: relative;
}
.product_img_container::before {
  z-index: -1;
  top: -1.5rem;
  right: 1.5rem;
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-color: var(--primary-color);
}
.product_img_container::after {
  z-index: -1;
  left: 1rem;
  bottom: 1.5rem;
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-color: var(--primary-color);
}
.product_img {
  overflow: hidden;
  width: 80%;
  border-radius: 0.625rem;
}
.access_card_heading_section {
  width: 100%;
  height: 350px;
  background-image: url("../assets/images/access_card/banner_500x255.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video_intercom_heading_section {
  width: 100%;
  height: 350px;
  background-image: url("../assets/images/video_intercom/inercom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*scrolltop start*/
.scroll_top_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 2px solid var(--secondary-color);
  position: fixed;
  bottom: 0.5rem;
  right: 2rem;
  z-index: 100;
}
.scroll_top_icon i {
  font-size: 1.5rem;
}

/*scrolltop end*/

/*awards and certificates section start*/

.awards_heading_section {
  width: 100%;
  background-image: url("../assets/images/awards_and_certificates/bg.jpg");
  background-position: top;
  background-size: cover;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards_section_heading {
  font-size: 2rem;
  font-weight: 800;
  color: white;
}
.certificate_heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  padding: 2rem 0;
}
.certificate_names {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
/*awards and certificates section end*/

/*joinus section start*/

.join_us_section {
  width: 100%;
  height: 200px;
  background-image: url("../assets/images/join_us/banner_bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join_us_heading {
  font-size: 2rem;
  font-weight: 800;
  font-weight: 800;
  color: white;
}
.job_opening_heading {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-color);
}
.job_heading {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-color);
}
.job_details h4 {
  font-size: 1rem;
  font-weight: 600;
}
.job_details p {
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
}
.job_details ol li {
  font-size: 0.95rem;
  line-height: 1.5;
}
.apply_heading {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-color);
}
.job_form {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: start;
}
.job_form input,
select {
  width: min(500px, 90%);
  margin-right: auto;
  padding: 0.5rem;
  border: 1px solid var(--primary-color);
  border-radius: 0.625rem;
  background-color: transparent;
}
.job_form label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-color);
}
.job_form input::placeholder {
  font-size: 0.8rem;
}
.job_form select {
  font-size: 0.9rem;
  font-weight: 400;
}
.job_form textarea {
  width: min(500px, 90%);
  height: 250px;
  margin-right: auto;

  border: 1px solid var(--primary-color);
  border-radius: 0.625rem;
  background-color: transparent;
}
.apply_btn {
  background-color: var(--primary-color);
  color: white;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 0.8rem;
  font-weight: 600;
}
/*joinus section end*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 98%;
  height: 410px;
  object-fit: cover;
  overflow: hidden;
}

/*-----Alarm section start---*/
.alarm_heading_section {
  width: 100%;
  height: 350px;
  background-image: url("../assets/images/alarm/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.alarm_heading_container {
  width: 450px;
  height: 100%;
  display: flex;
  padding-bottom: 0.5rem;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.alarm_heading_container h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: black;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}
.alarm_heading_container p {
  font-size: 0.8rem;
  font-weight: 700;
  color: black;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}
.alarm_btn_container {
  width: 100%;
  display: flex;
  justify-content: start;
  column-gap: 1rem;
}
.alarm_btn_container .btn_1 {
  padding: 0.5rem 1rem;
  background-color: var(--primary-color);
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  transition: 0.2s;
  border-radius: 0.4rem;
}
.alarm_btn_container .btn_1:hover {
  opacity: 0.9;
}
.alarm_btn_container .btn_2 {
  padding: 0.5rem 1rem;
  border: 1px solid var(--secondary-color);
  /* background-color: var(--secondary-color); */
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  transition: 0.2s;
  border-radius: 0.4rem;
}
.alarm_btn_container .btn_2:hover {
  background-color: var(--secondary-color);
}
/*-----Alarm section end---*/

/*-----cctv section start---*/
.cctv_heading_section {
  width: 100%;
  height: 350px;
  background-image: url("../assets/images/cctv/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cctv_heading_container {
  width: min(700px, 90%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: -100px;
  padding-top: 30px;
}
.cctv_heading_container h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  width: 430px
}
.cctv_heading_container p {
  font-size: 0.8rem;
  color: white;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  width: 430px;
}
.cctv_btn_container {
  width: 100%;
  display: flex;
  justify-content: start;
  column-gap: 1rem;
}
.cctv_btn_container .btn_1 {
  padding: 0.5rem 1rem;
  background-color: #ce0000;
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  transition: 0.2s;
  border-radius: 3rem;
}
.cctv_btn_container .btn_1:hover {
  opacity: 0.9;
}
.cctv_flex_row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cctv_business_container {
  margin-top: 3rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem; */
  display: grid;
  grid-template-rows: 1fr;
  column-gap: 1rem;
}
.cctv_img_container_1 {
  position: relative;
  width: min(500px, 90%);
}
.cctv_img_container_1::before {
  z-index: -1;
  position: absolute;
  top: -0.9rem;
  right: -1rem;
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
}
.cctv_img_container_1::after {
  z-index: -1;
  position: absolute;
  bottom: 2rem;
  left: -1rem;
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
}
.cctv_img_1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.cctv_img_container {
  position: relative;
}
/* .cctv_img_container::before {
  z-index: -1;
  position: absolute;
  top: -0.9rem;
  right: 1rem;
  content: "";
  width: 80px;
  height: 80px;
  background-color: var(--primary-color);
}
.cctv_img_container::after {
  z-index: -1;
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  content: "";
  width: 80px;
  height: 80px;
  background-color: var(--primary-color);
} */
.border_box {
  position: relative;
  z-index: 5;
}
/* .border_box::before {
  position: absolute;
  top: -0.8rem;
  right: 1.3rem;
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--secondary-color);
  z-index: -2;
  border-radius: 0 1rem 0 0;
}
.border_box::after {
  position: absolute;
  bottom: -0.8rem;
  left: 1.3rem;
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--secondary-color);
  z-index: -2;
  border-radius: 0 0 0 1rem;
} */
.cctv_features_box {
  position: relative;
  width: min(300px, 90%);
  background-color: white;
  height: 340px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 1rem;
}
.cctv_features_box::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--secondary-color);
  z-index: -2;
  top: -1rem;
  right: -1rem;
}
.cctv_features_box::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--secondary-color);
  z-index: -2;
  bottom: -1rem;
  left: -1rem;
}
/*-----cctv section end---*/

/*-----barrier section start---*/
.barrier_heading_section {
  width: 100%;
  height: 180px;
  background-image: url("../assets/images/barrier_gate/banner.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.barrier_heading_container {
  width: min(700px, 90%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 3%;
  padding-top: 13%;
}
.barrier_heading_container h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: white; 
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  margin-left: -43px;
}
.barrier_heading_container p {
  font-size: 0.8rem;
  color: white;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}
.alarm_btn_container {
  width: 100%;
  display: flex;
  justify-content: start;
  column-gap: 1rem;
}
.barrier_btn_container .btn_1 {
  padding: 0.5rem 1rem;
  background-color: #ce0000;
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  transition: 0.2s;
  border-radius: 2rem;
}
.barrier_btn_container .btn_1:hover {
  opacity: 0.9;
}

/*-----barrier section end---*/

.awards_section_bottom_section {
  width: 100%;
  background-color: var(--primary-color);
  padding: 2rem 0;
}
.award_bottom_heading {
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
}

.alarm_product_container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
}
.alarm_product_container h6 {
  font-size: 1.1rem;
  color: var(--primary-color);
  font-weight: 500;
}
.alarm_product_img {
  width: 50px;
}
.alarm_img_container {
  position: relative;
}
.alarm_img_parent {
  width: min(500px, 90%);
  margin: 0 auto;
  position: relative;
}
.alarm_img {
  width: min(350px, 90%);
}
.alarm_img_3 {
  position: absolute;
  left: -6rem;
  top: -3rem;
  width: min(300px, 90%);
}
/* .alarm_img_parent::before {
  position: absolute;
  background-image: url(../assets/images/alarm/alarm_3.png);
  z-index: 10;
  width: min(300px, 90%);
  height: 500px;

  position: absolute;
  top: -1.2rem;
  right: -1rem;
  z-index: -2;
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
}
.alarm_img_parent::after {
  position: absolute;
  bottom: 1.7rem;
  left: -1.1rem;
  z-index: -2;
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--primary-color); 
}
*/
.barrier_gate_card {
  width: min(280px, 95%);
  height: 350px;
  margin: 0 auto;
  background-color: white;
  border-radius: 1rem;
  border: 1px solid rgb(227, 227, 227);
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: space-evenly;
  align-items: center;
}
.barrier_gate_bg {
  position: relative;
}
.barrier_gate_bg::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: rgb(206, 0, 0);
  background: linear-gradient(
    284deg,
    rgba(206, 0, 0, 1) 10%,
    rgba(27, 0, 62, 1) 67%
  );
  z-index: -2;
  top: -1rem;
  right: -0.3rem;
}
.barrier_gate_bg::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: rgb(206, 0, 0);
  background: linear-gradient(
    284deg,
    rgba(206, 0, 0, 1) 10%,
    rgba(27, 0, 62, 1) 67%
  );
  z-index: -2;
  bottom: -1.1rem;
  left: -2rem;
}
.barrier_gate_bg_2 {
  position: relative;
}
/* .barrier_gate_bg_2::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-color: var(--primary-color);
  z-index: -2;
  top: -1rem;
  right: -0.3rem;
}
.barrier_gate_bg_2::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-color: var(--primary-color);
  z-index: -2;
  bottom: -1.3rem;
  left: -0.2rem;
} */
.barrier_gate_types_heading {
  font-size: 1.1rem;
  text-align: start;
  font-weight: 600;
  color: var(--primary-color);
  font-family: "Raleway", sans-serif;
}
.barrier_gate_types_para {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
}
.electrical_heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
  font-family: "Raleway", sans-serif;
}
.electrical_para {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
}
.electrical_section_bg {
  width: 100%;
  height: 350px;
  background-image: url("../assets/images/electrical_works/electrical_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
.map_container {
  overflow: hidden;
  width: min(800px, 100%);
}
.access_bg_container {
  position: relative;
}
.access_bg {
  position: relative;
  margin: 0 auto;
}
.access_bg::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
  top: -1rem;
  right: -1rem;
}
.access_bg::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
  bottom: 1.9rem;
  left: -1rem;
}
.access_bg_2_contaienr {
  position: relative;
}
.access_bg_2 {
  position: relative;
  margin: 0 auto;
}
.access_bg_2::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
  top: -1.2rem;
  right: -1rem;
}
.access_bg_2::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
  bottom: 1.9rem;
  left: -1rem;
}
.electrical_work_img_container {
  position: relative;
  width: min(500, 95%);
}
.electrical_img_1 {
  position: absolute;
  top: -5rem;
  right: 4rem;
  width: min(250px, 90%);
  height: 150px;
  z-index: 5;
}
.electrical_img_2 {
  width: min(300px, 90%);
}
.networking_heading_section {
  width: 100%;
  height: 350px;
  background-image: url("../assets/images/networking/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.netwoking_heading_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.netwoking_heading_container h3 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  padding-top: 240px;
}
.networking_para {
  font-size: 1.2rem;
  font-weight: 500;
}
.our_client_heading_section {
  width: 100%;
  height: 350px;
  background-image: url("../assets/images/our_client/banner_1200x302.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.phone{
  font-size: 33px;
  padding-right: 6px;
}
.business{
  background-color: #f9f5ff;
}
.cctv_btn_container a i label{
  font-size: 18px;
}
.contacter{
  font-size: 14px;
}
.contacter_bt{
  padding-left: 35px;
  margin-top: -35px;
}
.po-7{
  margin-left: -100px;
    width: 800px;
}
.po-3{
  width: 440px;
}