/*Home Css*/
.banner-wrapper{
    position: relative;
    float: left;
    width: 100%;
    height: 750px;
}

.banner-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
    background-size: 100%;
}

.banner-bg1{
    display: block;
    background: url(../images/slide-1.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}

.banner-bg2{
    background: url(../images/slide-2.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}

.banner-bg3{
    background: url(../images/slide-3.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}

.banner-bg4{
    background: url(../images/slide-4.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}

.banner-bg5{
    background: url(../images/slide-5.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}

.banner-title{
    float: left;
    width: 100%;
    margin-top: 250px;
    font-size: 60px;
    color: #FFF;
}

.banner-text{
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    color: #FFF;
    opacity: 0.7;
}

.banner-controls{
    position: absolute;
    bottom: 50px;
    left:0;
    width: 100%;
}

.controls-holder{
    margin: 0 auto;
    width:180px;
}

.banner-control{
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #FFF;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
}

.banner-control-active{
    background-color: #FFF;
}

.service-block-holder{
    margin: 30px 0;
}

.service-block,.about-block{
    position: relative;
    display:none;
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    line-height: 1.7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.service-block1,.service-block2{
    left:-200px;
}
.service-block3,.service-block4{
    right:-200px;
}

.service-img{
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.service-img img{
    position: absolute;
    left:50%;
    top:0;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
    -webkit-transition: 0.35s all ease-in-out;
}

.service-img:hover img{
    width: 80px;
    height: 80px;
    margin-left: -40px;
}

.service-title,.service-title:hover{
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color:#333;
    text-decoration: none;
    outline: none;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
}

.service-title:hover{
    color:#EB4F5C;
}

.service-detail{
    font-weight: 300;
}

.service-more-container{
    min-height: 120px;
}

.service-more-holder,.service-more-holder:hover{
    display: none;
}

.block2{
    position: relative;
    min-height: 350px;
}

.block2-wrapper{
font-family: 'calibri','cambria', georgia;
font-size: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.block2-container{
    position:relative;
    top:30px;
    opacity: 0;
}

.block2-title{
    float: left;
    width: 100%;
    font-size: 60px;
    margin: 70px 0 50px 0;
    color: #302E33;
    text-align: center;
    /*opacity:0;*/
}
.about-block1,.about-block2, .about-block3{
    margin-top:20px;
    width:138px;
}
.about-block1,.about-block2{
    left:-200px;
}
.about-block3{
    right:-200px;
}

.block2-content{
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 14px;   
    color: #555;
}

.block3{
    position: relative;
    float: left;
    width: 100%;
    min-height: 815px;
    margin-top: 0px;
    background-image: url(../images/support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    max-width: none;
}

.block3-container,.block5-container{
    opacity:0;
    position: relative;
    float: right;
    top:30px;
    width: 550px;
    color:#FFF;
    text-align: right;
    margin-right: 50px;
    margin-top: 250px;
}

.block3-title,.block4-title,.block5-title{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 72px;
    /*opacity:0;*/
}

.block3-content,.block4-content{
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 14px;   
}



.support-contact{
    margin-bottom: 20px;
    font-size: 54px;
}

.support-more-holder,.support-more-holder:hover{
    float: right;
    left:0;
    margin-right: 50px;
    top:30px;
    text-align: left;
    opacity: 0;
}

.block4{
    position: relative;
    float: left;
    width: 100%;
    min-height: 815px;
    margin-top: 0px;
    background-image: url(../images/products.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    max-width: none;
}

.block4-container{
    position: relative;
    float: left;
    top:30px;
    width: 450px;
    text-align: left;
    color:#333;
    margin-left: 50px;
    margin-top: 250px;
    opacity: 0;
}

.block4-content{
    color: #555;
}


.product-more-holder,.product-more-holder:hover{
    float: left;
    left:0px;
    margin-left:50px;
    right:0;
    top:30px;
    text-align: left;
    opacity:0;
}

.block5{
    position: relative;
    float: left;
    width: 100%;
    min-height: 815px;
    margin-top: 0px;
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    max-width: none;
}

.testi-by{
    font-size: 16px;
}

.desig-text{
    color: #79767D;
}

.block6{
    position: relative;
    min-height: 300px;
    background-color: #F2F2F2;
}

.block6-wrapper{
    padding: 0 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.block6-container{
    position:relative;
    top:30px;
    min-height: 400px;
    opacity: 0;
}

.block6-title{
    float: left;
    width: 100%;
    font-size: 55px;
    margin: 70px 0 50px 0;
    color: #302E33;
    text-align: center;
    /*opacity:0;*/
}

.block6-content{
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 14px;   
    color: #555;
}

.extra-more-holder,.extra-more-holder:hover{
    /*display: none;*/
    top:100px;
    opacity:0;
}

.block7{
    position: relative;
    float: left;
    width: 100%;
    min-height: 615px;
    margin-top: 0px;
    background-image: url(../images/partner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    max-width: none;

}

.block7-title{
    position:relative;
    top:30px;
    float: left;
    width: 100%;
    font-size: 60px;
    margin: 70px 0 50px 0;
    color: #FFF;
    text-align: center;
    opacity:0;
}

.block7-content{
    position:relative;
    top:30px;
    opacity: 0;
    text-align: center;
    margin-left:40px;
}

.ullist{
    list-style: disc;
    margin-left:30px;
}

.ullist li{
    font-size: 15px;
    color: #222222;
}

.testi-more-holder,.testi-more-holder:hover{
    float: right;
    left:0;
    margin-right: 50px;
    top:30px;
    text-align: left;
    opacity: 0;
}

.partner-lnk,.partner-lnk:hover{
    float:left;
    margin: 10px 25px;
    height: 120px;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
}

.partner-lnk1{
    width:195px;
    background: url(../images/samsung-logo.png) center center no-repeat;
}

.partner-lnk2{
    width:140px;
    background: url(../images/lg-logo.png) center center no-repeat;
}

.partner-lnk3{
    width:200px;
    background: url(../images/panasonic-logo.png) center center no-repeat;
}

.partner-lnk4{
    width:200px;
    background: url(../images/crestron-logo.png) center center no-repeat;
}

.partner-lnk5{
    width:65px;
    background: url(../images/kramer-logo.png) center center no-repeat;
}

.partner-lnk6{
    width:190px;
    background: url(../images/avenview-logo.png) center center no-repeat;
}

/*.partner-lnk:hover{
    background-color: rgba(0,0,0,0.2);
}*/

.partner-more-holder,.partner-more-holder:hover{
    display: none;
}
/*Home Css Ends*/