.topheader {
  background-color: #0267A6;
  color: white;
}

.topheader .navbar ul li a {
  color: white;
  font-size: 15px;
}

.topheader .navbar>.container,
.topheader .navbar>.container-fluid,
.topheader .navbar>.container-lg,
.topheader .navbar>.container-md,
.topheader .navbar>.container-sm,
.topheader .navbar>.container-xl,
.topheader .navbar>.container-xxl {
  display: inline;
}

.divider::before {
  content: "/";
  position: absolute;
  right: 73px;
  top: 18px;
}

.topright-menu a {
  display: inline;
}

@media (max-width: 992px) {
  #bottomheader.sticky-top {
    z-index: 10;
  }

  #topnavbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex: auto;
  }

  #topnavbar ul.navbar-nav.me-auto li a {
    font-size: 11px;
    padding: 0 20px 5px 0;
  }

  #topnavbar .divider::before {
    content: "/";
    position: absolute;
    right: 73px;
    top: 15px;
  }

  #topnavbar .topright-menu .navbar-nav {
    flex-direction: column-reverse;
  }

  #topnavbar .floatright {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}

@media (min-width: 1000px) {
  #bottomheader {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: white;
  }

  .dropdown-item {
    font-size: 12px !important;
  }
}

#bottomheader .nav-link {
  color: #413c3c;
  /* font-size: 13px; */
  margin-right: 2rem;
  font-weight: 600;
}

#bottomheader .nav-link:hover {
  color: #00a0b7;
}

nav#bottomheader {
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}

.headerbtn {
  background-color: #00A0B7;
  color: white;
  border-radius: 50px;
  padding: 7px 18px;
}

.headerbtn:hover {
  background-color: #2297a8 !important;
  color: white;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 2px rgb(102 172 182 / 37%);
}

.headerbtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-weight: 600;
}

.headerbtn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -3px;
  right: -20px;
  transition: 1.5s;
  transform: scale(1.5);
}

.headerbtn:hover span {
  padding-right: 25px;
}

.headerbtn:hover span:after {
  opacity: 1;
  right: 0;
}


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

#bottomheader .navbar-toggler-icon {
  background-image: url("../images/icons/hamburger.png");
}

#bottomheader .dropdown-item {
  color: #0267a6;
  border: 0;
  font-size: 11px;
}

#bottomheader .dropdown-menu {
  border-radius: 3px;
  border-color: #e0e0e0;
}

#bottomheader .dropdown-item.active,
#bottomheader .dropdown-item:active {
  background-color: #E6EFF7 !important;
  color: #0267a6 !important;
  font-weight: 600 !important;
}

@media (max-width: 992px) {
  #bottomheader .headerbtn {
    background-color: #00A0B7;
    color: #fff;
    margin-top: 0.7rem;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  #bottomheader .navbar-header {
    float: none;
  }

  #bottomheader .navbar-toggle {
    display: block !important;
  }

  #bottomheader .navbar-nav {
    float: none !important;
  }

  #bottomheader .navbar-nav>li {
    float: none;
  }

  #bottomheader .navbar-collapse.collapse.in {
    display: block !important;
  }

  .homepage .review-carousel .item p {
    max-height: 220px !important;
    -webkit-line-clamp: 9 !important;
  }
  #contact {
    padding: 1rem 1rem !important;  
    margin: 0 !important;
    background: #f0f0f0;
    }  
    #product-slider-one .shadow-effect{padding: 0 10px;}
    #product-slider-two .shadow-effect{padding: 0 10px;}
    #product-slider-three .shadow-effect{padding: 0 10px;}
}

footer {
  background-color: white;
  color: white;
}

footer a,
footer span {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}

footer a:hover {
  color: #000080;
  font-weight: 600;
  font-size: 16.5px;
  transition: 0.2s ease-in;
}

footer .social-icons a {
  border-radius: 50px;
  padding: 11px 17px;
}

