/* ------------------------------------------------------------------ */
/* a : Reset Css
/* ------------------------------------------------------------------ */

body{
	font-size: 12px;
	text-align:left;
	background:#fff;
	font-family: 'Lato', sans-serif;
}

/*--global css--*/

*{outline:none;margin:0;padding:0;}
img, fieldset {border:0;}
a {text-decoration:none !important;}


/* ------------------------------------------------------------------ */
/* b : Typography
/* ------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin: 0;
	font-family: 'Lato', sans-serif;
}

/* ------------------------------------------------------------------ */
/* c : Layout
/* ------------------------------------------------------------------ */

/* --------------- c.1 : Header--------------- */

header{
	width: 100%;
	min-height: 55px;
	border-top: 5px solid rgb(0, 88, 188);
	background-color:  rgba(0, 0, 0, 0.478);
	position: fixed;
	z-index: 999;
}
.logo{
	/*position:relative;*/
}
.logo img{
         position: absolute;
	left: 0;
	top:0;
}
.navbar{
	margin-bottom:0;
}
.navbar-nav {
	/*margin-left: 30px !important;*/
}	
.navbar-default {
	    /* background-color: #f8f8f8; */
    /* border-color: #e7e7e7; */
    /* border-top: 5px solid rgb(0, 88, 188); */
    background: none;
    /* border-bottom: 0; */
    /* HEIGHT: 55px; */
    border: none;
}
.navbar-default .navbar-collapse .in{
	border-color: transparent;
    background: rgba(0, 0, 0, 0.478);
}
.navbar-default .navbar-nav>li>a {
	font-size: 9.6pt;
    /* line-height: 45px; */
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
   padding: 14px 24px;
}
ul.dropdown-menu {
	background-color: rgba(0, 0, 0, 0.478);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    min-width: 200px;
}
.dropdown-menu>li>a {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #1940AF;
    color: white;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #1940AF;
	color: white;
}
.search{
	float: right;
	width: 200px;
	padding-top:10px;
	position:relative;
}
input.input-search{
	width: 100%;
	border: none;
	min-height: 25px;
	border-radius: 19px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.459);
}
.search_button{
	top: 21px;
	right: 12px;
	z-index: 78;
	width: 12px;
	border: none;
	font-size: 0;
	height: 12px;
	cursor: pointer;
	position: absolute;
	background: url(../images/search-icon.png) no-repeat;
}
/*.navbar{
	margin-bottom: 0px;
}
.navbar-default{
	background: none;
	border: none;
}
#mainmenu{
	float: left;
}
.nav li a:hover, .nav li a:focus{
	background:none;
}
.main-nav{
	min-height:55px;
	width: 100%;
}
.main-nav > ul{
	width:100%;
	list-style: none;
}
.main-nav > ul > li {
	padding: 0 18px;
	position: relative;
    display: block;
}
.main-nav > ul > li:first-child {
	padding-left: 0;
}
.main-nav > ul > li:last-child {
	padding-right: 0;
}
.main-nav > ul > li >a {
	font-size:11.6pt;
	line-height:55px;
	text-transform:uppercase;
	color:#fff !important;
	font-weight:700;
	padding: 0;
}

.main-nav  li  ul{
	list-style: none;
	opacity:0;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	left: 0;
	top:54px;
	padding-bottom:10px;
	-webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
			min-width:200px;
}
.main-nav ul li:hover ul{
	 opacity: 1;

    visibility: visible;
    display: inline-block;
    background-color: rgba(67, 77, 79, 0.8);
    min-width: 200px;
    padding-top: 10px;
    border-radius: 0 0 5px 5px;
}
.main-nav ul li ul  li {
	float:left;
	width:100%;
	
}
.main-nav  ul li ul li a{
    font-size: 11.3pt;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    line-height: 31px;
    padding: 4px 13px;
    float: left;
    font-weight: 900;
}
.search{
	float: right;
	width: 200px;
	padding-top:10px;
	position:relative;
}
input.input-search{
	width: 100%;
	border: none;
	min-height: 25px;
	border-radius: 19px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.459);
}
.search_button{
	top: 21px;
	right: 12px;
	z-index: 78;
	width: 12px;
	border: none;
	font-size: 0;
	height: 12px;
	cursor: pointer;
	position: absolute;
	background: url(../images/search-icon.png) no-repeat;
}
*/
/* --------------- c.2 : Banner --------------- */

.banner{
	width:100%;
}

