@charset "utf-8";



body {
margin: 0;
padding: 0;
background: #FFFFFF;
overflow:hidden;
width:100%;
height:100%;
font-family: mainTextMedium;
font-size:16px;
}

#pushobj {
position: absolute;
top: 0px;
bottom:0px;
right:0px;
left: 0px;

color: #000;
background:none;
font-family: mainTextMedium;
font-size: 1.5em;

background-image:url(../img/homebg2.jpg);
background-position:center top;
background-repeat:no-repeat;

}

.multilevelpushmenu_wrapper ul {
list-style: none;
padding: 0;
margin: 0;
/*margin-top: 54px;*/
visibility: visible;
display: block;

}

.multilevelpushmenu_wrapper .levelHolderClass {
position: absolute;
overflow: hidden;
top: 0;
background: #ff7700;
width: auto;
min-height: 100%;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 1em;
zoom: 1;
min-width: 168px;
width:168px;
}

.multilevelpushmenu_wrapper li {
cursor: pointer;
border-top: 1px solid #D56300;
padding: .4em .4em .4em .4em;
text-decoration:none;
}

.multilevelpushmenu_wrapper li:hover {
background-color: #dc6700;
text-decoration:none;
}

.multilevelpushmenu_wrapper li:last-child {
border-bottom: 1px solid #D56300;
}

.multilevelpushmenu_wrapper li a {

text-decoration:none;
}

.multilevelpushmenu_wrapper h2 {
font-size: 1.5em;
line-height: 1em;
font-weight: bold;
color: #B63000;
padding: 0 .4em 0 .4em;
}

.multilevelpushmenu_wrapper .backItemClass {
display: block;
padding: .4em .4em .4em .4em;
background: #B63000;
border-top: 1px solid #9B2900;
}

.multilevelpushmenu_wrapper a {
display: block;
outline: none;
overflow: hidden;
font-size: 1.3em;
line-height: 1em;
padding: .2em .2em;
text-decoration: none;
color: #fff;
}

.logobrd{
	padding-left:64px;
	padding-right:24px;
	margin-top:24px;
}

.navbar-inverse {
background-color: rgba(0,0,0,0.0);
border-color: transparent;
border-radius:0px;
}

.navbar-inverse .navbar-nav>li>a {
color: #FFFFFF;
font-size: 0.8em;
}

.title {
font-size: 62px;
line-height: 1.2;

position: absolute;
top: 38%;

font-family: 'Open Sans Condensed', sans-serif;


width: auto;
color: #fff;
font-weight: 200;
left:30%;
}

#productbrd{
	padding-left:0px;
	padding-bottom:34px;
}

.hLine{
	width:1px;
	background-color:#CBCBCB;
	min-height:50px;
	margin-top:44px;
	margin-left:24px;
	margin-right:24px;
}
.hLine_revers{
	width:1px;
	background-color:rgba(255,255,255,0.15);
	min-height:50px;
	margin-top:44px;
	margin-left:24px;
	margin-right:24px;
}
.hLine_revers2{
	width:1px;
	background-color:rgba(255,255,255,0.75);
	min-height:24px;
	margin-top:66px;
	margin-left:4px;
	margin-right:4px;
}
.topdropdown_btn{
	color: #000;
background-color: transparent;
border-color: transparent;
font-size:1.5em;
}
.topdropdown_btn:hover{
	color: #000;
background-color: transparent;
border-color: transparent;
}

.topdropdown_btn_revers{
	color: #fff;
background-color: transparent;
border-color: transparent;
font-size:1.5em;
font-family:mainTextMedium;
}
.topdropdown_btn_revers:hover{
	color: #fff;
background-color: transparent;
border-color: transparent;
}

.dropdown-menu>li>a{
	font-family:mainTextMedium;
	
}

.toprightheading{
	padding-top:84px;
	padding-right:54px;
}

.productcontent{
	
	min-height:600px;
	width:100%;
	
	background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding-left: 2%;
padding-right: 2%;
}

.ser_content{
	
	min-height:600px;
	width:100%;
	
	background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding-left: 4%;
padding-right: 2%;
padding-top:32px;



}
.avan_btn{
	background-color:rgba(255,255,255,0.25);
	border:hidden;
	color:#FFF;
	padding:12px;
	padding-left:24px;
	padding-right:24px;
}
.avan_btn:hover{
	background-color:#ff7700;
	border:hidden;
	color:#FFF;
	padding:12px;
	padding-left:24px;
	padding-right:24px;
}

.footerheader{
	background-color:#FFF;
	border-top:solid 1px #CCCCCC;
	margin-top:0px;
	padding-top:24px;
	padding-left:84px;
	padding-right:34px;
}

.footer_footer{
	background: #001134; /* Old browsers */
background: -moz-linear-gradient(top, #001134 0%, #04295c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001134), color-stop(100%,#04295c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #001134 0%,#04295c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #001134 0%,#04295c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #001134 0%,#04295c 100%); /* IE10+ */
background: linear-gradient(to bottom, #001134 0%,#04295c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001134', endColorstr='#04295c',GradientType=0 ); /* IE6-9 */
padding:34px;
padding-left:84px;
padding-bottom:24px;
color:#7891b9;
}

.avan_orang_btn{
	background-color:#ff8a00;
	border:hidden;
	color:#FFF;
}

.thumbrd{
	padding-top:100px;
	
}

.white_grey_bg{
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

padding-bottom:54px;
padding-left:8%;
	padding-right:5%;
	padding-bottom:5%;
}

.thumb_brd{
	background-color:#FFF;
	padding:34px;
	border:solid 1px #D6D6D6;
	min-height:250px;
	
}
.thumb_brd >h2{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:1.6em;
	
}
.thumb_brd >p{
	color:#999;
	font-size:1em;
	
}

.thumbrd .col-lg-4{
	padding-left:0px;
	padding-right:4px;
	padding-bottom:4px;
}

.orangelink{
	color:#ff8a00;
	font-size:1.2em;
	
}
.orangelink:hover{
	color:#ff8a00;
	font-size:1.2em;
	text-decoration:none;	
}

.abouttab_brd{
	background-color:#FFF;
	border-bottom:solid 1px #CCCCCC;
	padding-left:40px;
}

.subtitle{
	color:#FFF;
	padding-top:60px;
	font-size:1.2em;
}

.fa-angle-left:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image:url(../img/addicon.png);
width:16px;
height:16px;
margin-top:3px;

content: "";
}

.fa-angle-right:before {
content: "";
display: inline-block;
background-image:url(../img/back.png);
width:16px;
height:16px;
}

.subtitle{
	font-family:'Open Sans Condensed', sans-serif;
}

.network_bg{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/networkingbg.png);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}