footer .social-icons a i {
  font-size: 13px;
  width: 13px;
}

footer hr {
  margin: 10px 0;
  width: 100px;
}

footer .footer-contact {
  display: flex;
}

footer p span {
  font-size: 13px;
}

footer .divideline {
  border-left: 1px solid #989898;
  padding-left: 10px;
}

footer .copyrightsection {
  background-color: white;
}

footer .Copyright {
  font-size: 14px;
  color: black;
  padding: 3px 20px;
}

footer .worldmap {
  background-image: url("../images/worldmap.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  footer .Copyright {
    font-size: 8px;
    color: #0267A6;
    padding: 5px 20px;
  }

  footer .dflex-center {
    flex-wrap: wrap;
  }

  footer .divideline {
    border-left: none;
    padding-left: 0;
  }

  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="url"],
  #contact textarea {font-size: 12px;}    

}

@media (min-width: 501px) and (max-width: 990px) {
  footer .Copyright {
    font-size: 10px;
    color: #0267A6;
    padding: 5px 20px;
  }

  footer .divideline {
    border-left: none;
    padding-left: 0;
  }
}

@media (min-width: 1000px) {
  footer .divideline {
    border-left: 1px solid #989898;
    padding-left: 30px;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light-webfont.woff") format("woff"),
    url("../fonts/Roboto-Bold-webfont.woff") format("woff"),
    url("../fonts/Roboto-Light-webfont.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-bold";
  src: url("../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff") format("woff"),
    url("../fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  font-family: "Roboto";
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html {
  scroll-padding-top: 73px;
  /* height of sticky header */
}

footer {
  margin-top: auto;
}

a {
  text-decoration: none;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-10 {
  padding-left: 10px;
}

.ml-1r {
  margin-left: 1rem;
}

.page-section {
  padding: 40px 0;
}

.w-20 {
  width: 20px;
}

.f-15 {
  font-size: 15px;
}

.f-18 {
  font-size: 18px;
}

.br-7 {
  border-radius: 7px;
}

.m-hand {
  cursor: pointer;
}

.nodot {
  list-style-type: none;
}

.secondary_color {
  background-color: #E6EFF7 !important;
}

.noscroll_x {
  overflow-x: hidden;
}

.txt-primary {
  color: #0267A6 !important;
}

.subheading {
  color: black;
  line-height: 24px;
  font-size: 19px;
  font-weight: 500;
}

.scadabtn {
  background-color: #0267A6;
  border-color: #0267A6;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 20px;
  letter-spacing: 0.1px;
}

.scadabtn:hover {
  background-color: #094c76;
  border-color: #0267A6;
  color: white;
  font-weight: 600;
}

.scadabtn_bordered {
  background-color: white;
  border-color: #0267A6;
  color: #0267A6;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 20px;
  letter-spacing: 0.1px;
}

.scadabtn_bordered:hover {
  background-color: white;
  border-color: #083a5a;
  color: #083a5a;
  font-weight: 600;
}

.scadabtn .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: #000080;
  border-color: #000080;
  color: #ffc10f;
}

.homepage .banner {
  background-image: url("../images/bannerimg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30vmax;
}

.homepage .bannertxt-wrapper {
  width: 40%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 30%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.homepage .bannertxt-wrapper h1 {
  word-wrap: break-word;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 20px;

}

.homepage .bannertxt-wrapper h6 {
  line-height: 23px;
  font-weight: 600;
  font-size: 17px;
  font-size: 17px;
  margin-bottom: 0 !important;
}

.homepage .bannertxt-wrapper .banner-btn,
.homepage .banner-btn {
  background-color: #000080;
  color: #ffc10f;
  font-weight: 500;
  border-radius: 25px;
  padding: 10px 20px;
}

.homepage .bannertxt-wrapper .banner-btn:hover,
.homepage .banner-btn:hover {
  color: #ffc10f;
  /* font-weight: 600; */
  /* border: 1px solid #ffc10f; */
  border-radius: 5px;
  transition: 0.5s ease-in;
  transform: scale(1.1);
}

.homepage .banner-btn-white {
  background-color: #ffc10f;
  color: white;
  font-weight: 500;
  border-radius: 25px;
  padding: 10px 20px;
}

.homepage .banner-btn-white:hover {
  color: white;
  /* font-weight: 600; */
  /* border: 1px solid #ffc10f; */
  border-radius: 5px;
  transition: 0.5s ease-in;
  transform: scale(1.1);
}

@media (max-width: 500px) {
  .homepage .banner-btn {
    background-color: #fff;
    color: #0267A6;
    font-weight: 700;
    font-size: 7px;
  }

  .homepage h1 {
    font-size: 14px;
  }

  .homepage .bannertxt-wrapper {
    width: 40%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .homepage .dsmnone {
    display: none;
  }

  .homepage .banner {
    height: 30vmin;
  }

  .homepage .aboutproduct-img {
    background-size: 36vmax 100% !important;
    height: 30vmax !important;
  }

  .homepage .img-wrapper {
    height: 255px !important;
    background-size: 30vmax 100% !important;
  }

  .homepage .aboutcompany-video {
    margin-top: 1rem;
  }

  .homepage .page-section {
    padding: 20px 0;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  .homepage .banner-btn {
    font-size: 12px;
    font-weight: bolder !important;
    margin-top: 15px;
  }

  .homepage .banner-btn-white {
    font-size: 12px;
  }

  .homepage .bannertxt-wrapper h1 {
    font-size: 18px;
  }

  .homepage .bannertxt-wrapper h1 {
    margin-bottom: 7px;
  }

  .homepage .bannertxt-wrapper h6 {
    font-size: 12px;
    line-height: 16px;
  }

  .homepage .bannertxt-wrapper {
    width: 40%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .homepage .banner {
    height: 29vmin;
  }

  .homepage .aboutproduct-img {
    background-size: 40vmax 100% !important;
    height: 30vmax !important;

  }

  .homepage .img-wrapper {
    height: 255px !important;
    background-size: 30vmax 100% !important;
  }

  .homepage .aboutcompany-video {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .homepage .divideline {
    margin-top: 1rem;
  }
  .homepage .Product { margin-top: 2rem;}
}

@media (min-width: 501px) and (max-width: 990px) {
  .homepage .homepage .img-wrapper {
    background-size: 30% 100%;
    height: 30vmax;
  }
}

@media (min-width: 992px) {
  .homepage .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

@media (min-width: 769px) and (max-width: 990px) {
  .homepage .img-wrapper {
    background-size: 40% 100% !important;
  }

  .homepage .bannertxt-wrapper h1 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .homepage .aboutproduct-img {
    height: 35vmax !important;
  }

  .homepage .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .homepage .hamburger {
    display: inline-block;
    float: right;
  }

  .homepage .formenu {
    display: block;
  }
}

.homepage .aboutproduct-img {
  background-image: url(../images/screen_img/screen1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 440px;
  background-position: center;
}

.homepage .Product .aboutproduct-img {
  background-image: url(../images/product_images/alarm2.png);
}

.homepage .Tunneller .aboutproduct-img {
  background-image: url(../images/product_images/Tunneller2.png);
}

.homepage .ModbusTagServer .aboutproduct-img {
  background-image: url(../images/product_images/ModbusTagServer.png);
}

.homepage .centersection-txt {
  align-content: center;
  align-items: center;
}

.homepage .section-content {
  font-size: 17px;
  /* font-weight: 600; */
}

.homepage .bellicon {
  margin-right: 5px;
  width: 10px;
}

.homepage .pdflink {
  color: #727070;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.homepage .mainheading {
  font-family: "Roboto-bold";
  line-height: 55px;
  color: #000080;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.homepage .company-iconsection {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.homepage .aboutcompany-video {
  /* border: 3px solid #000080; */
  /* padding: 10px; */
  /* border-radius: 5px; */
  box-shadow: 0px 4px 11px 2px #73737870;
}

.homepage .aboutcompany-video iframe {
  border-radius: 5px;
}

.homepage ul.featurelist {
  list-style-image: url("../images/icons/Done.png");
}

.homepage .img-wrapper {
  background-image: url("../images/product_images/feature.png");
  background-size: 70% 100%;
  background-repeat: no-repeat;
  height: 320px;
  background-position: center;
}

.homepage .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.homepage .owl-theme .owl-dots .owl-dot.active span,
.homepage .owl-theme .owl-dots .owl-dot:hover span {
  background: #FF9B26;
  border-radius: 16px;
  border: none;
}

.homepage .owl-theme .owl-dots .owl-dot span {
  background: #D6D6D6;
  border-radius: 16px;
  border: none;
}

.homepage .owl-carousel .owl-stage-outer {
  padding: 0 3px;
}

.homepage .brand-carousel .owl-carousel .owl-stage-outer {
  padding: 0 20px;
}

.homepage .owl-carousel .item {
  text-align: center;
}

.homepage .owl-carousel .nav-button {
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: absolute;
  top: 25px !important;
  background-color: transparent;
}

.homepage .owl-theme .owl-nav [class*=owl-]:hover {
  background: #0267A6;
  color: #FFF;
  text-decoration: none;
  border-radius: 21px;
}

.homepage .owl-carousel .owl-prev.disabled,
.homepage .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.homepage .owl-carousel .owl-prev {
  left: -35px;
}

.homepage .owl-carousel .owl-next {
  right: -20px;
}

.homepage .owl-theme .owl-nav [class*=owl-] {
  color: #0267A6;
  font-size: 9px;
}

.homepage .owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.homepage .owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

.homepage .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
}

.homepage .brand-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: transparent;
  text-decoration: none;
}

.homepage .brand-carousel .owl-theme .owl-nav [class*=owl-] {
  background: none !important;
  color: transparent;
  text-decoration: none;
}

.homepage .owl-stage {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}

.homepage .review-carousel .item {
  /* border: 1px solid #d2d2d2; */
  border-radius: 5px;
  /* padding: 10px; */
}

.homepage .review-carousel .item p {
  text-align: center;
  font-size: 16px;
}

.homepage .reviewbottom {
  display: block;
  /* flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; */
}

.homepage .reviewbottom {
  margin-bottom: 1rem;
}

.homepage .reviewbottom .reviewbrandicon {
  width: 20% !important;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
}

.homepage .reviewbottom .dot {
  width: 10% !important;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  background-color: #0267A6;
  color: white;
  box-shadow: none;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
  background-color: #E6EFF7;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#software_download .table> :not(caption)>*>* {
  padding: 1rem 1rem;
  background-color: #F6FBFF;
}

#software_download table td+td {
  border-left: 1px solid rgba(120, 120, 120, 0.4588235294);
}

#software_download table th+th {
  border-left: 1px solid rgba(120, 120, 120, 0.4588235294);
}

#software_download .table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #E6EFF7;
}

#software_download .table-primary {
  --bs-table-border-color: transparent;
}

ul.table-filter {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}

ul.table-filter .left_divider {
  border-left: 1px solid #444444;
}

ul.table-filter li {
  padding: 0 9px;
  color: #0267A6;
}

.table-wrapper {
  background-color: #0267A6;
  padding: 2rem;
}

@media (max-width: 500px) {
  .table-wrapper {
    padding: 1rem;
  }

  .formblock_padding {
    padding: 1rem !important;
  }

  .homepage .bannertxt-wrapper h1 {
    font-size: 1rem;
  }

  .homepage .bannertxt-wrapper .banner-btn,
  .homepage .banner-btn {
    background-color: #000080;
    color: #ffc10f;
    font-weight: 500;
    border-radius: 25px;
    padding: 7px 10px;
    font-size: 11px !important;
  }
}

.form-wrapper {
  position: relative;
  padding: 2rem 5rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  margin-top: 6vh;
}

.btn-captcha-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.btn-captcha-wrapper li {
  font-size: 10px;
}

.form-select {
  border-radius: 0.375rem 0 0 0.375rem !important;
}

.form-select,
.form-control {
  line-height: 2;
  border: 1px solid #0267A6;
}

.input-group-text {
  background-color: transparent;
  border: 1px solid #0267a6;
}

.form-select,
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #0267A6;
  outline: 0;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .order-sm-lastonly {
    order: 1;
    margin-top: 1rem;
  }

  .documentation_section ul li {
    margin: 0 0 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .address-wrapper ul {
    display: inline-flex !important;
    padding-left: 0;
  }

  .documentation_section ul li {
    margin: 0 20px 10px 0;
  }

  .swipe {
    top: 111px;
  }
}

@media (min-width: 1000px) {
  .formpara {
    padding: 0 15vh;
  }

  .distributor-warpper {
    right: -20%;
  }

  .documentation_section ul li {
    margin: 0 40px 10px 0;
  }
}

@media (max-width: 1199px) {
  .distributors-table .table> :not(caption)>*>* {
    padding: 1rem 1rem !important;
  }
}

@media (min-width: 1200px) {
  .distributors-table .table> :not(caption)>*>* {
    padding: 1rem 2.5rem !important;
  }
}

@media (min-width: 1400px) {
  .distributor-warpper {
    right: -15% !important;
  }

  .documentation_section ul li {
    margin: 0 100px 10px 0;
  }
}

@media (min-width: 1900px) {
  .navbar-brand img {
    width: 180px;
  }

  #bottomheader .nav-link {
    font-size: 16px;
    font-weight: 600;
  }

  .homepage .img-wrapper {
    height: 360px;
  }

  .homepage .aboutproduct-img {
    height: 500px;
  }
}

@media (max-width: 990px) {
  .formblock_padding {
    padding: 2rem;
  }

  .form-wrapper {
    padding: 2rem 1rem;
  }
}

.bg-blue::before {
  content: url(../images/blue_bg.png);
  position: absolute;
  right: 0;
  top: 30rem;
}

@media (min-width: 1900px) {
  .bg-blue::before {
    margin: 0 -20rem !important;
    right: auto;
  }

  .form-wrapper {
    margin-top: 3vh;
  }
}

.address-wrapper ul {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding-left: 0;
}

@media (max-width: 991px) {
  .address-wrapper ul {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .address-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
  }

  .distributor-warpper {
    margin: 0;
    position: absolute;
    top: 50%;
    right: -22%;
    transform: translate(-50%, -50%);
  }
}

.sales_form_bg {
  background-color: #E6EFF7;
  color: #0267A6;
}

.formblock_padding {
  padding: 3rem 5rem;
}

.sales_form ::placeholder {
  color: #0267A6 !important;
}

.sales_form .form-select,
.sales_form .form-control:focus {
  color: #0267A6 !important;
  background-color: transparent !important;
  border-radius: 0.375rem !important;
}

.sales_form .form-select,
.sales_form .form-control {
  background-color: transparent;
}

.captch_img {
  width: 12rem;
  margin-top: 10px;
}

.Alarm_dialer_img {
  background-image: url("../images/product_images/product.png");
  background-repeat: no-repeat;
  background-size: 90% 100%;
  background-position: top center;
  height: 70vh;
}

.dropdown-wrapper {
  padding: 0 6vw;
}

.dropdown-wrapper .form-select,
.dropdown-wrapper .form-control:focus {
  color: #212529;
  background-color: #E6EFF7;
  border-color: #E6EFF7;
  outline: 0;
  box-shadow: none !important;
}

.dropdown-wrapper .form-select {
  border-radius: 0.375rem !important;
}

.Product ul li::marker {
  color: #0267A6;
}

.Features ul li::marker {
  color: #0267A6;
}

.documentation_section ul {
  column-width: 315px;
}

.documentation_section ul li {
  break-inside: avoid;
}

.documentation_section ul li h6 {
  background-color: #0267a6;
  color: white;
  padding: 15px;
  border-radius: 5px;
  transform: skewX(350deg);
}

.documentation_section ul li a {
  color: #444444;
  line-height: 2.2;
  display: block;
  padding: 0 1rem;
}

.documentation_section ul li .double-right {
  width: 14px;
}

.breadcrumb li a {
  color: #444444 !important;
}

/*# sourceMappingURL=style.css.map */

/* serch bar and slide menu css */
@media (max-width:500px) {

  .search-formx input {
    width: 98% !important;
  }

  .showsearch {
    position: absolute;
    top: 24px;
    right: 37px;
  }

  .fa-right-to-bracket::after {
    top: 16px;
    right: 95px;
  }

  .fa-user::after {
    top: 16px;
    right: 21px;
  }

  .fa-phone-volume::after {
    top: 16px;
    left: -7px;
  }

  .fa-envelope::after {
    top: 16px;
    /* left: 57px; */
    font-family: "Poppins";
    margin-left: 10px;
  }
}

@media (min-width:531px) and (max-width: 992px) {
  #topnavbar ul.navbar-nav.me-auto li a {
    padding: 0 50px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .swipe {
    top: 58px !important;
  }

  .search_btn {
    position: absolute;
    /* top: 84px; */
    top: -750px;
    color: black;
    z-index: 99999;
    font-size: 22px;
    /* right: 35px; */
    right: 33px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .swipe {
    top: 46px !important;
  }

  .search-formx {
    top: 55px !important;
  }

  #topnavbar {
    line-height: 48px;
  }

  .search_btn {
    position: absolute;
    /* top: 84px; */
    top: -754px;
    color: black;
    z-index: 99999;
    font-size: 22px;
    /* right: 35px; */
    right: 20px;
  }
}

@media (min-width:993px) {
  i.fa-solid.fa-right-to-bracket {
    display: none;
  }

  i.fa-solid.fa-user {
    display: none;
  }

}

@media (max-width:992px) {
  .dontshow992 {
    display: none;
  }

  .fa-magnifying-glass .invisible-992:before {
    display: none;
  }

  .homepage .service {
    background-size: 100% 100% !important;
  }

  #topnavbar .divider::before {
    display: none;
  }

  .show992 {
    display: block;
  }

  .search-formx {
    position: fixed;
    top: 65px;
    z-index: 99999;
    width: 100%;
    padding: 15px;
    left: 0;
    right: 0;
    background: aliceblue;
  }

  .magnifyicon {
    font-size: 24px;
    color: #0267a6;
    position: relative;
    top: 5px;
  }

  #topnavbar ul.navbar-nav.me-auto li a {
    font-size: 20px;
    padding: 0 23px;
  }

  #topnavbar ul.navbar-nav.me-auto li a span {
    display: none;
  }

  #topnavbar {
    justify-content: center;
  }

  .topheader {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    display: block;
    left: 0px;
    right: 0px;
    height: 60px;
    /* text-align: left; */
    transition: 0.3s;
    /* padding-left: 15px; */
    width: 100%;
  }

  .me-auto {
    margin-right: 0 !important;
  }

  /* top header */
  .d-md-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
  }
}

