@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    padding: 0;
    margin: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

body{
    font-family: 'octopus_300light';
    font-size:17px;
    line-height:24px;
    margin:0;
    padding:0;
    color:#565656;
    background-color:#ebeef0;
}
h1{
    font-family: 'octopus_500medium';
    color:#0e7dbf;
    font-size:50px;
    letter-spacing:-2px;
    margin-bottom:10px !important;
}
img{
    margin:auto;
}
.mtop10{margin-top:10px;}	
.mtop50{margin-top:50px;}
.mtop80{margin-top:80px;}
.mbtm50{margin-bottom:50px;}
.mtop120{ margin-top:120px;}

.fontwhite{color:#fff}
.bluefont{color:#0e7dbf}
.bluetxt{
    font-size:48px;
    color:#0e7dbf;
    text-align:center;
    line-height:52px;
    letter-spacing:-1px;
}
header {
    box-shadow: 0px 5px 10px #6F6D6D;
    z-index: 99;
    position:relative;
}
.bannercontainer{
    z-index:9;
}
.details{
    background-color:#f3f3f3; 
    line-height:50px;
    font-size:18px;
    color:#000;
    position:relative;
}
.details i{
    margin-right:8px;
}
.details:after{
    position:absolute;
    content:"";
    height:1px;
    background-color:#ebeef0;
    left:0;right:0;
    margin-top:1.3px;
}
.whitebg{
    background: url(images/white-bg.jpg) repeat;
    padding:50px 0;
}
.txt{
    width:75%;
    margin:auto;
    text-align:center;
}

.bg-color2{
    background-color:#ebeef0;
    border-top:#e3e6e8 1px solid;
    padding:50px 0 0;
}
.bg-color2 img{
    margin:auto;
}
.mobile-img{
    background:url(images/img1.png) no-repeat right bottom;
    background-size:50%;
}

.bluebg{
    background:url(images/bluebg.jpg) repeat-x;
    padding:50px 0 0;
}
.bluebg h2{
    color:#fff;
}

.bluebg img{
    width:100%;
}
.btn-orange{
    background-color:#e48842;
    display:block;
    margin:auto;
    color:#fff;
    width:15%;
    text-align:center;
    padding:6px 0 4px;
    font-size:21px;
    transition:all linear 0.5s;
    border:#e48842 3px solid;
    margin-top:12px;
    margin-bottom:30px;
}
.btn-orange:hover{
    text-decoration:none;
    color:#fff;
    border:#fff 3px solid;
    background:#000;
}
.bx-wraper{
    background-color:#fff;
    font-size:14px;
    height:400px;
    padding:12px;
    text-align:center;
    transition:all linear 0.5s;
}
.bx-wraper h4{
    color:#0e7dbf;
    font-family: 'octopus_500medium';
    font-size:17px;
    margin-top:20px;
}
.image-container{
    max-height:186px;
    overflow:hidden;
}
.image-container img{
    width:100%;
    transition:all linear 0.1s;
}
.bx-wraper:hover{
    background-color:#dfe2e5;
    cursor:pointer;
}
.bx-wraper:hover img{
    transform:scale(1.12)
}

.workwith-us{
    margin-top:80px;
    border-top:#e3e6e8 1px solid;
    color:#000;
    font-family: 'octopus_500medium';
}
.workwith-us h1{
    font-family: 'octopus_300light';
}
.btn-black{
    background-color:#000;
    display:block;
    margin:auto;
    color:#fff;
    width:15%;
    text-align:center;
    padding:10px 0 8px;
    font-size:18px;
    transition:all linear 0.5s;
    border:#000 3px solid;
    margin-top:22px;
    margin-bottom:30px;
}
.btn-black:hover{
    text-decoration:none;
    color:#000;
    border:#000 3px solid;
    background:#EBEBEB;
}
footer{
    font-size:15px;
}	
.foot1{
    background:#111111;
    padding:50px 0;
    color:#abaaaa;
    font-family: 'octopus_500medium';
}
.foot1 ul li{
    list-style:none;
    line-height:29px;
}
.foot1 ul li a{
    color:#abaaaa;
    transition:all linear 0.5s;
}
.foot1 ul li a:hover{
    color:#fff;
    text-decoration:none;
}
.foot1 h5{
    color:#fff;
    font-size:16px;
}
.foot2{
    background:#000000;
    padding:20px 0;
    color:#8d8c8c;
    font-size:15px;
    font-family: 'octopus_500medium';
}
.foot2 a{color:#8d8c8c; transition:all linear 0.2s;}
.foot2 a:hover{color:#fff; text-decoration:none;}
.developedby{
    text-align:right;
}
.contact-f span{
    display:block;
    position:relative;
    padding-left:25px;
    margin-top:8px;
    margin-bottom:8px;
}
.contact-f span i.fa{
    position:absolute;
    left:0;
}
.socialico i{
    color:#545353;
    padding-left:5px;
    padding-right:5px;
    font-size:17px;
    transition:all linear 0.5s;
}
.socialico i:hover{
    color:#fff;
}


.sprinkler-logo img{
    width:60%;
    padding-top:100px;
}

.kichler_light_pro-logo img{
    width:auto;
}



.button2 {
    /* margin: 0 0 5px; */
    padding: 6px 12px;
    margin-top: 11px;
    height: 28px;
    line-height: 32px;
    font-size: 15px;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
    text-shadow: 0 1px white;
    background: #dfdfdf;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #cecece #bababa #a8a8a8;
    border-radius: 37px;
    outline: 0;
    margin-left: 15px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
    -webkit-box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);
}

.button2:hover, .button2:active {
    background: #dfdfdf;
    border-top-color: #c9c9c9;
}	
.px-form.plain input[type="text"]:focus, .px-form.plain input[type="email"]:focus, .px-form.plain textarea:focus{
    outline:none}
.px-form.plain input[type="text"], .px-form.plain input[type="email"], .px-form.plain textarea {
    border: 1px solid #E3E4E4;
    box-shadow: 2px 2px 0 #d7d7d7;
    color: #999;
    height: 55px;
    padding-left: 45px;
    width: 100%;
    font-family: 'octopus_300light';
    font-weight: normal;
    font-size: 14px;
}
.px-form.plain label i {
    color: #DADADA;
    font-size: 13px;
    left: 30px;
    position: absolute;
    top: 20px;
}
label {
    display:block;
    width: 100%;
    margin-bottom:12px;
}
.px-form.plain textarea {
    height: 125px;
    padding-top:17px;
}


.doorbellbg{
    background:url(images/doorbell-bg.jpg) no-repeat right;
    min-height:630px;
    /*    margin-top:-90px;*/
    /*    top: -70px;*/
    position: relative;
}

.bannercontainer a {
    color: #000;
}
.bannercontainer a:hover {
    color: #0e7dbf
}



/*sibasis start here*/
.padding-tp-60 {
    padding-top: 60px;
}
.smrt-cntrl-bg {
    padding: 30px 0 0px;
    background: #fff;
    background-image: url(images/parallax-home-img-5.jpg);
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    background-position: left;
    background-size: cover;
    overflow-x: hidden;
    background-attachment: fixed;
}
.smrt-cntrl-bg h1 {
    text-align: center;
    margin-bottom: -6px !important;
    color: #545454;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 35px;
}
.smrt-cntrl-bg h1 span {
    font-size: 26px;
    letter-spacing: 0;
    text-transform: initial;
    margin-top: 0;
    display: inline-block;
    font-family: 'octopus_500medium';
    color: #0e7dbf;
    font-weight: 300;

    padding-bottom: 9px;
}
.smrt-cntrl-bg h3 {
    font-size: 21px;
    color: #494a4a;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.smrt-cntrl-bg h3 span {

    font-weight: 800;

}
.smart-sprinkler {
    margin-bottom: 20px;
    background: #fff;
    padding: 12px;
    border-radius: 11px;
    box-shadow: 2px 2px 15px #e2e2e2;
    position: relative;
    z-index: 2;
}

.smart-sprinkler-img {
    float: left;
    margin-right: 15px;
}
.smart-sprinkler-img img {
    width: 38px;
    margin-top: 7px;
}

.smart-sprinkler p {
    margin-left: 54px;
    padding-top: 5px;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 0;
}
.device-cont-img {

    margin: auto;
    z-index: 1;
}
.smart-sprinkler p span {
    font-weight: 800;
    color: #0e7dbf;
}

.view-more-s {
    background: #d8d6d2;
    padding: 10px 22px 6px;
    display: inline-block;
    border-radius: 35px;
    color: #636060;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all linear 0.5s;
}
.view-more-s:hover {
    background:#0178a3;
    color: #fff;
    text-decoration: none;
}
.landscape-lighting {
    padding: 60px 0 60px;
    position: relative;
    background: #fff;
    /*    margin-top: 50px;*/
}


.landscape-lighting-txt {
    background: #fff;
    padding: 25px;
    position: relative;
    margin-left: -160px;
}

.landscape-lighting-txt h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0178a3;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 19px;
}.landscape-lighting-txt h3 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    color: #0e7dbf;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 10px;
}

.view-mo-btm {
    background: #575656;
    padding: 7px 18px 4px;
    display: inline-block;
    margin-bottom: 9px;
    color: #fff;
    text-decoration: none;
    transition: all linear 0.5s;
}
.view-mo-btm:hover {
    background: #0178a3;
    color: #fff;
    text-decoration: none;

}

.landscape-lighting-list ul {
    margin: 0;
    padding: 0;
    column-count: 3;
    margin-top: 20px;
}
.landscape-lighting-list ul li {
    display:block;
    margin-bottom: 17px;
    color: #727272;
    letter-spacing: 0.5px;
    list-style: none;
    position: relative;
    font-size: 15px;
    padding-left: 24px;
}
.landscape-lighting-list ul li img {
    float: left;
    margin-right: 7px;
    width: 22px;
    position: absolute;
    left:-3px;
}
.sprinkler-phone {
    padding: 15px;
    background: #2e4db1;
    color: #fff;
    font-size: 24px;
    position: absolute;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    padding-right: 38px;
    padding-top: 20px;
    display: inline-block;
    top: 22px;
}



.sprinkler-phone i {
    color: #2e4db1;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 22px;
    position: absolute;
    right: -18px;
    top: 11px;
    text-align: center;
    line-height: 37px;
} 
.lftwhite-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    background: #2e4db1;
}
.landscape-lighting-title {
    color: #545454;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 31px;
    line-height: 1;
    margin-bottom: 19px;
    margin-top: 27px;
    font-family: 'octopus_500medium';
}
.inr-outdoor-txt {
    color: #0e7dbf;
    font-size: 28px;
    text-align: center;
    width: 80%;
    line-height: 35px;
    margin: auto;
    margin-bottom: 26px;
    font-family: 'octopus_500medium';
}
.smart-home-device-list ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.smart-home-device-list ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    color: #131212;
    line-height: 25px;
}
.smart-home-device-list ul li:before {
    content: '\f0a4';
    position: absolute;
    left: 0;
    color: #0e7dbf;
    top: -3px;
    font-family: 'FontAwesome';
    font-size: 21px;
}


