
@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-Light.woff') format('woff'),
    url('../fonts/HelveticaNeue-Light.ttf')  format('truetype'),
    url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'centuryregular';
    src: url('../century_regular-webfont.eot');
    src: url('../century_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../century_regular-webfont.woff2') format('woff2'),
    url('../century_regular-webfont.woff') format('woff'),
    url('../century_regular-webfont.ttf') format('truetype'),
    url('../century_regular-webfont.svg#centuryregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    color: #5a5a5a;
    background:#fff;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'HelveticaNeue-Light';
}
.container{
    max-width: 1260px;
    width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight:400;
    display: inline-block;
}

a:focus {
    outline: none;
    text-decoration: none;
}

li {
    margin-bottom: 10px;
}
#wrap_content li{

}

#backToTop {
    background: #00a4e8 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 5px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 34px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 5;
}

#backToTop > span {
    font-size: 15px;
    left: 11px;
    position: absolute;
    top: 12px;
}

#backToTop i {
    left: 35%;
    position: absolute;
    top: 0;
}


input[type=text],input[type=tel] ,input[type=email] {
    background: #fff;
    box-shadow: none;
    padding: 5px 15px;
    width: 100%;
    font-size: 20px;
    height: 65px;
    font-weight: 300;
    border-radius: 0;
    color: #656565;
    border: 2px solid #cdcdcd;
}
::-webkit-input-placeholder { /* Chrome */
    color: #656565;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #656565;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #656565;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #656565;
    opacity: 1;
}

textarea {
    resize: none;
    border: 1px solid #cdcdcd;
    background: #fff;
    color:#656565;
    padding: 7px 20px;
    width: 100%;
    font-size: 20px;
    height:150px;
}
input[type=text]:focus,input[type=tel]:focus input[type=email]:focus,textarea:focus{
    outline-color: #7A003A;
    box-shadow: none;
}

p{
    font-family: 'HelveticaNeue-Light';
    line-height: 2;
}


.main-wrapper{
    max-width: 1545px;
    margin: 0 auto;
}



.figure img {
    max-width: 100%;
}

#header-nav{
    width: 100%;
    vertical-align: top;
}
.main-header {
    display: inline-block;
    padding: 10px 0 0;
    position: static;
    vertical-align: top;
    width: 100%;
    z-index: 9;
}

/*ul.navbar a span.caret-down::after {*/
    /*color: #fff;*/
    /*content: "";*/
    /*display: inline-block;*/
    /*font-family: fontawesome;*/
    /*font-size: 13px;*/
    /*height: 30px;*/
    /*position: absolute;*/
    /*right: -28px;*/
    /*text-align: center;*/
    /*width: 30px;*/
/*}*/
.fixed-header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    left: 0;
    padding: 15px 0 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.logo {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 140px;
}
.header-main-content {
    float: left;
    padding: 3px 0 0;
    text-align: right;
    width: calc(100% - 210px);
}


.main-nav .navbar >li:last-of-type{
    margin-right: 0;
}
.main-nav .navbar{
    margin-bottom:0;
    padding-left:0;
}
.navbar-toggle{
    margin-top:0;
}




.main-nav.navbar-collapse.collapse {
    padding: 52px 0 0;
}
.main-nav .navbar{
    min-height: 30px !important;
}
.fixed-header .contact-info {
    display: none;
}
.fixed-header .logo {
    margin-top: -10px;
    width: 110px;
}
.fixed-header .header-main-content {

    width: calc(100% - 110px);
}
.fixed-header .main-nav.navbar-collapse.collapse {
    padding: 20px 0 0;
}
.fixed-header .navbar a {
    font-size: 14px;
}
.fixed-header .navbar {
    min-height: 45px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.navbar li.parent-li{
    position: relative;
}
.navbar > li {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 15px;
}

.navbar > li > a {
    color: #282828;
    font-size: 16px;
    text-transform: capitalize;
}


.navbar > li a:hover {
    color: #00A5E9;
    text-decoration: none;
}


.navbar > li .sub-menu {
    background: #00b6ff none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 0;
    left: 0;
    list-style: outside none none;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 200px;
    z-index: 2;
}
.navbar > li:hover .sub-menu{
    height: auto;
    opacity: 1;
    visibility: visible;
}
.navbar > li .sub-menu > li {
    margin-bottom: 0;
    padding: 0 10px;
    width: 100%;
}
.navbar > li .sub-menu a{
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.fixed-header .navbar .sub-menu{
    width: 230px;
    padding: 10px;
}
.fixed-header .navbar .sub-menu a{
    font-size: 14px;
}
.navbar > li .sub-menu a:hover,.navbar > li .sub-menu li.active a{
   text-decoration: none;
}
.navbar > li .sub-menu > li:last-of-type a{
    border-bottom: none;
}

/* =========== main banner sec ================== */

.banner-section {

    background-position: center center !important;
    background-size: cover !important;
    display: inline-block;
    position: relative;
    width: 100%;
}

.hero-sec-content{
    height: 90vh;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}
.tool-tip-item {
    left: 10%;
    position: absolute;
    top: 15%;
}
.tool-tip-item .item-content {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.tool-tip-item .icon{
    display: inline-block;
    width: 80px;
}
.tool-tip-item .icon img{
    max-width: 100%;
}

.tool-tip-item .item-content:hover .roll-over-image {
    display: block;
}

.roll-over-image {
    display: none;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.tool-tip-item.eye-camera {
    left: 23%;
    position: absolute;
    top: 50%;
}

.tool-tip-item.flood-bubble {
    left: 23%;
    top: 75%;
}


.bubble-reverse .roll-over-image {
    bottom: 100%;
    top: auto;
}


.tool-tip-item.thermo-bubble {
    left: 40%;
    top: 47%;
}

.tool-tip-item.security-bubble {
    left: 65%;
    top: 30%;
}

.tool-tip-item.lock-bubble {
    left: 75%;
    top: 50%;
}

.tool-tip-item.alex-bubble {
    left: 85%;
    top: 65%;
}


.tool-tip-item .icon img {
    animation: 2s ease-out 0s normal none infinite running pulse-white;
    border: medium none;
    border-radius: 50%;

}

@keyframes pulse-white {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 rgba(255, 255, 255, 1)
    }
    50% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0)
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 rgba(255, 255, 255, 0)
    }
}


/*.roll-over-image {*/
    /*left: 50%;*/
    /*position: absolute;*/
    /*top: 120%;*/
    /*transform: translateX(-50%);*/
/*}*/


.banner-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 450px;
    justify-content: center;
    margin: 0 auto;
    max-width: 700px;
}

.banner-title h2 {
    color: #00b6ff;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}
.description {
    padding: 10px 0 0;
    text-align: center;
}
.banner-title {
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
}

.banner-title h3 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 60px;
    font-weight: normal;
}



.platform-title > h3 {
    color: #00b6ff;
    font-size: 16px;
    margin-bottom: 2px;
}