@media (max-width:1199px) {
  .navbar-collapse {
    position: fixed;
    top: 46px;
    right: -320px;
    height: 100vh !important;
    background-color: #fff;
    width: 310px;
    padding: 15px 20px;
    transition: 0.7s ease-in;

  }

  .swipe {
    position: fixed;
    top: 55px;
    right: 0px;
    height: 100vh !important;
    background-color: #fff;
    width: 310px;
    padding: 15px 20px;
    transition: 0.7s ease-in;
  }

  .homepage .order {
    background-size: 80% 80% !important;
  }

  .homepage .Product {
    background-size: 100% 80% !important;
  }

}

/* search bar css */
.search-formx {
  display: none;
}

.search-formx input {
  width: 99%;
  border-radius: 4px !important;
  border: none;
  outline: none;
}

.search-formx button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: -27px;
  color: #0366a6;
}

.showsearch {
  display: block;
}

.homepage .review-carousel .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 120px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/* comman color used throughtout */
.primary_color {
  color: #000080;
}

.secondary_color {
  color: #F9B900;
}

.topbtn_color {
  color: #00A0B7;
}

.indication_color {
  color: #FF9B26;
}

.section_bg {
  background-color: #F0F0F0;
  padding: 3rem;
}

/* footer */
.w-30 {
  width: 30%;
}

