/* Google fonts import */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto');
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
  padding-right: 0 !important;
}
p {
  font-size: 14px;
  color: #a0a6ad;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #191c1e;
}
.mt {
  margin-top: 80px;
}
.mb {
  margin-bottom: 80px;
}

.truimage{
    width: 60%;
    height: auto;
}

.elhi_color {
  color: #0c6eb7;
}
.elhi_bg {
  background-color: #1d7cc1;
}
.product-divider {
  height: 1.5px;
  background-color: rgb(201, 196, 196);
    margin: 0 0;
}
/* Buttons Start */
.btn {
  font-size: 14px;
  padding: 10px 27px;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.btn-border {
  border: 2px solid #ffffff;
  margin-top: 40px;
  margin-right: 20px;
}
.btn-subtitle {
  color: #191c1e;
  background: #dbecff !important;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
  cursor: default !important;
}
.btn-subtitle:hover {
  color: #191c1e;
  background: #dbecff !important;
}
.btn-apple {
  border-width: 2px;
  border-color: #050505;
  border-style: solid;
  background: linear-gradient(to right, #050505 0%, #2f2f2f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #050505 0%, #2f2f2f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #050505 0%, #2f2f2f 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border-width: 2px;
  border-color: #050505;
  border-style: solid;
}

.btn-common {
  background-image: -moz-linear-gradient(0deg, #050505 0%, #2f2f2f 100%);
  background-image: -webkit-linear-gradient(0deg, #050505 0%, #2f2f2f 100%);
  background-image: -ms-linear-gradient(0deg, #050505 0%, #2f2f2f 100%);
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}
/* Button End */

/* Navbar Start */
.navbar-menu {
  background: linear-gradient(to right, #050505 0%, #2f2f2f 100%) !important;
  box-shadow: 0 0 7px 1px rgb(0 0 0 / 10%);
  z-index: 9999;
  padding: 5px;
}
.navbar-menu .navbar-btn {
  background: #20b972;
  border: 2px solid #ffffff;
  margin-right: 20px;
}
.navbar-menu .navbar-btn:hover {
  background: #20b972;
  color: #f3f2f2;
}
#navbarSupportedContent .dropdown > a {
  font-size: 20px;
  color: rgb(240, 237, 237) !important;
}
#navbarSupportedContent .dropdown > a:hover {
  color: rgb(194, 192, 192) !important;
}
/* Navbar End */

/* Header with Video Start */
header {
  position: relative;
  top: 70px;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(26, 57, 41, 0.9), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
header .header-content {
  position: relative;
  padding: 90px 0 110px;
  z-index: 2;
}
header .header-content span {
  text-transform: capitalize;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
header .header-content h2 {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 600;
}
header .header-content p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.header-btn {
  background: #20b972;
  border: 2px solid #ffffff;
  margin-top: 40px;
  margin-right: 20px;
}
.header-btn:hover {
  background: #20b972;
  color: white;
  border: 2px solid #ffffff;
}
.sPresence-btn {
  background: #ffdc51;
  color: #000;
}
.sPresence-btn:hover {
  background: #ffdc51;
  color: #000;
}
.truOccupancy-btn {
  background: #f16152;
  color: #fff;
}
.truOccupancy-btn:hover {
  background: #f16152;
  color: #fff;
}

/* Header with video End */

/* All Products Section Start */
.all-products {
  margin-top: 70px;
}
.all-products h1 {
  font-size: 55px;
  color: #fff;
}
.all-products h3 {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
}
.all-products p {
  color: #f4f1f1;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.all-products .feature-image img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.all-products .sPresence-busylight img {
  outline: 7px solid #ffdc51;
  outline-offset: 6px;
}
.all-products .truRoom-screens img {
  outline: 7px solid #62bc54;
  outline-offset: 6px;
}
.all-products .truOccupancy-sensors img {
  outline: 7px solid #f16152;
  outline-offset: 6px;
}
.all-products .video-promo-content {
  text-align: right;
}
/* All Products Section End */

/* Features Section Start */
.section {
  padding: 80px 0 65px;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-color: #2f2f2f;
  background-image: -webkit-linear-gradient(bottom right, #050505, #2f2f2f);
  background-image: -o-linear-gradient(bottom right, #050505, #2f2f2f);
  background-image: linear-gradient(to top left, #050505, #2f2f2f);
  position: relative;
}

.section-header .product-title {
  font-size: 50px;
  font-weight: bold;
}

.text-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}
.text-wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.text-wrapper h4 {
  font-size: 20px;
  font-weight: 700;
  color: #191c1e;
}
/* Features Section End */

/* Simulation Section Start */
.simulation {
  background: #ffffff !important;
}

.simulation .text-wrapper {
  margin-top: 10%;
  height: 100%;
  width: 100%;
  display: table;
}

.simulation .text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.simulation .text-wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.simulation .text-wrapper .btn-rm {
  margin-top: 15px;
}

.simulation .btn-sim {
  cursor: pointer;
  background-color: #272727;
  border: 2px solid #272727;
  /* color: #2a2a2a; */
  margin-top: 5%;
  margin-bottom: 5%;
}

.simulation .text-wrapper span {
  font-size: 10px;
  font-style: italic;
}
/* Simulation Section End */

/* Download and Install Start */
#download {
  background: #f6fbfd;
  padding: 80px 0 0px;
}

#download .download-wrapper {
  padding: 0px 30px;
}

#download .download-wrapper .download-text h4 {
  font-size: 36px;
}

#download .btn {
  margin: 20px 20px 0px 0px;
  text-align: left;
}
/* Download and Install End */

/* Video promo Style Start */
.video-promo {
  background-image: linear-gradient(0deg, #050505 0%, #2f2f2f 100%);
}

.video-promo .video-promo-content {
  color: #fff;
  margin-bottom: 15px;
}

.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
}

.video-promo .video-promo-content p {
  color: #fff;
  line-height: 26px;
  font-style: normal;
}
/* Video promo Style End*/

/* Footer Section Start */
.block-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

footer .footer-Content {
  background-image: -moz-linear-gradient(0deg, #050505 0%, #2f2f2f 100%);
  background-image: -webkit-linear-gradient(0deg, #050505 0%, #2f2f2f 100%);
  background-image: -ms-linear-gradient(0deg, #050505 0%, #2f2f2f 100%);
  padding: 60px 0 0px;
  color: #546e7a;
}

footer .footer-Content h2 {
  color: #ffffff;
  font-size: 30px;
}

.textwidget {
  line-height: 24px;
  margin-bottom: 10px;
}

.textwidget p {
  font-size: 14px;
  color: #ffffff;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 12px;
  list-style-type: none;
}

footer .menu li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

footer .menu li a:hover {
  color: #f1f1f1;
}

footer .btn.btn-border:hover {
  border: 2px solid #ffffff;
}

.footer-social {
  margin-top: 4px;
}

.footer-social li {
  display: inline-block;
  margin-right: 15px;
}

.footer-social li a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-social li .facebook:hover {
  color: #3b5998;
}

.footer-social li .twitter:hover {
  color: #55acee;
}

.footer-social li .linkedin:hover {
  color: #007bb5;
}

.footer-social li .google-plus:hover {
  color: #dd4b39;
}

.copyright {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  margin-top: 30px;
}

.copyright p {
  margin-bottom: 0;
  color: #fff;
}

.copyright p a {
  color: #ffffff;
}

.copyright p a:hover {
  color: #f1f1f1;
}

.copyright .nav-inline .nav-link {
  color: #ffffff;
  padding: 10px 0;
  margin-left: 10px;
}

.copyright .nav-inline .nav-link:hover {
  color: #2a2a2a;
}
/* Footer Section End */

/* truOccupancy-sensor */
#truOccupancy-sensor {
  background-image: linear-gradient(0deg, #050505 0%, #2f2f2f 100%);
  color: #fff;
}
#truOccupancy-sensor .truOccupancy-title {
  color: #fff !important;
  font-size: 50px;
  font-weight: bold;
}
#truOccupancy-sensor .truOccupancy-wrapper h3 {
  color: #fff !important;
  font-size: 30px;
}
#truOccupancy-sensor .truOccupancy-wrapper p {
  color: #fff;
  line-height: 23px;
  font-style: normal;
  font-size: 15px;
}

/* Media queries */
/* For Header Video */
@media (min-aspect-ratio: 16/9) {
  header video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  header video {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 768px) {
  /* Header */
  header {
    height: 60vh;
    min-width: 100%;
  }
  header video {
    height: 60vh;
    width: auto;
  }
  header .header-content {
    position: relative;
    padding: 40px 15px 20px;
    z-index: 2;
  }
  header .header-content h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
  /* All products */
  .all-products .video-promo-content {
    text-align: left;
  }
  .all-products h1 {
    font-size: 35px;
  }

  .all-products h3 {
    font-size: 23px;
  }
  .all-products p {
    font-size: 16px;
  }
  /* Features */
  .text-wrapper h3 {
    font-size: 23px;
  }
  .text-wrapper h4 {
    font-size: 19px;
  }
  .section-header .section-title {
    font-size: 22px;
  }
  .section-header .product-title {
    font-size: 35px;
    font-weight: bold;
  }

  #truOccupancy-sensor h2.truOccupancy-title {
    font-size: 35px;
  }
  #truOccupancy-sensor .truOccupancy-wrapper h3 {
    color: #fff !important;
    font-size: 22px;
  }
  #truOccupancy-sensor .truOccupancy-wrapper p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  header {
    height: 50vh !important;
    min-width: 100%;
  }
  header video {
    height: 50vh !important;
    width: auto;
  }
}