.platform-title > h2 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 25px;
    max-width: 440px;
}

.platform-title {
    margin: 0 auto;
    max-width: 510px;
}


a.btn-form {
    background: #28d193 none repeat scroll 0 0;
    border-radius: 50px;
    font-family: "centuryregular";
    font-size: 20px;
    height: 65px;
    line-height: 63px;
    margin: 25px 0 0;
    text-align: center;
    width: 330px;
}

a.btn-form:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.platform-image-sec {
    float: left;
    width: 50%;
}

.platform-content-sec {
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    margin: 80px 0 0;
    width: 50%;
}



.platform-content {
    padding: 90px 0 60px;
}

.platform-img {
    margin: 0 auto;
    max-width: 640px;
}


.platform-figure {
    padding: 0 0 55px;
}

.platform-title > p {
    color: #191919;
    font-size: 18px;
}

.platform-img > img {
    max-width: 100%;
    width: auto;
}



.security-title > h3 {
    color: #00b6ff;
    font-size: 16px;
    margin-bottom: 2px;
}

.security-title > h2 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 10px;
}

.security-title > p {
    color: #000000;
    font-size: 18px;
    max-width: 595px;
}

.securitt-content {
    margin: 0 auto;
    max-width: 760px;
}


#desktop-security-sec .mobile-image {
    padding: 15px 0 0;
}

    /*#desktop-security-sec .mobile-image:hover::after {*/
        /*background: rgba(0,0,0,0.1);*/
        /*content: "";*/
        /*display: inline-block;*/
        /*height: 100%;*/
        /*left: 0;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*width: 100%;*/
        /*z-index: 1;*/
        /*transition: all 0.3s ease 0s ;*/
    /*}*/



.mobile-box {
    float: left;
    width: 50%;
}



.mobile-security {
    float: left;
    padding: 40px 0 0;
    width: 50%;
}
.moblie-figure > img {
    width: 100%;
}

.moblie-figure {
    margin: 0 auto;
    max-width: 375px;
}

.security-title {
    display: flex;
    flex-direction: column;
    height: 660px;
    justify-content: center;
    margin: 0 auto;
    max-width: 645px;
}


#desktop-security-sec .security-title {
    display: flex;
    flex-direction: column;
    height: 710px;
    justify-content: center;
    margin: 0 auto;
    max-width: 645px;
}



#smart-locking .security-title {
    display: flex;
    flex-direction: column;
    height: 660px;
    justify-content: center;
    margin: 0 auto;
    max-width: 530px;
}
#smart-locking .security-title {
    display: flex;
    flex-direction: column;
    height: 645px;
    justify-content: center;
    margin: 0 auto;
    max-width: 530px;
}


.mobile-security-sec {
    background: #f2fbfe none repeat scroll 0 0;
    display: inline-block;
    padding: 0 0 15px;
    vertical-align: top;
    width: 100%;
}

.smart-locking-content > h3 {
    color: #00b6ff;
    font-size: 16px;
    margin-bottom: 2px;
}

.smart-locking-content > h2 {
    color: #000000;
    font-size: 39px;
    font-weight: normal;
    font-family: 'centuryregular';
    margin-bottom: 24px;
    margin-top: 10px;
}

.smart-locking-content > p {
    color: #000000;
    font-size: 18px;
}

.opened > img {
    max-width: 100%;
    width: auto;
}

.smart-locking {
    display: inline-block;
    padding: 90px 0 120px;
    width: 100%;
}


.smart-locking-content {
    display: flex;
    flex-direction: column;
    height: 550px;
    justify-content: center;
    max-width: 470px;
}

.opened {
    padding: 30px 0 0;
}





.live-stream-section {
    display: inline-block;
    padding: 0 0 140px;
    vertical-align: top;
    width: 100%;
}
.slider-feature-image > img {
    width: 100%;
}

#live-stream-slider .slick-arrow {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #00a5e9;
    cursor: pointer;
    font-size: 80px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 65px;
    z-index: 8;
}
#live-stream-slider .fa-angle-left {
    display: none !important;
    right: 0;
}
#live-stream-slider .fa-angle-right {
    right: -25px;
}
#live-stream-slider .slick-dots li {
    margin: 0 2px;
    float: left;
}
#live-stream-slider .slick-dots li {
    margin: 0 10px;
}
#live-stream-slider .slick-dots li button {
    background: #e2e2e2;
    border:none;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    padding: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 20px;
    border-radius: 50px;
}
#live-stream-slider .slick-dots {
    bottom: -30px;
    display: inline-block;
    left: 50px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#live-stream-slider .slick-dotted.slick-slider {
    margin-bottom:0;
}


.live-stream-content-section {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-left: 15px;
    margin-top: 60px;
}

.live-stream-textarea {
    margin: 0 auto;
    max-width: 560px;
    padding: 45px 0;
    width: 100%;
}

.live-stream-textarea > h2 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 10px;
    max-width: 500px;
}

.live-stream-textarea > p {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}


.custom-padding {
    padding: 0;
}

#videocamera{
    transition: 2s ease all;
}

#watchbox .securitt-content {
    background: none;
    margin: 0 auto;
    max-width: 760px;
}

#watchbox .security-title {
    height: auto;
    margin: 0 auto;
    max-width: 620px;
    padding: 115px 0 0;
}

#watchbox .security-title > p {
    color: #000000;
    font-size: 18px;
    margin: 0 auto;
    max-width: 490px;
}

.porch-link {
    margin: 0 auto;
    max-width: 500px;
    padding: 95px 0 0;
}

.watch-left-box-image > img {
    width: 100%;
}

#watchbox .mobile-security {
    float: left;
    height: auto;
    padding: 40px 0 0;
    width: 40%;
}

.watch-box {
    float: left;
    padding: 93px 0 0;
    width: 60%;
}
.secure-light-title {
    padding: 80px 0 125px;
}
.secure-light-title > h2 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: normal;
    margin: 0 auto;
    max-width: 590px;
}

.porch-link > img {
    max-width: 100%;
    width: auto;
}


#watchbox.mobile-security-sec {
    background: #f2fbfe none repeat scroll 0 0;
    display: inline-block;
    padding: 51px 0 125px;
    vertical-align: top;
    width: 100%;
}


.garage-sec-feat-image > img {
    width: 100%;
}
.garage-sec-content {
    max-width: 525px;
    padding: 25px 0 0 85px;
    width: 100%;
}

.garage-left-box {
    float: left;
    padding: 5px 0 0;
    width: 50%;
}

.garage-sec-feat-image {
    margin: 0 auto;
    max-width: 780px;
}

.garage-right-box {
    float: left;
    width: 50%;
}

.garage-sec-content > p {
    color: #000;
    font-size: 18px;
    margin-top: 35px;
    max-width: 495px;
}

.garage-section {
    display: inline-block;
    padding: 210px 0 175px;
    width: 100%;
}


.garage-sec-content > h2{
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 10px;
}



