/* CSS Document @charset "utf-8"; */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
}
body, html {
    width: 100%;
    height: 100%;
}
.smlink {
    max-width: 400px;
    width: 100%;
    margin: 0px auto 30px auto;
    overflow: hidden;
}
.smlink a {
    padding 25px 15px;
    display:block;
    float:left;
    width: 25%;
    font-size: 25px;
    
}
#distributorenq {
    background-color: #f7f7f7;
    height: auto;
    padding: 0px;
    width: 1000px;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 1px 2px #999;
    margin: auto;
}
@media screen and (max-width: 768px) {
#distributorenq {
    width: 95%;
    border-radius: 0px;
    box-shadow: 0px 1px 2px #999;
 
}
}

#close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #333;
  background:  rgba(255,255,255,1);
  padding: 3px 5px 5px 5px;
  font-size: 18px;
  border-radius: 4px;
}
#overlayscreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1000000;
}
.fpic {
    width: 100%;
    margin-bottom: 12px;
}

#popup {
  z-index: 9999999999;
  padding: 0px;
  box-sizing: border-box;
    display: none;
 position: fixed;
 width: 995px;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
}
#popup h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  color: #e88142;
}
#popup h4 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: 'Titillium Web', sans-serif;
}
#popup p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}
@media screen and (max-width: 750px) {
#popup {

  z-index: 99999999;
  padding: 0px;
  box-sizing: border-box;
    
 position: fixed;
 width: 90%;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
}    
}
.text-center {
    text-align: center;
}

#quote {
    height: auto;
    padding: 0px;
    width: 100%;
    position: relative;
}
#addonsec {
    cursor: pointer;
}
.addonsec {
    display:none;
}

.overlay {
    position: fixed;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}
#cancel {
    cursor: pointer;
}
.ytsec {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    background-color: #05488c;
    color: #fff;
}
.enqformarea {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}
.enqformarea h3 {
    font-size: 30px;
    margin: 0 0 20px 0px;
}
.enqformarea h4 {
    font-size: 20px;
    margin: 0 0 5px 0px;
    text-transform: uppercase;
}


.qformarea {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}

.qformarea h3 {
    font-size: 33px;
    line-height: 33px;
    margin: 0 0 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    color: #062565;
    letter-spacing: -1px;
}
.qformarea h4 {
    font-size: 30px;
    margin: 40px 0 10px 0px;
    text-transform: uppercase;
    line-height: 30px;
}
@media screen and (max-width: 768px) {
.qformarea h4 {
    font-size: 25px;
    line-height: 25px;
}
}
.fgraybox {
    background-color: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px #ddd;
    width: 72%;
    float: left;
}
@media screen and (max-width: 768px) {
.fgraybox {
    padding: 10px;
    box-shadow: 0px 1px 2px #ddd;
    width: 100%;
    float: none;
}
}
.label {
    font-size: 15px;
    color: #666;
    float: left;
    margin: 4px 12px 10px 0px;
}
.hline {
    border-top: solid 1px #ddd;
    padding-top: 0px;
    margin-top: 25px;
}
.goahead {
    margin: 25px 0 0 0px;
}
.goahead p {
    font-size: 16px;
    line-height: 25px;
}
.qfprop {
    float: left;
    margin-bottom: 10px;
    margin-left: 4px;
}
.qfprop select {
    padding: 5px 8px 6px 8px;
    border: solid 1px #ddd;
    font-size: 14px;
    color: #666;
    font-family: Arial;
}

