@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('roboto-black-webfont.woff2') format('woff2'),
         url('roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotothin';
    src: url('roboto-thin-webfont.woff2') format('woff2'),
         url('roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_trebuc';
	src: url('../fonts/trebuc.eot');
	src: local('☺'), url('../fonts/trebuc.woff') format('woff'), url('../fonts/trebuc.ttf') format('truetype'), url('../fonts/trebuc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_trebucbd';
	src: url('../fonts/trebucbd.eot');
	src: url('../fonts/trebucbd.woff') format('woff'), url('../fonts/trebucbd.ttf') format('truetype'), url('../fonts/trebucbd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_trebucbi';
	src: url('../fonts/trebucbi.eot');
	src: url('../fonts/trebucbi.woff') format('woff'), url('../fonts/trebucbi.ttf') format('truetype'), url('../fonts/trebucbi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_trebucit';
	src: url('../fonts/trebucit.eot');
	src: url('../fonts/trebucit.woff') format('woff'), url('../fonts/trebucit.ttf') format('truetype'), url('../fonts/trebucit.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'robotolight';
	color:#333;
	font-size:15px;
	line-height:28px;
}
p{
	line-height:28px;
}
ul, li {
	line-height: normal;
	padding:0;
	margin:0;
}
h3{
	font-size:36px;
	margin-bottom:30px;
	text-transform:uppercase;
	font-family: 'Conv_trebucbd';
}
h4{
	text-transform:uppercase;
	font-family: 'Conv_trebucbd';
}

header {
	width:100%;
	float:left;
	height: 100px;
	padding-top:20px;
	position: absolute;
	z-index:2;
}
.logo {
	float:left;
}
.top-nav{
	float:right;
	margin-top:20px;
}
.top-nav .nav-pills > li {
	height:auto;
}
.top-nav .nav-pills > li > a {
    border-radius:0px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing: 1px;
	padding: 10px 20px;
	font-family: 'Conv_trebuc';
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
        background-color: #ff9900;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #ff9900;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ff9900;
    border-color:0;
}
.dropdown-menu {
	margin: 0;
	border:0;
	font-family: 'Conv_trebuc';
	text-transform:uppercase;
	border-radius: 0;
	color:#fff;
	background-color: #ff9900;
	
	}
.dropdown-menu > li > a {
	color:#fff;
	border-bottom: 1px solid #fff;
    letter-spacing: 1px;
	padding: 6px 20px;
}
.dropdown-menu > li:last-child > a {
	border-bottom:0;
}	
	
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ff9900;
}
.inner-content h3 {
	margin-top: 50px;
    width: 100%;
    float: left;
}
.main-banner {
	background:url(../images/banner-image.jpg) no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	width:100%;
	height:700px;
	float:left;
	top: 0;
	position: relative;
    
}
.banner-caption {
/*	position: absolute;
    color: #fff;
    padding-top:15%;
    right: 40px;
    z-index: 1;*/
}
.carousel-caption {
	padding-bottom: 250px;
	right: 0;
}
.position-relative{
	position:relative;
}
.carousel-control {
     width:8%;
}
.banner-caption h1{
	font-size:60px;
	color:#ff9900;
	font-family: 'Conv_trebucbd';
}
.banner-caption h2 {
    font-family: 'Conv_trebucit';
	font-size: 36px;
    padding-top:20px;

}
/*====================== banner css start =================*/
.carousel,
.item,
.active {
    height:650px;
	/*z-index: -1;*/
}

.carousel-inner {
    height: 100%;
}
.filter-container.active{
	height:auto;
	}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*====================== banner css end =================*/
.carousel-inner:before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  height:20%;
  width: 51%;
  z-index:1;
  background:#fff;
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
}
.carousel-inner:after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: 0;
  height: 20%;
  width: 50%;
   z-index:1;
  background:#fff;
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}​
.carousel-indicators {
    bottom: 60px !important;
}
.about-section{
	width:100%;
	float:left;
}

.about-section h3{
	font-size:36px;
	/*margin-top: 55px;*/
	margin-bottom:30px;
	font-family: 'Conv_trebucbd';
}
.about-section .body-content{
	padding-right:40px;
	float:left;
	color:#666;
	}
.about-section .body-content p{
	    font-weight: normal;
}
.about-section .thumbnail {
	margin-top: 130px;
}
.h-line-left {
	width: 50px;
    height: 3px;
    background-color: #ff9900;
    margin: 0 0 30px 0;
	display: block;
}
.about-section .body-content ul {
	float:left;
	margin-bottom: 10px;
}
.about-section .body-content ul > li {
	margin:15px 0;
	display: block;
	 width: 100%;

}

.about-section .body-content ul > li .h-line-left {
	margin: 0;
    float: left;
    margin-top: 8px;
    margin-right: 15px;
}
.century {
	float:left;
	margin:25px;
}
.base-wrapper {
	width:100%;
	float:left;
}

.home-services{
	width:100%;
	float:left;
	margin-top:80px;
}

.home-services .sub-heading{
	font-size:18px;
	margin-bottom:90px;
	padding: 0 50px;
}
.customer-reviews .sub-heading{
	font-size:18px;
	margin-bottom:60px;
}
.home-services .thumbnail ul {
	margin-left:20px;
}
.home-services .thumbnail li {
	list-style-type: circle;
	margin-bottom:10px;
	}
.home-services .thumbnail li:last-child {
	margin-bottom:1px;
}
.thumbnail {
    padding: 10px;
	border-radius: 0;
	position:relative;
}

.thumbnail-services {
    position: absolute;
    border: 1px solid #dddddd;
    padding: 25px;
    width: 90px;
    height: 90px;
    z-index: 1;
    top: -45px;
    background: #fff;
}
.customer-reviews {
	margin-top:100px;
	width:100%;
	float:left;
	}
.customer-reviews .thumbnail {
	border: 0;
    background: #f4f5f7;
    padding: 20px;
	position:relative;
}

.customer-reviews .thumbnail:after {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f4f5f7;
  position:absolute;
  content:"";
  bottom:-20px;
  z-index:1;
}
.customer-reviews .media .media-left img{
	width:70px;
	height:70px;
	border-radius:50%;
	 }
.customer-reviews .media-body p {
	color:#999;
	text-transform: uppercase;
	font-family: 'robotomedium';
	}
.customer-reviews .media-body .media-heading {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
}	
.customer-reviews  .media {
    margin-top: 35px;
}
	
footer {
	width:100%;
	float:left;
	background:#1a1a1a;
	margin-top:80px;
	padding: 60px 0 0;
	color:#ccc;
}
footer hr{
	    border-top: 1px solid #666;
	}
footer .footer-logo img {
	width:45%;
}

footer .col-1 {
	padding-right:60px;
}
footer .col-2 {
	padding-left:42px;
	padding-right:45px;
	}
footer .col-3 {
	padding-left:60px;
	}
.footer-sitemap h4, .contact-info h4{
	padding-bottom: 0;
    padding-top: 24px;
    letter-spacing: 1px;
	}
.footer-sitemap ul {
    width: 130px;
    float: left;
    margin-left: 20px;
}
.footer-sitemap ul li {
	    list-style-type: circle;
		margin-bottom:20px;
	}
.footer-sitemap ul li a{
	color:#ccc;
}
footer .media {
    margin-top: 10px;
}
.footer-social {
	width:100%;
	float:left;
	margin-top:50px;
}
.footer-social li {
    width: 20%;
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #fff;
	text-align:center;
    font-family: 'robotoregular';
}
.footer-social li a{
	padding: 15px 20px;
	color: #fff;
	float: left;
	width: 100%;
	text-decoration:none;
	display: inline-block;
}
.footer-social .btn {
	border:0;
	border-radius:0;
	padding:0;
}
.footer-social li .fa {
    font-size: 24px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}
.social-twitter {
    background: #00aced;
}
.social-twitter:hover, .social-twitter:focus {
    background: #0087ba;
}
.social-facebook {
    background: #3b5998;
}
.social-facebook:hover, .social-facebook:focus {
    background: #2d4373;
}
.social-googleplus {
    background: #dd4b39;
}
.social-googleplus:hover, .social-googleplus:focus {
    background: #c23321;
}
.social-linkedin {
    background: #007bb6;
}
.social-linkedin:hover, .social-linkedin:focus {
	 background: #005983;
}
.social-pinterest{
    background: #cb2027;
}
.social-pinterest:hover, .social-pinterest:focus{
	    background: #9f191f;
}
.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
}
.faq-content-margin {
    margin-top: 130px;
}
.set-box-container {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.inquiry-content .form-group {
    float: left;
    width: 100%;
}
.internet-packages .row {
	margin-left:0;
	margin-right:0;
	}
.internet-packages th {
	color:#fff;
	background:#000;
	}
.internet-packages  code {
    padding: 5px 10px;
    font-size: 90%;
    color: #c7254e;
    background-color: #ccc;
    border-radius: 4px;
}
.internet-packages .table-bordered > tbody > tr > td, .internet-packages  .table-bordered > tfoot > tr > td {
    border: 1px solid #000;
}

.internet-packages .table-bordered > tbody> tr > th {
	border: 1px solid #000;
	
	}
	
.internet-packages .table-bordered > thead > tr > th {
	    border-bottom-width: 2px;
	}
.table-bordered > thead > tr > th {
		border: 1px solid #000;
	}	
	
/*============ mansory css start=================*//*
.filtr-item {
    padding: 5px;

}
.item-desc {
	display:none;
}
.filtr-item:hover .item-desc {
    background-color: rgba(0,0,0,0.8);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
	padding: 40px 5px 0px;
    bottom: 15px;
    left: 6px;
    right:19px;
    top: 6px;
    font-size: 14px;
	display:block;
	font-weight:bold;
	z-index: 1;

}

.item-desc small{
    width: 100%;
    display: block;
    text-align: center;
    padding:4px 0 0;
    margin: 0;
	border-top: 1px solid #999;
    line-height: normal;
}
.filtr-container  .filtr-item img{
    border: 2px solid #fff;
    padding: 4px;
  }
  */
/* Filter controls *//*
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
	padding: 6px 10px 8px;
    margin-bottom: 10px;
}
.simplefilter li {
    background-color: #585858;
}
.simplefilter li.active {
    background-color: #212121;
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}*/

/* Shuffle and sort controls *//*
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
*/
/* Search control */
/*
.search-row {
    margin-left: 2.5rem;
}
.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}
.simplefilter {
	    padding: 0 15px;
		margin-bottom:20px;
}
.simplefilter .active {
	height:inherit;
}
.simplefilter .row {
    margin-left: 0;
    margin-right: 0;
}
.row.list-channels{
	margin-left:-10px;
	margin-right:-10px;
}*/
/*============ mansory css end =================*/



.footer-bottom {
    width: 100%;
    float: left;
    padding: 20px;
    color: #999;
    text-align: center;
    background: #0d0d0d;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
	}
	

/*========== Sidebar CSS Start Date 13/01/2017 ============*/ 


  #sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    background: #333;
    position: fixed;
    height: 100%;
	margin-top: -20px;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
  }
.sidebar-nav .btn-lg {
	background-color: #ffffff;
	padding: 5px 10px;
    border-radius: 2px;
    margin-right: 10px;
	}
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
  }
  .sidebar-nav li:first-child {
	  margin-top:60px;
	 }
  .sidebar-nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
  }

  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }

  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }

  .sidebar-nav > .sidebar-brand a {
    color: #fff;
  }

  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }

  #menu-toggle {
    top: -5px;
    right: 0;
    position: fixed;
	display:none;
	background: #ff9900;
    border: 0;
    border-radius: 2px;
    padding: 5px 10px;
    z-index:5;
  }
  #menu-toggle .fa-bars {
	  font-size:26px;	  
	  }
  #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
  }

  .toggle {
     margin: 20px 20px 0 0;
  }

.sidebar-nav-top-margin {
	margin-top:60px;
}