#thermostat .securitt-content {
    margin: 0 auto;
    max-width: 760px;
    background: none;
}

#thermostat .moblie-figure {
    margin: 0 auto;
    max-width: none;
    text-align: center;
}


#thermostat .security-title {
    height: auto;
    margin: 0 auto;
    max-width: 590px;
    padding: 60px 0 0;
}

#thermostat .security-title > p {
    color: #000000;
    font-size: 18px;
    max-width: 520px;
}

#thermostat .mobile-security-sec {
    border-bottom: 5px solid #fff;
    display: inline-block;
    padding: 0 0 0px;
    width: 100%;
}


#thermostat .mobile-security {
    float: left;
    height: auto;
    padding: 40px 0 0;
    width: 50%;
}

#thermostat a.btn-form {
    background: #28d193 none repeat scroll 0 0;
    border-radius: 50px;
    font-family: "centuryregular";
    font-size: 20px;
    height: 65px;
    line-height: 63px;
    margin: 15px 0 0;
    text-align: center;
    width: 330px;
}


#thermostat.mobile-security-sec {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    padding: 0 0 120px;
    vertical-align: top;
    width: 100%;
}

#thermostat .mobile-image {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}



.room-temp-section {
    margin: 0 auto;
    max-width: 990px;
    padding-bottom: 115px;
    width: 100%;
}



.room-temp-section .title > h2 {
    color: #00a5e9;
    line-height: 1;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 10px;
}

.temp-text-area .description {
    max-width: 340px;
    text-align: left;
    width: 100%;
}

.temp-text-area .description > p {
    color: #000;
    font-size: 18px;
    margin: 10px 0;
}

.room-temp-card-content h4 {
    color: #00a5e9;
    font-size: 36px;
    font-family: "centuryregular";
}


.temp-sec-main-content {
    padding: 45px 0 0;
}
.room-temperature-card {
    display: inline-block;
    padding: 20px 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.room-temperature-card::before {
    background: #00a5e9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 2px;
    top: 0;
}





.room-temperature-card .translate-animate {
    opacity: 0;
    transform: translateX(-25%);
    transition: all 0.6s ease ;
}

.room-temperature-card .animated .translate-animate {
    opacity: 1;
    transform: translateX(0%);

}

.room-temperature-card .translate-animate-text {
    opacity: 0 !important;
    transform: translateX(25%);
    transition: all 0.6s ease ;
}


.room-temperature-card .animated .translate-animate-text {
    opacity: 1 !important;
    transform: translateX(0%);

}


.room-temperature-card:first-child:before {
    height: 50%;
    bottom: 0;
    top: auto;
}
.room-temperature-card:last-child:before {
    height: 50%;
    top: 0;
}

.room-temperature-card::after {
    background: #00a5e9 none repeat scroll 0 0;
    border-radius: 100%;
    color: #00a5e9;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}
.room-temp-card-image {
    max-width: 420px;
    width: 100%;
}
.room-temp-card-image.right-sided {
    float: right;
}
.room-temp-card-image > img {
    width: 100%;
}

.room-temp-card-content {
    align-items: center;
    display: flex;
    height: 245px;
    justify-content: center;
    width: 100%;
}


.energy-sec-bg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 2px solid #dedede;
}
.energy-title-sec {
    float: left;
    width: 50%;
}
.energy-description-sec {
    float: left;
    width: 50%;
}
.energy-sec-content-setting {
    display: flex;
    flex-direction: column;
    height: 650px;
    justify-content: center;
    width: 100%;
}

.energy-sec-content-setting > h2 {
    margin: 0 auto;
    max-width: 425px;
    width: 100%;

    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 10px;
}
.energy-sec-content-setting > p {
    color: #000;
    max-width: 425px;
    width: 100%;
}















.water-sec-content-setting > h2 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 10px;
}

.water-sec-content-setting > p {
    color: #000;
    font-size: 18px;
}


.water-section {
    display: inline-block;
    padding: 10px 0;
    vertical-align: top;
    width: 100%;
}

.water-image-sec {
    float: left;
    width: 50%;
}
.Water-section-feat-image > img {
    width: 100%;
}
.water-content-sec {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.water-sec-content-setting {
    max-width: 510px;
    width: 100%;
}
.water-sec-content-setting span {
    display: block;
}




#videocamera .securitt-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 760px;
}


.watch-box .moblie-figure {
    margin: 0 auto;
    max-width: 320px;
}

.flood-sensor {
    background: #77c2e1 none repeat scroll 0 0;
    height: 1125px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

#flood .mobile-security-sec {
    border-bottom: medium none;
    display: inline-block;
    padding: 0 0 50px;
    vertical-align: top;
    width: 100%;
}

canvas.waterwave-canvas {
    vertical-align: top;
}

#flood.mobile-security-sec {
    border-bottom: 5px solid #fff;
    background: #f2fbfe none repeat scroll 0 0;
    display: inline-block;
    padding: 0;
    width: 100%;
}

.image-scroll-animate {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 640px;
    justify-content: center;
    margin: 0 auto;
    max-width: 230px;
}

.flood-security {
    background-position: center center !important;
    background-size: cover !important;
    border-left: 9px solid #fff;
    float: left;
    width: 50%;
}

.single-platform-sec {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 60px;
    width: 100%;
}

/* =========== animation wave css ========= */
#canvas-cont {
    bottom: 0;
    position: absolute;
}

.let-scroll-image > img {
    position: relative;
    z-index: 1;
}
/* =========== animation wave css ========= */

.flood-security-title > h3 {
    color: #00b6ff;
    font-size: 16px;
    margin-bottom: 2px;
}

.flood-security-title > h2 {
    color: #fff;
    font-size: 39px;
    font-weight: normal;
    font-family: 'centuryregular';
    margin-bottom: 24px;
    margin-top: 10px;
}

.flood-security-title > p {
    color: #fff;
    font-size: 18px;
}


.flood-security-title {
    display: flex;
    flex-direction: column;
    height: 640px;
    justify-content: center;
    margin: 0 auto;
    max-width: 490px;
}

.scene-service-img > img {
    width: 100%;
}

.recording-title > h3 {
    color: #00b6ff;
    font-size: 16px;
    margin-bottom: 2px;
}

.recording-title > h2 {
    color: #000;
    font-size: 39px;
    font-family: 'centuryregular';
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 10px;
}


.recording-title > p {
    color: #000;
    font-size: 18px;
}

.recording-box {
    float: left;
    width: 50%;
}
.recording-title > img {
    width: 100%;
}

#videocamera .mobile-security-sec {
    border-bottom: none;
    display: inline-block;
    padding: 0 0 0px;
    width: 100%;
    vertical-align: top;
}
#videocamera .security-title {
    display: flex;
    flex-direction: column;
    height: 490px;
    justify-content: center;
    margin: 0 auto;
    max-width: 480px;
}
#videocamera .mobile-security {
    border-left: none;
    float: left;
    height: auto;
    padding: 0;
    width: 50%;
}