.qfprop input[type="text"] {
    width: 40px;
    padding: 7px 8px 7px 8px;
    box-sizing: border-box;
    font-family: Arial;
   border: solid 1px #ddd;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.qfprop input[type="number"] {
    width: 70px;
    padding: 7px 8px 7px 8px;
    box-sizing: border-box;
    font-family: Arial;
   border: solid 1px #ddd;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.qfprop button {
    background-color: #666;
    color: #fff;
    border: solid 1px #666;
    padding: 12px 48px;
    font-size: 18px;
   
    display: block;
    text-align: center;
    margin: 10px 0px;
    cursor: pointer;
    text-transform: uppercase;
}
.acicon {
    float: left;
    margin-left: 40px;
}
.smalltext {
    font-size: 13px;
    font-style: italic;
    color: #666;
    padding: 10px 0 0 0px !important;
    line-height: 16px;
    box-sizing: border-box;
}
.gysericon {
    float: left;
    margin-left: 40px;
    margin-top: -10px;
}
/* Hide the browser's default checkbox */
.checkcontainer {
  display: block;
  position: relative;
 
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 1px #ddd;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #213471;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bluebutton {
    padding: 4.5px 10px;
    border: solid 1px #07498d;
    background-color: #07498d;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: block;
}
:hover.bluebutton {
    border: solid 1px #45a6ea;
    background-color: #45a6ea;
    color: #fff;
    text-decoration: none;
}

.bluebuttonsmall {
    padding: 5.5px 10px 4.5px 10px;
    border: solid 1px #07498d;
    background-color: #07498d;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Baloo Tamma 2', cursive;
    text-transform: uppercase;
    font-weight: 600;
}
:hover.bluebuttonsmall {
    border: solid 1px #45a6ea;
    background-color: #45a6ea;
    color: #fff;
    text-decoration: none;
}
.deltab {
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #07498d;
    color: #fff;
    padding: 2.5px 4px 4px 4px;
    box-sizing: border-box;
    
    font-size: 10px;
    border-radius: 50px;
}

.fgraybg {
    float: right;
    width: 26.4%;
}
@media screen and (max-width: 768px) {
.fgraybg {
    float: none;
    width: 100%;
}
}
.fgraybg img {
    width: 100%;
}

header {
    width: 100%;
    height: 75px;
    box-shadow: 0 1px 2px #999;
    background-color: #fff;
    position: relative;
    z-index: 999; 
}
.fixed_header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 50px !important;
	background:rgba(255,255,255,0.9);
	z-index:100000009 !important;
	box-shadow: 0 0 2px #999;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.fixed_header .logo {
    width: 140px;
    background: none;
    padding:  5px 10px 5px 10px;
    position: absolute;
    margin-top: 0px;
}

.fixed_header nav ul li a {
    padding: 0px 10px;
    font-size: 16px;
}

.fixed_header .highlighttab {
    background-color: #eb053b;
    color: #fff;
    padding: 3px 15px 0px 15px;
    margin-top: -4px;
}
.fixed_header .highlighttabblue {
    background-color: #05488c;
    color: #fff;
    padding: 3px 15px 0px 15px;
    margin-top: -4px;
}


.fixed_header .milogo {
    padding: 10px 0 0 20px;
    width: 60px;
}

