:root {
  --yello: #fd8900;
  --blue: #0e265b;
}

html[lang="da-DK"] {
  margin-top: 0px !important;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.form_input_div input:focus-visible {
  outline: none;
}

.form_input_div textarea:focus {
  box-shadow: none;
  background-color: #e6e9ee;
}

body {
  font-family: "General Sans";
  font-weight: 100;
  font-size: 16px;
}

.common_button_div input {
  border: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.common_button {
  height: 48px;
  align-items: center;
  padding: 0px 20px;
  justify-content: center;
  display: inline-flex;
  min-width: 180px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  margin-top: 25px;
}

.button_div {
  display: flex;
  column-gap: 20px;
}

.main_heading {
  font-size: 57px;
  color: white;
  font-family: "General Sans";
  font-weight: bold;
  padding-bottom: 13px;
}

.sub_heading {
  font-size: 40px;
  font-family: "General Sans";
  font-weight: bold;
  padding-bottom: 15px;
  line-height: initial;
}

.font-20 {
  font-size: 20px;
  color: white;
}

.padding-right {
  padding-right: 50px;
}

.blue_color {
  color: var(--blue);
}

.description p {
  padding-bottom: 20px;
  font-weight: 400;
}

.description p:last-of-type {
  padding-bottom: 0px;
}

.small_heading {
  font-size: 23px;
  font-family: "General Sans";
  font-weight: 600;
  padding-bottom: 16px;
}

.common_heading {
  font-size: 33px;
  font-family: "General Sans";
  font-weight: 600;
  padding-bottom: 10px;
}

.section_padding {
  padding: 120px 0px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.pt-120 {
  padding-top: 120px;
}

.blue_background {
  background-color: #eaedf5;
}

.background_button {
  background-color: var(--yello) !important;
  color: white;
}

.background_button:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.3s ease;
  z-index: -1;
  background-color: #fd8900d9;
  filter: brightness(1.05);
  /* border-radius: 10px 10px 0px 0px; */
}

.background_button:hover:after {
  left: 0px;
}

.border_button {
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 99;
  border: 1px solid var(--yello);
  color: white;
}

.border_button:after {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  transform: translateX(-100%);
  background: var(--yello);
  transition: all 0.3s;
  z-index: -1;
  left: -1px;
  color: white;
  transition: all 0.3s ease;
}

.border_button:hover:after {
  transform: translateX(0);
  left: 0px;
  width: 101%;
}

/* header */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: white;
  display: flex;
  align-items: center;
  z-index: 999;
  box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
}

.custome_navbar li a {
  color: black;
  font-family: "General Sans";
  font-weight: 500;
  font-size: 18px;
  transition: ease 0.2s all;
}

.custome_navbar>.custome_nav_ul>li.active>a {
  color: var(--yello);
}

.custome_navbar li {
  position: relative;
}

.custome_navbar>.custome_nav_ul>li:after {
  display: block;
  content: "";
  border-bottom: solid 3px var(--yello);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.custome_navbar li:hover:after {
  transform: scaleX(1);
}

.custome_nav_ul li {
  padding: 0px 17px;
}

/* banner_section */
.banner_section {
  background-image: url("../image/banner_image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0px;
  margin-top: 100px;
  position: relative;
}
.banner_section:before, .single_service_banner_section:before, .service_banner:before{
  position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
    content: '';
}
.banner_section .container-fluid, .service_banner_section .container-fluid{
  position: relative;
  z-index: 99;
}
.banner_text_div {
  max-width: 750px;
  padding-right: 50px;
}

/* common_room_section */
.common_room_section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.common_room_div .small_image_div {
  align-self: end;
}

.common_left_image_div {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  grid-gap: 20px;
}

.image_box {
  height: 130px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pink_box {
  background-color: #0e265b;
  margin-top: 70px;
}

.common_box {
  position: absolute;
  background-color: #f6f8fe;
  z-index: -1;
}

.box_1 {
  top: 30%;
  left: 0px;
  width: 40%;
  height: 270px;
}

.common_right_image_div {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  grid-column-gap: 20px;
}

.blue_box {
  background-color: #0e265b;
  margin-top: 15px;
}

.blue_box2 {
  background-color: #0e265b;
  margin-top: 20px;
  margin-left: auto;
}

.visibility_div {
  margin-top: 80px;
}

.box_2 {
  width: 33%;
  height: 190px;
  top: -20%;
  right: 0px;
}

.nonkey_security_div {
  margin-top: 80px;
}

.nonkey_security_div .big_image_div {
  margin-top: 120px;
}

.nonkey_security_div .common_text_div {
  padding-top: 100px;
}

.box_3 {
  height: 282px;
  width: 475px;
  top: -141px;
  left: 36%;
}

.common_room_div {
  margin-top: 60px;
}

/*  */
.solution_section {
  background-color: #eaedf5;
}

.custome_row_padding {
  padding: 30px 0px;
}

.solution_image_div {
  height: 88px;
  width: 88px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.nonkey_solution_heading {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  grid-gap: 100px;
}

.nonkey_solution_heading .sub_heading {
  font-size: 35px;
  font-family: "General Sans";
  font-weight: bold;
  padding-bottom: 15px;
}

.nonkey_solution_text_div {
  display: flex;
  column-gap: 140px;
}

.diff_solution_div {
  display: flex;
}

.single_solution_div {
  border-right: 1px solid #b1b1b2;
  padding-left: 50px;
  padding-right: 30px;
  margin-top: 60px;
  flex: 1 0;
}

.single_solution_div:first-of-type {
  padding-left: 0px;
}

.single_solution_div:last-of-type {
  padding-right: 0px;
  border-right: none;
}

/* nonkey_user_section */
.nonkey_user_div {
  display: flex;
  column-gap: 30px;
  margin-top: 50px;
}

.nonkey_user_div>div {
  flex: 1;
}

.custome_accordion_header .small_heading {
  width: 100%;
  background-color: transparent;
  padding-bottom: 0px;
  text-align: left;
  border: none;
  padding-left: 55px;
}

.accordion-body {
  padding-left: 55px;
  padding: 20px 0px 0px 55px;
}

.accordion-item {
  border: none;
  margin-bottom: 40px;
}

.custome_accordion_header button:after {
  background-image: url(../image/side_arrow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 45px;
  width: 45px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: ease 0.2s all;
}

.custome_accordion_header button:hover:after {
  box-shadow: 1px 4px 4px #0000003b;
  border-radius: 100%;
}
.navbar-brand img{
  max-width: 140px;
}

.custome_accordion_header button:not(.collapsed)::after {
  background-image: url(../image/down_arrow.svg);
}

.custome_accordion_header {
  position: relative;
}

.accordion-item:last-of-type {
  margin-bottom: 0px;
}

/* segment_section */
.segment_box_div {
  display: flex;
}

.single_segment_box:first-of-type {
  margin-top: 90px;
  margin-right: -30px;
  z-index: 9;
}

.single_segment_box:nth-of-type(2) {
  margin-top: 200px;
  /* z-index: 99; */
}

.single_segment_box:nth-of-type(2):hover {
  z-index: 99;
}

.single_segment_box:hover {
  scale: (1.1);
  transform: scale(1.1);
}

.single_segment_box:last-of-type {
  margin-left: -63px;
}

.single_segment_box {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgb(14 38 91 / 5%);
  max-width: 255px;
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 255px;
  transition: ease 0.3s all;
  padding: 20px;
}

/* contact_section */
.link_button {
  color: #fd8900;
  text-decoration: underline;
  font-family: "General Sans";
  font-weight: 500;
}

.contact_left_div {
  max-width: 400px;
}

.form_input_div input,
.form_input_div textarea {
  width: 100%;
  background-color: #e6e9ee;
  border-radius: 0px;
  padding: 15px 20px;
  font-size: 16px;
  border: none;
}

.form_input_div input::placeholder,
.form_input_div textarea::placeholder {
  color: #8e8e8e;
  font-size: 16px;
}

.contact_form :focus,
.contact_form :focus-visible {
  box-shadow: none !important;
  outline: none;
  background-color: #e6e9ee;
}

.form_input_div {
  margin-bottom: 25px;
}

/* download_section */
.download_section {
  background-color: #eaedf5;
}

.download_section_div {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 80px;
}

.download_option_div {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
}

/* footer */
footer {
  background-color: #0e265b;
}

.footer_contact_info {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 50px;
  max-width: 850px;
  margin: auto;
}

.location_info {
  display: flex;
  column-gap: 18px;
  align-items: center;
  color: white;
}

.main_contact_div {
  margin: 30px 0px;
}

.contact_image_div {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 38, 91, 0.12);
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: ease 0.5s all;
  position: relative;
}

.media_info {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.media_icon_div {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  border: none;
}

.location_info:hover .contact_image_div,
.media_info .contact_image_div:hover {
  background: white;
  border: none;
}

.location_info:hover .contact_image_div svg path,
.media_info .contact_image_div:hover svg path {
  fill: #0e265b;
}

.contact_image_div:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  content: "";
  box-sizing: content-box;
  box-shadow: 0 0 0 2px #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.location_info:hover .contact_image_div:after,
.media_info .contact_image_div:hover:after {
  opacity: 1;
  transform: scale(1.1);
}

.footer_copyright_div {
  display: grid;
  grid-template-columns: 0.6fr 0.5fr;
  border-top: 1px solid white;
  padding: 15px 0px;
}
.footer_logo_div  a img{
  max-width: 240px;
}

.footer_copyright_div p {
  text-align: end;
  color: white;
}

.footer_copyright_div a {
  color: white;
  text-align: end;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: normal;
}
.single_service_banner_section .wpcf7-response-output{
  color: white !important;
}
/* service page */
.service_banner_section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px;
  margin-top: 100px;
  position: relative;
}

.service_banner {
  background-image: url("../image/service_banner_image.png");
}

.contact_banner {
  background-image: url("../image/contact_banner.png");
}

.service_banner_text_div {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.service_section .diff_solution_div {
  flex-wrap: wrap;
}

.service_section .diff_solution_div .single_solution_div {
  width: 33.33%;
  flex: none;
}

.service_section .diff_solution_div .solution_image_div {
  box-shadow: 0px 0px 25px rgba(14, 38, 91, 0.1);
}

.service_section .diff_solution_div .single_solution_div:nth-of-type(3) {
  border-right: none;
}

.service_section .diff_solution_div .single_solution_div:nth-child(3n + 3) {
  border-right: none;
}

.service_section .diff_solution_div .single_solution_div:nth-child(3n + 1) {
  padding-left: 0px;
}

.pt-60 {
  padding-top: 60px;
}

.contact_page_form {
  max-width: 700px;
  margin: 20px auto 0px;
}

/* contact page */
.contact_info_div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  color: white;
}

.single_contact_info_div {
  background-color: #0e265b;
  padding: 30px;
  display: flex;
  column-gap: 15px;
}

.contact_follow_text {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.contact_social_div {
  background-color: #fd8900;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
}

.contact_social_div:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  content: "";
  box-sizing: content-box;
  box-shadow: 0 0 0 2px #fd8900;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.contact_social_div:hover:after {
  opacity: 1;
  transform: scale(1.1);
}

/* 17-2-2023 */
/* contact form spinner */
.nonkey_contact_section .contact_page_form .wpcf7-spinner {
  display: block;
  margin: 5px auto 0px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
}

.nonkey_contact_section .contact_page_form form .wpcf7-response-output {
  margin: 0px 0px 0px;
}

.wpcf7 form .wpcf7-response-output {
  margin-right: 0px;
  margin-left: 0px;
}

/* 17-2-2023 */

.partner_text_info_div {
  padding-top: 15px;
}

.partner_info_div {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}

.single_partner_info_div {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

.single_partner_info_div:last-of-type {
  padding-bottom: 0px;
}

.partner_text_info_div .common_heading {
  text-transform: capitalize;
}

.nonkey_partner_section .row {
  row-gap: 35px;
}

/*  */

/* single_service_page */
.single_service_banner_section {
  background-image: url("../image/single_service_banner_image.png");
  padding: 100px 0px;
  background-position: bottom;
}

.single_service_contact_form {
  max-width: 650px;
  margin-left: auto;
}

.review_detail_div {
  justify-content: flex-start;
  column-gap: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.review_info_div {
  width: 100%;
}

.produc_contact_info ul {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 5px;
}

.produc_contact_info li {
  display: flex;
  column-gap: 5px;
  align-items: center;
}

.produc_contact_info li a {
  color: white;
  font-size: 16px;
}

.single_contact_heading_div {
  padding-bottom: 50px;
}

.single_contact_heading {
  font-size: 47px;
  font-family: "General Sans";
  font-weight: 700;
  line-height: initial;
}

.single_service_banner_section .form_input_div input,
.single_service_banner_section .form_input_div textarea {
  background-color: white;
}

.box_4 {
  height: 175px;
  width: 335px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
}

.key_section .small_image_div {
  align-self: flex-end;
}

.grey_background {
  background-color: #eaedf5;
}

.single_door_system_div {
  background-color: white;
  padding: 50px;
  height: 100%;
}

.door_system_section .heading_div {
  max-width: 900px;
  margin: auto;
}

.door_system_div {
  padding-top: 50px;
}

.door_system_div .row {
  row-gap: 20px;
}

.service_benifit_section .description ul li {
  list-style: disc;
  font-family: "General Sans";
  font-weight: 500;
  padding-bottom: 15px;
  font-size: 20px;
}

.service_benifit_section .description ul {
  padding-left: 20px;
}

.service_benifit_section .description ul li:last-child {
  padding-bottom: 0px;
}

.box_5 {
  height: 180px;
  width: 300px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
}

.service_benifit_section .common_room_div {
  margin-top: 0px;
}

.benifit_business_main_div {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  grid-column-gap: 50px;
}

.benifit_business_left_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single_benifit_div {
  display: flex;
  column-gap: 20px;
  /* margin-bottom: 100px; */
}

.benifit_business_left_div:first-of-type .single_benifit_div:nth-of-type(2) {
  margin-right: 50px;
}

.benifit_business_left_div:last-of-type .single_benifit_div:nth-of-type(2) {
  margin-left: 50px;
}

.benifit_business_left_div:first-of-type .single_benifit_div img {
  order: 2;
}

.benifit_business_left_div:first-of-type .single_benifit_div .benifit_text_div {
  text-align: end;
}

.single_benifit_div .font-20 {
  font-family: "General Sans";
  font-weight: 600;
  padding-bottom: 10px;
}

.single_service_segment_div .single_segment_box:not(:nth-last-of-type(2)) {
  background-color: #eaedf5;
}

.specialist_contact_div {
  display: flex;
  column-gap: 50px;
  max-width: 800px;
  margin: auto;
}

.partner_text {
  font-size: 23px;
  font-weight: 500;
  font-family: "General Sans";
}

.specialist_contact_section .sub_heading {
  padding-bottom: 40px;
}

.single_service_contact_form .small_heading {
  font-weight: 500;
}

.contact_banner {
  background-color: #eaedf5;
  background-image: none;
}

.single_partner_info_div a {
  color: black !important;
  font-size: 20px;
}

.nonkey_partner_section {
  padding-top: 100px;
}

.custome_nav_ul>li>.arrow>img {
  vertical-align: baseline;
}

.custome_nav_ul>li>.arrow {
  margin-left: 5px;
  cursor: pointer;
}

.custome_nav_ul .sub-menu li.active a {
  color: var(--yello);
}

/*  */
@media screen and (max-width: 1640px) and (min-width: 1400px) {
  .nonkey_solution_heading .sub_heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1199px) {
  .single_contact_info_div {
    padding: 20px;
  }

  .contact_follow_text {
    column-gap: 15px;
  }

  .nonkey_solution_heading {
    grid-template-columns: 0.7fr 1fr;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .nonkey_solution_heading {
    column-gap: 30px;
  }

  .nonkey_solution_heading .sub_heading {
    font-size: 27px;
  }

  .single_segment_box:first-of-type {
    margin-right: -10px;
  }

  .contact_info_div {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
  }

  .benifit_business_main_div {
    grid-column-gap: 25px;
  }

  .benifit_business_left_div:last-of-type .benifit_text_div {
    margin-bottom: 40px;
  }

  .benifit_text_div {
    margin-bottom: 30px;
  }

  .benifit_business_left_div {
    justify-content: start;
  }

  .nonkey_solution_text_div {
    column-gap: 80px;
  }

}

@media screen and (min-width:992px) {
  .custome_nav_ul>li.menu-item>.sub-menu {
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

}

@media screen and (min-width: 767px) {
  .custome_nav_ul>li {
    padding: 0px 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  .custome_nav_ul>li:hover {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }

  .custome_nav_ul>li>a:hover {
    color: var(--yello);
  }

  .custome_nav_ul li.menu-item:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
  }

  .custome_nav_ul>li.menu-item>.sub-menu>li {
    padding: 0px 15px;
    text-align: left;
  }

  .custome_nav_ul>li.menu-item>.sub-menu>li:hover a {
    color: var(--yello);
  }

  .custome_navbar_expand {
    padding: 0px !important;
  }

  .custome_nav_ul>li.menu-item>.sub-menu {
    width: 100%;
    top: 98px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
    padding: 0px;
    left: 0px;
    border-radius: 0px 0px 3px 3px;
    border-top: 3px solid #0e265b;
  }

  .custome_nav_ul>li.menu-item>.sub-menu>li>a {
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
  }

  .custome_nav_ul>li>.arrow>img.up_arrow,
  .custome_nav_ul>li:hover>.arrow>img.down_arrow {
    display: none;
  }

  .custome_nav_ul>li:hover .arrow>img.up_arrow,
  .custome_nav_ul>li>.arrow>img.down_arrow {
    display: block;
  }

  .custome_nav_ul>li.current-menu-item>.arrow>img.down_arrow {
    display: none;
  }

  .custome_nav_ul>li.current-menu-item>.arrow>img.up_arrow {
    display: block;
  }

  .custome_nav_ul>li.menu-item>.sub-menu {
    /* left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); */
    position: absolute;
    top: 97%;
    background-color: #fff;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    /* -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; */
    z-index: 99999;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 992px) and (min-width: 767px) {
  .single_solution_div {
    padding-left: 30px;
  }

  .nonkey_solution_text_div {
    column-gap: 30px;
    flex-direction: column;
  }

  .service_section .diff_solution_div .single_solution_div {
    width: 49.33%;
  }

  .service_section .diff_solution_div .single_solution_div:nth-of-type(3) {
    border-right: 1px solid #b1b1b2;
  }

  .service_section .diff_solution_div .single_solution_div:first-of-type,
  .service_section .diff_solution_div .single_solution_div:nth-of-type(2) {
    margin-top: 50px;
  }

  .service_section .diff_solution_div .single_solution_div:nth-of-type(odd) {
    border-right: 1px solid #b1b1b2;
    padding-left: 0px;
  }

  .service_section .diff_solution_div .single_solution_div:nth-of-type(even) {
    border-right: none;
    padding-left: 30px;
  }

  .nonkey_solution_heading {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .nonkey_solution_heading .sub_heading {
    font-size: 27px;
  }

  .custome_nav_ul>li {
    padding: 0px 17px;
  }

  .sub-menu {
    display: none;
  }
  .sub_heading {
    font-size: 35px;
  }
  .door_system_div .row{
    justify-content: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .nonkey_solution_heading {
    grid-template-columns: 1fr;
    grid-gap: 0px;
    padding-bottom: 40px;
  }

  .single_segment_box:first-of-type {
    margin-right: -10px;
  }
  .sub_heading {
    font-size: 35px;
  }
  .main_heading{
    font-size: 52px;
  }

}

@media screen and (max-width: 1199px) {
  .padding-right {
    padding-right: 0px;
  }

  .contact_left_div {
    max-width: inherit;
  }

  .single_door_system_div {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 992px) {

  /* header */
  .section_padding,
  .common_room_section {
    padding: 60px 0px;
  }

  .nonkey_partner_section {
    padding-top: 60px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .common_box {
    display: none;
  }

  .banner_section {
    padding: 100px 0px;
  }

  .common_right_image_div,
  .nonkey_rightside_div {
    padding-top: 50px;
  }

  .nonkey_security_div {
    margin-top: 50px;
  }

  .common_text_div,
  .nonkey_security_div .common_text_div {
    padding-top: 40px;
  }

  .visibility_div {
    margin-top: 0px;
  }

  .nonkey_user_div {
    display: block;
    margin-top: 35px;
  }

  .contact_form {
    padding-top: 50px;
  }

  .common_room_div {
    margin-top: 40px;
  }

  .service_banner_section {
    padding: 100px 0px;
  }

  .contact_info_div {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
  }

  .benifit_business_main_div {
    display: block;
  }

  .benifit_business_left_div:first-of-type .single_benifit_div img {
    order: inherit;
  }

  .benifit_business_left_div:first-of-type .single_benifit_div .benifit_text_div {
    text-align: left;
  }

  .single_benifit_div {
    margin-bottom: 30px;
  }

  .single_benifit_div:last-of-type {
    margin-bottom: 0px;
  }

  .benifit_business_image_div {
    text-align: center;
    margin: 30px 0px;
  }

  .benifit_business_left_div:last-of-type .single_benifit_div:nth-of-type(2) {
    margin-left: 0px;
  }

  .specialist_contact_div {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .specialist_image_div {
    /* order: 1; */
    text-align: center;
    /* padding-bottom: 30px; */
  }

  .specialist_text_div {
    /* order: 1; */
    padding-bottom: 30px;
  }

  .specialist_contact_section .sub_heading {
    padding-bottom: 15px;
  }

  .single_service_banner_section .contact_form {
    padding-top: 0px;
  }

  .key_section .common_right_image_div {
    padding-top: 0px;
  }

  .single_service_banner_section {
    padding: 100px 0px;
  }
  .nonkey_contact_section .custome_row_padding{
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {

  /* header */
  .custome_navbar {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: ease 0.3s all;
    height: 100vh !important;
    width: 100%;
  }

  .custome_navbar.show {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    transition: ease 0.3s all;
  }

  .custome_navbar_toggler {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0 auto;
    background: #f28b2d;
    transform: skew(5deg);
    transition: all 0.275s;
  }

  .custome_nav_ul {
    padding-top: 30px;
  }

  .custome_nav_ul li {
    padding: 0;
  }

  .custome_nav_ul li a {
    font-size: 27px;
    padding: 20px 0px;
    border-bottom: 1px solid #f4a345;
    display: block;
  }

  .custome_navbar>.custome_nav_ul>li.active>a {
    color: white;
  }

  .sub-menu {
    display: none;
  }

  .custome_nav_ul>li>.sub-menu {
    width: 100% !important;
    background-color: white;
  }

  .custome_nav_ul>li>.sub-menu>li a {
    border-bottom: none;
    padding: 15px 10px;
    font-size: 16px;
  }

  .custome_nav_ul>li>.arrow {
    position: absolute;
    top: 20px;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    z-index: 999;
    width: 45px;
    height: 45px;
    right: 2px;
    transition: ease 0.3s all;
  }

  .header_contact_button {
    order: 2;
  }

  .custome_toggler {
    order: 3;
    border: none;
    padding: 20px 0px 0px;
  }

  .custome_toggler:focus {
    box-shadow: none;
  }

  .custome_navbar_toggler:after,
  .custome_navbar_toggler:before {
    content: "";
    display: block;
    height: 100%;
    background: #0e265b;
    transition: all 0.275s;
  }

  .custome_navbar_toggler:after {
    transform: translateY(-12px) translateX(-2px) skew(-20deg);
  }

  .custome_navbar_toggler:before {
    transform: translateY(-16px) skew(-10deg);
  }

  .custome_toggler.is_open .custome_navbar_toggler {
    transform: skew(5deg) translateY(-8px) rotate(-45deg);
  }

  .custome_toggler.is_open .custome_navbar_toggler:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
  }

  .custome_toggler.is_open .custome_navbar_toggler:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
  }

  .custome_navbar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #f28b2d;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all 0.1s 0.1s;
  }

  .custome_navbar.show:before {
    transform: skew(-14deg) translateX(0);
  }

  .custome_navbar_expand .header_contact_button .background_button {
    max-width: 130px;
    min-width: inherit;
    margin-left: -10px;
  }

  .custome_navbar_expand .navbar-brand {
    margin-right: 0px;
  }

  .custome_navbar_expand .navbar-brand img {
    max-width: 120px;
  }

  .custome_navbar>.custome_nav_ul>li:after {
    content: none;
  }

  /* header end */
  .download_section_div {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .download_image_div {
    text-align: center;
  }

  .footer_contact_info {
    flex-wrap: wrap;
    text-align: center;
  }

  .main_contact_div:last-of-type {
    margin-bottom: 0px;
  }

  .media_info,
  .location_info {
    justify-content: center;
  }

  .footer_copyright_div {
    grid-template-columns: 1fr;
  }

  .footer_copyright_div p {
    text-align: center;
  }

  .footer_copyright_div a {
    text-align: center;
    padding-top: 10px;
  }

  .nonkey_solution_text_div {
    display: block;
  }

  .diff_solution_div {
    display: block;
  }

  .single_solution_div {
    padding: 0px 0px 30px 0px;
    border-right: none;
    border-bottom: 1px solid #b1b1b2;
    margin-top: 30px;
  }

  .single_solution_div:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
  }

  .service_section .diff_solution_div .single_solution_div {
    width: 100%;
  }

  .nonkey_solution_heading {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .nonkey_solution_heading .sub_heading {
    font-size: 27px;
  }

  .single_partner_div {
    width: fit-content;
    margin: auto;
  }

  .up_arrow {
    display: none;
  }
  .download_option_div{
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .font-20 {
    font-size: 16px;
  }

  .sub_heading {
    font-size: 28px;
  }

  .pink_box {
    margin-top: 20px;
  }

  .main_heading {
    font-size: 30px;
  }

  .banner_section {
    padding: 70px 0px;
  }

  .segment_box_div {
    display: block;
    margin-top: 50px;
  }

  .single_segment_box {
    margin: 20px auto 0px !important;
    min-width: 255px;
  }

  .single_segment_box:last-of-type {
    margin-left: 0px;
  }

  .button_div {
    flex-wrap: wrap;
  }

  .contact_info_div {
    grid-template-columns: 1fr;
  }

  .footer_contact_info {
    display: block;
  }

  .location_info,
  .media_info {
    justify-content: flex-start;
  }

  .main_contact_div:first-of-type {
    margin-top: 0px;
  }

  header {
    height: 85px;
  }

  .custome_navbar {
    top: 85px;
  }

  .service_banner_section {
    margin-top: 85px;
  }

  .image_box {
    height: 100px;
    width: 100px;
  }

  .single_contact_heading {
    font-size: 35px;
  }

  .single_contact_heading_div {
    padding-bottom: 30px;
  }

  .banner_section {
    margin-top: 85px;
  }

  .benifit_business_section .sub_heading {
    text-align: left !important;
  }

  .door_system_div {
    padding-top: 30px;
  }

  .benifit_business_section .font-20 {
    font-size: 20px;
  }

  .common_heading {
    font-size: 25px;
  }

  .small_heading {
    font-size: 20px;
  }

  .banner_text_div {
    text-align: center;
  }

  .banner_text_div .button_div {
    justify-content: center;
  }

}