.customize-scene {
    background: #fff none repeat scroll 0 0;
}
.custom-title > h3 {
    color: #00b6ff;
    font-size: 16px;
    margin-bottom: 2px;
}
.custom-content {
    padding: 113px 0 0;
    text-align: center;
}
.custom-title > h2 {
    color: #000;
    font-size: 39px;
    font-weight: normal;
    font-family: 'centuryregular';
    margin-bottom: 24px;
    margin-top: 5px;
}
.service-scene-content {
    margin: 0 auto;
    max-width: 280px;
    text-align: center;
}

.service-scene-title {
    padding: 25px 0 0;
}

.scene-service {
    padding: 22px 0 140px;
}



.footer-list li {
    display: inline-block;
    list-style: outside none none;
    padding-right: 50px;
}
.footer-list a {
    color: #000;
    font-size: 16px;
}
.footer-list > ul {
    text-align: center;
}
.footer-desc {
    padding: 62px 0 0;
    text-align: center;
}
.footer-desc > p {
    color: #000;
    font-size: 16px;
}
.footer {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 70px 0 0;
}

.footer-bottom > p {
    color: #9a9a9a;
    font-size: 12px;
}

.footer-logo {
    padding: 86px 0 14px;
    text-align: center;
}

.footer-h {
    margin-bottom: 260px;
}

.mobile-baner{
    display: none;
}

.stream-res{
    display: none;
}

.image-curve{
    display: none;
}


.garage-res{
    display: none;
}

.water-respon{
    display: none;
}


.energy-res{
    display: none;
}
    /* ------------- About us ------------- */

.about-banner-section {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    display: inline-block;
    min-height: 550px;
    width: 100%;
}
.about-banner-title {
    text-align: center;
}

.about-banner-content {
    display: flex;
    flex-direction: column;
    height: 550px;
    justify-content: center;
}
.about-banner-title > h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'centuryregular';
    font-weight: 300;
}

.about-banner-title > h3{
    font-size: 60px;
    color: #fff;
    font-weight: 300;
}
.app-title > h3 {
    color: #00b6ef;
    font-size: 16px;
    margin-bottom: 0;
}

.app-title > h2 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 26px;
    margin-top: 10px;
    max-width: 400px;
}

.app-title > p {
    color: #191919;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    max-width: 457px;
}

.app-title {
    padding: 75px 0 0;
}


.mobile-app-figure {
    text-align: center;
    width: 100%;
}

.app-content {
    padding: 142px 0 0;
}


.save-money {
    background-position: center center !important;
    background-size: cover !important;
    min-height: 630px;
    width: 100%;
    display: inline-block;
}


.save-money-title > h3 {
    color: #00b6ef;
    font-size: 16px;
    margin-bottom: 0;
}

.save-money-title > h2 {
    color: #fff;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 26px;
    margin-top: 10px;
}

.save-money-title > p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    max-width: 470px;
}

.save-money-title {
    display: flex;
    flex-direction: column;
    float: right;
    height: 630px;
    justify-content: center;
}

.vacation-sec {
    background: #f2fbfe none repeat scroll 0 0;
    padding: 75px 0 130px;
}

.prefect-content {
    padding: 65px 0 0;
}


.prefect-title > h3 {
    color: #00b6ef;
    font-size: 16px;
    margin-bottom: 0;
}

.prefect-title > h2 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 26px;
    margin-top: 10px;
}


.prefect-title > p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    max-width: 470px;
}


.prefect-title {
    margin: 0 auto;
    max-width: 580px;
}

.vacation-title span {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
}

.vacation-title > h2 {
    color: #00b6ef;
    font-size: 32px;
    font-weight: 300;
    font-family: 'centuryregular';
}


.porch-title {
    left: 65px;
    position: absolute;
    text-align: center;
    top: 23%;
}


.porchlight-img-h .porch-title {
    left: 50px;
    position: absolute;
    text-align: center;
    top: 15%;
}


.porch-title > h3 {
    color: #fff;
    font-size: 18px;
}

.porchlight-img {
    position: relative;
}

.porch-title > p {
    font-size: 18px;
    color: #000;
}

.porch-small-img {
    position: absolute;
    right: 25%;
    top: 27%;
}

.porch-small-img-h {
    bottom: 0;
    left: 18%;
    position: absolute;
}

.working-togather {
    padding: 80px 0 70px;
}

.porchlight-content {
    margin: 0 auto;
    max-width: 500px;
}

.porchlight-img-h {
    float: right;
    position: relative;
}



.working-title > h3 {
    color: #00b6ef;
    font-size: 16px;
    margin-bottom: 0;
}

.working-title > h2 {
    color: #00a5e9;
    font-family: "centuryregular";
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 26px;
    margin-top: 10px;
}
.working-title {
    padding: 81px 0 80px;
}
.working-title > p {
    color: #191919;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    max-width: 450px;
}



.contact-banner-section {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 550px;
}

.contact-banner-title h2 {
    color: #00b6ff;
    font-size: 60px;
    font-family: 'centuryregular';
    font-weight: 300;
}

.contact-banner-title h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
}
.contact-banner-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 550px;
    justify-content: center;
    text-align: center;
}

.adress-content > h3 {
    color: #00a5e9;
    font-size: 55px;
    font-family: "centuryregular";
}
.address-desc > p {
    color: #191919;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}

.contact-left-box {
    float: left;
    width: 50%;
}

.contact-right-box {
    float: left;
    padding: 65px 0 0;
    width: 50%;
}

.form-title > h3 {
    color: #191919;
    font-size: 18px;
    font-weight: 300;
}

.input-feilds input[type="text"], input[type="tel"], input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    box-shadow: none;
    color: #656565;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    margin-bottom: 15px;
    padding: 5px 15px;
    width: 100%;
}

textarea.form-control {
    border: 2px solid #bcbcbc;
    border-radius: 0;
    height: 130px;
}

.form-btn > button {
    background: #f2f2e2 none repeat scroll 0 0;
    border: 1px solid #bcbcbc;
    color: #191919;
    font-size: 18px;
    height: 40px;
    width: 100%;
}

.form-btn {
    padding: 8px 0 10px;
}

.contact-form {
    display: inline-block;
    padding: 70px 0 200px;
    width: 100%;
}

.adress-sec {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 660px;
}
.adress-content {
    margin: 0 auto;
    max-width: 430px;
    padding: 35px 0 80px;
}

.form-sec {
    margin: 0 auto;
    max-width: 630px;
}


#smart-locking .recording-title {
    padding: 100px 0 0;
}