.wrapper {
    max-width: 1250px;
    width: 95%;
    margin: auto;
    
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 7px 10px;
  font-size:12px !important;
  font-weight: 100 !important;
  text-align: left;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 2px 8px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.mainpage {
    width: 100%;
    margin: 0px 0 0px 0px;
}
.midicon {
    font-size: 30px !Important;
}

.logo {
    padding: 10px 0 0 0px;
    float: left;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4c56e0;
    width: 200px;
}
.logo img {
    width: 100%;
}
.milogo {
    padding: 10px 0 0 20px;
    float: right;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4c56e0;
    width: 110px;
}
.milogo img {
    width: 100%;
}
.sicon {
    font-size: 14px !important;
}
nav {
    float: right;
}
nav ul {
    width: auto;
    margin: 12px;
    padding: 0px;
}
nav ul li {
    float: left;
    margin: 0px 2px;
    padding: 0px;
    list-style: none;
}

nav ul li a {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 16px;
    padding: 12px 10px;
    display: block;
    color: #999;
}
nav ul li a span {
    color: #666;
}
nav ul li a:hover {
    text-decoration: none;
    color: #05488c;
}
.highlighttab {
    background-color: #eb053b;
    color: #fff;
    padding: 6px 15px 3px 15px;
    margin-top: 4px;
    border-radius: 50px;
}
.highlighttabblue {
    background-color: #05488c;
    color: #fff;
    padding: 6px 15px 3px 15px;
    margin-top: 4px;
    border-radius: 50px;
}
@media screen and (max-width: 768px) {
.highlighttab {
    margin-top: 8px;
}
.highlighttabblue {
    margin-top: 8px;
}
}
.highlighttab span {
    color: #fff;
}
.highlighttabblue span {
    color: #fff;
}
:hover.highlighttab {
    color: #eee;
}
:hover.highlighttabblue {
    color: #fff;
    background-color: #45a6ea;
}
h3 {
	font-size:22px;
    line-height: 22px;
	color:#666;
	font-weight:600;
	margin: 15px 0 15px 0px;
    font-family: 'Baloo Tamma 2', cursive;
}
h2 {
	font-size:35px;
	color:#333;
	font-weight:100;
   font-family: 'Baloo Tamma 2', cursive;
	margin: -10px 0 30px 0px;
}
h4 {
	font-size:20px;
	color:#333;
	font-weight:100;
   font-family: 'Baloo Tamma 2', cursive;
	margin: -10px 0 30px 0px;
}
h5 {
	font-size:28px;
	line-height: 26px;
	color:#333;
	font-weight:100;
    font-family: 'Baloo Tamma 2', cursive;
	margin: 0px 0px 10px 0px;
    letter-spacing: -.5px;
}
h6 {
	font-size:20px;
	color:#333;
	font-weight:500;
    font-family: 'Baloo Tamma 2', cursive;
	margin: 10px 0px 10px 0px;
}
p {
	font-size:25px;
    line-height: 30px;
	color:#333;
	margin:0px 0 0px 0px;
	font-family: 'Baloo Tamma 2', cursive;
}
h1 {
	font-weight:100;
	color:rgba(0,0,0,0.7);
	font-size:55px;
    line-height: 55px;
	margin: 0px 0 0px 0px;
	letter-spacing:-2px;
    font-family: 'Baloo Tamma 2', cursive;
}
.heading {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 18px;
   
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.tech {
    opacity: 0.5;
    width: 222px;
}
.technew {
    opacity: 0.5;
    width: 333px;
}
.sensors {
    width: 100%;
    padding-bottom: 40px;
}
.sensors ul {
    width: auto;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}
.sensors ul li {
    width: 32.7%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #ddd;
    background-color: #fff;
    margin: .3%;
}
.sensors ul li img {
    float: left;
    margin-right: 15px;
}
.prodbg {
    /*width: 33.1%;*/
    width: 49%;
    float: left;
    padding: 25px;
    box-sizing: border-box;
}
.prodvisual {
    width: 100%;
}
.motion_sensor {
    width: 100%;
    background-color: #f9f9f9;
    margin-bottom: 40px;
}
.catebox {
    padding: 20px;
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.graytext {
    color: #ccc;  
}

.catebox h3 {
    font-size: 35px !important;
    margin: 0px 0 2px 0px;
    font-family: Arial !important;
    letter-spacing: -1px;
    line-height: 34px;
}
.sstext {
    font-size: 12px;
    line-height: 14px !important;
    letter-spacing: normal !important;
    display: block;
    margin: 30px 0 0 0px;
}
.offertext {
    font-size: 12px;
    line-height: 14px !important;
    letter-spacing: normal !important;
    display: block;
    margin: 0px 0 10px 0px; 
}
.prodsens {
    float: right;
    width: 50%;
    position: relative;
    margin-top: -160px;
}
.prodsens img {
    width: 100%;
}
.darkbutton {
    background-color: #05488c;
    color: #fff;
    border: solid 1px #05488c;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 100px
}
:hover.darkbutton {
    background-color: #45a6ea;
    border: solid 1px #45a6ea;
    color: #fff;
    text-decoration: none;
}
.lightbutton {
    background-color: #fff;
    color: #07498d;
    border: solid 1px #07498d;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 100px
}
:hover.lightbutton {
    background-color: #fff;
    color: #333;
    border: solid 1px #333;
    text-decoration: none;
}    
   
.split {
    clear: both;
}

.stext {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0 25px 0px;
    color: #666;
}
.gform {
    width: 100%;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
.gform {
    width: 100%;
    margin-bottom: 5px;
}
}
.gform input[type="text"] {
    width: 100%;
    padding: 8px 10px 4px 10px;
    box-sizing: border-box;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 15px;
    border: solid 1px #ddd;
}
.gform input[type="email"] {
    width: 100%;
    padding: 8px 10px 4px 10px;
    box-sizing: border-box;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 15px;
    border: solid 1px #ddd;
}
.gform input[type="tel"] {
    width: 100%;
    padding: 8px 10px 4px 10px;
    box-sizing: border-box;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 15px;
    border: solid 1px #ddd;
}
.gform textarea, select {
    width: 100%;
    padding: 8px 10px 4px 10px;
    box-sizing: border-box;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 15px;
    border: solid 1px #ddd;
}
.gform button {
    background-color: #666;
    color: #fff;
    border: solid 1px #666;
    padding: 10px 48px;
    font-size: 18px;
   
    display: block;
    text-align: center;
    margin: 10px 0px;
    cursor: pointer;
    text-transform: uppercase;
}
.fleft {
    width: 49%;
    float: left;
}
.fright {
    width: 49%;
    float: right;
}
@media screen and (max-width: 768px) {
.fleft {
    width: 100%;
    float: none;
}
.fright {
    width: 100%;
    float: none;
}
}
.mz {
    margin: 0px;
}
.havid {
    width: 49%;
    float: left;
    padding: 4px;
    box-sizing: border-box;
    background-color: #043b74;
    box-shadow: 0 2px 3px #333;
    margin: 0.5%;
}
@media screen and (max-width: 768px) {
.havid {
    max-width: 850px;
    width: 100%;
    margin: auto;
    padding: 12px;
    box-sizing: border-box;
    /*background-color: #f7f7f7;*/
    /*box-shadow: 0 2px 3px #ccc;*/
}    
}
.vidha {
    width: 100%;
    height: 470px;
}
.grayicon {
    font-size: 100px;
    color: #ddd;
}
#whychoose {
    width: 100%;
    padding: 50px 0px;
}
#whychoose ul {
    width: auto;
    overflow: hidden;
    background-color: #388ccc;
    background-image: url(imgs/whyhoosestarrbot.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 150px 10px;
    box-sizing: border-box;
    margin-bottom: 22px;
}
#whychoose ul li {
    width: 24.2%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    
    
    margin: .4%;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
.specialist {
    width: 100%;
    background-color: #f9f9f9;
    padding: 50px 0px;
}
.specialist ul {
    width: auto;
    overflow: hidden;
}
.specialist ul li {
    width: 33%;
    float: left;
    padding: 50px;
    box-sizing: border-box;
    margin: .1%;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 20px;
    line-height: 22px;
    color: #388ccc;
}
.specialist ul li img {
    width: 33%;
}
.specialist ul li h4 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 0px 0 10px 0px;
}
.automation {
    background-color: #f1f1f1;
    padding: 75px;
}
.automation ul {
    width: auto;
    overflow: hidden;
}
.automation ul li {
    width: 25%;
    float: left;
    background-color: #f9f9f9;
    padding: 0 0 40px 0px;
}
.automation ul li h4 {
    margin: 0px 0 15px 0px;
    font-size: 25px;
    text-transform: uppercase;
    color: #05488c;
}
.automation ul li img {
    width: 100%;
    margin-bottom: 15px;
}
.cursivehead{
    font-family: 'Allura', cursive;
    font-size: 45px;
    letter-spacing: -1px;
}
.smartsecurity {
    width: 100%;
  
}
.smart-secure-text {
    float: left;
    width: 50%;
    padding: 100px;
    box-sizing: border-box;
}
.smart-secure-text h4 {
    font-size: 33px;
    margin: 0px;
}
.smarthomesecure {
    float: right;
    width: 50%;
}
.smarthomesecure img {
    width: 100%;
}
.smartlights {
    width: 100%;
    overflow: hidden;
}
.smartlights ul {
    width: auto;
}
.smartlights ul li {
    width: 32%;
    margin: 0.4% 0.5%;
    float: left;
}
@media screen and (max-width: 768px) {
.smartlights .fl {
    float: none;
} 
.smartlights .fr {
    float: none;
}   
.smartlights .text-right {
    text-align: center;
    padding-bottom: 20px;
}  
}
@media screen and (max-width: 768px) {
.smartlights ul li {
    width: 100%;
    margin: 0.4% 0.0%;
    float: none;
}   
}
.smartlights ul li img {
    width: 100%;
}
.blueicon {
    color: #388ccc;
    font-size: 33px;
    padding: 7px 0px;
    display: block;
}
.whieticon {
    color: #fff;
    font-size: 50px;
    padding: 7px 0px;
    display: block;    
}
.gray {
    color: #ccc;
}
.vl {
    border-left: solid 1px #ddd;
    box-sizing: border-box;
}
#catalogue {
    background-color: #f7f7f7;
}
.ecat {
    width: 50%;
    float: left;
}
.ecat img {
    width: 100%;
}
.catcontent {
    width: 50%;
    float: right;
    padding: 50px;
    box-sizing: border-box;
}
footer {
    width: 100%;
    color: #ddd;
    font-size: 12px;
    background-color: #05488c;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
}
footer a {
    color: #ddd;
    font-size: 12px;
}
footer a:hover {
    color: #fff;
}
.mt {
    margin-top: 75px;
}
.mts {
    margin-top: 37px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
#overlayscreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 9999999;
}