.dflex-center {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.quicklink-wrapper h6 {
  margin: 0 10px 0 0 !important;
  font-weight: 600;
}

.quicklink-wrapper a {
  margin-left: 10px;
}

/* footer icons */
.sm-handle {
  display: flex;
  justify-content: center;
}

.sm-button {
  margin: 0px 10px 0px;
  border: 1px solid #E0E6E6;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #E0E6E6;
  transition: 3.3s all;
}

.sm-button:hover {
  background: linear-gradient(to right, #362c8e, #7e77b8);
}

.fab {
  color: #fff;
  font-size: 18px;
}

.fw-600 {
  font-weight: 600;
}

/* faq */
.faq-section h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.faq p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 120px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: #727070;
}

/* imgaes*/
.homepage .service {
  background-image: url(../images/screen_img/service1.png);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  height: 440px;
  background-position: center;
}

.homepage .order {
  background-image: url(../images/screen_img/order.png);
  background-size: 80% 100%;
  background-repeat: no-repeat;
  height: 440px;
  background-position: center;
}

.homepage .Product img {
  /* background-image: url(../images/screen_img/product.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  height: auto;
  /* background-position: center; */
}

/* owl carsoul part 2 */
.shadow-effect {
  background: #fff;
  padding: 50px 30px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

/* #customers-testimonials .shadow-effect p {
      font-family: inherit;
      font-size: 17px;
      line-height: 1.5;
      margin: 0 0 17px 0;
      font-weight: 300;
  } */
.testimonial-name {
  margin: -50px auto 0;
  display: table;
  width: auto;
  /* background: #3190E7; */
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: black;
  /* box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05); */
}

#customers-testimonials .item {
  text-align: center;
  margin-bottom: 20px;
  /* opacity: .2; */
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ffc10f;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #C2BEBE;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.wrapper-img{background-image: url('../images/screen_img/screen1.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 20rem;
}
.order{background-image: url('../images/screen_img/order.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 20rem;
}

#product-slider-one .shadow-effect,#product-slider-two .shadow-effect, #product-slider-three .shadow-effect{border: none;
  box-shadow: none;}

.carousel-img-wrapper  img {
  display: block;
  width: 100% !important;
  height: auto;
  margin: 0 auto;
  border-radius: 0 !important;
  max-width: 100% !important;
}
/* --------------------------------- */
/* modal form css */
#contact {
  padding: 0 4rem;
  margin: auto 10rem;
  /* background: white; */
  border-radius: 5px;
}

#contact h3 {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0 !important;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  /* border:1px solid #CCC; */
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #00008014;
  border-radius: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;

}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

label.error {
  color: darkred;
  padding-left: 10px;
  font-weight: bold;
}

input.error {
  border-color: darkred !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-content {
  background-image: url('../images/modalbg.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 90%;
}
.secondcolor {
  color: #F9B900;
}

@media (min-width: 1200px) {
.homepage .Product img {height: 440px;}
}