 body {
	font-weight:300;
	font-size:16px;
	color:#002941 !important;
	font-family: 'Roboto', sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:bold !important;
}
.opensans {
	font-family: 'Open Sans', sans-serif !important;
}
body h3 {
	font-size:18px;
	margin-bottom:15px;
}
body h2 {
	font-size:31px;
	margin-bottom:39px;
}
p, li, a, td, th {
	font-size: 14px;
	font-weight: 300;
}
p {
	color:#455A64;
	line-height:1.65rem;
}
p.big {
	font-size:18px;
	line-height:1.65em
}
p.mega {
	font-size:21px;
	line-height:1.6em;
}
img {
	max-width: 100%
}
body hr {
	background: #D2DDE2;
	height:2px;
	border:0;
}
body hr.white {
	height:1px;
}
.lite {
	font-weight:100 !important;
}
.lite2 {
	font-weight:300 !important;
}
.reg {
	font-weight:400;
}
.med {
	font-weight:500;
}
.mb-6 {
	margin-bottom:4em;
}
.mb-7 {
	margin-bottom:6em;
}

/*--button--*/
.btn.btn-red {
	background: #E00D2B;
	border-radius: 5px;
	color:#fff;
	padding:20px 40px 20px 100px;
	font-size:15px;
	font-weight:400;
}
.btn.btn-red-sm {
	background: #E00D2B;
	border-radius: 20px;
	color:#fff;
	padding:10px 20px;
	font-size:13px;
	font-weight:400;
}