#popup_contactinfo {
z-index: 99999999;
    display: none;
  box-sizing: border-box;
 position: fixed;
   
    box-sizing: border-box;
    background-color: #f7f7f7;
    box-shadow: 0 5px 15px #000;
 max-width: 785px;
    width: 95%;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;     
}
.padf {
     padding: 25px 25px 12px 25px;
    box-sizing: border-box;
}
#popup_contactinfo h4 {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: 'Titillium Web', sans-serif;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
}
#popup_contactinfo p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
     color: #333;
}
.fullpic {
    width: 100%;
}
.gmap{
    width: 100%;
    background-color: #fff;
    padding: 25px 0px;
}
.map {
    width: 100%;
    height: 222px;
}
.botlogo {
    max-width: 250px;
    width: 95%;
    margin: auto;
    margin-bottom: 25px;
}
.botlogo img {
    width: 100%;
}
@media screen and (max-width: 780px) {   
header {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px #999;
    background-color: #fff;
    position: relative;
    padding-bottom: 10px;
}   
.logo {
    padding: 10px 0 0 0px;
    float: left;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4c56e0;
    width: 200px;
    margin-bottom: 20px;
}
.milogo {
    padding: 10px 0 0 20px;
    float: right;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4c56e0;
    width: 110px;
    margin-bottom: 20px;
}    
.logo img {
    width: 100%;
}   
.fixed_header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100px !important;
    padding-bottom: 0px;
	background:rgba(255,255,255,0.9);
	z-index:100000 !important;
	box-shadow: 0 0 2px #999;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.fixed_header .logo {
    width: 140px;
    background: none;
    padding:  5px 10px 5px 10px;
    position: absolute;
    margin-top: 0px;
}