.banner ul li{
	position:relative;
	width:100%;
	display:block;
	min-height:788px;
	background-position:center center !important;

}
.banner-head-left{
    color: #000;
    font-size: 47pt;
    text-align: left;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.banner-head-left1{
    font-size: 47pt;
    text-align: center;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    padding-top: 80px;
    font-size: 60pt;
}
.banner-para-left{
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    /* padding-top: 10px; */
    /* width: 80%; */
    margin: 0 auto;
}
.flex-control-nav {
    z-index: 1000;
}
.flex-control-nav {
    width: auto;
    position: absolute;
    /* bottom: 6%; */
    text-align: center;
    /* top: 30%; */
    /* left: 0; */
    /* right: 0; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
}
.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
}
.flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
        /* display: block; */
    /* background: url(../images/bg_control_nav.png) no-repeat 0 0 !important; */
    cursor: pointer;
    text-indent: -9999px;
} 
.banner-description {
    position: absolute;
    top: 40%;
    width: 100%;
}
.banner-head {
    color: #ffffff;
    font-size: 46pt;
    text-align: center;
    margin: 0;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 10px;
}
.banner-para {
	color:#fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}
/* --------------- c.3 : main ----------------- */

.top-service{
	float: left;
	width: 100%;

}
.top-service ul{
	list-style: none;
	width: 100%;
	margin: 0;
}

.top-service ul li{
	width: 33.33%;
	float: left;
	min-height: 467px;
	background: url(../images/top-service.jpg) no-repeat;
}
.top-service ul li:nth-child(2){
	background: url(../images/top-service1.jpg) no-repeat;
}
.top-service ul li:last-child{
	background: url(../images/top-service2.jpg) no-repeat;
}
.top-service ul li:first-child article {
    padding-top: 30%;
}
.top-service ul li article {
    /* padding: 20px; */
    padding-top: 30%;
    padding-left: 16%;
}
.top-service-head {
    color: #ffffff;
    font-size: 50pt;
    text-align: left;
    margin: 0;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 10px;
}
.top-service-para {
  	color:#fff;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
	width: 80%;
}
.meet-the-team-button {
    /* margin-left: 37%; */
    margin-top: 20px;
    width: 182px;
    height: 45px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    /* float: left; */
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 20px;
    background-color: rgb(255, 144, 0);
    display: block;
    margin: 0 auto;
    /* text-align: center; */
    margin-top: 10px;
}
.meet-the-team-button:hover{
	text-decoration: none;
	color: #ddd;
}
.visit-now-btn{
	width: 182px;
	height: 45px;
	color:#fff;
	font-size: 13px;
	text-align: center;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 20px;
	background-color: rgb(255, 144, 0);
}
.visit-now-btn:hover{
	text-decoration: none;
	color: #ddd;
}
.bye-pac-btn:hover{
	text-decoration: none;
	color: #ddd;
}
.more-pac-btn:hover{
	text-decoration: none;
	color: #ddd;
}
.tab-panel{
	display: block;
	margin-top:50px;
	display: inline-block;
}
ul.tabs-custom{
	width: 100%;
	margin: 0;
	list-style: none;
	background-color: rgba(0, 102, 180,0.761);
	min-height: 615px;
}
ul.tabs-custom li{
	position:relative;
	width: 100%;
    float: left;
    padding-left: 22px;
    border-bottom: 1px solid #6699cc;
    background: url(../images/home-icon.png) no-repeat;
    background-position: 24px 55px;
    
}
ul.tabs-custom li.active:after, ul.tabs-custom li.active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

ul.tabs-custom li.active:after {
	border-width: 30px;
	margin-top: -30px;
}
ul.tabs-custom li.active:before {
	border-color: rgba(194, 225, 245, 0);
    border-left-color: rgba(0, 102, 180,0.761);
    border-width: 24px;
    margin-top: -21px;
}

/*ul.tabs-custom li.active{
	background: url(../images/tabs-arrow.png) no-repeat right center;
	background-position: 20% 50%;

}*/
ul.tabs-custom li:nth-child(2){
	background: url(../images/enterprise-icon.png) no-repeat;
	background-position: 24px 58px;
	
}
ul.tabs-custom li:nth-child(3){
	background: url(../images/web-icon.png) no-repeat left center;
	background-position: 24px 58px;
	
}
ul.tabs-custom li:last-child{
	border-bottom: none;
	background: url(../images/security-icon.png) no-repeat left center;
	background-position: 24px 58px;
	
} 
ul.tabs-custom li:last-child a{
	padding-left: 39px;
 }
ul.tabs-custom li a{
	font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: left;
    /* line-height: 140px; */
    text-decoration: none;
    padding-left: 51px;
    text-transform: uppercase;
    line-height: 16px;
	padding-top: 56px;
    padding-bottom: 56px;
}
ul.tabs-custom li a span {
	font-size: 11px;
	line-height: 15px;
    margin-top: 10px;
    display: inline-block;
	text-transform: capitalize;
	font-weight:normal
}
.tabs-heading{
	color: #000;
	font-size: 48pt;
	text-align: left;
	padding-top:58px;
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
}
.tabs-heading span{
	font-size: 20pt;
}
.tabs-para{
	text-align: left;
	font-size: 18px;
	font-weight:400;
	color:#999999;
	padding-top:20px;
	width:80%;
}
ul.tabs-info-list{
	width: 100%;
	float: left;
	list-style: none;
	margin-top:15px;
}
ul.tabs-info-list li{
	color:#333333;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 13px;
	padding-left: 20px;
	background: url(../images/service-arrow.png) no-repeat left center;
}

.bye-pac-btn{
	border:none;
	width: 182px;
	height: 45px;
	color:#fff;
	margin-right:20px;
	font-size: 13px;
	text-align: center;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 20px;
	margin-bottom:10px;
	background-color: rgb(255, 144, 0);
}
.more-pac-btn{
	width: 182px;
	height: 45px;
	color:#fff;
	font-size: 13px;
	text-align: center;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 20px;
	background-color: rgb(0, 132, 208);
}
.more-pac-btn-new{
	width: 182px;
	height: 45px;
	color:#fff;
	font-size: 13px;
	text-align: center;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 20px;
	background-color: rgb(0, 132, 208);
}
.more-pac-btn-new:hover{
	text-decoration: none;
    	color: #ddd;
}
.tabs-full-body{
	width: 100%;
	display: inline-block;
	position: relative;
}
.right-speed-img{
	width: 630px;
	height: 404px;
	position: absolute;
	right: 0;
	top: 60px;
	background: url(../images/left-tabs-img.jpg) no-repeat;
}
.left-speed-img{
	opacity:0.7;
	width: 346px;
	height: 556px;
	position: absolute;
	left: 0;
	bottom:48px;
	background: url(../images/ray.png) no-repeat;
}
.internet-set-up-option{
	width: 100%;
	min-height: 790px;
	margin-top: -50px;
	background: url(../images/internet-set-up-bg.jpg) no-repeat left center;
}
.internet-set-heading,.blog-head{
	color: #fff;
    font-size: 44pt;
    text-align: left;
    padding-top: 288px;
    font-weight: 900;
    line-height: 73px;
}
.blog-head{
	padding-top: 220px;
}
.internet-set-para,.blog-para{
	text-align: left;
	font-size: 18px;
	font-weight:400;
	color:#fff;
	padding-top:20px;
	line-height: 30px;
}
.video-box img{
	padding-top: 200px;
}
.blog-option{
	width: 100%;
	min-height: 790px;
	background: url(../images/blog-option-bg.jpg) repeat left center;
}
ul.blog-info{
	width: 100%;
	float: left;
	margin-top:125px;
	margin-bottom: 0;
	list-style: none;
}
ul.blog-info li{
	float: left;
	width: 50%;
	min-height:225px;
	margin-bottom: 20px;
}
ul.blog-info li img{
	display: block;
	width:200px;
	height:110px;
	border-radius: 5px;
}
.blog-info-head{
	color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0;
    line-height: 24px;
    text-transform: capitalize;
}
.blog-info-cat{
	margin: 0;
	color:#3399ff;
	font-weight:400;
	font-size: 14px;
	padding-bottom: 4px;
	width:90%;
}
.blog-info-cat span{
	color:#fff;
}
.author-name{
	color:#33ccff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	padding-top: 20px;
}
.authore-designation{
	color:#fff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}
.client-box{
	width: 100%;
	min-height: 130px;
	/*background: #0099ff;*/
}
.client-list{
	width: 100%;
	min-height: 130px;
	display: inline-block;
	position: relative;
}
.bx-next{
	left: 0;
	top:38%;
	width:38px;
	font-size: 0;
	height: 38px;
	position: absolute;
	background: url(../images/next-arrow.png) no-repeat left center;
}
.bx-prev{
	top:38%;
	right: 0;
	width:38px;
	font-size: 0;
	height: 38px;
	position: absolute;
	background: url(../images/right-arrow.png) no-repeat left center;
}
.bx-pager, .bx-default-pager {
    display: none;
}
ul.client-img-list{
	list-style: none;
	width: 100%;
	float: left;
	padding-left: 59px;
}
ul.client-img-list li{
	float: left;
	padding-top: 16px;
	padding-right: 20px;
}
ul.client-img-list li img{
	margin-left: 45%;
}

/* -------------- c.4 : footer ---------------- */
footer{
	width: 100%;
    min-height: 163px;
    padding-top: 32px;
    background: url(../images/footer-bg.jpg) no-repeat left center;
}

.footer-nav{
	width: 100%;
	float: left;
}
.footer-nav ul{
	width:100%;
	overflow:hidden;
}
.footer-nav ul li {
	float: left;
	list-style:none;
	padding: 0 18px;
}
.footer-nav ul li:first-child {
	padding-left: 0;
}
.main-nav ul li:last-child {
	padding-right: 0;
}
.footer-nav ul li a {
	font-size:12pt;
	line-height:83px;
	text-transform:uppercase;
	color:#fff !important;
	font-weight:700;
	padding: 0;
}
.footer-nav ul li a:hover {
	color:#ccc !important;
	text-decoration: none;
}
.copyright{
	color: #ccc;
	text-align: left;
	font-weight: 400;
}
.social{
	width: 100%;
}
.social a img{

	float: left;
	padding-right:10px;
}
.social-head{
	color:#fff;
	font-weight:700;
	font-size: 24px;
	padding: 10px 0;
}

/* -------------------------------------------------------------------*/
/*	common csss
/*---------------------------------------------------------------------*/

.common-inner-top,.self-care-bg{
	width: 100%;
	min-height: 558px;
	background: url(../images/hardware.jpg) no-repeat top center;
}
.self-care-bg{
	background: url(../images/self-care.jpg) no-repeat top center;
}
.product-details-head,.data-process-head,.services-heading,.statictis-head,.statictis-list-heading,.partner-head,.enterprise-head,.wireless-head,.enterprise-heading,.goti-banner-head{
	color: #fff;
    font-size: 42pt;
    text-align: left;
    padding-top: 233px;
    font-weight: 900;
    text-transform: uppercase;
}
.goti-banner-head{
	font-size: 53px;
	padding-top: 214px;
	
}
.enterprise-heading{
	font-size: 15px;
	color: #000;
	padding: 0px 0 23px;
}
.soho-top-heading{
	padding-bottom: 0;
	line-height: 35px;
	padding-top: 0;
	font-weight: 900;
	font-size: 20px;
}
.enterprise-head{
	padding-top: 130px;
}
.data-process-head{
	padding-top: 50px;
	color:#0099ff;
	font-size: 43pt;
}
.wireless-head{
	padding-top: 20px;
	text-align: center;
}
.services-heading{
	font-size: 16pt;
	text-align: center;
	padding-top: 20px;
}
.statictis-list-heading{
	color:#000;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
}
.statictis-head{
	color: #000;
	padding-top:40px;
	padding-bottom: 20px;
	text-align: center;
}
.statictis-head span{
	color:#fff;
	font-size: 46pt;
}
.partner-head{
	color: #0099ff;
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.statictis-para span{
	color:#fff;

}
.product-description,.statictis-para,.common-top-para,.wireless-para,.goti-banner-description{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #ddd;
    padding-top: 20px;
    line-height: 30px;
}
.goti-banner-description{
	color:#fff;
	width: 80%;
}
.wireless-para{
	text-align: center;
	padding-top: 0;
}
.common-top-para{
	 color: #669999;
}
.statictis-para{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #6f849d;
}
.common-top{
	margin-top:50px;
	margin-bottom: 20px;
	position: relative;
}
.common-top img{
	padding-top: 20px;
	display: block;
	text-align: center;
}
.security-service{
	width: 100%;
	min-height: 389px;
	background:#341950 url(../images/security-service-bg.jpg) no-repeat top center;
}
ul.service-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 70px;
}
ul.service-list li{
	float: left;
	width: 20%;
}
ul.service-list li img{
	margin:0 auto;
}
ul.service-list li p{
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #ccccff;
	padding-top: 20px;
	line-height: 20px;
	}
ul.statictis-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
}
ul.statictis-list li{
	float: left;
	/* width: 25%; */
	padding-right: 74px;
}
ul.statictis-list li img{
	display: block;
	text-align: center;
}
ul.partner-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;

}
ul.partner-list li{
	float: left;
	padding-right: 23px;
}
ul.partner-list li img{
	display: block;
	text-align: center;
}



/* -------------------------------------------------------------------*/
/*	enterprise csss
/*---------------------------------------------------------------------*/

.enterprise-top{
	width: 100%;
	min-height: 598px;
	background: url(../images/enterprise-top-bg.jpg) no-repeat top center;
}
ul.enterprise-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-list li{
	float: left;
	width: 100%;
	font-size: 16px;
	color:#fff;
	font-weight: 800;
	padding: 0 0 10px 26px;
	background: url(../images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 16%;
}
ul.top-feature-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.top-feature-list li{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
ul.top-feature-list li img{
	float: left;
	padding-top: 6px;
	padding-bottom: 68px;
	margin-right: 20px;
}
.feature-name{
	color: #0099ff;
	font-size: 16pt;
	text-align: left;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.uptime-color{
	color: #859F48;
}
.on-security-color{
	color: #FF9000;
}
.sup-color{
	color: #59A9BD;
}
.feature-description{
	color: #6f849d;
	font-size: 11pt;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	width:95%;
}
.wireless-router-box{
	width: 100%;
	margin-top:20px;
	min-height: 795px;
	background: url(../images/wireless-router-box-bg.jpg) repeat top center;
}
.wireless-box{
	width: 100%;
    display: inline-block;
    text-align: center;
}
.wireless-box img{
	display: inline-block;
    text-align: center;
}
.wireless-name{
	color: #fff;
    font-size: 24pt;
    text-align: center;
    font-weight: 700;
    padding:15px 0;
    text-transform: uppercase;
}
ul.price-box{
	width: 80%;
	margin: 0 auto;
	min-height: 300px;
	border: 1px solid rgb(90, 84, 84);
	border-radius: 5px;
	list-style: none;
}
ul.price-box li{
	width: 100%;
	min-height: 100px;
	padding: 10px 0;
	border-bottom: 1px solid rgb(90, 84, 84);
}
ul.price-box li:last-child{
	border-bottom: none;
}
.pro-name{
	color: #fff;
	font-size: 11pt;
	text-align: center;
	font-weight: 700;
	padding-bottom: 10px;
}
.pro-price{
	color: #fff;
	font-size: 20pt;
	text-align: center;
	font-weight: 700;
}
.pro-price span{
	 font-size: 12pt;
}
.full-faq{
	width:100%;
	min-height: 473px;
	margin: 60px 0;
	padding-bottom: 30px;
	background-color: rgb(81, 35, 108);
}
.faq-head{
	color: #59A9BD;
    font-size: 14pt;
    line-height:25px;
    text-align: center;
    font-weight: 700;
    padding:15px 0;
    
}
.faq-head span{
	color:#fff;
 }
 .faq-para span{
	color:#fff;
 }
.faq-para{
	color: #6f849d;
    font-size: 12pt;
    text-align: justify;
    font-weight: 400;
    line-height: 28px;
}
ul.social-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
	margin-bottom:50px;
}
ul.social-list li{
	float: left;
	width: 33.33%;
	background: url(../images/social-arrow.png) no-repeat left center;
    background-position: 90% 18px;
}
ul.social-list li:last-child{
	background: none;
}
ul.social-list li img{
	float: left;
	margin-right: 15px;
}
ul.social-list li p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 87%;
text-transform: capitalize;
}
.fb-color{
	float: left;
	width: 20%;
	height: 6px;
	background: #336699;
}
.google-color{
	float: left;
	width: 20%;
	height: 6px;
	background: #cc3333;
}
.tw-color{
	float: left;
	width: 20%;
	height: 6px;
	background: #6699ff;
}
/* ------------common min-------------- */
/* ------------Corporate ip vpn services -----------*/
.corporate-ip-top {
	width: 100%;
	min-height: 620px;
	background: url(../images/corporateip.jpg) no-repeat top center;
}
.corporate-ip-head {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin-top: 226px;
	text-transform: uppercase;
}
.corporate-ip-top-product-description {
	color: #b7d9ff;
	font-size: 16px;
	margin-top: 21px;
	width: 70.333333%;
}
.corporate-ip-common-header {
	color: #0096ff;
	font-size: 30px;
	font-weight: 900;
	margin-top: 60px;
	line-height: 38px;

}
.corporate-ip-common-paragraph {
	color: #6f849d;
	font-size: 16px;
	margin-top: 15px;
}
/* ------------Corporate ip vpn services -----------*/
/* ------------Enterprise ip phone -----------*/
.enterprise-ip-top {
	width: 100%;
	min-height: 647px;
	background: url(../images/enterprise-ip-phone.jpg) no-repeat top center;
}
.enterprise-ip-head,.soho-ip-head,.support-head-top {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin-top: 226px;
	text-transform: uppercase;
}
.enterprise-ip-top-product-description {
	color: #fff;
	font-size: 16px;
	margin-top: 21px;
	width: 78.333333%;
	line-height: 28px;
}
.enterprise-ip-middle-title {
	color: #282828;
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.enterprise-ip-middle-paragraph {
	color: #6f849d;
	font-size: 16px;
	margin-top: 10px;
	line-height: 28px;
	    text-align: justify;
	
}
.corporate-ip-common-paragraph {
	color: #6f849d;
	font-size: 16px;
	margin-top: 15px;
}
ul.enterprise-tab{
	width: 100%;
	list-style: none;
	border: 1px solid rgba(204, 204, 204, 0.42);
	min-height: 70px;
	border-radius: 10px;
	text-align: center;
}
ul.enterprise-tab li:first-child{
	padding-left: 10px;
}
ul.enterprise-tab li:last-child{
	background: none;
	padding-right: 10px;
}
ul.enterprise-tab li{
	padding: 5px 10px 0;
    background: url(../images/enterprise-arrow.png) no-repeat left center;
    background-position: 100% 18px;
    width: 33%;
	display:inline-block;
}

ul.enterprise-tab li a{
	font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 57px;
    background-color: rgb(184, 205, 220);
    border-radius: 10px;
    width: 100%;
    float: left;
}
ul.enterprise-tab li a:hover{
	text-decoration: none;
	background-color: rgb(46, 151, 227);
}
ul.enterprise-tab li.active a{
	text-decoration: none;
	background-color: rgb(46, 151, 227);
}
ul.enterprise-tabs-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-tabs-list li{
	
}
ul.enterprise-tabs-list li img{
	float: left;
	margin-right: 10px;
}
ul.enterprise-tabs-list li p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 75%;
}
ul.enterprise-tabs-list-second{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-tabs-list-second li{
	float: left;
	width: 25%;
}
ul.enterprise-tabs-list-second li img{
	float: left;
	margin-right: 10px;
}
ul.enterprise-tabs-list-second li p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 75%;
}

ul.enterprise-tabs-list-extra{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.enterprise-tabs-list-extra li{
	float: left;
    width: 20%;
    display: inline-block;
    text-align: center;
}
ul.enterprise-tabs-list-extra li img{
	margin-right: 10px;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
}
ul.enterprise-tabs-list-extra li p{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 100%;
}
.search-top{
	min-height: 800px;
	padding-top: 120px;
}
/* ------------SOHO ip phone-----------*/
.soho-ip-top{
	width: 100%;
    min-height: 788px;
    background: url(../images/soho-ip-top-bg.jpg) no-repeat top center;
}
.soho-ip-head{
	margin-top: 150px;
}
.support-head-top{
	margin-top: 100px;
	font-size: 44px;
}
ul.soho-ip-top-list{
	width: 100%;
	float: left;
	margin-top: 30px;
	list-style: none;
}
ul.soho-ip-top-list li{
	float: left;
	width: 50%;
}
ul.soho-ip-top-list li img{
	float: left;
	margin-right: 15px;
	padding: 5px 0 20px 0;
}
.soho-ip-top-heading{
	font-size: 16px;
    padding-top: 0;
    color: #fff;
    line-height: 22px;
    padding-bottom: 5px;
}
ul.soho-ip-top-list li p{
	text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    width: 90%;
}
.soho-para{
	color: #6f849d;
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
    text-align: center;
}
ul.soho-top-feature-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.soho-top-feature-list li{
	width: 33.33%;
	float: left;
	min-height: 119px;
}
ul.soho-top-feature-list li img{
	float: left;
	margin-right: 15px;
	padding: 35px 0;
}
ul.soho-top-feature-list li p{
	text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    line-height: 20px;
    width: 95%;
}
ul.other-benifite-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.other-benifite-list li{
	width: 33.33%;
	float: left;
	padding-bottom:20px;
}
ul.other-benifite-list li img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
ul.other-benifite-list li p{
	text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}
.other-benifite-heading{
	font-size: 20px;
	 padding-bottom: 0;
    line-height: 35px;
    padding-top: 0;
    font-weight: 900;
    text-align: center;
}
/* ------------Host top-----------*/
.host-top-bg{
	width: 100%;
    min-height: 598px;
    background: url(../images/host-top-bg.jpg) no-repeat top center;
}
.host-ip-border{
	left: 10%;
    top: 36%;
	width: 72%;
	height: 5px;
	position: absolute;
	background: url(../images/host-line.png) no-repeat top center;
}
ul.host-ip-list{
	position: relative;
	width: 100%;
	list-style: none;
}
ul.host-ip-list li{
	width: 25%;
	float: left;
	padding-bottom:20px;
}
ul.host-ip-list li img{
	display: block;
	margin: 0 auto;
	padding-bottom:20px;
}
ul.host-ip-list li p{
	text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #669999;
    line-height: 26px;
    width: 84%;
    margin: 0 auto;
}
.advance-host-ip-bg{
	width: 100%;
    min-height: 850px;
    background: url(../images/advance-host-ip-bg.jpg) repeat top center;
}
ul.advance-inner-box{
	position: relative;
	width: 100%;
	list-style: none;
	padding-top: 70px;
}
ul.advance-inner-box li{
	width: 50%;
	float: left;
	padding-bottom:20px;
}
ul.advance-inner-box li img{
	float: left;
	margin-right: 35px;
	padding: 20px 0 100px;
}
.advanced-inner-head{
	font-size: 24px;
	padding-bottom: 0;
    line-height: 35px;
    padding-top: 0;
    font-weight: 900;
    color:#33ccff;
    text-align: left;
}
ul.advance-inner-box li p{
	text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #ccccff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}
/* ------------MPls Solituion-----------*/
.mpls-solution-top{
	width: 100%;
    min-height: 598px;
    background: url(../images/mpls-solution-top-bg.jpg) no-repeat top center;
}
.mpls-middle-border{
	left: 50%;
    top: 0%;
	width: 10px;
	height: 437px;
	position: absolute;
	background: url(../images/middle-border-bg.png) no-repeat top center;
}
ul.mpls-middle-list{
	position: relative;
	width: 100%;
	list-style: none;
}
ul.mpls-middle-list li{
	width: 100%;
	float: left;
	padding-bottom:100px;
}
ul.mpls-middle-list li img{
	float: right;
	margin-left: 30px;
	padding-bottom: 30px;
}
ul.mpls-middle-list li p{
	text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #669999;
    line-height: 26px;
    width: 84%;
    margin: 0 auto;
}
ul.mpls-middle-list-right{
	position: relative;
	width: 100%;
	list-style: none;
}
ul.mpls-middle-list-right li{
	width: 100%;
	float: left;
	padding-bottom:100px;
}
ul.mpls-middle-list-right li img{
	float: left;
	margin-right: 30px;
	padding-bottom: 30px;
}
ul.mpls-middle-list-right li p{
	text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #669999;
    line-height: 26px;
    width: 84%;
    margin: 0 auto;
}
.mpls-middle-list-head{
	font-size: 20px;
    padding-top: 0;
    color: #000;
    line-height: 42px;
    padding-bottom: 10px;
    text-align: right;
    font-weight: 900;
}
.mpls-middle-list-head-right{
	font-size: 20px;
    padding-top: 0;
    color: #000;
    line-height: 42px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 900;
}
.mpls-feature-list-bg{
	width: 100%;
    min-height: 471px;
    background: url(../images/mpls-feature-list-bg.jpg) repeat top center;
}
ul.mpls-feature-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.mpls-feature-list li{
	width: 100%;
	float: left;
	padding-bottom:50px;
	background: url(../images/mpls-feature-list-arrow.png) no-repeat left center;
    background-position: 0px 16%;
}
.circule-icon{
	width: 9px;
	height: 9px;
	background: url(../images/mpls-feature-list-arrow.png) no-repeat right center;
    background-position: 100% 16%;
}
.mpls-feature-list-head{
	font-size: 24px;
    padding-top:20px;
    color: #fff;
    line-height: 42px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
}

ul.mpls-feature-list li p{
	text-align: justify;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    width: 84%;
    margin: 0 auto;
}
.phone-head{
	font-weight:600;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

/* ------------Support Css-----------*/
.contact-us{
	width: 100%;
    min-height: 320px;
    background: url(../images/contact-bg.jpg) no-repeat top center;
}


.support-top{
	width: 100%;
    min-height: 292px;
    background: url(../images/support-top-bg.jpg) no-repeat top center;
}
ul.support-top-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.support-top-list li{
	float: left;
	width: 50%;
	padding-bottom: 30px;
}
ul.support-top-list li img{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
}
.contact-frm{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.contact-group{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.contact-group label{
	width: 100%;
	font-size: 16px;
	color: rgb(0, 156, 255);
	text-transform: uppercase;
	line-height: 20px;
	text-align: left;
	font-weight: 900;
}
input.contact-fld{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(196, 196, 196);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	min-height: 41px;
	line-height: 41px;
	padding:0 10px;
	font-weight:400;
	font-size: 16px;
	color: #9999cc;
	width: 100%;
}
textarea.contact-mes{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(196, 196, 196);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	min-height: 100px;
	padding:10px;
	font-weight:400;
	font-size: 16px;
	color: #9999cc;
	width: 100%;
}
.contact-btn{
	width: 182px;
	height: 45px;
	border-radius: 20px;
	border:none;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	background-color: rgb(255, 144, 0);
}
ul.support-info-list{
	width: 100%;
	float: left;
	margin-top: 30px;
	list-style: none;
}
ul.support-info-list li{
	float: left;
	width: 46%;
	margin-right: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(197, 197, 197);
	border-radius: 5px;
	min-height: 169px;
	padding: 20px 12px;
    margin-bottom: 20px;
}
.help-number-head{
	font-size: 18px;
    color: rgb(0, 156, 255);
  	text-transform: uppercase;
  	text-align: left;
    font-weight: 900;
    padding: 0 0 20px 26px;
    background: url(../images/contact-circule-arrow.png) no-repeat left center;
    background-position: 0px 8%;
}

.telephone-head{
	font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 22px 38px;
    background: url(../images/telephone-icon.png) no-repeat left center;
    background-position: 0px 8%;
}
.telephone-head span{
	font-weight: 800;
}

.fax-head{
	font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    text-align: left;

    font-weight: 400;
    padding: 10px 0 22px 38px;
    background: url(../images/fax-icon.png) no-repeat left center;
    background-position: 0px 8%;
}
.fax-head span{
	font-weight: 800;
}
/* ------------Web Solution Css-----------*/
.web-solution-top{
	width: 100%;
    min-height: 688px;
    background: url(../images/web-solution-top-bg.jpg) no-repeat top center;
}
ul.web-service-top-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.web-service-top-list li{
	width: 25%;
	float: left;
	padding-bottom:20px;
}
ul.web-service-top-list li img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
ul.web-service-top-list p{
	width:90%;
	font-size:10pt;
	color:#000;
	text-align:justify;
}
.web-service-top-listt-head{
	
	font-size: 18px;
	 padding-bottom: 0;
    line-height: 25px;
    padding-top: 0;
    font-weight: 900;
    text-align: center;
    color:#0099ff;
    text-transform: uppercase;
}
.web-service-top-listt-head span{
	color:#9966cc;
}
.web-service-top-listt-head span span{
	color:#cc66cc;
}
.web-service-top-listt-head span span span{
	color:#ff9999;
}
ul.all-services-list{
	width: 100%;
	float: left;
	list-style: none;
	padding-bottom: 50px;
	border-bottom: 1px solid #663399;
	margin-bottom: 30px;
}
ul.all-services-list li{
	width: 20%;
	float: left;
	padding-bottom:20px;
}
ul.all-services-list li img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.all-services-heading{
	font-size: 18px;
	 padding-bottom: 0;
    line-height: 35px;
    padding-top: 0;
    font-weight: 900;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
}
a.request-pro{
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	padding: 0 60px;
	line-height: 60px;
	min-height: 60px;
	border-radius: 20px;
	text-transform: uppercase;
	display: inline-block;
	background-color: rgb(255, 144, 0);
    margin-left: 40%;
}
/* ------------Vas Css-----------*/
.learn-more{
	text-align: right;
    display: block;
    position: absolute;
    right: 0;
    bottom: 12px;
}
.vas-top-bg{
	width: 100%;
    min-height: 600px;
    background: url(../images/vas-top-bg.jpg) no-repeat top center;
}
ul.ves-service-top-list{
	width: 100%;
	float: left;
	list-style: none;
}
ul.ves-service-top-list li{
	position: relative;
	/* width: 25%; */
	float: left;
	padding-bottom:20px;
}
ul.ves-service-top-list li img{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
ul.ves-service-top-list p{
	/* width:90%; */
	font-size:10pt;
	color:#000;
	text-align:justify;
}
.ves-service-top-listt-head{
	min-height:50px;
	font-size: 16px;
	 padding-bottom: 0;
    line-height: 25px;
    padding-top: 0;
    font-weight: 700;
    text-align: center;
    color:#DD73B4;
    text-transform: uppercase;
}
.ves-service-top-listt-head a{
	color:#DD73B4;
	text-decoration: none;
}
/* ------------Goti Css-----------*/
.test-goti-top{
	width: 100%;
    min-height:756px;
    /*background: url(../images/test-goti-top.jpg) no-repeat top center;*/
	background: url(../images/goti-march-page-bg.jpg) no-repeat top center;
	background-size:cover;
}
.test-goti-top-head{
	color: #000;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    line-height:55px;
	padding-top:50px;
    padding-bottom: 15px;
}
.test-goti-top-head span{
	color:#fff;
}
.test-goti-top-para{
	color: #6f849d;
    font-size: 12pt;
    text-align: center;
    font-weight: 400;
    line-height: 27px;
}
.test-goti-top-para span{
	color:#aed0dc;
}
ul.goti-service-list{
	width:100%;
	list-style:none;
}
ul.goti-service-list > li{
	width:100%;
	display:inline-block;
	text-align:center;
	padding:30px 0;
}
ul.goti-service-list > li img{
	text-align:center;
	padding:10px 0;
	display:inline-block;
 }
.goti-service-head{
	color: #0096ff;
    font-size: 12pt;
    text-align: center;
    font-weight: 900;
    line-height: 25px;
    padding: 5px 0;
}
.goti-service-para{
	color: #6f849d;
    font-size: 12pt;
    text-align: center;
    font-weight: 400;
    line-height: 27px;
}
.goti-provide-img-box{
	display:inline-block;
	text-align:center;
	width: 100%;
}
.goti-provide-img-box img{
	text-align:center;
	padding-top:20px;
	display:inline-block;
}
ul.new-monthly-charge-list-box{
	width: 100%;
    list-style: none;
    margin-top: 15px;
    /* text-align: center; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.new-monthly-charge-list-box > li{
    flex-basis: 24%;
    margin-right: 1%;
    margin-bottom: 2%;
    position: relative;
    min-height: 376px;
    border-radius: 10px 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 0px 0px rgba(195, 213, 217, 0.95);
}
ul.new-monthly-charge-list-box > li:last-child{
	float: none;
    display: inline-block;
    text-align: center;
}
.independent-offer-large,.independent-offer-medium,.independent-offer-small,.independent-offer-mini,.metro-bg,.super-lite-bg,.gamers-bg,.small-office-bg,.movie-streamer-bg,.super-heavy-bg,.ultimate-combo-bg,.super-fast-st-fa-bg,.super-fast-bg,.super-fast-ul-fa-bg,.super-fast-pr-fa-bg{
	background: url(../images/super-fast-bg.png) no-repeat top center;
	background-size:cover;
	width:100%;
	min-height: 199px;
	display:inline-block;
	text-align:center;
	margin-bottom: 31px;
}
.independent-offer-mini{
	background: url(../images/indipendent-mini-bg.png) no-repeat top center;
	background-size:cover;
}
.independent-offer-small{
	background: url(../images/indipendent-small-bg.png) no-repeat top center;
	background-size:cover;
}
.independent-offer-medium{
	background: url(../images/indipendent-medium-bg.png) no-repeat top center;
	background-size:cover;
}
.independent-offer-large{
	background: url(../images/indipendent-large-bg.png) no-repeat top center;
	background-size:cover;
}
.metro-bg{
	background: url(../images/metro-bg.png) no-repeat top center;
	background-size:cover;
}
.super-lite-bg{
	background: url(../images/super-lite-bg.png) no-repeat top center;
	background-size:cover;
}
.gamers-bg{
	background: url(../images/gamers-bg.png) no-repeat top center;
	background-size:cover;
}
.small-office-bg{
	background: url(../images/small-office-bg.png) no-repeat top center;
	background-size:cover;
}
.movie-streamer-bg{
	background: url(../images/movie-streamer-bg.png) no-repeat top center;
	background-size:cover;
}
.super-heavy-bg{
	background: url(../images/super-heavy-bg.png) no-repeat top center;
	background-size:cover;
}
.ultimate-combo-bg{
	background: url(../images/ultimate-combo-bg.png) no-repeat top center;
	background-size:cover;
}
.super-fast-st-fa-bg{
	background: url(../images/super-fast-st-fa-bg.png) no-repeat top center;
	background-size:cover;
}
.super-fast-pr-fa-bg{
	background: url(../images/super-fast-pr-fa-bg.png) no-repeat top center;
	background-size:cover;
}
.super-fast-ul-fa-bg{
	background: url(../images/super-fast-ul-fa-bg.png) no-repeat top center;
	background-size:cover;
}
.independent-offer-mini img {
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.independent-offer-small img {
	text-align:center;
	padding: 32px 0 10px;
	display:inline-block;
}
.independent-offer-medium img {
	text-align:center;
	padding: 40px 0 10px;
	display:inline-block;
}
.independent-offer-large img {
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.super-heavy-bg img{
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.movie-streamer-bg img{
	text-align:center;
	padding: 20px 0 8px;
	display:inline-block;
}
.small-office-bg img{
	text-align:center;
	padding: 20px 0 15px;
	display:inline-block;
}
.gamers-bg img{
	text-align:center;
	padding: 36px 0 20px;
	display:inline-block;
}
.super-lite-bg img{
	text-align:center;
	padding: 20px 0 16px;
	display:inline-block;
}
.ultimate-combo-bg img{
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.super-fast-st-fa-bg img{
	padding: 15px 0;
	display:inline-block;
}
.super-fast-pr-fa-bg img{
	padding: 15px 0;
	display:inline-block;
}
.super-fast-ul-fa-bg img{
	padding: 15px 0;
	display:inline-block;
}
.super-fast-bg img{
	text-align:center;
	padding: 28px 0 10px;
	display:inline-block;
}
.metro-bg img{
	text-align:center;
	padding: 20px 0 10px;
	display:inline-block;
}
.new-speed-val{
	color: #00a2ff;
	font-size: 57pt;
	font-weight: 900;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
}
.new-speed-val span{
	font-size: 10pt;
	margin-left: -13px;
}
.new-monthly-limit{
	color: #848484;
	font-size: 10pt;
	text-align: center;
	font-weight: 700;
	line-height: 27px;
	/* font-family: 'Lato', sans-serif; */
}
.new-pack-price-val{
	color: #00a2ff;
	font-size: 20pt;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	padding: 15px 0 0;
	/* margin-bottom: 5px; */
	text-align: center;
}
.new-pack-price-val span{
	font-size: 12pt;
	margin-left: 4px;
}
span.new-pack-price{
	color: #848484;
	font-size: 12pt;
	font-weight: 900;
	line-height: 19px;
	margin-right: 5px;
	text-transform: uppercase;
}
a.new-buy-pack{
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    line-height: 39px;
    text-align: center;
    width: 139px;
    border-radius: 17px;
    background-color: rgb(0, 162, 255);
    position: absolute;
    bottom: -16px;
    left: 26%;
}
.test-monthly-charge-name{
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	padding: 15px 0;
}
.test-monthly-charge-name span{
	font-size: 10px;
}

ul.router-list{
	width:100%;
	list-style:none;
	display:inline-block;
	text-align: center;
}
ul.router-list > li{
	width: 26%;
    text-align: center;
    display: inline-block;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
}
ul.router-list > li.active{
	border:6px solid #00a2ff;
}
.test-wireless-head{
	color: #000000;
    font-size: 12pt;
    font-weight: 900;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
	padding: 5px 0;
}
ul.router-list li a img{
	text-align:center;
	display:inline-block;
}
.wireless-routing-common-box{
	padding: 50px 15px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    display: inline-block;
	width:100%;
}
.wireless-routing-common-box img{
	float: left;
    margin-right: 98px;
    padding-left: 92px;
}
.wireless-routing-common-head{
	color: #000000;
    font-size: 30pt;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
    margin: 15px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #eaeaea;
}
.wireless-routing-common-head span{
	color: #b8b8b8;
	font-size: 13pt;
    font-weight: 400;
	text-transform: capitalize;
}
.wireless-routing-common-speed{
	color: #00a2ff;
    font-size: 35pt;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 19px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.wireless-routing-common-speed span{
	font-size: 11pt;
    font-weight: 500;
	text-transform: capitalize;
}
.wireless-routing-common-price{
	color: #b8b8b8;
    font-size: 12pt;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.detail-specifications-para{
	color: #b8b8b8;
	font-size: 11pt;
    font-weight: 500;
	text-transform: capitalize;
    text-align: left;
}
a.specifications-more{
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    line-height: 39px;
    text-align: center;
    width: 139px;
	float:left;
    border-radius: 17px;
    background-color: rgb(0, 162, 255);
  
}
span.feature-icon{
	color: #fff;
    font-size: 12pt;
    font-weight: 700;
    text-transform: capitalize;
    background: #00a2ff;
    padding: 7px 12px;
    border-radius: 10px;
    margin-bottom: 1px;
    display: inline-block;
}
span.reatail-price{
	color: #000;
    font-size: 12pt;
    font-weight: 900;
    line-height: 19px;
    margin-right: 5px;
    text-transform: capitalize;
}
span.reatail-price-value{
	color: #00a2ff;
    font-size: 20pt;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}


/*=== New home page ===*/

.new-banner{
	width:100%;
	display:block;
	height: 787px;
}
ul.new-banner-list{
	display:inline-block;
	width:100%;
	list-style:none;
	margin-bottom:0;
	padding:0;
}
ul.new-banner-list > li{
	width:100%;
	display:inline-block;
	min-height:787px;
	background-size:cover !important;
}
.new-banner-head{
	color: #ffffff;
    font-size: 68pt;
    text-align: left;
	padding-top:250px;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.new-banner-para{
	color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
}
ul.top-product-info-list{
	width:100%;
	list-style:none;
	margin:0;
	display:inline-block;
}
ul.top-product-info-list > li{
	float: left;
    width: 50%;
    color: #fff;
    font-weight: 900;
    font-size: 14pt;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom: 20px;
    background: url(../images/top-product-info-list-arrow.png) no-repeat left center;
}
ul.top-product-info-list > li span{
	color: #ff9000;
    font-size: 25pt;
}
.top-service{
	float: left;
	width: 100%;
}
.new-top-service ul{
	list-style: none;
	width: 100%;
	margin: 0;
}
.new-top-service ul li{
	width: 33.33%;
	float: left;
	min-height: 467px;
	background: url(../images/new-top-service.jpg) no-repeat;
}
.new-top-service ul li:nth-child(2){
	background: url(../images/new-top-service1.jpg) no-repeat;
}
.new-top-service ul li:last-child{
	background: url(../images/new-top-service2.jpg) no-repeat;
}
.new-top-service ul li:first-child article {
    padding-top: 42%;
}
.new-top-service ul li article {
    padding-top: 30%;
    padding-left: 16%;
}
.new-product-tab{
	width:100%;
	display:inline-block;
	min-height:126px;
	background:#ff9000;
}
ul.new-product-tab-list{
	width:100%;
	list-style:none;
	min-height:126px;
	margin-bottom:0;
}
ul.new-product-tab-list > li{
	width: 25%;
    float: left;
    background: #3d8bc6;
    min-height: 126px;
	position:relative;
    box-sizing: border-box;
    padding: 42px 5px 10px 20px;
}
ul.new-product-tab-list > li.active{
	background:#ff9000;
}
ul.new-product-tab-list > li.active:after {
	bottom: 0%;
    left: 27%;
	content: url('../images/active-arrow.png');
	height: 0;
	width: 0;
	z-index:10;
	position: absolute;
	pointer-events: none;
}
.panel-body{
	padding:0;
}
ul.new-product-tab-list > li img{
	float: left;
    margin-right: 25px;
    padding-bottom: 28px;
}
.new-product-tab-head{
	font-size: 18pt;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}
.new-product-tab-para{
	color: #fff;
	font-size: 10pt;
    line-height: 15px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: normal;
}
.tabs-common-details-body,.tabs-enterprise-details-body,.tabs-web-details-body,.tabs-security-details-body{
	width: 100%;
	padding:120px 0 50px;
	box-sizing:border-box;
    background: url(../images/tabs-common-details-bg.jpg) no-repeat top center;
	background-size:cover;
	margin-top: -4px;
}
.tabs-enterprise-details-body{
	 background: url(../images/tabs-enterprise-details-body.jpg) no-repeat top center;
	background-size:cover;
}
.tabs-web-details-body{
	 background: url(../images/tabs-web-details-body.jpg) no-repeat top center;
	background-size:cover;
}
.tabs-security-details-body{
	 background: url(../images/tabs-security-details-body.jpg) no-repeat top center;
	background-size:cover;
}
.panel{
	border:none;
}

.new-tabs-heading{
	color: #fff;
	font-size: 37pt;
	text-align: left;
	/*padding-top:58px;*/
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
}
.new-tabs-heading span{
	font-size: 14pt;
	color:#ff9000;
}
.new-tabs-para{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-weight:400;
	color: rgba(255, 255, 255, 0.82);
	padding-top:20px;
}
ul.new-tabs-info-list{
	width: 100%;
	float: left;
	list-style: none;
	margin-top:15px;
}
ul.new-tabs-info-list li{
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 13px;
	padding-left: 20px;
	background: url(../images/service-arrow.png) no-repeat left center;
}
h3.new-blog-head{
	color: #0084d0;
    font-size:52px;
    text-align: center;
    font-weight: 700;
    line-height:50px;
	padding-top:30px;
}
p.new-blog-para{
	color: #cfcfcf;
    font-size: 13pt;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 25px;
}
.new-blog-box{
	width:100%;
	margin: 10px 0;
}
.new-blog-box a img{
	width:100%;
	position:relative;
	display:inline-block;
	text-align:center;
}
.new-blog-info-box{
	position: absolute;
    bottom:10px;
    left: 15px;
    width: 93%;
    min-height: 77px;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.69);
}
.new-blog-info-head{
	color: #000;
    font-size: 17pt;
    text-align: center;
    font-weight: 800;
    line-height: 26px;
    margin: 0;
}
p.new-blog-info-para{
	color: #000;
    font-size: 12pt;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
}
.new-client-box{
	width: 100%;
	min-height: 130px;
	border-top:1px solid #ebebeb;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 0px 0px 32px 0px rgba(7, 70, 97, 0.12);
}
.new-client-head{
	color: rgba(0, 0, 0, 0.53);
    font-size: 16pt;
    text-align: center;
    font-weight: 800;
    line-height: 26px;
    padding: 15px 0;
    /* margin: 0; */
    margin-top: 40px;
}

/*===================*/

.goti-top{
	width: 100%;
    min-height:590px;
    background: url(../images/goti-top-img.jpg) no-repeat top center;
}
.goti-top-head{
	color: #000;
    font-size: 45px;
    text-align: left;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 20px;
}
.goti-top-para{
	color: #6f849d;
    font-size: 12pt;
    text-align: left;
    font-weight: 400;
    line-height: 27px;
    width: 95%;
}
.goti-call-info{
	color: #000;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 20px;
    padding: 0 0 20px 26px;
    background: url(../images/enterprise-list-arrow.png) no-repeat left center;
    background-position: 0px 16%;
}
.monthly-charge-box{
	width: 100%;
    min-height: 1175px;
    background: url(../images/monthly-charge-box-bg.jpg) repeat top center;
	background-size: cover;

}
ul.monthly-charge-list-box{
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 20px;
	min-height: 435px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
}
ul.monthly-charge-list-box li{
	float: left;
	width: 20%;
	text-align: center;
	background: url(../images/left-border-for-charge.png) no-repeat left center;
    min-height: 435px;
    padding-bottom: 20px;
}
ul.monthly-charge-list-box li img{
	display: inline-block;
	padding-top: 20px;
}
.monthly-charge-name{
	color: #000;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px 0;
}
.monthly-charge-name span{
	font-size: 10px;
}
.speed-head{
	color:#999999;
	font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 0 32px;
}
.speed-val{
	color: #000;
    font-size: 55pt;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}
.speed-val span{
	font-size: 10pt;
    margin-left: -6px;
}
.monthly-limit{
	color:#000;
	font-size: 12px;
    font-weight: 900;
    padding: 10px 0;
}
.pack-info{
	float: left;
    width: 89%;
    font-size: 12px;
    color: #000;
    font-weight: 800;
    padding: 0 0 0px 14px;
    background: url(../images/enterprise-list-arrow.png) no-repeat left center;
    background-position: 0px 22%;
    margin-left: 5%;
}
.pack-price{
	color:#000;
	font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.pack-price-val{
	color: #000;
    font-size: 22pt;
    font-weight: 900;
    line-height: 15px;
    text-transform: uppercase;
    padding: 20px 0;
    margin-bottom: 5px;
}
.pack-price-val span{
	font-size: 14pt;
}
a.buy-pack{
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 37px;
	padding: 13px 32px;
	border-radius: 17px;
	background-color: rgb(255, 144, 0);
}
.solution-box{
	width: 100%;
}
.solution-box img{
	padding-bottom: 50px;
}
/* ---------------------Blog Css--------------------------------- */
.blog-top{
	width: 100%;
    min-height: 292px;
    background: url(../images/blog-top-img.jpg) no-repeat top center;
}
.blog-nesw-scroll{
	width: 100%;
	min-height: 27px;
	background-color: rgb(224, 224, 224);
}
.blog-scroll-head{
	float: left;
    color: #000;
    width: 9%;
    font-size: 14px;
    line-height: 29px;
    font-weight: 800;
    padding: 0 0 1px 33px;
    background: url(../images/blog-scroll-head-bg.png) no-repeat left;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-position: 9px 8px;
}
.scroll-para{
	line-height: 27px;
	padding:0 6px;
	text-align: left;
	font-size: 12px;
	color:#000;
}
.scroll-para-color{
	line-height: 27px;
	padding:0 6px;
	text-align: left;
	font-size: 12px;
	color:#f00;
}
.blog-date{
	    min-width: 62px;
    min-height: 62px;
    border-radius: 50%;
    background-color: rgb(0, 138, 255);
    position: absolute;
    left: -80px;
    top: 16px;
    color: #fff;
    text-align: center;
   	padding-top: 10px;
    font-size: 12px;
    font-weight: 900;
}
.blog-comment{
	min-width: 42px;
  	min-height: 42px;
	border-radius: 50%;
  	 background-color: rgb(32, 32, 32);
	position: absolute;
	left: -74px;
    top: 84px;
	color: #fff;
	 text-align: center;
	padding-top: 10px;
    font-size: 12px;
    font-weight: 900;
}
ul.blog-list{
	width: 100%;
	list-style: none;
}
ul.blog-list li{
	width: 100%;
    float: left;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.blog-page-head{
	font-weight: 800;
	font-size: 30px;
	text-align: left;
	color: #000;
	line-height: 30px;
	padding:8px 0;
}
.blog-cat-author{
	font-weight: 800;
	font-size: 13px;
	text-align: left;
	color: #000;
}
.blog-cat-author span{
	font-weight: 300;
}
.blog-list img{
	width:100%;
	float: left;
	padding-bottom: 10px;
	
}
.blog-description{
	color: #000;
	font-size: 14px;
	padding: 10px 0;
	text-align: left;
	font-weight: 400;
	line-height: 15px;
}
.blog-cat{
	float: left;
	width: 50%;
}
.facebook-share-singel{
float: left;
width:100%;
}
.facebook-share-singel img{
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	width:initial !important;
}
.facebook-share img{
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	width:initial;
}
.blog-cat-name{
	float: left;
	color: #fff;
	margin: 0 5px;
	font-size: 13px;
	padding: 7px 28px;
	background-color: rgb(167, 167, 167);
}
.blog-more{
	float: right;
    min-width: 127px;
    min-height: 32px;
    border-radius: 15px;
    line-height: 32px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: rgb(255, 144, 0);
  
}
.tab-panel-blog{
	display: inline-block;
	margin-top: 10px;
}
.pagination-box{
	float: left;
	margin-top: 20px;
	padding-top: 0;
}
.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;font-size: 14px;}

.top-stories{
	float: left;
	width: 100%;
}
.top-stories-head{
	width: 50%;
	min-height: 36px;
	background:#000;
	color: #fff;
	line-height: 36px;
	text-align: left;
	padding: 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0 50px 0 0;
}
ul.stories-tabs-custom{
	width: 100%;
	list-style: none;
	float: left;
	min-height: 36px;
}
ul.stories-tabs-custom li{
	float: left;
	background: #ff0099;
	margin-bottom: 10px;
}
ul.stories-tabs-custom li:nth-child(2){
	background: #ff9933;
}
ul.stories-tabs-custom li:last-child{
	background: #0099cc;
}
ul.stories-tabs-custom li a{
	font-size: 20px;
    text-align: center;
    padding: 0 19px;
    line-height: 36px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
ul.top-stories-tab-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.top-stories-tab-list li{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
ul.top-stories-tab-list li img{
	float: left;
	margin-right: 15px;
	padding-top: 0;
	width: 100px;
}
.top-stories-titel{
	font-size: 14px;
	text-align: left;
	color: #000;
	font-weight: 600;
}
ul.top-stories-tab-list li p{
	font-size: 12px;
	text-align: left;
	color: #000;
	font-weight: 400;
}
.might-also{
	width: 100%;
	float: left;
	margin:20px 0;
}
.might-heading{
	width: 100%;
	min-height: 36px;
	background: #0099ff;
	color: #fff;
	line-height: 36px;
	text-align: left;
	padding: 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
ul.might-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.might-list li{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
ul.might-list li img{
	float: left;
	margin-right: 15px;
	padding-top: 0;
	width: 100px;
}
.read-full-article{
	font-size: 14px;
	text-align: left;
	color: #000;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}
ul.might-list li p{
	font-size: 12px;
	text-align: left;
	color: #000;
	font-weight: 400;
}
.archive-box{
	width: 100%;
	float: left;
	margin:20px 0;
}
.archive-heading{
	width: 100%;
	color: #fff;
	min-height: 36px;
	background:#0099ff;
	line-height: 36px;
	text-align: left;
	padding: 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
ul.archive-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.archive-list li{
	float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 8px 0 8px 26px;
    background: url(../images/archive-list-arrow.png) no-repeat left center;
    background-position: 0px 37%;
}

ul.might-list li p{
	font-size: 12px;
	text-align: left;
	color: #000;
	font-weight: 400;
}
ul.job-list{
	float:left;
	width:100%;
	list-style:none;
}
ul.job-list li{
	width:33%;
    min-height: 100px;
    padding: 10px 0;
}
.inner-page-for-career{
    width: 100%;
	min-height:284px;
	background: url(../images/career-single-bg.png) no-repeat top center;	
}
.career-inner ul{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 10px;
}
.career-inner ul li{
	float: left;
	width: 100%;
	font-size: 15px;
	color:#000;
	font-weight:500;
	padding: 0 0 10px 15px;
	background: url(../images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 36%;
}
a.job-more{
	float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 37px;
    margin-top: 20px;
    padding: 5px 32px;
    border-radius: 24px;
    background-color: rgb(255, 144, 0);
}
/* ---------- Social Sidebar ---------- */
.note-para {  
	float: left;
    text-align: left;
    width: 100%;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 10pt;
    font-weight: bold;
}
#social-sidebar {
	right: 0;
	margin-top: -75px; /* (li * a:width) / -2 */
	position: fixed;
	top: 46%;
}
#social-sidebar ul {
	list-style:none;
}
#social-sidebar li:first-child a { border-radius: 0 5px 0 0; }
#social-sidebar li:last-child a { border-radius: 0 0 5px 0; }

#social-sidebar a {
	/*background: #0058BC;*/
	color: #fff;
	display: block;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	text-align: center;
	width: 50px;
}

#social-sidebar a:hover span {
	right: 130%;
	opacity: 1;
}

#social-sidebar a span {
	border-radius: 3px;
	line-height: 24px;
	right: -100%;
	margin-top: -16px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	-webkit-transition: opacity .3s, right .4s;
	-moz-transition: opacity .3s, right .4s;
	-ms-transition: opacity .3s, right .4s;
	-o-transition: opacity .3s, right .4s;
	transition: opacity .3s, right .4s;
	top: 50%;
  white-space: nowrap;
	z-index: -1;
}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
	right: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	z-index: -2;
}
#social-sidebar a[class*="self"]:hover,
#social-sidebar a[class*="self"] span,
#social-sidebar a[class*="self"] span:before { background: #666666; }

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before { background: #785899; }

#social-sidebar a[class*="dribbble"]:hover,
#social-sidebar a[class*="dribbble"] span,
#social-sidebar a[class*="dribbble"] span:before { background: #DD4949; }

#social-sidebar a[class*="behance"]:hover,
#social-sidebar a[class*="behance"] span,
#social-sidebar a[class*="behance"] span:before { background: #3162A2; }
/* ---------------------career css--------------------------------- */
.career-top{
	width: 100%;
    min-height: 800px;
    background: url(../images/career-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.career-top-head{
	color: #fff;
    font-size: 99px;
    font-weight: bold;
    margin-top: 226px;
}
.career-top-head-description{
	color: #ccc;
    font-size: 32px;
    margin-top: 21px;
    line-height: 46px;
}

.our-stap-list p{
	font-weight: 500;
	font-size: 12pt;
	color: #fff;
	line-height: 24px;
	text-align: justify;
	padding: 10px 0;
}
.stap-name{
	font-size: 13px;
    color: rgba(255, 51, 51, 0.84);
    text-transform: capitalize;
    text-align: center;
    display: block;
    font-weight: 900;
}
  .career-faq-head{
  	color: #000;
    font-size: 15pt;
    line-height: 28px;
    text-align: center;
    font-weight: 900;
    padding: 15px 0;
  }
  .career-faq-para {
    color: #191616;
    font-size: 11pt;
    text-align: justify;
    font-weight: 400;
    line-height: 28px;
}
.carousel-indicators{
	bottom: -48%;
}
.staff-say-head {
    font-size: 49px;
    /* padding-top: 20px; */
    color: #fff;
    line-height: 42px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: 900;
}
.single-blog-post img{
	
}
.brows-ur-cv {
	float: left;
    display: block;
    color: #fff;
    border-radius: 5px;
    margin-top: 14px;
    padding: 11px;
    width: 120px;
    margin-right: 15px;
    min-height: 32px;
    font-size: 15px;
    background-color: #004db3;
    margin-bottom: 10px;
}
.brows-ur-cv:hover{
	color:#ddd;
}
.post-ur-cv{
	margin-bottom:10px;
	 border: none;
	float: left;
    	display: block;
    	color: #fff;
    	border-radius: 5px;
    	padding: 11px;
    	width: 180px;
    	min-height: 32px;
    	font-size: 15px;
    	background-color: #004db3;
}
.post-ur-cv:hover{
	color:#ddd;
}
/* ---------------------Billing  css--------------------------------- */
.billing-top{
	width: 100%;
	min-height: 284px;
	background: url(../images/billing-top-bg.jpg) no-repeat top center;
}
.pay-at-branch{
	color: #000;
    font-size: 24px;
    font-weight: bold;
   	text-align: center;
  	padding: 20px 0;
}
ul.branch-top-list{
	float: left;
	width: 100%;
	margin-top: 60px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
ul.branch-top-list li{
	float: left;
    width: 33.33%;
    padding-left: 68px;
    padding-bottom: 43px;
    background: url(../images/address-heading-bg.jpg) no-repeat;
    background-position: 0px 30px;
}
.branch-name{
	color: #0099ff;
    font-size: 18pt;
    font-weight: 900;
    text-align: left;
    padding-bottom: 6px;
}
.branch-description{
	color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 6px;  
}
.branch-border-bottom{
	float: left;
	height: 10px;
	width: 45%;
	background: #ccc; 
}

ul.branch-bank-list{
	float: left;
	width: 100%;
	margin-top: 60px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
ul.branch-bank-list li{
	float: left;
    width: 33.33%;
    padding-left: 68px;
    padding-bottom: 43px;
    background: url(../images/bank-head-icon.jpg) no-repeat;
    background-position: 0px 50px;
}
ul.branch-bank-list li img{
	padding-top: 27px;
}
.bkash-number{
	color: #000;
    font-size: 14pt;
    font-weight: 900;
    text-align: left;
    line-height: 64px;
    padding-left: 40px;
    background: url(../images/bkash-number-icon.png) no-repeat;
    background-position: 2% 45%;
    float: left;
}
.branch-bank-description{
	color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 6px;  
}
.branch-bank-description span{
	color: #000;
	font-size: 15px;
	font-weight: 900;
}
.payment-option{
	width: 100%;
	float: left;
	margin: 40px 0;
}
.payment-option-head{
	color: #000;
    font-size: 14pt;
    font-weight: 900;
    text-align: left;
    padding-bottom: 20px;
}
.payment-option img{
	float: left;
	margin-right: 20px;
}
.show_details {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.33);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.show_inner {
    max-width: 720px;
    min-height: 440px;
    margin: 0 auto;
    margin-top: 60px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    padding: 20px;
}
.hide_content {
    background: url(../images/close.png) right center no-repeat;
    width: 30px;
    height: 30px;
	position: absolute;
    right: 10px;
    top: 10px;
    
}
.show-condition-class {
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.33);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.form-group{
	margin-bottom:10px;
}
.form-group textarea{
	width:100%;
	height:70px;
	padding:0 12px;
	font-size:14px;
	color:#555;
}
.condition-heading{
	padding:20px 0;
}
.show-condition-inner{
	width: 720px;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 82px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 5px;
    position: relative;
    padding: 40px;
}
.show-condition-inner ul{
	width:100%;
	list-style: none;
}
.show-condition-inner ul li{
	width:100%;
	min-height:0;
	float:left;
	font-size: 16px;
	color:#000;
	font-weight: 500;
	padding: 0 0 10px 26px;
	background: url(../images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 25% !important;
}
.job-opening-head,.position-name,.dead-line,.details-job{
	color: #fff;
    font-size: 30pt;
    text-align: left;
    padding: 5px 0;
    font-weight: 900;
    line-height: 35px;
}
.career-inner p{
	font-size: 15px;
    text-align: left;
    font-weight: 500;
	color:#000;
    line-height: 22px;
}
.position-name{
	font-size: 15pt;
}
.position-name span{
	font-size: 15px;
    line-height: 9pt;
    font-weight: 500;
}
.dead-line{
	font-size: 15pt;
    padding: 0;
    margin: 0;
}
.dead-line span{
	font-size: 15px;
    line-height: 9pt;
	font-weight: 500;
}
.details-job{
	font-size: 14pt;
    float: left;
    width: 100%;
    padding: 0;
}
.apply-here{
	background: #009933;
    padding: 7px 10px 8px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    float: left;
}
.apply-here:hover{
	color:#ddd;
	text-decoration:none;
}
.details-job:hover{
	color:#ddd;
	text-decoration:none;
}
/* ---------- about-us ---------- */
.about-us-top{
	width: 100%;
	min-height: 500px;
	background: url(../images/about-bg.jpg) no-repeat top center;
}
ul.office-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.office-list li{
	float: left;
	width: 50%;
	font-size: 16px;
	color:#000;
	font-weight: 500;
	padding: 0 0 10px 26px;
	background: url(../images/enterprise-list-arrow.png) no-repeat left center;
	background-position: 0px 25%;
}
ul.credit-rating-list{
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	padding-top: 20px;
}
ul.credit-rating-list li{
	float: left;
	width: 100%;
	font-size: 16px;
	color:#000;
	font-weight: 500;
	padding: 0 0 10px 0;
}
.rating-summary{
       color: #000;
    font-size: 13pt;
    font-weight: 700;
    text-align: left;
    padding-bottom: 15px;
}
span.ratting_title{
font-weight: 800;
    width: 28%;
    float: left;
}
.about-para{
	text-align: justify;
    font-weight: 500;
    font-size: 14px;
    padding-top: 20px;
}
ul.about-list{
	float: left;
	width: 100%;
	margin-top: 60px;
	list-style: none;
}
ul.about-list li{
	float: left;
    width: 24%;
 	margin-right: 5px;
 	border-radius: 5px;
 	display: inline-block;
    text-align: center;
    min-height: 390px;
    padding: 0 10px;
  	background-color: rgb(248, 248, 248);
}
ul.about-list li img{
	display: inline-block;
    text-align: center;
    padding: 10px 0 10px 0;
}
.about-list-head{
	color: #000;
    font-size: 18pt;
    font-weight: 900;
    text-align: center;
    padding-bottom: 15px;
}
ul.about-list li p{
	text-align: justify;
	color: #666666;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 6px;  
}
.licences-para{
	text-align: left !important;
    padding: 0 0 10px 92px;
    background: url(../images/enterprise-list-arrow.png) no-repeat left center;
    background-position: 60px 31%;
}
.value-box{
	
	background-color: rgb(236, 236, 236);
	width: 100%; 
}
ul.value-list{
	float: left;
	width: 100%;
	margin-top: 60px;
	list-style: none;
}
ul.value-list li{
	float: left;
    width: 23%;
 	margin-right: 23px;
 	border-radius: 5px;
 	display: inline-block;
    text-align: center;
    min-height: 170px;
  
}
ul.about-list li img{
	display: inline-block;
    text-align: center;
    padding: 0 0 10px 0;
}
.value-list-head{
	color: #000;
    font-size: 16pt;
    font-weight: 900;
    text-align: center;
    padding-bottom: 6px;
}
ul.value-list li p{
	text-align: justify;
	color: #666666;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 6px;  
}
.form-group select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.faq-top{
    width: 100%;
    min-height: 290px;
    margin-bottom:70px;
    background: url(../images/faq-bg.jpg) no-repeat top center;
}
ul.faq-list{
	width: 100%;
	list-style: none;
}
.input-group{
	margin-bottom:30px;
}
ul.faq-list > li{
    width: 100%;
    float: left;
    background: rgba(204, 204, 204, 0.25);
    padding: 10px;
    position: relative;
    margin: 10px 0;
    border-radius: 6px;
}

.faq-search-para{
	color: #000;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 15px;
	padding:10px 0 10px 26px;
    	background: url(../images/a-bg.png) no-repeat left center;
    	background-position: 0px 58%;
}
.faq-title{
	font-weight: 500;
        font-size: 18px;
        text-align: left;
        color: #2B2B2B;
        line-height: 30px;
        padding: 0 0 10px 26px;
    	background: url(../images/q-bg.png) no-repeat left center;
    	background-position: 0px 32%;
	text-transform: lowercase;
}
.faq-title::first-letter{
	text-transform: uppercase;
}
/* ---------------------client css--------------------------------- */
.customer-top{
	width: 100%;
	min-height: 530px;
	background: url(../images/customer-top-bg.jpg) no-repeat top center;
}
ul.enterprise-client-list{
	float: left;
	width: 100%;
	list-style: none;
}
ul.enterprise-client-list li{
	float: left;
    width: 23%;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid rgba(161, 161, 161, 0.32);
    border-right: 1px solid rgba(161, 161, 161, 0.32);
}
ul.enterprise-client-list li img {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 140px;
}
.availabilty-pro{
	font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #FF0E0E;
    padding-top: 10px;
    float: left;
    width: 100%;
}
.enterprise-customer-title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.26);
    width: 56%;
    padding-left: 9px;
    /* border-radius: 0 99px 0 0; */
}
.customer-top-head-description{
	color: #ddd;
    font-size: 48px;
    margin-top: 21px;
    line-height: 46px;
}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flex-direction-nav{
   display:none;
}
.footer-social-info{
	display: inline-block;
    	margin: 20px 0;
    	width: 100%;
}
.footer-social-info img{
	float: left;
	margin-right: 15px;
}
.footer-social-info p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	width: 100%;
	text-transform: capitalize;
}
#slidertwo {
		height:500px;
		background: url(../images/customercare1.jpg);
		background-position: 50% 50% !important;
		background-repeat: no-repeat !important;
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		transition: background 1s linear !important;
		margin-top: -50px;
	}
	.meet-the-team-head {
		color: #fff;
		font-size: 44pt;
		text-align: center;
		/* padding-top: 33px; */
		font-weight: 900;
		
	}
	.meet-the-team-para {
		text-align: center;
		font-size: 18px;
		font-weight: 400;
		color: #fff;
		padding-top: 20px;
		line-height: 30px;
		width: 60%;
		margin: 0 auto;		
	}
	.custom-table th {
	font-size: 13pt;
        padding: 10px !important;
}
.custom-table tr td {
    font-size: 13pt;
    padding: 12px !important;
}
.one-time-cost-heading{
    font-size: 18pt;
    text-transform: uppercase;
    padding: 20px 0;
}
.new-banner-des{
	top:28%;
	position:relative;
}
ul.selfcare-tutorial-list{
	width:100%;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
}
ul.selfcare-tutorial-list > li{
	flex-basis: 24%;
    margin-right: 1%;
    background: #d6d2d2;
    border-radius: 5px;
    padding: 8px;
}
ul.selfcare-tutorial-list > li img{
	padding-top: 0px;
    padding-bottom: 23px;
}
.selfcare-head{
	color: #000;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    text-transform: capitalize;
    text-align:center;
	padding-bottom:10px;
}

/* ------------------------------------------------------------------ */
/*  d: Media Query Css
/* ------------------------------------------------------------------ */


@media (min-width: 1200px){
.main-nav>ul>li{
		padding: 0 13px;
	}
}
@media only screen  and (max-width : 1200px) {
	.monthly-charge-name {
		min-height: 94px;
	}
}


@media only screen  and (max-width : 1200px) {
	.main-nav>ul>li{
		padding: 0 7px;
	}
	.main-nav>ul>li>a{
		font-size: 10pt;
	}
.top-service ul li article{
	padding-left: 10%;
}
.new-top-service ul li article{
	padding-left: 10%;
}
.top-service-head{
	font-size: 33pt;
}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a{
		font-size: 13px;
		padding: 14px 9px;
	}
	.search {
		width: 147px;	
	}
}
@media only screen  and (min-width : 1240px) {
	.container{
		width: 1240px;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 14px;
		padding: 14px 15px;
	}
	
	
}
@media only screen  and (min-width : 1250px) {
	.container{
		width: 1240px;
	}
	
}
@media only screen  and (max-width: 768px){
	
	.search {
		width: 147px;	
	}
	
}

@media (max-width: 1000px) {
	header {
		background-color: rgba(0, 0, 0, 0.7);  
	}
	.search{
		float:left;
		padding-bottom:10px;
	}
	ul.monthly-charge-list-box li{
		width: 50%;
	}
	ul.monthly-charge-list-box li:last-child{
		width: 100%;
	}
	ul.host-ip-list li{
		width: 50%;
	}
	.host-ip-border{
		display: none;
	}
	ul.enterprise-tab li{
		width: 50%;
	}
	.tabs-heading{
		font-size: 40pt;
	}
	.top-service ul li{
		width: 50%;
	}
	.new-top-service ul li{
		width: 50%;
	}
	.new-top-service ul li:last-child{
		width:100%;
		background-size:cover;
	}
	.new-top-service ul li:last-child article{
		padding-top:15%;
	}
	.top-service ul li:last-child{
		width:100%;
		background-size:cover;
	}
	.top-service ul li:last-child article{
		padding-top:15%;
	}
	#slidertwo{
		margin-top:0;
	}
	.internet-set-heading, .blog-head{
		font-size: 26px;
		line-height: 40px;
	}
	.internet-set-para, .blog-para{
		font-size: 14px;
		line-height: 24px;
	}
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;

    }
    #mainmenu{
	   	float: right;
	    margin-right: 17%;
    }
    .main-nav li ul {
		left: -49px;
    	top: 38px;
	}
    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
		padding-top:50px;
		/*margin-left:80px;*/

    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-collapse{
    	padding-left: 0;
    	padding-right: 0;
    }
    .main-nav>ul>li{
		padding: 0;
	}
	.enterprise-customer-title{
		width: 100%;
	}
	ul.new-monthly-charge-list-box > li{
		flex-basis: 32%;
	}
	ul.new-product-tab-list > li {
		padding: 33px 5px 10px 5px;
	}
	ul.new-product-tab-list > li img{
		    margin-right: 10px;
	}
	.new-product-tab-head{
		font-size: 13pt;
	}
	.new-product-tab-para{
		font-size: 10pt;
	}
	.new-tabs-heading {
		font-size: 24pt;
		line-height: 35px;
		padding-top: 10px;
	}
	.new-tabs-para{
		font-size: 16px;
	}
	ul.new-tabs-info-list li{
		font-size: 14px;
	}
	.new-blog-info-head{
		font-size: 14pt;
	}
	.new-banner-des{
		top:25%;
		position:relative;
	}
	.new-banner-head{
		font-size: 40pt;
		padding-top:120px;
	}
	ul.top-product-info-list > li span{
		font-size: 16pt;
	}
}

/* ---------common max----------- */

@media only screen  and (max-width : 768px) {
	.banner-description{
		top: 30%;
	}
	.new-banner-head{
		font-size: 30pt;
		padding-top:120px;
	}
	ul.top-product-info-list > li{
		width:100%;
		font-size: 12pt;
	}
	ul.top-product-info-list > li span{
		font-size: 15pt;
	}
	.new-product-tab-head {
		font-size: 11pt;
	}
	.new-banner-des{
		top:15%;
		position:relative;
	}
	.new-tabs-heading{
		padding-top:50px;
	}
	ul.new-product-tab-list > li.active:after {
		bottom:0;
		z-index: 99;
	}
	h3.new-blog-head{
		font-size:32px;
	}
	.custom-table th{
		font-size:8pt;
		padding: 0!important;
	}
	ul.new-product-tab-list > li{
		width:50%;
	}
	.custom-table tr td {
		font-size: 8pt;
		padding: 2px !important;
	}
	ul.enterprise-client-list li{
		width:30%;
	}
	ul.enterprise-tab li a{
		font-size:12px;
	}
	#slidertwo{
		margin-top:0;
	}
	.left-speed-img{
		display:none;
	}
	.left-speed-img{
		display:none;
	}
	/*ul.enterprise-tabs-list li{
		width: 49%;
	}*/
	.career-top-head{
		font-size: 40px;
	}
	.customer-top-head-description{
		font-size: 30px;
	}
	.enterprise-customer-title{
		width: 100%;
		font-size: 30px;
		text-align: center;
	}
	ul.soho-top-feature-list li{
		width: 50%;
	}
	.corporate-ip-head{
		font-size: 30px;
	}
	.corporate-ip-common-header{
	    font-size: 26px;
	    margin-top: 20px;
	    line-height: 32px;
	}
	.corporate-ip-top-product-description{
		width: 100%;
	}
.enterprise-top{
	background: url(../images/enterprise-top-bg.jpg) repeat top center
}
.wireless-router-box{
	    background: url(../images/wireless-router-box-bg.jpg) repeat top center;
}
.security-service{
	background: url(../images/security-service-bg.jpg)repeat top center;
}
ul.mpls-feature-list li{
	background: none;
}
.mpls-middle-border{
	display: none;
}
ul.statictis-list li {
    margin-bottom: 18px;
    width: 100%;
    padding-right: 0;
}
.common-top{
	margin-top: 15px;
}
ul.web-service-top-list li{
	width: 50%;
}
ul.all-services-list li{
	width: 50%;
}
ul.social-list li{
	width: 50%;
	background:none;
}
.fb-color,.google-color,.tw-color{
	display: none;
}
ul.statictis-list li img{
	margin: 0 auto;
	display: inherit;
}
.statictis-head span{
	font-size: 25px;
}
ul.service-list li{
	width: 100%;
}
ul.top-feature-list li{
	padding-bottom: 0;
	padding-top: 0;
}

.data-process-head,.statictis-head,.product-details-head,.wireless-head,.enterprise-head{
	font-size: 24px;
}
.wireless-name{
	font-size: 16px;
}
.pro-price{
	font-size: 12px;
}
.faq-head{
	font-size: 15px;
}
.blog-box{
	/*margin-top:50%;*/
}
	.new-top-service ul li{
		width: 100%;
		background-size:cover;
	}
	.new-top-service ul li:nth-child(2){
		background-size:cover;
	}
	.new-top-service ul li:last-child{
		background-size:cover;
	}
	.top-service ul li{
		width: 100%;
		background-size:cover;
	}
	.top-service ul li:nth-child(2){
		background-size:cover;
	}
	.top-service ul li:last-child{
		background-size:cover;
	}
	
.banner-head,.banner-head-left{
	font-size: 30px;
}
.banner-head,.banner-head-left1{
	font-size: 30px;
}

.banner-para{
	font-size: 15px;
	line-height: 25px;
	width: 100%;
}
.tabs-heading{
	font-size: 30px;
}
.tabs-heading span{
	font-size: 18px;
}
.video-box img{
	padding-top: 10px;
}
.author-name{
	padding-top: 0;
	margin-bottom: 0;
}
.statictis-para{
	padding-bottom: 0;
	margin-bottom: 0;
}
.internet-set-heading, .blog-head{
	padding-top: 150px;
}
.blog-head{
	padding-top: 20px;
}
ul.blog-info li{
	width: 45%;
	margin-left: 10px;
}
.blog-info-head{
	font-size: 12px;
}
.blog-info-cat{
	font-size: 10px;
}
ul.monthly-charge-list-box li{
		width: 100%;
	}
	.pack-info{
		background: none;
	}
	ul.top-feature-list li img{
		float: none;
		margin: 0 auto;
	}
.goti-banner-head{
	font-size: 40px;
}
.goti-top-head {
    font-size: 16px;
   line-height: 26px;
}
.goti-call-info{
	font-size: 13pt;
}
.feature-name{
	font-size: 20px;
    text-align: center;
}
.feature-description{
	font-size: 11pt;
	text-align: center;
}
a.request-pro{
	margin-left: 10%;
}
footer{
	    background: url(../images/footer-bg.jpg)repeat left center;
}
.enterprise-ip-middle-title,.enterprise-ip-head{
	    font-size: 36px;
}
ul.soho-ip-top-list li{
		width: 100%;
	}
ul.other-benifite-list li {
		width: 50%;
	}	

.soho-ip-head{
	font-size: 35px;
	margin-top: 130px;
}
.enterprise-ip-middle-title{
	font-size: 35px;
}
ul.support-top-list li{
		width: 100%;
	}
	.support-head-top{
		font-size: 25px;
	}
	ul.support-top-list li img{
		float: none;
		margin:0 auto;
	}
ul.tabs-custom{
	min-height: auto;
	display:inline-block;
}
ul.tabs-custom li a{
	font-size: 15px;
	padding-left: 62px;
	line-height: normal;
	padding-top: 26px;
    padding-bottom: 19px
}
ul.tabs-custom li {
	background-position: 22px 30px;
}
ul.tabs-custom li:nth-child(2){
	background-position: 22px 30px;
}
ul.tabs-custom li:nth-child(3){
	background-position: 22px 30px;
}
ul.tabs-custom li:last-child{
	background-position: 22px 30px;
}
	.test-goti-top-head{
		font-size:24px;
		line-height:32px;
	}
	ul.goti-service-list > li{
		width:50%;
		float:left;
	}
	ul.router-list > li{
		width:31%;
		margin-right:1%;
		padding:5px;
	}
	
}
@media only screen and (min-width : 320px) and (max-width : 480px) {/*--- Mobile portrait ---*/
	ul.router-list > li{
		width:31%;
		margin-right:1%;
		padding:5px;
	}
	.new-product-tab-head{
		font-size: 10pt;
	}
	ul.top-product-info-list > li span{
		font-size: 10pt;
	}
	.test-wireless-head{
		font-size:10pt;
		line-height:20px;
	}
	ul.goti-service-list > li{
		width:100%;
		float:none;
		padding:10px 0;
	}
	.test-goti-top-head{
		font-size:18px;
		line-height:24px;
	}
	.test-monthly-charge-name{
		font-size:14px;
	}
	.new-speed-val{
		font-size: 35pt;
	}
	.new-speed-val span{
		margin-left:-7px;
	}
	.new-pack-price-val{
		font-size: 14pt;
	}
	span.new-pack-price{
		font-size: 11pt;
	}
	a.new-buy-pack{
		width:125px;
		font-size:11px;
	}
	.test-goti-top-head{
		font-size:18px;
		line-height:25px;
	}
	ul.enterprise-client-list li{
		width:47%;
	}
	ul.tabs-custom li a{
	font-size: 15px;
	padding-left: 62px;
	line-height: normal;
	padding-top: 26px;
    padding-bottom: 19px
}
ul.tabs-custom li {
	background-position: 22px 30px;
}
ul.tabs-custom li:nth-child(2){
	background-position: 22px 30px;
}
ul.tabs-custom li:nth-child(3){
	background-position: 22px 30px;
}
ul.tabs-custom li:last-child{
	background-position: 22px 30px;
}
	.corporate-ip-head{
		font-size: 25px;
	}
	ul.support-info-list li{
		width: 100%;
	}
	ul.host-ip-list li{
		width: 100%;
	}
	ul.advance-inner-box li{
		width: 100%;
	}
	ul.support-top-list li{
		width: 100%;
	}
	.support-head-top{
		font-size: 20px;
	}
	.enterprise-ip-top-product-description{
		width: 100%;
		color:#fff;
	}
	ul.support-top-list li img{
		float: none;
		margin:0 auto;
	}
	ul.advance-inner-box li img{
		float: none;
		margin-right: 0;
		padding: 0;
		margin:0 auto;
	}
	.statictis-head span {
	    font-size: 16px;
	}
	.advanced-inner-head{
		text-align: center;
		font-size: 15px;
	}
	ul.enterprise-tab li{
		width: 100%;
	}
	/*ul.enterprise-tabs-list li{
		width: 100%;
	}*/
	.enterprise-ip-middle-title{
		font-size: 26px;
	}
	.soho-ip-head{
		font-size: 30px;
	    margin-top: 110px;
	}
	ul.other-benifite-list li {
		width: 100%;
	}
	ul.soho-top-feature-list li{
		width: 100%;
	}
	.corporate-ip-top-product-description{
		width: 100%;
	}
	.corporate-ip-common-header{
	    font-size: 22px;
	    margin-top: 20px;
	    line-height: 30px;
	}
	ul.monthly-charge-list-box li{
		width: 100%;
	}
	ul.social-list li{
	width: 100%;
	background:none;
	margin-bottom: 10px;
}
.enterprise-ip-middle-title,.enterprise-ip-head{
	    font-size: 28px;
}
.banner-head,.banner-head-left{
	font-size: 22px;
}
.banner-head,.banner-head-left1{
	font-size: 22px;
}
.banner-para{
	font-size: 12px;
	line-height: 25px;
	width: 100%;
}
.tabs-heading{
	font-size: 25px;
}
.tabs-heading span{
	font-size: 15px;
}

a.request-pro{
	margin-left: 0;
}
ul.tabs-custom{
	min-height: auto;
	display:inline-block;
}

}

/*home tab 2*/

.board{
    width: 75%;
margin: 60px auto;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
   
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: rgba(0, 102, 180,0.761);
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
	
}

span.round-tabs.one{
    background: url(../images/home-icon.png) no-repeat center;
	background-color: rgba(0, 102, 180,0.761);
}

li.active span.round-tabs.one{
    
}

span.round-tabs.two{
    background: url(../images/enterprise-icon.png) no-repeat center;
	background-color: rgba(0, 102, 180,0.761);
}

li.active span.round-tabs.two{
    
}

span.round-tabs.three{
    background: url(../images/web-icon.png) no-repeat center;
	background-color: rgba(0, 102, 180,0.761);
}

li.active span.round-tabs.three{
    
}

span.round-tabs.four{
    background: url(../images/security-icon.png) no-repeat center;
	background-color: rgba(0, 102, 180,0.761);
}

li.active span.round-tabs.four{
    
}



.nav-tabs > li.active > a span.round-tabs{
    
}
.nav-tabs > li {
    width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    /*border: 5px solid transparent;*/
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    /*border: 10px solid transparent;*/
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
	/*padding-left: 39px;*/
	padding-bottom: 20px;	
}
#shortcode p{
    font-size: 13pt;
    line-height: 32px;
}
.tab-pane{
   position: relative;
   /*padding-top: 50px;*/
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}
.condition-apply-financial{
	font-weight:800;
	font-size:10pt;	
}
.condition-apply-financial span{
	font-size:11pt;
	font-weight:800;
}
.wireless-routing-common-head{
	font-size: 18pt;
}
.wireless-routing-common-speed{
	font-size: 19pt;
}
span.reatail-price,span.reatail-price-value{
	font-size: 12pt;
}
.wireless-routing-common-price{
	font-size: 10pt;
}


@media only screen and (min-width : 220px) and (max-width : 319px) {/*--- Mobile portrait ---*/
.wireless-routing-common-head{
	font-size: 18pt;
}
.new-product-tab-head{
		font-size: 10pt;
	}
ul.router-list > li{
	width:31%;
	margin-right:1%;
	padding:5px;
}
ul.top-product-info-list > li span{
		font-size: 10pt;
	}
.test-wireless-head{
		font-size:10pt;
		line-height:20px;
	}
.wireless-routing-common-speed{
	font-size: 19pt;
}
span.reatail-price,span.reatail-price-value{
	font-size: 12pt;
}
.wireless-routing-common-price{
	font-size: 10pt;
}
.test-goti-top-head{
		font-size:16px;
		line-height:24px;
	}
a.new-buy-pack{
	width:100px;
	left: 10px;
	font-size: 11px;
}
.new-speed-val span{
	margin-left:-5px;
}
.test-monthly-charge-name{
		font-size:14px;
	}
	.new-speed-val{
		font-size: 35pt;
	}
	.new-pack-price-val{
		font-size: 14pt;
	}
	span.new-pack-price{
		font-size: 11pt;
	}

}

@media( max-width : 585px ){
	ul.new-monthly-charge-list-box > li{
		flex-basis: 49%; 
		margin-bottom:12%;
	}
    .new-product-tab-para{
		display:none;
	}
    .board {
	width: 90%;
	height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
/*home tab 2 */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after { 
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.foorterbubble {
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 10px;
    height: 64px;
    background: rgba(0, 0, 0, 0.778);
    border-radius: 5px 5px 0px 0px;
}
.foorterbubble p {
    color: white;
    font-size: 14px;
    margin-top: 10px;
	text-align: center;
}