.main-home-secure {
    position: relative;
}
.home-secure-txt h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top:20px;
    margin-bottom: 20px;
}
.home-secure-txt h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0px;
    color: #e48842;
}

.home-secure-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;


}


.home-secure img {
    width: 100%;
}

.home-secure-txt-bg {
    background: #fff;
    padding: 15px;
    margin-top: 120px;
}
.home-smart {
    background: #fff;
    padding: 40px 0;
    text-align: center;
}
.home-smart ul li {
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 10px;
    position: relative;
    color: #7b7b7b;
    padding-left: 20px;
    font-family: 'octopus_500medium';
}
.home-smart ul li:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    color: #0e7dbf;
    top: -3px;
    font-family: 'FontAwesome';
    font-size: 14px;
}
.home-smart h1 {
    font-size: 46px;
    margin-bottom: 0px;
    font-family: 'octopus_300light';
}

.home-smart h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 13px;
}
.smrt-cntrl-bg h3 sup {
    font-size: 12px;
    margin-left: 3px;
    position: relative;
}
.gh img {
    position: relative;
    z-index: 2;
    margin-top: -70px;

}
.doorbell-icon{

    margin-bottom: 30px;
}
.doorbell-icon-img {
    padding: 10px 0;
    width: 76px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 14px;
    border: 1px solid #e7e7e7;
    background: #fff;
    box-shadow: 2px 2px 15px #d2d2d2;
    margin-bottom: 5px;

}
.doorbell-icon img {
    width: 60px;
    margin: auto;

}
.doorbell-icon p {
    color: #0e7dbf;
    font-size: 18px;
}
.mb-20 {
    margin-bottom: 30px;
}
.smrt-cntrl-bg h6 {
    font-size: 18px;
    width: 72%;
    margin: auto;
    text-align: center;
    color: #292929;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 25px;
}
.m-view-inmobile-hand {
    display: none;
}