.fixed_header nav ul li a {
    padding: 10px 0px;
    font-size: 15px;
}
   
    
nav {
    float: none;
    overflow: hidden;
    background-color: #f7f7f7;
    width: 100%;
    position: relative;
    z-index: 999999;
}
nav ul {
    width: auto;
    margin: 0px;
    padding: 0px;
}
nav ul li {
    float: left;
    width: 14.2%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}    
    
nav ul li a span {
    display: none;
}  
  
.mt {
    margin: 0px;
}    

h1 {
	font-weight:100;
	color:rgba(0,0,0,0.7);
	font-size: 40px;
	margin:0px 0 0px 0px;
	letter-spacing:-1px;
    text-align: center;   
}
h2 {
	font-size:25px;
	color:#333;
	font-weight:100;
   font-family: 'Baloo Tamma 2', cursive;
	margin: 10px 0 20px 0px;
}    
h4 {
	font-size:20px;
	color:#333;
	font-weight:100;
   font-family: 'Baloo Tamma 2', cursive;
	margin: -10px 0 10px 0px;
    text-align: center;
}    
p {
	font-size:20px;
    line-height: 25px;
	color:#333;
	margin:0px 0 30px 0px;
	
}    
.grayicon {
    font-size: 50px;
    color: #ddd;
}    
.darkbutton {
    background-color: #05488c;
    color: #fff;
    border: solid 1px #05488c;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 100px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0px;
}    
.lightbutton {
    background-color: #fff;
    color: #4c56e0;
    border: solid 1px #4c56e0;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 100px;
    width: 100%;
    display: block;
    text-align: center;
}