.btn.btn-signup {
	background: #FF0000;
	border-radius: 40px;
	color:#fff;
	padding:20px 40px;
	width:330px;
	font-size:18px;
	font-weight:400;
	-webkit-box-shadow: -1px 9px 31px -13px rgba(0,0,0,0.47);
-moz-box-shadow: -1px 9px 31px -13px rgba(0,0,0,0.47);
box-shadow: -1px 9px 31px -13px rgba(0,0,0,0.47);
}
.btn-red::before {
	content:'';
	width:30px;
	height:14px;
	display: block;
	background:url(../img/arrow.png) no-repeat;
	background-size: 30px;
	position:absolute;
	left:0;
	margin:5px 0 0 40px;
}
.btn.btn-ghost {
	background: transparent;
	border-radius: 30px;
	color:#fff;
	border:2px solid #fff;
	padding: 6px 28px;
    font-size: 13px;
	font-weight:600;
	margin-bottom: 15px;
}
.btn.btn-ghost:hover {
	background:#fff;
	color:#000;
}
/*---COLOR--*/
.white {
	color:#fff !important;
}
.green {
	color:#76C044;
}
.bg-green {
	background: #76C044
}
.red {
	color:#E00D2B !important;
}
.pale {
	color: #D2DDE2
}
.pale2 {
	color:#455A64;
}
.bg-red {
	background: #E00D2B ;
}
.bg-pale {
	background:#F7F7F7;
}
.blue {
	color:#002941;
}
.bg-dblue {
	background:#002941;
}
.navbar-brand img {
	width:135px;
}
.section {
	padding-top:4em;
	padding-bottom:4em;
}
.section2 {
	padding-top:3.5em;
	padding-bottom:2em;
}
.section3 {
	padding:4em;
}
.section-tabs {
	padding:4em 0 7em 0;
	position:relative;
}
/*---MENU--*/
header .navbar {
	padding:1rem 1rem 0.9rem 1rem;
	-webkit-box-shadow: 0px -9px 18px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px -9px 18px 1px rgba(0,0,0,0.3);
box-shadow: 0px -9px 18px 1px rgba(0,0,0,0.3);
}
header .navbar-brand {
    padding-bottom: 0;
    margin-top: 10px;
}
#smallmenu {
	margin-bottom:5px;
}
#smallmenu li a {
	font-weight:500;
	font-size:15px;
	padding-left:1.2em;
	padding-right:1.2em;
	color:#002941;
}
#topmenu li a {
	font-size:18px;
	font-weight:400;
	padding-left:1.2em;
	padding-right:1.2em;
	color:#76C044;
}
#topmenu li:last-child a,
#smallmenu li:last-child a{
	padding-right: 0
}
#topmenu .dropdown-toggle::after {
	display: none;
}
#topmenu li.dropdown {
	position:initial;
}
#topmenu .dropdown-menu {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	border:0;
	border-radius:0;
	background: #76C044;
	margin:0;
	text-align: center
}
#topmenu a.dropdown-toggle[aria-expanded=true]::after {
	width: 0;
	height: 0;
	content:'';
	position:absolute;
	display: block;
	border-style: solid;
	border-width: 0 12.5px 14px 12.5px;
	border-color: transparent transparent #75c044 transparent;
	margin-top: 9px;
    margin-left: 30px;
}
#topmenu .dropdown-menu a {
	color:#fff;
	display: inline;
	text-align: center;
}
#topmenu .dropdown-menu a:hover {
	background:transparent;
	color:#fc0;
}
button.navbar-toggler span {
    background: #000;
    height: 2px;
    width: 100%;
    display: block;
    margin: 6px 0;
}
button.navbar-toggler {
    width: 50px;
    border: 1px solid #000;
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 20px;
    padding: 0.25em 0.55em;
}
/*--BREADCRUMBS--*/
.breadcrumb-holder {
	background:#fff;
    position: relative;
    padding: 30px;
    width: 1300px;
    max-width:100%;
    margin: -45px auto 0 auto;
}
body .breadcrumb {
	background:transparent;
	padding:0;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
body .breadcrumb a {
	color:#002941;
	font-weight:600;
	font-size:13px;
}
body .breadcrumb li {
	color:#B8C8D0;
	font-weight:300;
	font-size:13px;

}
body .breadcrumb li:after {
	content:'.';
	color:#002941;
	padding:0 3px;
	font-weight:600;
}
body .breadcrumb li:last-child:after {
	content:'';
}
/*----CAROUSEL---*/
.carousel h1 {
	font-size:47px;
	line-height:61px;
	margin-bottom:70px;
}
.carousel p {
	font-family:'Open Sans';
	font-size: 20px;
    font-weight: 500;
    line-height:31px;
	
}
.carousel {
	margin-bottom:10px;
}
.carousel .container {
	position:relative;
}
.carousel img {
	float:right;
}
.carousel .carousel-indicators li {
	background-color:#002941;
}
.carousel ol.carousel-indicators {
    margin: 0 0 -30px 15px !important;
    justify-content: left;
    bottom: 0;
    top:auto;
}

/*----image with text grid--*/

.grid-icon {
	text-align: center
}
.grid-icon img {
	width:90px;
	margin:0 auto 30px auto;
	display: block;
}
.grid-icon a,
.home-row-img a {
	font-weight:500;
}
.grid-icon p {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
}

.home-row-img p {
	font-size:18px;
}
.home-row-img img {
	max-width:100%;
	 
}
.home-row-img .row {
	margin-bottom:60px;
}
/*--HOME & BUSINESS PLAN --*/
.homeplan-desc {
	margin-bottom:3.5em;
}
.homeplan-desc img {
	margin-top: -220px;
}
.homeplan-desc p {
	margin-top:3.5em;
}
.pricing-box {
	border-radius:4px;
	padding:2em;
}
.circle {
	width: 130px;
    height: 130px;
    line-height: 110px;
    font-size: 45px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 30px auto;
}
.mbps {
	text-align: center;
	letter-spacing: -1px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif
}
.mbps::after {
	content: 'mbps';
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 0;
    margin: -22px 0 0 0;
    text-align: center;
}
.package-desc li::before {
	content:'';
	background:url('../img/tick.png');
	background-size: 100%;
	width:13px;
	height:12px; 
	display: inline-block;
	margin-right:8px;
}
.package-desc li {
	padding:3px 0;
}
.homeplan-pricing .row [class*=col] {
	padding-left:8px;
	padding-right:8px;
}
.home30 .pricing-box {
	padding-bottom:70px;
	margin-top:-50px;
}
.homeplan-pricing { 
}
.homeplan-pricing h2 {
	margin-bottom: 90px
}
.recommend {
	 padding: 12px 0 10px 0;
    font-size: 17px;
    margin: -32px 10px 0 10px;
} 
.bg-bb2 {
	  background: url(../img/mini-bb-bg2.png) center right no-repeat;
	
}
.business-price {
	background: url(../img/mini-bb-bg3.png) center left no-repeat;
}
	.homeplan-desc2 li {
	padding:7px 0;
}
.homeplan-desc2 li::before {
	content:'';
	background:url('../img/tick.png');
	background-size: 100%;
	width:15px;
	height:14px; 
	display: inline-block;
	margin-right:12px;
}
.homeplan-sla .bg-pale {
	padding:50px;
	display: table;
	border-radius: 50%;
	margin:0 auto 30px auto;
}
.homeplan-sla .bg-pale img {
	width:80px;
}
.homeplan-sla .col-md-4.col-sm-6 {
	margin-bottom:30px;
}

/*---nested tabs---*/
.content-level1 p.big {
	font-size:18px;
	font-weight:1.9em;
} 
 
.tab-level1 li a  {
	display: block;
	  
}
.tab-level1 li a.active {
    border-bottom: 7px solid #76C044;
}
.tab-level2 li {
	margin:0 10px;
}
.tab-level2 li:first-child {
	margin-left:0;
}
.tab-level2 li a.active {
    background:#002941;
    padding:7px 20px;
    border-radius: 20px
}
.tab-level2 li a{
    
    padding:7px 20px;
    
}
.content-level1 p {
	font-family: 'Roboto';
	color:#fff;
	font-size: 14px;
	font-weight: 100 !important;
	line-height:1.8em;
}
.nested-tabs .tab-level1 .nav {
	border:0;
}
.nested-tabs .tab-level1 li {
	margin-left:2em;
	margin-right:2em;
}
.nested-tabs .tab-level1 li:first-child {
	margin-left: 0
}
.nested-tabs .tab-level1 li a {
	font-size:18px;
	font-weight:400;
	font-family:'Roboto';
	color:#002941;
	padding:20px 3px;
}
hr.pale {
	background: rgba(255,255,255,0.1);
	height:3px;
	margin-bottom: 4em
}
/*-----about us---*/
.about-desc4 li {
	padding:7px 0;
	line-height:1.9rem;
}
.about-desc4 .list-unstyled li::before {
	content:'';
	background:url('../img/tick.png');
	background-size: 100%;
	width:15px;
	height:14px; 
	display: inline-block;
	margin-right:12px;
}

/*--contact us--*/
.form input,
.form textarea {
	background:#F7F7F7;
	border:0;
	font-size:15px;
	font-weight: 300;
	padding:22px 30px;
	height:auto;
	border-radius:8px;
}
.form input:focus,
.form textarea:focus {
	background:#f1f1f1;
	outline:none;
	border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form .form-group {
	margin-bottom: 30px
}
/*---subscribe to us ---*/
.subscribe p {
	font-size:18px;
}
.subscribe .section3 {
	position: relative
}
/*--bb page--*/
.bg-bb1 {
	background:url(../img/mini-bb-bg.jpg) no-repeat;
	background-size: 100%;
	padding-top: 19em;
	margin-top: -165px;
	padding-bottom:10em;
}
h1.mini-h1 {
	font-size: 3rem;
    margin-bottom: 2rem;
}
.bg-bb1 p {
	font-size: 19px;
    line-height: 1.8em;
    margin-bottom:3em;
}
.minipage header {
	position:;
	width:100%;
}
.minipage #smallmenu li a {
	font-weight: 400
}
.minipage #smallmenu li a:hover {
	color:#002941 !important;
}	
.minipage header img {
	width:300px;
} 
.appear-scroll {
	display: none
}
.scrolled .appear-scroll {
	display: block
}
.modal .small-menu li a {
	color:#000 !important;
	font-size:19px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	padding: 20px 20px;
}
#smallmenu2 .modal-body {
    padding: 0;
}
#smallmenu2 .modal-content {
    border-radius:0 !important;
}
/*--footer--*/
footer {
	padding-top:170px;
	margin-top:-90px;
	padding-bottom:40px;
}
footer p {
	margin-right:30px;
	font-size:18px;
	line-height:29px;
	color:#fff !important;
}
.footer1 .footer-logo {
	margin-top:-20px;
	margin-bottom:3em;
}
footer .disclaimer {
	font-size: 13px
}