.mobile-smart-sprinkler {
    width: 100%;
    margin-bottom: 20px;
    display: none;
}
.doorbell-icon-list ul {
    margin: 0;
    padding: 0;
    column-count: 3;
    text-align: center;
    -webkit-column-count: 3;
    -moz-column-count: 3;
}
.doorbell-icon-list ul li {
    display: inline-block;
    margin-left: 20px;
    color: #52504c;
    font-size: 15px;
    margin-bottom: 20px;
}


.doorbell-icon-list ul li img {
    width: 80px;
    background: #fff;
    padding: 14px;
    box-shadow: 2px 2px 15px #dcdcdc;
    margin-bottom: 14px;
}

.mobile-doorbell-view {
    display: none;
}



/*sibasis end here*/



.truf-sec {
    background: #fff;
    padding: 70px 0;
}
h5.turf-heading {
    font-size: 22px;
    line-height: 30px;
    margin-right: 80px;
    margin-top: 50px;
}
ul.benefits-turf li {
    list-style: circle;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    margin-left: 20px;
}

.truf-sec h2 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-top: 0;
}
ul.sprinkler li {
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
    letter-spacing: 1px;
    background: #0e7dbf;
    display: block;
    margin-bottom: 10px;
    padding: 10px 15px;
     position: relative;
}
ul.sprinkler li:after {
    content: "";
    border-top: 26px solid #ebeef0;
    border-bottom: 29px solid #ebeef0;
    border-left: 40px solid #0e7dbf;
    position: absolute;
    right: 0px;
    top: 0;
}
