@media (max-width: 1400px) {
    #smart-locking .security-title {
        display: flex;
        flex-direction: column;
        height: 520px;
        justify-content: center;
        margin: 0 auto;
        max-width: 530px;
    }

    .platform-content-sec {
        background: #f7f7f7 none repeat scroll 0 0;
        float: left;
        margin: 85px 0 0;
        width: 50%;
    }



    .garage-sec-feat-image {
        margin: 0 auto;
        max-width: 780px;
        padding: 60px 0 0;
    }


    .garage-sec-content {
        max-width: 525px;
        padding: 25px 0 0 45px;
        width: 100%;
    }


    #smart-locking .recording-title {
        padding: 72px 0 0;
    }

    .live-stream-content-section {
        background: #f7f7f7 none repeat scroll 0 0;
        margin-left: 15px;
        margin-top: 30px;
    }


    .garage-left-box {
        float: left;
        padding: 40px 0 0;
        width: 50%;
    }

    .flood-sensor {
        background: #77c2e1 none repeat scroll 0 0;
        height: 950px;
        position: relative;
        vertical-align: top;
        width: 100%;
    }

    .water-section {
        display: inline-block;
        padding: 100px 0;
        vertical-align: top;
        width: 100%;
    }

}

@media (max-width: 1299px) {
    .flood-sensor {
        background: #2d80a8 none repeat scroll 0 0;
        height: 100vh;
        position: relative;
        vertical-align: top;
        width: 100%;
    }

    .contact-right-box {
        float: left;
        padding: 65px 45px 0;
        width: 50%;
    }

}


@media (max-width: 1200px) {
    .flood-sensor {
        background: #77C2E1 none repeat scroll 0 0;
        height: 1003px;
        position: relative;
        vertical-align: top;
        width: 100%;
    }
}


@media (max-width: 1199px) {
    .navbar > li {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 15px;
    }

    .header-main-content {
        float: left;
        padding: 3px 0 0;
        text-align: right;
        width: calc(100% - 140px);
    }

    .logo {
        float: left;
        margin-top: 0;
        padding: 0;
        width: 140px;
    }

    #watchbox .security-title > p {
        color: #000000;
        font-size: 18px;
        margin: 0 auto;
        max-width: none;
        padding: 25px;
    }

    #watchbox .security-title {
        height: auto;
        margin: 0 auto;
        max-width: 620px;
        padding: 35px 0 0;
    }

    .porch-link {
        margin: 0 auto;
        max-width: 500px;
        padding: 0px 0 0;
    }

    .garage-section {
        display: inline-block;
        padding: 100px 0 90px;
        width: 100%;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse.collasping, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }

}

@media (max-width: 992px){

    /*--- Toggle button styling ---*/



    .collapsing{
        background: #fff none repeat scroll 0 0;
        display: block !important;
        height: 100% !important;
        left: -15px;
        max-width: 370px;
        padding: 55px 0 0;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 1;
    }

    .main-nav.navbar-collapse.collapse {
        background: #fff none repeat scroll 0 0;
        display: block !important;
        height: 100% !important;
        left: -15px;
        max-width: 370px;
        padding: 55px 0 0;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 1;
    }


    .main-nav.navbar-collapse.collapse.show {
        height: 100%;
        transform: translateX(0%);
    }

    .collapsing.show {
        height: 100%;
        transform: translateX(0%);
    }



    .main-header {
        padding-bottom: 5px;
        padding-top: 0;
    }

    .container {
        max-width: 1170px;
        padding: 0 15px;
        width: 100%;
    }
    .logo {
        position: relative;
        width: 100%;
        margin-top: 0;
    }
    .logo > a {
        width: 90px;
    }
    .logo img {
        bottom: 0;
        margin-top: 0;
        position: relative;
    }

    .header.main-header.fixed-header.animated.fadeIn {
        padding: 15px 0 16px;
    }

    .fixed-header .logo > a{
        width: 70px;
    }
    .fixed-header .logo img{
        bottom:0;
    }
    .navbar-toggle {
        border-radius: 0;
        display: inline-block;
        height: 50px;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        right: -5px;
        top: 14px;
        transform: translateY(0%);
        width: 50px;
    }
    .fixed-header .navbar-toggle {
        top: -1px;
    }
    .navbar-toggle span::after {
        box-shadow: 0 0 0 1px #00a5e9, 0 7px 0 1px #00a5e9, 0 14px 0 1px #00a5e9;
        content: "";
        display: block;
        height: 0;
        margin-top: -8px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        width: 30px;
        transition: all 0.3s ease 0s;
    }
    .navbar-toggle span::before {
        content: "";
        display: block;
        height: 0;
        opacity: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        transform: rotate(0deg);
        transition: all 0.3s ease 0s;
        z-index: 9;
    }


    .tool-tip-item {
        left: 10%;
        position: absolute;
        top: 5%;
    }

    .tool-tip-item.eye-camera {
        left: 23%;
        position: absolute;
        top: 13%;
    }



    .tool-tip-item.flood-bubble {
        left: 23%;
        top: 25%;
    }



    .tool-tip-item.thermo-bubble {
        left: 40%;
        top: 10%;
    }

    .tool-tip-item.security-bubble {
        left: 65%;
        top: 5%;
    }

    .tool-tip-item.lock-bubble {
        left: 75%;
        top: 15%;
    }

    .tool-tip-item.alex-bubble {
        left: 85%;
        top: 25%;
    }









    .navbar-toggle.cross span::before {
        box-shadow: 0 0 0 1px #00a5e9;
        opacity: 1;
        transform: rotate(-43deg);
        width: 30px;
        left:10px;
    }
    .navbar-toggle.cross span::after {
        box-shadow: 0 0 0 1px #00a5e9;
        margin-top: 0;
        transform: rotate(43deg);
        width: 30px;
        left:10px;
    }
    .main-nav .navbar {
        border: medium none;
    }
    .header-main-content {
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .header-main-content .contact-info {
        padding: 5px 0 0;
    }
    .main-nav.navbar-collapse{
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-collapse.collapse.in {
        padding: 0;
    }

    .main-nav .navbar {
        border: medium none;
        padding: 50px 25px 0;
    }

    .main-nav li {
        margin: 5px 0 0;
        padding: 0;
        width: 100%;
    }
    .navbar a {
        color: #000;
        font-size: 16px;
        padding: 5px 20px;
    }




    .fixed-header .header-main-content {
        width: 100%;
    }
    .fixed-header .logo {
        width: 100%;
    }

    ul.navbar > li:hover .sub-menu{
        height: 0;
        visibility: hidden;
        opacity: 0;
    }
    .navbar > li .sub-menu > li {
        padding: 0 20px;
    }
    .navbar > li .sub-menu,.navbar > li:hover .sub-menu{
        position: static;
        visibility: hidden;
        opacity: 0;
        height: 0;
        padding: 0;
        width: 100%;
        background: rgba(0,0,0,0.1);
        display: none;
    }
    .navbar > li .sub-menu a{
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .navbar > li .sub-menu a:hover,.navbar > li .sub-menu li.active a{
        color: rgba(207, 46, 46, 1);
    }
    .navbar > li .sub-menu.sub-in{
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block;
    }
    .navbar > li > a{
        width: 100%;
        padding: 8px 30px 8px 10px;
        border-bottom: none;
    }
    .navbar > li .sub-menu a{
        padding: 10px 15px;
    }
    ul.navbar a span.caret-down{
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 0;
        text-align: center;
    }
    ul.navbar a span.caret-down:after{
        content:'\f107';
        font-family: FontAwesome;
        width: 15px;
        height: 15px;
        font-size: 16px;
        font-weight: normal;
    }
    ul.navbar a span.caret-down.up:after{
        content:'\f106';
    }

    .banner-title h3 {
        color: #00a5e9;
        font-size: 55px;
        font-weight: normal;
    }

    .banner-section {
        background-position: center center !important;
        background-size: cover !important;
        height: 500px;
        position: relative;
    }

    .banner-content {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 270px;
        justify-content: center;
        margin: 0 auto;
        max-width: 700px;
    }


    .platform-title {
        margin: 0 auto;
        max-width: none;
        padding: 0 25px;
    }

    .platform-content {
        padding: 35px 0 40px;
    }

    .security-title > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .opened {
        padding: 5px 0 0;
    }

    #live-stream-slider .fa-angle-right {
        right: 25px;
    }

    .garage-sec-content > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .garage-sec-content > p {
        color: #000;
        font-size: 18px;
        margin-top: 0;
        max-width: 495px;
        line-height: 1.5;
    }

    #thermostat .security-title {
        height: auto;
        margin: 0 auto;
        max-width: 590px;
        padding: 0px 0 0;
    }

    .water-sec-content-setting > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 40px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .water-sec-content-setting > p {
        color: #000;
        font-size: 18px;
        line-height: 1.5;
    }

    .water-section {
        display: inline-block;
        padding: 0;
        vertical-align: top;
        width: 100%;
    }

    .let-scroll-image > img {
        position: relative;
        width: 100%;
        z-index: 1;
    }




    #smart-locking .mobile-security {
        float: left;
        padding: 0;
        width: 100%;
    }

    #smart-locking .recording-box {
        float: left;
        width: 100%;
    }

    #thermostat .mobile-security {
        float: left;
        height: auto;
        padding: 40px 0 0;
        width: 100%;
    }

    #thermostat .recording-box {
        float: left;
        width: 100%;
    }



    .banner-area {
        padding: 45px 0 65px;
    }

    .description {
        padding: 25px 0 0;
    }

    .footer-desc {
        padding: 20px 0 0;
        text-align: center;
    }

    .contact-form {
        padding: 100px 0 150px;
    }
    .watch-box {
        float: left;
        padding: 93px 0 0;
        width: 100%;
    }

    #watchbox .mobile-security {
        float: left;
        height: auto;
        padding: 40px 0 0;
        width: 100%;
    }

    #live-stream-slider .slick-dots {
        width: auto;
    }

    .footer {
        background: #F7F7F7 none repeat scroll 0 0;
        padding: 45px 0 0;
    }
    .footer-h {
        margin-bottom: 30px;
    }

    .footer-logo {
        padding: 30px 0 14px;
        text-align: center;
    }
    .securitt-content {
        padding: 15px;
    }

    #mobile-security-sec .securitt-content {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin: 0 auto;
        max-width: 760px;
    }

   #thermostat-mobile .securitt-content {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin: 0 auto;
        max-width: 760px;
    }

    #videocamera-mobile .securitt-content {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin: 0 auto;
        max-width: 760px;
    }

    #videocamera-mobile .security-title > p {
        color: #fff;
        font-size: 18px;
    }

    .about-banner-section {
        background-position: center center !important;
        background-size: cover !important;
        display: inline-block;
        min-height: 430px;
        width: 100%;
    }

    .about-banner-content {
        display: flex;
        flex-direction: column;
        height: 430px;
        justify-content: center;
    }

    .save-money-title {
        display: flex;
        flex-direction: column;
        float: none;
        height: 450px;
        justify-content: center;
        margin: 0 auto;
        max-width: 460px;
        text-align: center;
    }

    .vacation-figure > img {
        width: 100%;
    }

    .porch-small-img {
        position: absolute;
        right: 0;
        top: 27%;
    }

    .save-money {
        background-position: center center !important;
        background-size: cover !important;
        display: inline-block;
        min-height: 430px;
        width: 100%;
    }
}