/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-section {
  min-height: 100%;
  position: relative;
  padding: 2em 0;
} 

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

 #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
 #cd-vertical-nav li {
  text-align: right;
}
 #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
 #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
 #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
 #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
  background: #D2DDE2;
  padding:5px 10px;
  border-radius:40px;
}
 #cd-vertical-nav a.is-selected .cd-dot {
  background-color: #76C044;
}
#cd-vertical-nav a.is-selected .cd-label  {
  opacity: 1;
  background: #D2DDE2;
  padding:5px 10px;
  border-radius:40px;
}
 #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #eee;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.cd-dot.top {
	background: transparent !important;
	color:#bbb;
	padding-right:3px;
}
.cd-dot.top::after {
	content:'↑';
}
 #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#cd-vertical-nav ul {
	list-style: none
}
.benefits-fibre {
	
	margin-bottom: 50px
}
.benefits {
	border-top:3px solid #D2DDE2;
	padding:50px 0;
}
.benefits h2 {
	margin-top:0;
}
.benefits p {
	margin-bottom:0;
}
.benefits:last-child {
	border-bottom:3px solid #D2DDE2
}
.comparison-fibre li {
	padding-bottom:20px;
	line-height:1.7em;
}
.comparison-fibre h2 {
	margin-bottom: 30px
}
.comparison-fibre .row {
	margin-left:-50px;
	margin-right:-50px;
}
.comparison-fibre .row [class*=col] {
	padding-left:50px;
	padding-right:50px;
}
.video-testimony {
	text-align:center;
	margin:0 15px;
}
.video-testimony img {
	margin-bottom:15px;
	border:2px solid #fff;
}
.video-testimony a span {
	color:#fff;
}
.video-testimony a:hover {
	text-decoration: none
}
.video-testimony:first-child {
	margin-left:0;
}
.video-testimony:last-child {
	margin-right:0;
}
.featured-testimony {
	background:url(../img/testimony.jpg);
	background-size:cover;
	color:#fff;
}
.fibre-benefit h1 {
	position: relative;
    z-index: 1;
    margin: 0 0 0 30px;
}
.benefits-slide {
	position: relative;
	margin-top:-75px;
}
#benefits-slide ol.carousel-indicators {
	margin: 0 0 20px 30px !important;
}
#benefits-slide .carousel-indicators li {
    background-color: #D2DDE2;
    opacity: 1 !important;
}
#benefits-slide .carousel-indicators li.active {
    background-color: #FFBE00;
    opacity: 1 !important;
}
#benefits-slide .carousel-caption {
	text-align: left !important;
	right:auto;
	left:auto;
	margin:0 30px 30px 30px;
}
#benefits-slide h2 {
	margin: 0 0 20px 0;
}
#benefits-slide p {
	color:#fff;
	font-size:15px;
	line-height:1.7em;
	font-weight: 300;
	width:70%;
	max-width: 100%;
}
@media screen and (min-width:1200px) {
	.minipage .container {
	padding-left:50px;
	padding-right:50px;
	}
}
@media screen and (max-width: 767px) {
	header .navbar {
		padding:10px 25px 25px 25px;
	}
	h1.blue {
    	font-size: 1.8em;
	}
	h2.blue {
		font-size:1.4em;
	}
	.navbar-brand {
		padding-left:15px;
	}
	br {
		display: none
	}
	.breadcrumb-holder {
		margin-top:0;
		margin-bottom:10px;
		padding:17px 0 0 0;
		border-bottom: 1px dashed #eee
	}
	.boxtitle h2 {
		margin-top:0 !important;

	}
	.homeplan-desc img {
		margin:0 auto;
		display: block;
		float:none !important;
	}
	.container.homeplan-sla .row {
		margin-bottom:0 !important;
	}
	.container.homeplan-sla {
		margin-bottom:30px;
	}
	  
	.benefits-fibre h2 {
		text-align: left !important;

	}
	.benefits {
		padding:30px 0;
	}
	.benefits h2 {
		font-size:1.2em !important;
		margin-bottom:20px !important;
	}
	div#topmenu {
	    width: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    margin-top: 105px;
	    background: #76C044;
	    z-index:99999;
	}
	div#topmenu li {
		border-bottom:3px solid rgba(255,255,255,0.15);
	}
	div#topmenu li a{
		padding: 15px;
	    color: #fff;
	    font-weight: 300;
	    text-align: center;
	}
	.searchicon {
		display: none
	}
	.homeplan-desc h2 {
		margin-top:15px !important;
		margin-bottom:25px !important;
	}
	.homeplan-desc {
		margin-bottom:2em;
	}
	.minipage .container {
		padding-left:30px;
		padding-right:30px;
		max-width:90%;
	}
	.minipage header img {
    	width: 166px;
	}
	button.navbar-toggler {
		margin-right:30px;
	}
	#cd-vertical-nav {
		right:20px;
	}
	.pricing-box {
		margin-bottom: 35px
	}
	.home30 .pricing-box {
		margin-top:0;
	}
	.section {
	    padding-top: 2em;
	    padding-bottom: 2em;
	}
	.section3 {
	    padding: 3em;
	}
	.cd-section {
		padding:0;
	}
	button.btn.btn-signup {
	    max-width: 100%;
	    padding: 15px 30px;
	}
	.bg-homepackage.section img {
	    margin-top: 40px;
	    margin-bottom: 30px;
	}
	.homeplan-pricing h2 {
	    margin-bottom: 40px;
	}
	.mb-7 {
	    margin-bottom: 2.7em;
	}
	div#business-package img {
	    margin-top: 0;
	    margin-bottom: 50px;
	}
	div#business-package {
	    border-top: 3px solid #ddd;
	    padding-top: 20px;
	}
	.homeplan-sla img {
	    margin: 0 !important;
	}
	.subscribe.container {
	    margin-top: 0px;
	    padding:0;
	}
	.subscribe br, footer br {
		display: block
	}
	.subscribe h1 {
		margin-bottom:20px !important;
	}
	.subscribe .section3 {
		padding:30px;
	}
	.subscribe  p {
		font-size: 15px !important;
		margin-bottom: 20px !important
	}
	.bg-bb1 {
		padding-bottom:4em;
	}
	#smallmenu2 .modal-dialog {
	    position: relative;
	    width: auto;
	    margin: 3em 2.5rem;
	    pointer-events: none;
	}
	h1.mini-h1 {
		font-size:2.5rem;
	}
	.homeplan-sla .col-md-4 {
	    margin-bottom: 30px;
	}
	footer {
		margin-top:0;
		padding:35px 0;
	}
	.footer1.mb-5  {
		margin-bottom:20px !important;
	}
	.footer2.mb-4 {
		margin-bottom: 0 !important
	}
	footer p {
	    margin-right: 0;
	    font-size: 15px;
	    line-height: 24px;
	    color: #fff !important;
	}
	footer .footer-logo {
		margin:20px 0 !important;
	}
	footer table h5 {
		font-size: 19px !important;
	}
	footer td {
		width:50% !important;
	}

}

@media screen and (max-width:1200px) and (min-width:992px) {
	.bg-bb1 {
	    padding-top: 16em;
	}
	.minipage header img {
		width:150px;
	}
}
@media screen and (max-width:991px) and (min-width:768px) {
	.bg-bb1 {
	    padding-top: 200px;
	}
	h1.mini-h1 {
	    font-size: 45px;
	    margin-bottom: 2rem;
	}
	.bg-bb1 p {
	    font-size: 19px;
	    line-height: 1.8em;
	    margin-bottom: 3em;
	}
	.minipage header img {
		width:100px;
	}
}
@media screen and (max-width:767px) {
	
}