.sensors ul li {
    width: 100%;
    float: none;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #ddd;
    background-color: #fff;
    margin: 0%;
}    
.prodbg {
    width: 100%;
    float: none;
}    
.catebox {
    padding: 20px;
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.prodsens {
    float: none;
    width: 50%;
    position: relative;
    margin-top: -120px;
}    



.sensors .fl {
    float: none;
} 
.sensors .fr {
    float: none;
}   
.sensors .text-right {
    text-align: center;
    padding-bottom: 20px;
}    
#whychoose {
    width: 95%;
    padding: 0px 0px 25px 0px;
    margin: auto;
}    
#whychoose ul {
    width: auto;
    overflow: hidden;
    background-color: #388ccc;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-bottom: 22px;
}    
#whychoose ul li {
    width: 100%;
    float: none;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #1f669d;
    background-color: #fff;
    margin: 0%;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 20px;
    line-height: 22px;
    color: #388ccc;
}    
.vidha {
    width: 95%;
    height: auto;
}  
.specialist {
    width: 95%;
    background-color: #f9f9f9;
    padding: 20px 0px;
    margin: auto;
}

.specialist ul li {
    width: 100%;
    float: none;
    padding: 25px;
    box-sizing: border-box;
    margin: 0%;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 20px;
    line-height: 22px;
    color: #388ccc;
}    
.cursivehead {
    font-family: 'Allura', cursive;
    font-size: 25px;
    letter-spacing: -1px;
}    
.automation {
    background-color: #f1f1f1;
    padding: 25px;
}
.automation ul {
    width: auto;
    overflow: hidden;
}
.automation ul li {
    width: 100%;
    float: none;
    background-color: #f9f9f9;
    padding: 0 0 20px 0px;
}    
.smart-secure-text {
    float: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}    
.smarthomesecure {
    float: none;
    width: 100%;
}    
.smart-secure-text h4 {
    font-size: 33px;
    margin: 0px 0 20px 0px;
    line-height: 33px;
}    
.ecat {
    width: 100%;
    float: none;
}    
.catcontent {
    width: 100%;
    float: none;
    padding: 20px;
    box-sizing: border-box;
}    
.botlogo img {
    width: 75%;
}    
footer {
    width: 100%;
    margin: 0px auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
}    
}
.error{
	padding:8px;
	border:1px solid #FFaaaa;
	background:#ffcccc;
}