@media (max-width: 991px) {
    .main-nav{
        margin-top: 0px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;

    }
    .main-nav li{
        margin: 0;
    }
    .navbar > li .sub-menu > li {
        padding: 0 5px;
    }
    .navbar > li .sub-menu > li a{
        font-size: 14px;
    }
    .navbar > li:last-of-type > a{
        border-bottom: none;
    }

    .porch-link > img {
        max-width: 100%;
        width: auto;
    }
    .flood-sensor {
        background: #77C2E1 none repeat scroll 0 0;
        position: relative;
        vertical-align: top;
        width: 100%;
    }

}
@media (max-width: 767px) {

    .main-header {
        padding-bottom: 15px;
        padding-top: 8px;
    }
    .logo > a {
        width: 80px;
    }

    .navbar-toggle {
        border-radius: 0;
        display: inline-block;
        height: 50px;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        right: -5px;
        top: 18px;
        transform: translateY(0%);
        width: 50px;
    }


    .logo img {
        bottom: -5px;
        width: 95px !important;
    }
    .advantages-title > h2 {
        color: #131828;
        font-size: 30px;
        font-weight: normal;
        padding-bottom: 25px;
        position: relative;
        text-transform: uppercase;
        font-family: 'centuryregular';
    }




    .banner-section{
        display: none;
    }


    .mobile-baner {
        background-position: center !important;
        background-size: cover !important;
        height: 250px;
    }

    .banner-title h3 {
        color: #00a5e9;
        font-size: 46px;
        font-weight: normal;
    }
    .fixed-header .navbar-toggle {
        top: 14px;
    }

    .banner-area {
        padding: 0;
    }


    .banner-section {
        background-position: center center !important;
        background-size: cover !important;
        height: 450px;
        position: relative;
    }


    .visible-xs > img {
        bottom: 10px;
        display: block;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: auto;
    }

    .banner-sec-scroll {
        padding-bottom: 80px;
    }

    .banner-content {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 280px;
        justify-content: center;
        margin: 0 auto;
        max-width: none;
        text-align: center;
    }

    #res-fig-mobile.responsive-figure.visible-xs {
        background: #f2fbfe none repeat scroll 0 0;
        padding: 30px 0 25px;
    }

    .platform-title > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 46px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 25px;
        max-width: none;
        text-align: left;
    }

    .platform-figure {
        padding: 30px 0 0;
    }

    .contact-left-box {
        float: none;
        width: 100%;
    }

    .contact-right-box {
        float: none;
        padding: 65px 45px 0;
        width: 100%;
    }

    .platform-content {
        height: auto;
        padding: 35px 0 40px;
    }

    .mobile-box {
        background-position: center center !important;
        background-size: cover !important;
        border-bottom: 9px solid #fff;
        border-left: medium none;
        float: left;
        min-height: 610px;
        padding: 30px 0 43px;
        width: 100%;
    }

    .mobile-security {
        background-position: center center !important;
        background-size: cover !important;
        border-left: 8px solid #fff;
        float: left;
        height: 550px;
        width: 100%;
    }

    .security-title {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 520px;
        justify-content: center;
        margin: 0 auto;
        max-width: 480px;
        text-align: center;
    }



    #garage {
        display: none;
    }

    .garage-res {
        display: block;
        padding: 65px 0 0;
    }

    .garage-sec-feat-image {
        margin: 0 auto;
        max-width: none;
        padding: 55px 0 56px;
        width: 100%;
    }

    #thermostat-mobile .security-title {
        height: auto;
        max-width: none;
        text-align: left;
    }

    #thermostat-mobile.res-mobile-security .moblie-figure > p {
        color: #000;
        font-size: 18px;
        text-align: left;
    }

    #thermostat-mobile.res-mobile-security .moblie-figure > img {
        margin-bottom: 35px;
        max-width: 100%;
        width: 100%;
    }

    #thermostat-mobile .security-title > h3 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 43px;
        font-weight: normal;
        margin-bottom: 35px;
        margin-top: 10px;
    }

    .garage-sec-content {
        max-width: none;
        padding: 25px 0 0;
        width: 100%;
    }
    
    #temperature{
        display: none;
    }
    

    .garage-sec-content > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 43px;
        font-weight: normal;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .moblie-figure {
        margin: 0 auto;
        max-width: none;
        text-align: center;
    }

    .smart-locking-content {
        display: flex;
        flex-direction: column;
        height: 460px;
        justify-content: center;
        max-width: none;
        text-align: center;
    }

    .smart-locking {
        background-position: center center !important;
        background-size: cover !important;
        border-bottom: 5px solid #fff;
        display: inline-block;
        min-height: 460px;
        width: 100%;
    }

    .watch-box {
        background: #d2e2e9 none repeat scroll 0 0;
        float: left;
        padding: 93px 0 0;
        width: 100%;
    }

    .watch-box .moblie-figure {
        margin: 0 auto;
        max-width: none;
        text-align: center;
    }

    .mobile-security {
        background-position: center center !important;
        background-size: cover !important;
        border-left: medium none;
        float: left;
        height: 460px;
        width: 100%;
    }

    .security-title {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 460px;
        justify-content: center;
        margin: 0 auto;
        max-width: 480px;
        text-align: center;
    }

    .flood-sensor {
        background-position: center center !important;
        background-size: cover !important;
        border-bottom: 8px solid #fff;
        float: left;
        height: 1140px;
        width: 100%;
    }



    .recording-box-responsive.visible-xs{
        display: none;
    }

    .image-scroll-animate {
        display: none;
    }


    #water{
        display: none;
    }

    .portch-watch-on > img {
        width: 100%;
    }


    .water-respon {
        display: block;
        margin-top: -350px;
        padding-bottom: 50px;
    }
    .water-sec-content-setting {
        max-width: none;
        width: 100%;
    }

    .water-sec-content-setting > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 46px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .water-sec-content-setting span {
        display: inline-block;
    }


    .Water-section-feat-image {
        padding: 60px 0 70px;
    }


    #energy{
        display: none;
    }

    .energy-res-title > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 46px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .des-res-energy > p {
        color: #000;
        font-size: 18px;
    }

    .energy-res-title {
        padding: 55px 0 0;
    }

    .energy-res {
        background-position: center center !important;
        background-size: cover !important;
        display: block;
        height: 900px;
    }
    .des-res-energy {
        padding: 260px 0 150px;
    }

    .flood-security {
        border-left: medium none;
        float: left;
        width: 100%;
    }

    .flood-security-title {
        height: auto;
        max-width: none;
        padding: 90px 0 0;
        text-align: left;
        width: 100%;
    }

    .recording-box {
        background: #d2e2e9 none repeat scroll 0 0;
        border-left: 9px solid #fff;
        float: left;
        padding-bottom: 80px;
        width: 100%;
    }



    .image-curve{
        display: block;
    }

    .image-curve > img {
        width: 100%;
    }

    .recording-title {
        display: flex;
        flex-direction: column;
        height: 460px;
        justify-content: center;
        margin: 0 auto;
        max-width: 460px;
        text-align: center;
    }

    .recording-box {
        background: #d2e2e9 none repeat scroll 0 0;
        border-left: medium none;
        float: left;
        padding-bottom: 0;
        width: 100%;
    }

    .custom-content {
        padding: 40px 0 0;
        text-align: center;
    }

    .custom-title > h2 {
        color: #000;
        font-size: 28px;
        font-weight: normal;
        font-family: 'centuryregular';
        margin-bottom: 24px;
        margin-top: 5px;
    }

    .recording-title > h2 {
        color: #000;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 24px;
        font-family: 'centuryregular';
        margin-top: 10px;
    }

    .security-title > h2 {
        color: #fff;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 24px;
        font-family: 'centuryregular';
        margin-top: 10px;
    }

    .flood-security-title > h2 {
        color: #fff;
        font-family: "centuryregular";
        font-size: 46px;
        font-weight: normal;
        margin-bottom: 45px;
        margin-top: 10px;
    }

    .scene-service {
        padding: 22px 0 35px;
    }

    .footer-desc {
        padding: 15px 0 0;
        text-align: center;
    }

    .footer {
        background: #000000 none repeat scroll 0 0;
        padding: 50px 0 0;
    }

    .contact-banner-title h2 {
        color: #00b6ff;
        font-size: 36px;
        font-weight: 300;
    }

    .contact-banner-title h3 {
        color: #fff;
        font-size: 36px;
        font-weight: 300;
    }

    .contact-banner-section {
        background-position: center center !important;
        background-size: cover !important;
        height: 430px;
    }

    .contact-banner-content {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 430px;
        justify-content: center;
        text-align: center;
    }

    .adress-sec {
        text-align: center;
    }

    .form-title > h3 {
        color: #191919;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }

    .contact-form {
        padding: 50px 0 80px;
    }


    .responsive-figure .platform-img > p {
        color: #191919;
        font-size: 18px;
        text-align: left;
    }

    .responsive-figure .platform-img {
        text-align: center;
    }

    .responsive-figure .platform-img > img {
        margin-bottom: 40px;
        max-width: 100%;
        width: auto;
    }

    .responsive-figure .platform-title {
        margin: 0 auto;
        max-width: none;
        padding: 30px 0 0;
        text-align: center;
    }
    .responsive-figure .platform-img {
        padding-bottom: 40px;

    }

    .security-responsive .security-title {
        height: auto;
        padding: 50px 0 0;
    }

    .security-responsive .moblie-figure > p {
        color: #000;
        font-size: 18px;
        text-align: left;
    }

    .security-responsive .moblie-figure > img {
        margin-bottom: 55px;
        max-width: 100%;
        width: auto;
    }

    .security-responsive .moblie-figure {
        margin: 0 auto 45px;
        max-width: none;
    }


    .smart-locking-reponsive .smart-locking-content {
        height: auto;
        text-align: center;
    }

    .smart-locking-reponsive .smart-locking-content > h2 {
        color: #00a5e9;
        font-size: 46px;
        font-weight: normal;
        margin-bottom: 50px;
        margin-top: 10px;
        text-align: left;
    }

    #smart-locking-mobile.smart-locking-reponsive.visible-xs {
        background-position: right top !important;
        background-repeat: no-repeat !important;
        padding: 55px 0 53px;
    }


   #smart-locking-mobile .recording-title {
        height: auto;
        max-width: none;
        text-align: center;
       margin-bottom: 60px;
    }

    #smart-locking-mobile .smart-locking-content > p {
        color: #000000;
        font-size: 18px;
        text-align: left;
    }


    #smart-locking-mobile .opened {
        padding: 40px 0 0;
        text-align: left;
    }


    
    #live-stream{
        display: none;
    }


    .live-stream-textarea {
        margin: 0 auto;
        max-width: none;
        padding: 45px 0;
        width: 100%;
        width: 100%;
    }

    .live-stream-textarea > img {
        width: 100%;
    }

    .live-stream-textarea > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 55px;
        font-weight: normal;
        margin-bottom: 45px;
        margin-top: 10px;
        max-width: 500px;
    }

    .live-stream-textarea > img {
        margin: 0 0 50px;
        width: 100%;
    }

    .stream-res.visible-xs {
        padding-bottom: 30px;
    }

    
    
    .security-title {
        height: auto;
    }

    .mobile-security-responsive {
        background: #f2fbfe none repeat scroll 0 0;
        padding-bottom: 50px;
    }

    .mobile-security-responsive .moblie-figure > p {
        color: #000;
        font-size: 18px;
        padding: 0 25px 0 20px;
        text-align: left;
    }



   .mobile-security-responsive .moblie-figure > img {
        margin-bottom: 50px;
        max-width: 100%;
        width: auto;
    }

    .mobile-security-responsive .securitt-content {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 0;
    }


    .res-mobile-security .security-title > h2 {
        color: #000;
        font-size: 28px;
        font-family: 'centuryregular';
        font-weight: normal;
        margin-bottom: 24px;
        margin-top: 10px;
    }

    .res-mobile-security .moblie-figure > p {
        color: #000;
        font-size: 18px;
    }

    .res-mobile-security .moblie-figure > img {
        margin-bottom: 45px;
        max-width: 100%;
        width: auto;
    }

    .res-mobile-security.visible-xs {
        padding: 75px 0 48px;
    }



    .flood-security-responsive.visible-xs {
        background-position: center center !important;
        background-size: cover !important;
        padding: 128px 0 130px;
    }

    .flood-security-responsive .flood-h {
        padding: 25px 0 0 0;
    }

    .flood-security-responsive .flood-h > p {
        color: #fff;
        font-size: 18px;
        padding: 15px;
        text-align: center;
    }

    .flood-security-responsive .flood-h > img {
        margin-bottom: 35px;
    }





   .recording-box-responsive .recording-title {
        height: auto;
        padding: 80px 0 75px;
    }

   .recording-box-responsive .recording-title > h2 {
        color: #000;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 50px;
        margin-top: 10px;
       font-family: 'centuryregular';
    }




    .responsive-video.visible-xs {
        background-position: center center !important;
        background-size: cover !important;
        padding: 90px 0 80px;
    }

    .security-title > h2 {
        color: #00a5e9;
        font-family: "centuryregular";
        font-size: 46px;
        font-weight: normal;
        margin-bottom: 55px;
        margin-top: 10px;
        z-index: 1;
    }


    .testimonial-featured .slick-dots li button {
        background: #000 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 50px;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 30px;
        line-height: 0;
        outline: medium none;
        padding: 5px;
        width: 30px;
    }

    .testimonial-featured .slick-dots li.slick-active button {
        background: #00b6ff none repeat scroll 0 0;
        border: 1px solid #fff;
        border-radius: 50px;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 30px;
        line-height: 0;
        outline: medium none;
        padding: 5px;
        width: 30px;
    }


    .testimonial-featured .slick-next.slick-arrow {
        display: none !important;
    }

    .testimonial-featured .slick-dots li {
        display: inline-block !important;
        list-style: outside none none !important;
        padding: 0 25px;
    }

    .testimonial-featured .slick-dots {
        margin: 26px 0 0;
        padding: 0;
        text-align: center;
    }

    .scene-responsive.visible-xs {
        padding: 40px 0 90px;
    }

    .footer {
        background: #F7F7F7 none repeat scroll 0 0;
        padding: 165px 0 55px;

    }

    .footer-list li {
        display: inline-block;
        list-style: outside none none;
        padding-right: 30px;
    }

    .footer-desc {
        padding: 65px 0 0;
        text-align: center;
    }

    .footer-logo {
        padding: 85px 0 14px;
        text-align: center;
    }

    .about-banner-title > h2 {
        color: #fff;
        font-family: "centuryregular";
        font-size: 55px;
        font-weight: 300;
    }

    .about-banner-title > h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 300;
    }

    .app-content {
        padding: 0;
    }

    .app-title {
        padding: 40px 0 35px;
    }

    .prefect-content {
        padding: 30px 0 0;
    }

    .vacation-sec {
        padding: 95px 0 70px;
    }

    .working-title {
        padding: 0 0 25px;
    }

    .mobile-app-figure > img {
        max-width: 100%;
        width: auto;
    }

}

@media(max-width: 480px) {
    .porch-small-img {
        position: static;
        text-align: center;
    }

    .porch-small-img-h {
        position: static;
        text-align: center;
    }


    .flood-sensor {
        background-position: center center !important;
        background-size: cover !important;
        border-bottom: 8px solid #fff;
        float: left;
        height: 1260px;
        width: 100%;
    }

    .water-respon {
        display: block;
        margin-top: -400px;
        padding-bottom: 50px;
    }


    a.btn-form {
        background: #28d193 none repeat scroll 0 0;
        border-radius: 50px;
        font-family: "centuryregular";
        font-size: 20px;
        height: 65px;
        line-height: 63px;
        margin: 25px 0 0;
        text-align: center;
        width: 290px;
    }

    .portch-watch-on > img {
        width: 100%;
    }

    .navbar-toggle {
        border-radius: 0;
        display: inline-block;
        height: 50px;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        right: -5px;
        top: 14px;
        transform: translateY(0%);
        width: 50px;
        z-index: 2147483647;
    }

}


.mobile-men{
    display: none;
}


@media(max-width: 767px) {
    .desktop-men{
        display: none;
    }
    .mobile-men{
        display: block !important;
    }



}