.wireless_bg{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/wirelessbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.signage_bg{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/signagebg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.hospitality_bg{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/hospitalitybg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.cctv_bg{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/cctvbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.power_bg{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/powerbg1.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.cisco_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/ciscobgbig.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.philips_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/philipsbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.samsung_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/samsungbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}


.juniper_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/juniperbg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.zyxl_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/zxylbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.ibm_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/ibmbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.hp_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/hpbg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.nomadix_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/nomadixbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.hikvision_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/Hikvisionbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}
.arecont_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/Arecon_Visionbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}
.axis_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/axisbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.apc_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/apcbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.eaton_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/eatonbg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.moto_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/motobg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}
.iptv_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/iptvbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.media_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/iptv3.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.support_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/supportbg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.contact_bg_large{
	
min-height:400px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/company.png);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.supp_bg_large{
	
min-height:400px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/supportbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.consulting_bg_large{

min-height:500px;
color: #000;
background:none;
font-size: 1em;

background-image:url(../img/consultingbg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.network2_bg_large{

min-height:500px;
color: #000;
background:none;
font-size: 1em;

background-image:url(../img/pro_router.png);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.leasing_bg_large{

min-height:500px;
color: #000;
background:none;
font-size: 1em;

background-image:url(../img/leasingbg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.managment_bg_large{

min-height:500px;
color: #000;
background:none;
font-size: 1em;

background-image:url(../img/managmentbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.professional_bg_large{

min-height:500px;
color: #000;
background:none;
font-size: 1em;

background-image:url(../img/proffessionbg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}


.vgardCard_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/lockbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}

.rukus_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/rukusbg2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}
.zyxelwireless_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/zyxelbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}
.power_bg_large{
	
min-height:500px;

color: #000;
background:none;

font-size: 1em;

background-image:url(../img/powerbg1.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
padding-left:64px;

}


.productSub_brd{
  padding-left: 4%;
  padding-top: 2%;
  padding-right: 2%;
}

.product_smallPanel .thumdetailbrd{
	padding:18px;
	padding-top:0%;
	
}

.thumdetailbrd{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	position:absolute;
	bottom:0px;
	left: 15px;
	right: 15px;
	
		
}

.addiconlink{
	padding-top:52px;
}

.darkgreyPabel{
	background-color:#343e3f;
	
	color:#FFF;
	text-align:center;
	padding-left:20%;
	padding-right:20%;
	padding-top:5%;
	padding-bottom:5%;
}

.pro_listbrd{
	padding-left:38px;
	padding-right:38px;
	padding-bottom:5%;
	
}

.pro_greybg{
	background-color:#f1f1f1;
	padding:24px;
	
}


.pro_thumbrd_small{
	background-color:#fff;
	width:200px;
	height:208px;
	margin:8px
}

.pro_thumbrd_small_3{
	background-color:#fff;
	width:276px;
	height:460px;
	margin:8px
}

.pro_thumbrd_small_2{
	background-color:#fff;
	padding:8px;
	margin:8px
}
.pro_thumbrd_small_img_2{
	width:100%;
	height:180px;
	border:solid 1px #e1e1e1;
}
.pro_thumbrd_small_img{
	width:200px;
	height:136px;
	border:solid 1px #e1e1e1;
}
.pro_thumbrd_small_text{
	padding:8px;
	padding-left:12px;
}

.pro_thumbrd_small_text >a{
	color:#000;
}
.pro_thumbrd_small_text >a:hover{
	color:#000;
	text-decoration:none;
}

.cctv_content_bg{
	background-color:#2C3138;
	
	color:#FFF;
	text-align:center;
	padding-left:20%;
	padding-right:20%;
	padding-top:5%;
	padding-bottom:5%;
}

.contenttextarea{
	padding:24px;
	padding-left:72px;
}

.service_content_white{
	background-color:#FFF;
	padding:24px;
	margin-left: 15px;
margin-right: 15px;
}

.addresscontent{
	padding-left:4%;
	width:80%;
}

.footerlink>li>a{
	padding:6px;
	padding-left:12px;
	color:#666;
}
.footerlink>li>a:hover{
	padding:6px;
	padding-left:12px;
	color:#F60;
	background-color:transparent;
}



.col-lg-3{
  position: relative;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
}

.large2text>p{
	font-size:1.2em;
	font-family: mainTextMedium;
	color:#fff;
}
.modal_header{
	background-color:#3d85d1;
	padding:22px;
	padding-left:32px;
	color:#fff;
	background-image:url(../img/model_logo.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.modal_header>h3{
	padding:0px;
	margin:0px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modalbody{
	padding:22px;
	padding-left:22px;
	padding-right:32px;
}
.modalfooter{
	background-color:#E9E9E9;
	padding:18px;
	color:#666;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  
  padding-top:8%;
}


