
/*
Theme Name: fibre
Theme URI: http://
Version: 1.0.0
*/


/* Table of Contents
==================================================
#  Base styles RESET
#  Dancing in the rainbow
#  topHeader
#  Header
#  Slider
#  Banner
#  Content
*/

/* ==========================================================================
   Base styles RESET: opinionated defaults
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance:inherit;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	font-style: italic;
}
blockquote p: before {
	color: rgb(240, 240, 240);
	color: rgba(244, 244, 244, 0.65);
	font-family: "FontAwesome", serif;
	position: absolute;
	line-height: 60px;
	font-size: 100px;
	z-index: -1;
	left: -80px;
	top: 0px;
	content: '\f10d';
}
blockquote p {
	font-size: 24px !important;
}
blockquote: before, blockquote: after, q: before, q: after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   Font Family : Dancing in the rainbow;
   ========================================================================== */
@font-face {
    font-family: 'dancing_in_the_rainbowregular';
    src: url('../fonts/dancing_in_the_rainbow-webfont.woff2') format('woff2'),
         url('../fonts/dancing_in_the_rainbow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('../fonts/AvenirNextLTPro-Bold.html') format('woff2'),
         url('../fonts/AvenirNextLTPro-Bold-2.html') format('woff'),
         url('../fonts/AvenirNextLTPro-Bold-3.html') format('truetype'),
         url('../fonts/AvenirNextLTPro-Bold-4.html#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akrobatblack';
    src: url('../fonts/akrobat-black-webfont.woff2') format('woff2'),
         url('../fonts/akrobat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'akrobatbold';
    src: url('../fonts/akrobat-bold-webfont.woff2') format('woff2'),
         url('../fonts/akrobat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akrobatextrabold';
    src: url('../fonts/akrobat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/akrobat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akrobatextralight';
    src: url('../fonts/akrobat-extralight-webfont.woff2') format('woff2'),
         url('../fonts/akrobat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akrobatlight';
    src: url('../fonts/akrobat-light-webfont.woff2') format('woff2'),
         url('../fonts/akrobat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akrobatregular';
    src: url('akrobat-regular-webfont.html') format('woff2'),
         url('akrobat-regular-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akrobatsemibold';
    src: url('akrobat-semibold-webfont.html') format('woff2'),
         url('akrobat-semibold-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'akrobatthin';
    src: url('akrobat-thin-webfont.html') format('woff2'),
         url('akrobat-thin-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2b2b2b;
    overflow-x: hidden;
  
}

/* ==========================================================================
   topHeader
   ========================================================================== */

   a {
    color: #2b2b2b;
    text-decoration: none;
}
#topHeader{
	background-color:transparent;
	color: #414143;
}

#topHeader .box-top{
   padding:0px;
   position: relative;
}

#topHeader .list-inline {
    list-style: none;
}
#topHeader .list-inline > li{
	border: 1px solid #3e86c5;
	background: #3e86c5;
	position: relative;
	padding: 4px 6px;
}



#topHeader .list-inline > li > a{
	color: #ffffff;
    padding: 4px 4px;
}
#topHeader .list-inline > li > a .fa{
    margin-right: 3px;
	font-size: 16px;
}
#topHeader .list-inline > li:hover{
    background: #00adee;

}
#topHeader .list-inline > li > a:hover,
#topHeader .list-inline > li > a:focus{
    text-decoration: none;
      color: #ffffff;
     padding: 4px 4px;
}


#topHeader .list-inline > li > a i.fa.fa-map-marker {
    margin-right: 10px;
}

#topHeader .list-inline > li + li{
	    margin-left: 9px;
}

#topHeader .list-inline li>a, 
#topHeader .list-inline li>a:focus, 
#topHeader .list-inline li>a:hover{
	background-color: transparent;
}

#topHeader .list-inline .dropdown-menu{
	right: auto;
	left: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#topHeader .list-inline .dropdown-menu > li > a:hover,
#topHeader .list-inline .dropdown-menu > li > a:focus{
	background: #2f2f31;
}

#main-menu .navbar-nav{
	margin-right: 0;
	margin-left: 0;
}

/*#topHeader .list-inline li + li:before{
    content: '';
    background: #454545;
    height: 28px;
    width: 1px;
    position: absolute;
    top: -4px;
   right: 103px;
}*/

/* ==========================================================================
   Header
   ========================================================================== */
   /* .navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
} */
header {
	background: #ffffff;
 	padding: 0px 25px 0px;

}
header .navbar{
	margin-bottom: 0px;
}
header .navbar-default{
	background: #ffffff;
	border:none;
	box-shadow: none;

}
header .navbar-brand {
    float: left;
    padding: 0px;
}
.navbar-brand > img{
	-webkit-transition: height 0.3s; 
	-moz-transition: height 0.3s; 
	-ms-transition: height 0.3s; 
	-o-transition: height 0.3s; 
	transition: height 0.3s;  
	/* "height: 0" not work with css transitions */
	height: 98px;
}
.shrink .navbar-brand > img{
	height: 60px;
}
header .navbar-default .navbar-nav>li>a {
    color: #414143;
}

/*header .navbar-default:before {
    position: absolute;
    left: -30px;
    top: 29px;
    width: 35px;
    height: 79px;
    content: "";
    background: #ffffff;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    z-index: 9;
}

header .navbar-default:after {
    position: absolute;
    right: -30px;
    top: 29px;
    width: 35px;
    height: 79px;
    content: "";
    background: #ffffff;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    z-index: 9;
}

header .navbar-default .navbar-nav>li>a span{
	display: block;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}

.header-bg{
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 30px;
    display: block;
    background: #fff;
}
*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #8dc53e;
}
header .navbar-default .navbar-nav>.open>a, 
header .navbar-default .navbar-nav>.open>a:focus, 
header .navbar-default .navbar-nav>.open>a:hover {
    color: #00adee;
	background: none;
    border: none;
    box-shadow: none;
}
header .dropdown-menu > li > a:hover, header .dropdown-menu > li > a:focus {
    background: #2f2f31;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
}

@media (min-width: 768px){
	header .navbar-right .dropdown-menu {
	    right: auto;
	    left: auto;
	}
}


header .dropdown-menu{
	//background-color: #333;
	left: auto;
	right: 0;
}

header .dropdown-menu>li>a {
    padding: 3px 15px;
	//color: #fff;
	//transition: color 0.3s ease 0s;
}

header .dropdown-menu>li>a:hover,
header .dropdown-menu>li>a:focus{
	//color: #8dc53e;
}

header .caret {
    margin-left: 3px;
}

@media (min-width: 768px){
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #00adee;
    background-color: transparent;
}

@media (min-width: 768px){
.navbar-right {
    float: right!important;
    margin-right: -30px;
}

}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {
   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }


}

header{
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    color:#fff;
    z-index: 1000;
    height: 125px;
   /* overflow: hidden;*/
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    /*line-height:160px*/;
   -webkit-box-shadow: 0 0 7px  rgba(65, 64, 66, 1);
    -moz-box-shadow: 0 0 7px  rgba(65, 64, 66, 1);
    box-shadow: 0 0 7px rgba(65, 64, 66, 1);
}

header.shrink {
    height: 90px;
    z-index: 20;
    -webkit-box-shadow: 0 0 7px  rgba(65, 64, 66, 1);
    -moz-box-shadow: 0 0 7px  rgba(65, 64, 66, 1);
    box-shadow: 0 0 7px rgba(65, 64, 66, 1);

}

@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }

  .navbar.shrink { padding-top: 15px;
    height: 100px; background: #fff;}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-top: 15px;
     -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}
.shrink .navbar-default .navbar-collapse, .shrink .navbar-default .navbar-form{
  padding-top: 0px;
}

 
} 

header .navbar-right .dropdown-menu.dropdown-menu-submenu {
    right: -153px;
    left: auto;
}
/* ==========================================================================
   Slider
   ========================================================================== */
#mainSlider {
	width: 100%;
  margin-top: 125px;
}

#mainSlider .carousel-indicators li{
  /*  border-radius: 0px;*/
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-color:#ffffff;
    margin: 0;
}

#mainSlider .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #8ec53f;
    border-color:#8ec53f;
}
#mainSlider .carousel-inner>.item>a>img, #mainSlider .carousel-inner>.item>img{
	max-width: 100%;
	width: 100%;
}

#mainSlider .carousel-control{
  width: 9%;
}
#mainSlider .carousel-caption {
    right: 0px;
    left: -252px;
    max-width: 1170px;
    top: 35%;
    bottom: 0px;
    width: 100%;
}


/* ==========================================================================
    Banner
   ========================================================================== */
#banner {
   /* width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;*/
     background:url(../img/banner1.html);
    background-size:cover;
    background-repeat: no-repeat;
   /* background-attachment: fixed;*/
    height: 470px;
   background-position: center;
}
#banner  img {
    max-width: 100%;
    width: 100%;
}
#banner svg {
  display: block;
  width: 100%;
  height: 100%;
}
#banner  image {
    max-width: 100%;
    width: 100%;
}

/* ==========================================================================
  Content
   ========================================================================== */
#content{
	padding-top:38px; 
}
.bg-gray{
	background: #d4e2eb;
}

#content .servicelist{
margin-bottom: 64px;
}

#content .whatWeOffer{
    /* width: 1000px; */
    padding-top: 100px;
    background: url(../img/bg-how-it-works.html) no-repeat 174px 40px;
    /* height: 451px; */
    background-size: cover;
    background-position: left;
    position: relative;
	overflow: hidden;
	background-position: -21px -7px;
}

#content .whatWeOffer #heading{
	text-align: center;
}

#content .whatWeOffer #heading h6{
	font-size: 40px;
	font-family: 'dancing_in_the_rainbowregular';
	color: #09b0ef;
	text-align: left;
	margin-left: 4.5em;
}

#content .whatWeOffer #heading h2{
	font-size: 78px;
	 font-family: 'AvenirNextLTPro-Bold';
	 color: #ffffff;
	 text-transform: uppercase;
	 font-weight: bold;
	 text-shadow: 2px 4px 8px #b7c5cf;
}
#content .whatWeOffer .listingOffer{
	/*padding-top: 55px;
    background: url(../img/bg-how-it-works.png) no-repeat 174px 40px;*/
    height: 451px;

}
.listingOffer .list-group{
    box-shadow: none;
}
.listingOffer .list-group a{
  text-decoration: none;
}
#content .whatWeOffer .listingOffer .list-group-item {
    padding: 12px 15px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #09b0ef;
    font-size: 30px;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}

#content .whatWeOffer .listingOffer .list-group-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease-in-out;
  border-radius: 40px;
  left: 0px;
  top: 0px;
}
/* Scale up the box */
#content .whatWeOffer .listingOffer .list-group-item:hover {
  transform: scale(1.2, 1.2);
}

/* Fade in the pseudo-element with the bigger shadow */
#content .whatWeOffer .listingOffer .list-group-item:hover::after {
  opacity: 1;
}
#content .whatWeOffer .listingOffer .list-group-item:first-child span{
	background: #8dc53e;
}
#content .whatWeOffer .listingOffer .list-group-item span{
	border-radius: 50%;
    background: #09b0ef;
    width: 66px;
    height: 66px;
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
    padding-top: 18px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: -1px;
}
#content .whatWeOffer .listingOffer .list-group-item:last-child span{
background: #8dc53e;
}


#orderNow{
	background: #373b3d;
	padding: 5px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	 font-family: 'akrobatextrabold';
	 text-transform:uppercase;
	
	 	border-bottom: 1px solid #12508a;
}
#orderNow  p{
	 border: 2px solid transparent;
}
#orderNow a {
	font-size: 12px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 3px;

}

/* mobile-phone */
#mobile-phone{
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 4px;
    color:#ffffff;
}
#mobile-phone img {
    margin: 0px auto;
    margin-bottom: 1px;
	padding: 0 15px;
}
#mobile-phone h2{
    color: #0E9399;
    margin-bottom: 22px;
    font-size: 45px;
    line-height: 50px;
     font-family: 'Century Gothic', CenturyGothic;   
     font-weight: bolder;
}


#fibre-business {
    overflow: hidden;

    background-size: cover;
    background-position: center top;

    background: #3eb1c5;
    color: #fff;

    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
    background: #3eb1c5;
   /*  background-image: url(../img/bg.png) !important;
   background-position: 0px 0px;
   background-repeat: repeat-x;
   background-attachment: fixed; */
/* animation: animatedBackground 40s linear infinite;*/

}



@keyframes animatedBackground {
     to { background-position: 0 0; }
    from { background-position: 100% 0; }
   
}
#fibre-business h2{
    text-shadow: 2px 4px 8px #151515;
    font-weight: 300; 
    font-size: 47px ;
     font-family: 'Open Sans', sans-serif;
}

#fibre-business h2 strong{
    font-weight: 700; 
}

#fibre-business .btn-default{
    margin-top: 12px;
    font-weight: bold;
    color: #414043;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: #ffffff;
    box-shadow: none;

}


footer{
    background:#414042;
   padding: 75px 0;
}
.footer-logo{
    position: relative;
}

footer h3{
         color: #15bce4;
    margin-bottom: 15px;
    font-size: 20px;
}


footer a {
    color: #b2b2b2;
    text-decoration: none;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
}


footer .contact-info li {
    margin-bottom: 10px;
}

footer .contact-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #ffffff;
}


footer .contact-info .fa-map-marker {
    font-size: 20px;
}

footer .contact-info .fa {
    font-size: 18px;
    margin-right: 10px;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
}

footer .contact-info a {
    color: #fff;
}

.social-links--footer {
    margin-top: 30px;
}


.social-links a {
    display: inline-block;
    color: #fff;
    background-color: #9c9d9f;
    padding: 4px;
    font-size: 18px;
    border-radius: 50%;
    -webkit-transition: background-color .5s ease 0s;
    transition: background-color .5s ease 0s;
}

.social-links a .fa {
    width: 26px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}



.social-links a.social-links__facebook:hover {
    background-color: #3b5998;
}

footer a:hover, footer a:focus {
    color: #fff;
}
.social-links a.social-links__linkedin:hover {
    background-color: #0077b5;
}

.copyright {
    background: #00adee;
    width: 100%;
    border-bottom: 12px solid #414042;
	padding: 9px 0;
}



/*================================
----------Pricing Section---------
================================*/

#Pricing {
  padding-top: 15px;
    background:url(../img/pricing-bkp.html);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
   /* height: 500px;
   background-position: 0px -160px;
  overflow: hidden;*/
  padding-bottom: 28px;
}
#Pricing.innerPrice{
  height: auto;
  padding:  20px 0px;
}
#Pricing .pricebox{
   /* padding:30px;*/
    text-align: center;
   
}
.swiper-container{
  overflow: inherit;
}

#Pricing .pricebox {
   border-left:1px solid #8d98a1;
  /*margin-right: 9.5px !important;*/
}
#Pricing.innerPrice .pricebox {
   border-left:none;
   margin-bottom: 25px;
  /*margin-right: 9.5px !important;*/
}

#Pricing .pricebox:last-child{
    border-right:0;
}
#Pricing .owl-carousel .owl-item img {
    display: block;
    width: auto;
    
}
.pricebox > img:first-child{
	height: 135px;
}
.margin-auto{
  margin:0px auto;
}
#Pricing .pricebox p, 
#Pricing .description{
    color:#dff2ff;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
}
#Pricing .pricebox p{
    margin:10px 0;
    font-weight: 700;
}
#Pricing .pricebox .package-bandwidth{
	font-size: 36px;
}
#Pricing .pricebox h2{
    color:#dff2ff;
    font-size:26px;
    font-family: 'Open Sans', sans-serif;
    padding:20px;
    position: relative;
}
#Pricing .pricebox h2 span{
    color: #dff2ff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: 15px;
  /*  left: 88px;
    right: 0;
    margin: 0 auto;*/
}
.slick-list{
	//overflow: initial;
}
.slick-slide{
  //margin-left: -2px;
}
.pricebox a{
    color:#dff2ff;   
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
hr{
    background:none;
    border-bottom:1px solid #adadad;
    width:40px;
    margin:0 auto;
}
#Pricing  img.dealicon {
    float: right;
    margin-top: -25px;
}

#Pricing  .description{
    margin: 10px auto;
    padding: 4px 63px;
}
#Pricing .pricebox ul{
margin-bottom: 20px;
}

#Pricing .pricebox ul li img{
   margin: 0px auto;
}
.links{ 
	color: #dff2ff; 
}
a.link{
    color:#dff2ff;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-bottom:2px solid #dff2ff;
}
a.link:hover,
a.link:focus{
  text-decoration: none;
  color:#00adee;
}


/*================================
--------Start Work Section--------
================================*/
#work {
    background:url(../img/work.html);
    background-size:cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom:30px;
    background-attachment: fixed;
}
#work h2{
    color:#098eef;
    font-family: 'AvenirNextLTPro-Bold',sans-serif;
    font-size:48px;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
    margin-top:40px;
}
.h3heighlight{
    color:#3ec594;
    font-family: 'AvenirNextLTPro-Bold',sans-serif;
    font-size: 48px;
    font-weight:400;
    text-transform: uppercase;
    font-weight: bolder;
}
.h3light{
    color:#5a5b59;
    font-family: 'AvenirNextLTPro-Bold',sans-serif;
    font-size:50px;
    text-transform: uppercase;
    font-weight: 300;
}
.h3bold{
    color:#5a5b59;
    font-family: 'AvenirNextLTPro-Bold',sans-serif;
    font-size:50px;
    text-transform: uppercase;
    font-weight: 700;
}

.Section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #637275;
}
.Section .row {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
}
.Section-title {
    color: #8d9ba9;
    font-family: 'brandon-grotesque', 'Brandon Grotesque', Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 2.6rem;
    line-height: 1;
    text-transform: uppercase;
}
.Section-title-small {
    display: block;
    font-family: Georgia, 'serif';
    font-style: italic;
    font-weight: normal;
    font-size: 1em;
    text-transform: none;
    margin-bottom: 0;
}
.Section-title-big {
    color: #f53228;
    font-size: 3em;
    display: block;
}
.Section-description {
    padding-left: 100px;
}
.Section-description::before {
    content: '';
    float: left;
    background: #f53228;
    width: 83px;
    margin-left: -100px;
    margin-top: 8px;
    height: 6px;
}
.Carousel {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    margin-bottom: 210px;
}

.Carousel-item {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Carousel-item-title {
    color: #f53228;
    position: absolute;
    top: 0;
    font-family: 'brandon-grotesque', 'Brandon Grotesque', Montserrat, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    width: 100%;
}

.Carousel-item-image {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
#carousel-example-generic{
    margin-top:40px;
}
 #carousel-example-generic .carousel-control.left,#carousel-example-generic .carousel-control.right{
    background: none !important
}

.glyphicon-chevron-left:before{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -30px;
    text-align: center;
    background: #f53228;
    border-radius: 100%;
    color: #fff;
}
.glyphicon-chevron-right:before{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -30px;
    text-align: center;
    background: #f53228;
    border-radius: 100%;
    color: #fff;
}

 #carousel-example-generic .carousel-inner .item{
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    max-width: 1170px;
    height: 300px;
    overflow: hidden;
    margin: 0px auto;
}

#carousel-example-generic .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}

#carousel-example-generic span.glyphicon.glyphicon-chevron-right {
    right: -65px;
}

#carousel-example-generic span.glyphicon.glyphicon-chevron-left {
    left: -65px;
}


.SlantedBg {
    background: #00adee;
    position: absolute;
   bottom: -25px;
    left: 0;
    transform: skew(0, -2deg);
    height: 300px;
    width: 100%;
    z-index: -1;
}
.HowItWorksVideo {
    position: absolute;
    left: -315px;
    margin-top: -124px;
    width: 360px;
    height: 640px;
    width: 415px;
    height: 500px;
    transform-origin: 0 0;
    transform: matrix3d(0.525501563461183, 0.135620352630336, 0, -0.000095447878334, -0.435737681726698, 0.616491649989729, 0, -0.000085088125078, 0, 0, 1, 0, 916, 59, 0, 1);
}


#content #heading h6 {
    font-size: 40px;
    font-family: 'dancing_in_the_rainbowregular';
    color: #09b0ef;
    text-align: left;
    margin-left: 0em;
}
#content #heading h2 {
    font-size: 78px;
    font-family: 'AvenirNextLTPro-Bold',sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 4px 8px #b7c5cf;
}
#content #heading
{
    margin-bottom:20px;
}

/* animation wifi signal */
#circle {
    position:absolute;
    left:0;
    right:0;
    top: 0px;
    bottom: 0px;
    margin:14px auto;
    width:75px;
}
.circle {
    padding:3px;
    border: 4px solid transparent;
        border-radius:400px;
    -webkit-animation: left 1s linear infinite;
    -moz-animation: left 1s linear infinite;
    -o-animation: left 1s linear infinite;
    animation: left 1s linear infinite;
}
    
.one {width:70px;
      height:70px;
       -webkit-animation-delay:.5s;
        margin: 0px -2px;
    }
.two {-webkit-animation-delay:.4s;
    -moz-animation-delay:.4s;
-o-animation-delay:.4s;
animation-delay:.4s;}
.three {-webkit-animation-delay:.3s;
        -moz-animation-delay:.3s;
-o-animation-delay:.3s;
animation-delay:.3s;}
.four {-webkit-animation-delay:.2s;
            -moz-animation-delay:.2s;
-o-animation-delay:.2s;
animation-delay:.2s;}
.five {-webkit-animation-delay:.1s;
                -moz-animation-delay:.1s;
-o-animation-delay:.6s;
animation-delay:.1s;}

@-webkit-keyframes left{
    0% { border-top: 4px solid rgba(0,0,0,0.1);}
    100% {border-top: 4px solid #ffffff;}
}

    @-moz-keyframes left{
    0% { border-top: 4px solid rgba(0,0,0,0.1);}
    100% {border-top: 4px solid #ffffff;}
}
    @-o-keyframes left{
    0% { border-top: 4px solid rgba(0,0,0,0.1);}
    100% {border-top: 4px solid #ffffff;}
}
    @keyframes left{
    0% { border-top: 4px solid rgba(0,0,0,0.1);}
    100% {border-top: 4px solid #ffffff;}
}

/* tv icon animation being */
.ac-animated-svg-icon {
  left: 50%;
  top: 26%;
  transform: translateX(-50%) translateY(-50%);
 /* border: 1px dashed #3F6197;*/
}
/*optional animation on hover toggle button */
.toggle-button {
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: sans-serif;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  border-radius: 10px;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
 /* cursor: pointer;*/
  transition: background-color 0.5s;
  z-index: 1;
}
.toggle-button:hover {
  background-color: rgba(255, 255, 255, 1);
}
.toggle-button.toggle-on {
  /*background-color: rgba(28, 186, 110, 0.5);*/
}
.toggle-button.toggle-on:hover {
  background-color: rgba(28, 186, 110, 1);
}
/*optional ends*/

.ac-animated-svg-icon {
    /*icon - size*/
    width: 90px;
    height: 90px;

    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    /*background-color: #4f79bd;
    cursor: pointer;*/
}
.ac-animated-svg-icon .ac-animated-svg-icon-contents {
    position: absolute;
    /* icon - padding */
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
}
.ac-animated-svg-tv {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.ac-animated-svg-tv .svg-tv {
    padding-top: 20%;
    height: 100%;
    padding-bottom: 4%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.ac-animated-svg-tv .svg-antenna-left {
    position: absolute;
    left: 29%;
    width: 18%;
    top: 0px;
}

.ac-animated-svg-tv .svg-antenna-right {
    position: absolute;
    left: 54%;
    width: 18%;
    top: 0px;
}

.ac-animated-svg-tv .svg-antenna-left, .ac-animated-svg-tv .svg-antenna-right {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.ac-animated-svg-icon:hover .ac-animated-svg-tv .svg-antenna-left, .ac-animated-svg-icon.ac-svg-animated .ac-animated-svg-tv .svg-antenna-left {
    -webkit-animation: acAnimatedSvgIconTVAntennaLeftAnimation 4s linear infinite;
    -moz-animation: acAnimatedSvgIconTVAntennaLeftAnimation 4s linear infinite;
    -ms-animation: acAnimatedSvgIconTVAntennaLeftAnimation 4s linear infinite;
    -o-animation: acAnimatedSvgIconTVAntennaLeftAnimation 4s linear infinite;
    animation: acAnimatedSvgIconTVAntennaLeftAnimation 4s linear infinite;
}

@-webkit-keyframes acAnimatedSvgIconTVAntennaLeftAnimation {
    0% {
        transform: rotateZ(0deg);
    }
    /* 1 */
    1% {
        transform: rotateZ(3deg);
    }
    2% {
        transform: rotateZ(0deg);
    }
    3% {
        transform: rotateZ(-3deg);
    }
    4% {
        transform: rotateZ(0deg);
    }
    /* 2 */
    5% {
        transform: rotateZ(3deg);
    }
    6% {
        transform: rotateZ(0deg);
    }
    7% {
        transform: rotateZ(-3deg);
    }
    8% {
        transform: rotateZ(0deg);
    }
    /* 3 */
    9% {
        transform: rotateZ(3deg);
    }
    10% {
        transform: rotateZ(0deg);
    }
    11% {
        transform: rotateZ(-3deg);
    }
    12% {
        transform: rotateZ(0deg);
    }
}

.ac-animated-svg-icon:hover .ac-animated-svg-tv .svg-antenna-right, .ac-animated-svg-icon.ac-svg-animated .ac-animated-svg-tv .svg-antenna-right {
    -webkit-animation: acAnimatedSvgIconTVAntennaRightAnimation 4s linear infinite;
    -moz-animation: acAnimatedSvgIconTVAntennaRightAnimation 4s linear infinite;
    -ms-animation: acAnimatedSvgIconTVAntennaRightAnimation 4s linear infinite;
    -o-animation: acAnimatedSvgIconTVAntennaRightAnimation 4s linear infinite;
    animation: acAnimatedSvgIconTVAntennaRightAnimation 4s linear infinite;
}

@-webkit-keyframes acAnimatedSvgIconTVAntennaRightAnimation {
    0% {
        transform: rotateZ(0deg);
    }
    /* 1 */
    2% {
        transform: rotateZ(3deg);
    }
    3% {
        transform: rotateZ(0deg);
    }
    4% {
        transform: rotateZ(-3deg);
    }
    5% {
        transform: rotateZ(0deg);
    }
    /* 2 */
    6% {
        transform: rotateZ(3deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    8% {
        transform: rotateZ(-3deg);
    }
    9% {
        transform: rotateZ(0deg);
    }
    /* 3 */
    10% {
        transform: rotateZ(3deg);
    }
    11% {
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-3deg);
    }
    13% {
        transform: rotateZ(0deg);
    }
}

.ac-animated-svg-tv .svg-line-top {
    position: absolute;
    left: 50%;
    width: 35%;
    top: 0px;
    transform: translateX(-50%);
}

.ac-animated-svg-icon:hover .ac-animated-svg-tv .svg-line-top, .ac-animated-svg-icon.ac-svg-animated .ac-animated-svg-tv .svg-line-top {
    -webkit-animation: acAnimatedSvgIconTVLineTopAnimation 4s linear infinite;
    -moz-animation: acAnimatedSvgIconTVLineTopAnimation 4s linear infinite;
    -ms-animation: acAnimatedSvgIconTVLineTopAnimation 4s linear infinite;
    -o-animation: acAnimatedSvgIconTVLineTopAnimation 4s linear infinite;
    animation: acAnimatedSvgIconTVLineTopAnimation 4s linear infinite;
}

@-webkit-keyframes acAnimatedSvgIconTVLineTopAnimation {
    0% {
        opacity: 0;
    }
    14% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    22% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
}

.ac-animated-svg-tv .svg-line-bottom {
    position: absolute;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
}

.ac-animated-svg-tv .svg-line-bottom-1 {
    top: 47%;
}

.ac-animated-svg-tv .svg-line-bottom-2 {
    top: 57%;
}

.ac-animated-svg-tv .svg-line-bottom-3 {
    top: 67%;
}

.ac-animated-svg-icon:hover .ac-animated-svg-tv .svg-line-bottom, .ac-animated-svg-icon.ac-svg-animated .ac-animated-svg-tv .svg-line-bottom {
    -webkit-animation: acAnimatedSvgIconTVLineBottomAnimation 4s linear infinite;
    -moz-animation: acAnimatedSvgIconTVLineBottomAnimation 4s linear infinite;
    -ms-animation: acAnimatedSvgIconTVLineBottomAnimation 4s linear infinite;
    -o-animation: acAnimatedSvgIconTVLineBottomAnimation 4s linear infinite;
    animation: acAnimatedSvgIconTVLineBottomAnimation 4s linear infinite;
}

@-webkit-keyframes acAnimatedSvgIconTVLineBottomAnimation {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    22% {
        opacity: 1;
    }
    24% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
}

.ac-animated-svg-tv .svg-shadow {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    display: none;
}
.ac-animated-svg-icon.ac-svg-shadow .ac-animated-svg-tv .svg-shadow {
    display: block;
}
/* tv icon animation end*/

/* phone icon animation being */
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width: 120px;
    height: 120px;
    top: -25px;
    left: -25px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#8dc53e;
    border-color:#8dc53e;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#8dc53e;
    border-color:#8dc53e;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top: -15px;
    left: -15px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:0px;
    left:0px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#8dc53e;
    background-color:#8dc53e;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#8dc53e;
    background-color:#8dc53e;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
/* phone icon animation end */




/* pages styling */

.section-content-2 {
    padding: 75px 0px;
}
.breadcrumb > li + li:before {
  color: #ffffff !important;
  content: ">" !important;
  padding: 0 13px !important;
}

.apus-breadscrumb {
 background: #010713;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  margin-top: 125px;
  width: 100%;
 min-height: 80px;
}
.apus-breadscrumb .breadcrumb {
  background: transparent;
  float: right;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  position: relative;
    top: 5px;
}
.apus-breadscrumb .breadcrumb > .active {
  color: #8dc53e;
}
.apus-breadscrumb .breadcrumb li {
  color: #cccccc;
}
.apus-breadscrumb .breadcrumb a {
  color: #cccccc;
}
.apus-breadscrumb .breadcrumb a:hover, .apus-breadscrumb .breadcrumb a:active {
  color: #8dc53e;
}
.apus-breadscrumb .wrapper-breads {
    padding: 40px 0;
  position: relative;
}
.apus-breadscrumb .breadscrumb-inner {
  position: absolute;
  overflow: hidden;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.apus-breadscrumb .bread-title {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
  float: left;
}
.apus-breadscrumb {
    background-image: url(../img/bg.html) !important;
}

.faq-breadscrumb {
    background-image: url(../img/bg.html) !important;
}
.packages-breadscrumb {
    background-image: url(../img/bg.html) !important;
}

.contact-breadscrumb {
    background-image: url(../img/bg.html) !important;
}
.login-breadscrumb{
    background-image: url(../img/bg.html) !important;
}
.internet-section{
  background-image: url(../img/bg-3.html) !important;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.tv-section{
   background-image: url(../img/bg-2.html) !important;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color:#fff;
}

.telephone-section{
   background-image: url(../img/bg-4.html) !important;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color:#fff;
}

.telephone-section .section-header h2, .telephone-section p, .tv-section .section-header h2, .tv-section p{
 color:#fff;
}

#pages{
    margin-top: 33px;
    margin-bottom: 33px;
}

#pages h1 {
    
   font-family: 'Calibri';

    color: #575153;

    font-weight: 500;

    margin-bottom: 10px;

    margin-top: 0px;

}

#pages h2 {
    
    font-weight: bold;
        font-family: 'Calibri';
    color: #575153;

    font-size: 18px;

    text-transform: uppercase;

    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;

}

#pages p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
        font-family: 'Calibri';
}

/* Package Style 1
-------------------------------------------------------------------- */

table.at-intenet-package{border: 0;}
.at-intenet-package {
    border: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.at-intenet-package thead th {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 0 20px;
    border-left: 1px solid #dddddd;
}
.at-intenet-package thead th:first-child { border: 0;}
.at-intenet-package thead th.at-int-intro { padding: 20px 0;}
.at-int-intro span { font-size: 2em;color: #777777; line-height:1; vertical-align: middle; font-weight: bold;}
#pack tbody tr:nth-child(even) {
    background-color: #e4ebef;
}
#pack tbody tr:nth-child(odd) {
   background-color:#ffffff;
}

.at-intenet-package tbody td {
    border:1px solid #dddddd;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    vertical-align: top;
}
.at-int-speedname {width: 24%;}
.at-int-dl1, .at-int-dl2, .at-int-dl3 {width: 11%;}
.at-int-price {width: 24%;}
.at-int-check {width: 19%;}

.at-int-speedname>h2 {
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
    color: #323232;
    font-weight:700;
}
.at-int-speedname>h2>span { font-weight:400; }
.at-int-speedname>ul { margin: 0 0 5px 0; color:#777; padding: 0;}
.at-int-speedname>ul>li { font-size: 12px; margin: 0 0 0 15px}

.at-int-dl1, .at-int-dl2, .at-int-dl3, .at-int-check {
    text-align: center;
    vertical-align: middle !important;
}
.at-int-dl1>h2, .at-int-dl2>h2, .at-int-dl3>h2, .at-int-price>h2 {
    font-size: 36px !important;
    line-height: 1 !important;
    font-weight: 600;
    color: #0077DB;
    margin: auto !important;
}
.at-int-dl1>h2>span, .at-int-dl2>h2>span, .at-int-dl3>h2>span {
    font-size: 60%;
    font-weight: 300;margin-left: 5px;
}
.at-int-dl1 .todownload, .at-int-dl2 .todownload, .at-int-dl3 .todownload {
    font-size: 12px;
    color: #777;
}
.at-int-price { vertical-align: middle !important;}
.at-int-price>h2 { color: #323232; margin-bottom: 10px; }
.at-int-price>h2>span {font-weight: 400; font-size: 30px;}
.at-int-price>h2>span.per-month {font-size: 16px; color: #777; }
.at-int-price {color: #777; font-size:12px !important; }
.at-int-price>span.check-info {display: block }



/* faq */

.contact-item {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    padding-top: 45px;
    padding-bottom: 25px;
    transition: .3s all ease-in-out;
}
.contact-item:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
.get-in-touch-section .section-content-2 {
    padding-bottom: 0;
}
.left-img-faq {
    float: left;
    margin-right: 30px;
}
#commentform input {
    height: 50px;
}
.ques-form-head h2 {
    color: #fff;
}
.ques-form {
    background-color: #8dc53e;
    padding: 30px;
    position: relative;
}
#faq-blog #commentform textarea, #faq-blog #commentform input:not(.btn){
    background: #7aa938 !important;
}
.ques-form #commentform input.btn {
    background-color: #fff;
    color: #8dc53e;
}
.ques-form #commentform input.btn:hover {
    background-color: #fff;
}
#faq-blog #commentform textarea::-webkit-input-placeholder,
#faq-blog #commentform input::-webkit-input-placeholder { 
    color: #fff;
}
.ques-form:after {
    position: absolute;
    content: '';
    border-left: 0px solid transparent;
    border-right: 55px solid transparent;
    border-top: 55px solid #8dc53e;
    bottom: -55px;
    z-index: 1;
    right: 16px;
}
.pricing-plan-content .content-button  a:hover {
    background-color: #8dc53e;
    border:none;
}
.padding-bottom-25 {
    padding-bottom: 25px !important;
}
.ques-form-head h2 {
    color: #fff;
}
#commentform {
    position: relative;
}

#commentform textarea, #commentform input:not(.btn) {
    width: 100%;
    max-width: 100%;
    background: #fafafa;
    border: none;
    margin: 0 0 15px;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-style: italic;
    color: #222222;
}

#commentform input {
    height: 50px;
}

#faq-blog #commentform textarea, #faq-blog #commentform input:not(.btn) {
    background: #7aa938 !important;
}

#commentform textarea, #commentform input:not(.btn) {
    width: 100%;
    max-width: 100%;
    background: #fafafa;
    border: none;
    margin: 0 0 15px;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-style: italic;
    color: #222222;
}

#commentform textarea {
    max-height: 170px;
    padding-top: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 0 0 30px;
}

#faq-blog #commentform textarea, #faq-blog #commentform input:not(.btn) {
    background: #7aa938 !important;
}



#commentform input.btn {
    background: #8dc53e;
    color: #ffffff;
    border: none;
    padding: 10px 55px;
    text-align: center;
    display: block;
}

#commentform input {
    height: 50px;
}

.ques-form #commentform input.btn {
    background-color: #fff;
    color: #8dc53e;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.sidebar-category {
    display: table;
}



.widget, .apus-footer p {
    margin: 0;
}

.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px;
    padding: 0;
    text-transform: uppercase;
    color: #222222;
    position: relative;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.5px;
}

.widget .widget-title > span, .widget .widgettitle > span, .widget .widget-heading > span {
    font-weight: 700;
    text-transform: uppercase;
}
.widget .widget-title:after {
    content: "";
    background: url(../img/line-2.html) no-repeat;
    width: 53px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.widget_categories ul, .widget_archive ul {
    padding: 0;
    list-style: none;
}
.widget_categories ul > li, .widget_archive ul > li {
    line-height: 35px;
    font-size: 16px;
}
.widget_categories ul > li:before, .widget_archive ul > li:before {
    content: "\e914";
    font-family: "monia";
    padding-right: 20px;
    vertical-align: middle;
}

.widget_categories ul > li a, .widget_archive ul > li a {
    color: #666666;
}
.widget {
    margin-bottom: 30px;
    position: relative;
    padding: 0px;
    background: transparent;
    clear: both;
}

.posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post {
    padding: 40px 0;
    margin: 0;
    border-bottom: 1px dashed #e1e1e1;
}
.blog-page-side-bar .post, #faq-blog .post {
    padding: 25px 0 15px;
}
.post .entry-content {
    padding: 0px 5px;
    background: #ffffff;
}
.posts-list li .entry-content {
    background: transparent;
    padding: 0;
}

@media (min-width: 992px){
.posts-list .media-left {
    padding-right: 30px;
}
}
.posts-list .entry-thumb {
    width: 70px;
    max-width: 100%;
}
.blog-page-side-bar .post-list .entry-title, .style-chess .entry-title, #faq-blog .post-list .entry-title, .style-chess .entry-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
.posts-list .entry-meta {
    padding: 0;
}
.posts-list .entry-create {
    font-size: 13px;
}

.entry-create > * {
    margin-right: 2px;
}
.entry-meta .fa, .entry-meta .icon {
    margin-right: 8px;
}
.margin-left-30 {
    margin-left: 30px !important;
}


.kc-title-wrap .title-wrapper {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 15px 0;
}

.kc-title-wrap.left.dark .title-wrapper {
    background-position: 0 0 !important;
    padding: 0px 0px;
}
.kc-title-wrap.dark .kc_title {
    color: #8dc53e;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.kc-title-wrap .title-wrapper .kc_title {
    margin: 0;
}
.kc-title-wrap.left.dark .kc_title {
    text-align: left;
    padding: 10px 0;
}
.kc-title-wrap.dark .kc_title span {
    color: #222222;
}

@media (min-width: 768px){
    .kc-title-wrap.dark .kc_title:after {
    content: "";
    background: url(../img/line-right-dark.html) no-repeat;
    width: 90px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.kc-title-wrap.left.dark .kc_title:after {
content: "";
background: url(../img/line-right-dark.html) no-repeat;
width: 90px;
height: 25px;
display: inline-block;
vertical-align: middle;
margin-right: 30px;}

}

.padding-top-35 {
    padding-top: 35px !important;
}

.search-form .form-control {
    border: none;
    -webkit-border-bottom-left-radius: 50px !important;
    -moz-border-radius-bottomleft: 50px !important;
    border-bottom-left-radius: 50px !important;
    -webkit-border-top-left-radius: 50px !important;
    -moz-border-radius-top: 50px !important;
    border-top-left-radius: 50px !important;
    height: 52px;
    background: rgba(255, 255, 255, 0.051);
    font-style: italic;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e1e1;
    color: #fff;
}

.search-form .btn {
    line-height: 1;
    padding: 17px 24px;
    color: #ffffff;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-top: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: 0 !important;
    background-color: #8dc53e;
    -webkit-border-bottom-right-radius: 50px !important;
    -moz-border-radius-bottomright: 50px !important;
    border-bottom-right-radius: 50px !important;
    -webkit-border-top-right-radius: 50px !important;
    -moz-border-radius-top: 50px !important;
    border-top-right-radius: 50px !important;
}
.acc-container {
    /* width: 90%; */
    margin: 35px auto 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.acc-btn {
    width: 100%;
    margin: 0 auto;
    padding: 10px 25px;
    cursor: pointer;
}
.acc-btn h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    padding: 13px 30px;
    color: #222222;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.acc-content {
    height: 0px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.acc-content-inner {
    padding: 25px;
}
.faq-content .tab-content {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
    display: inline-block;
}
.faq-content .tab-content ul {
    padding-top: 25px;
}
.faq-content .tab-content li {
    margin-bottom: 10px;
}
.faq-content .tab-content li i {
    color: #8dc53e;
    margin-right: 10px;
}
.open {
    height: auto;
}

#pages h3{

    color:#575153;

    font-size: 18px;

    text-transform: uppercase;
    
        font-family: 'Calibri';
    
           font-weight: bold;
    

}
#pages p strong {
        font-family: 'Calibri';
    color: #575153;
}

#pages p b {
        font-family: 'Calibri';
    color: #575153;
}

#pages .social-media{

    margin-top: 50px;

}

#pages .social-media li{

    width: 30px;

    height: 30px;

    background: #727272;

    border-radius: 50px;

    text-align: center;


}


#pages .social-media li + li{

    margin-left: 13px;

}

#pages .social-media li a{

    color: #ffffff;

}

#pages .social-media li a i{

    line-height: 30px;

}



#pages .list-unstyled li a{

    color: #8e8c8c;

    line-height: 32px;

}



#pages .list-unstyled li a i{

    margin-right: 10px;

}



#pages .contact-form h3{

    color:#575153;

    font-size: 18px;

    text-transform: uppercase;

    font-weight: bold;

    margin-top: 20px;
    
    margin-bottom: 10px;
    
        font-family: 'Calibri';

}



#pages .contact-form .form-control{

    border-radius: 0px;

    border:1px solid #8dc53e;

    margin-bottom: 11px;

    height: 44px;

}



#pages  iframe {

    width:100%;

    border:0;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */

   

}



#pages .contact-form textarea.form-control{

    height: 184px;

    margin-bottom: 15px;
    
/*    margin-left: 15px;*/


}

/*
#pages .contact-form .btn-outline{

    height: 55px;

}
*/
#pages .contact-form .btn-outline{
    
        font-family: 'Calibri';

    background: #8dc53e;

    border: 1px solid #8dc53e;

    border-radius: 0px;

    text-transform: uppercase;

    color: #fff;
    
    position: relative;
    
    right: -8px;
    
    width: 86.27px;
    
    height: 32px;

}

#pages .contact-form .btn-outline:hover{

    border: 1px solid #1b75bc;

    background: #1b75bc;

    border-radius: 0px;

    color: #ffffff;



}


.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.login{
    margin-bottom: 41px;
    margin-top: 40px;
}
.login hr{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}


.btn-outline{
    
        font-family: 'Calibri';

    background: #8dc53e;

    border: 1px solid #8dc53e;

    border-radius: 0px;

    text-transform: uppercase;

    color: #fff;
    
    position: relative;
    
    right: -8px;
    


}

.btn-outline:hover{

    border: 1px solid #1b75bc;

    background: #1b75bc;

    border-radius: 0px;

    color: #ffffff;



}



.socialBoxRight {
     position: fixed;
    right: 0px;
    display: block;
    z-index: 9999;
    color: #fff;
    width: 4%;
    height: 202px;
    top: 40%;
}

.socialBoxRight li{
  z-index: 99999999;
}



.about-section {
    position: relative;
}
.section-padding {
    padding: 70px 0;
}
.section-padding-one {
    padding: 20px 0;
}
.pricing-section .section-padding-one .section-header p{
    padding: 15px 0 0px;
}
.page-header {
    margin: 0;
    padding: 0;
    border-bottom: none;
    position: relative;
}

.section-header h2 {
    color: #333333;
    font-family: "Raleway","Helvetica Neue",sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px;
}
.section-header h2 span {
    color: #00adee;
}


.section-header samp.line {
    background: #8dc53e none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin-bottom: 10px;
    width: 50px;
}

.section-header samp.line {
    background: #8dc53e;
}

.m-t-20 {
    margin-top: 20px;
}

.about-section p {
    margin-bottom: 30px;
    line-height: 24px;
}

.btn-theme {
    color: #fff;
    background: #3e86c5;
    border: 1px solid transparent;
    padding: 10px 20px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: relative;
    font-family: Open Sans;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-rem{
  border: 1px solid #00adee;
    background: #00adee;
    color: #ffffff
}


.about-section .btn {
    margin-right: 20px !important;
}


.theme-yellow {
    background: #ffea01;
    color: #000;
}

.about-section .btn {
    margin-right: 20px !important;
}

.about-list .item:last-child img {
    margin-top: -20px;
}

#testimonial {
    background: #00adee  url(../img/bg.html) no-repeat scroll center center / cover;
        background-attachment: fixed;
     color:#ffffff;
}

.heading{
  text-align: center;
    color:#ffffff;
}

.heading h2{
  letter-spacing: -0.6px;
  line-height: 1.2em;
  font-size: 2.6em;
}
.heading p{
    font-size: 1.6em;
    line-height: 1.2em;
        margin-top: 0.45em;
}


.callout-wrapper {
    padding: 15px 0 0px;
    width: 100%;
    text-align: center;
}

.single-service {
    width: 100%;
    display: inline-block;
    margin: 40px 0 0;
    padding: 0 20px;
}


.shadow::before {
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 5%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  width: 90%;
  z-index: -1;
}
.shadow {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}
.single-service:hover .shadow, .single-service:focus .shadow, .single-service:active .shadow {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);/* move the element up by 5px */
}
.single-service:hover .shadow:before, .single-service:focus shadow:before, .single-service:active .shadow:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.single-service {
  width: 100%;
  display: inline-block;
  margin: 40px 0 0;
  padding: 0 20px
}
.single-service h4 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
}
.single-service p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.single-service a {
  font-weight: 300;
   color:#ffffff;
}
.single-service a:hover, .single-service :hover a {
   color:#ffffff;
}

.contact-section{
  color:#656565;
}
.contact-section .page-header{
  margin: 0px 0px 15px;
}
.contact-section .section-header .sm-title{
  color:#e84c3d;
}
.contact-form{
  margin-top: 15px;
}
.contact-form .col-sm-6{
  padding-right:0px;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .col-sm-6 input{
  border-right:0px;
}
.contact-form .col-sm-5{
  padding-left:0px;
}
.contact-form input, .contact-form  textarea{
 background:none;
 border:1px solid #e4e3e7;
 border-radius:0px;
 box-shadow:none;
 padding:10px 15px ;
 font-size:16px;
 color:#656565;
 background:#fff;
 border-radius: 0;

 }
#contact .success, 
#contact .error {
  margin-bottom: 8px;
}
#contact .success .fa, 
#contact .error .fa {
  font-size: 18px;
  margin-right: 5px;
}
.contact-form input{
  height:50px;
}
.contact-detail ul {
  padding: 0px;
}

.contact-detail h6{
  margin-bottom: 15px;
  color: #454545 ;
  font-size: 18px;
  font-weight: 600;
}
.contact-detail h3{
  margin-bottom: 20px;
  font-weight: 700;
  color:#454545;
}
.contact-detail ul li{
  list-style-type: none;
  margin-bottom: 30px;
}
.contact-detail li p {
  padding-left: 35px;
  padding-top: 5px;
  position: relative;
  margin: 0 0 10px
}
.contact-detail li p a{
  color: #656565;
}
.contact-detail li p i{
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 0;
  border: 1px solid #3e86c5 ;
  padding: 5px;
  text-align: center;
  width: 25px;
  color: #3e86c5 ;
}
.contact-form .btn{
  padding: 0 40px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  height: 50px;
  line-height: 50px;
}
.contact-form .form-control::-moz-placeholder{
  color:#666;
  opacity:1; 
  font-size: 13px;
}
.contact-form .form-control:-ms-input-placeholder{
  color:#666; 
  font-size: 13px;
}
.contact-form .form-control::-webkit-input-placeholder{
  color:#666; 
  font-size: 13px;
}

.help-block.with-errors{
  margin:5px 0px 0px;
}
.help-block.with-errors .list-unstyled li{
  font-size: 11px;
  font-style: italic;
}
.contact-form .form-group.has-danger {
    margin-bottom: 10px;
}

/*get fibre */
/*
#get-fibre .checkout-wrapper{padding-top: 40px; padding-bottom:40px; background-color: #fafbfa;}
#get-fibre .checkout{    background-color: #fff;
    border:1px solid #eaefe9;
     
    font-size: 14px;}
#get-fibre .row{
        margin:0px;
    }
#get-fibre .panel{margin-bottom: 0px;}
#get-fibre .checkout-step {
     
    border-top: 1px solid #f2f2f2;
    color: #666;
    font-size: 14px;
    padding: 5px;
    position: relative;
}
#get-fibre .checkout-step-title a{
    color:#fff;
}
#get-fibre .checkout-step-head{
    background-color:#00adee;
    padding:6px;
    height:44px;
}
#get-fibre .checkout-step-number {
   background:#8dc53e;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    margin-right: 26px;
    text-align: center;
    width: 32px;
    padding:3px;
    color:#fff;
    transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}
#get-fibre .checkout-step-number:hover{
   transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#get-fibre .checkout-step-head:hover .checkout-step-number{
   transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#get-fibre .checkout-step-title{ font-size: 18px;
    font-weight: 500;
    vertical-align: middle;display: inline-block; margin: 0px;
     }
#get-fibre .checkout-next{
    margin:10px;
    text-align: right;
    font-size:17px;
}
 
#get-fibre .checout-address-step{}
#get-fibre .checout-address-step .form-group{margin-bottom: 18px;
    width: 100%;}

#get-fibre .checkout-step-body{padding-left: 0px; padding-top: 30px;}

#get-fibre .checkout-step-active{display: block;}
#get-fibre .checkout-step-disabled{display: none;}

#get-fibre .checkout-login{}
#get-fibre .login-phone{display: inline-block;}
#get-fibre .login-phone:after {
    font-size: 14px;
    left: 36px;
}
#get-fibre .login-phone:before {
    content: "";
    font-style: normal;
    color: #333;
    font-size: 18px;
    left: 12px;
        display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#get-fibre .login-phone:after, #get-fibre .login-phone:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#get-fibre .login-phone .form-control {
    padding-left: 68px;
    font-size: 14px;
    
}
#get-fibre .checkout-login .btn{height: 42px;     line-height: 1.8;}
 
#get-fibre .otp-verifaction{margin-top: 30px;}
#get-fibre .checkout-sidebar{background-color: #fff;
    border:1px solid #eaefe9; padding: 30px; margin-bottom: 30px;}
#get-fibre .checkout-sidebar-merchant-box{background-color: #fff;
    border:1px solid #eaefe9; margin-bottom: 30px;}
#get-fibre .checkout-total{border-bottom: 1px solid #eaefe9; padding-bottom: 10px;margin-bottom: 10px; }
#get-fibre .checkout-invoice{display: inline-block;
    width: 100%;}
#get-fibre .checout-invoice-title{    float: left; color: #30322f;}
#get-fibre .checout-invoice-price{    float: right; color: #30322f;}
#get-fibre .checkout-charges{display: inline-block;
    width: 100%;}
#get-fibre .checout-charges-title{float: left; }
#get-fibre .checout-charges-price{float: right;}
#get-fibre .charges-free{color: #43b02a; font-weight: 600;}
#get-fibre .checkout-payable{display: inline-block;
    width: 100%; color: #333;}
#get-fibre .checkout-payable-title{float: left; }
#get-fibre .checkout-payable-price{float: right;}

#get-fibre .checkout-cart-merchant-box{ padding: 20px;display: inline-block;width: 100%; border-bottom: 1px solid #eaefe9;
 padding-bottom: 20px; }
#get-fibre .checkout-cart-merchant-name{color: #30322f; float: left;}
#get-fibre .checkout-cart-merchant-item{ float: right; color: #30322f; }
#get-fibre .checkout-cart-products{}

#get-fibre .checkout-cart-products .checkout-charges{ padding: 10px 20px;
    color: #333;}
#get-fibre .checkout-cart-item{ border-bottom: 1px solid #eaefe9;
    box-sizing: border-box;
    display: table;
    font-size: 12px;
    padding: 22px 20px;
    width: 100%;}
 #get-fibre .checkout-item-list{}
#get-fibre .checkout-item-count{ float: left; }
#get-fibre .checkout-item-img{width: 60px; float: left;}
#get-fibre .checkout-item-name-box{ float: left; }
#get-fibre .checkout-item-title{ color: #30322f; font-size: 14px;  }
#get-fibre .checkout-item-unit{  }
#get-fibre .checkout-item-price{float: right;color: #30322f; font-size: 14px; font-weight: 600;}


#get-fibre .checkout-viewmore-btn{padding: 10px; text-align: center;}

#get-fibre .header-checkout-item{text-align: right; padding-top: 20px;}
#get-fibre .checkout-promise-item {
    background-repeat: no-repeat;
    background-size: 14px;
    display: inline-block;
    margin-left: 20px;
    padding-left: 24px;
    color: #30322f;
}
#get-fibre .checkout-promise-item i{padding-right: 10px;color: #43b02a;}
#get-fibre .disabled {
   pointer-events: none;
   cursor: default;
}
#get-fibre label{
    display:block;
    font-weight: 400;
}

#get-fibre .address{
    background-color:#e5e5e5;
    padding:15px;
    border-radius:2px;
    margin:5px;
}
#get-fibre .list-group-item{
    background-color:#e5e5e5;
    border:none;
    padding:0px;
    margin-top:4px;
}





#get-fibre select.form-control {
    width: 100% !important;
    padding-right: 20px;
}


#get-fibre  input, #get-fibre  textarea{
    background: none;
    border: 1px solid #e4e3e7;
    border-radius: 0px;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #656565;
    background: #fff;
    border-radius: 0;
}

#get-fibre  select {
   background: none;
    border: 1px solid #e4e3e7;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 14px;
    color: #656565;
    background: #fff;
    border-radius: 0;
}

#get-fibre  .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#get-fibre input#send_sms_code, #get-fibre input#verify {
    background: #00adee;
    color: #fff;
    height: 34px;
    padding: 5px 15px;
}
#get-fibre .btn-theme {
    color: #fff;
    background: #8dc53e;
    border: 1px solid transparent;
    padding: 10px 20px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: relative;
    font-family: Open Sans;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
*/

/* network availability */
.section-header .h-light {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.section-header .h-bold {
    color: #333333;
    font-size: 35px;
    font-weight: 700;
}

.section-header h1 span {
    color: #0181EC;
}

.section-header span.line {
    background: #00519d;
    display: block;
    height: 5px;
    margin: 0 auto;
    position: relative;
    width: 50px;
    z-index: 2;
}
.section-header span.line::before {
    border-bottom: 1px solid #00519d;
    content: " ";
    position: absolute;
    top: 2px;
    left: -50px;
    width: 150px;
    z-index: 1;
}
.pricing-section .section-header p {
    font-size: 15px;
    line-height: 25px;
    padding: 15px 0;
}

.m-t-40 {
    margin-top: 40px;
}

.pricing-section .section-header p {
  font-size: 15px;
  line-height: 25px;
  padding: 15px 0;
}
.price-list .price-block {
    padding-bottom: 60px;
}
.price-list .price-block .entry {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    text-align: center;
}
.price-list .price-block .top {
    background: #0181EC  none repeat scroll 0 0;
    border-left: 10px solid #0181EC ;
    padding: 30px 20px;
}
.price-list .price-block .middle {
    border-left: 10px solid #0181EC ;
}
.price-list .price-block .icon {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto -40px auto;
    display: block;
}
.price-list .price-block .top .title {
    color: #fff;
    font-family: 'raleway', sans-serif, Arial;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}
.price-list .price-block .top .line {
    background-color: #ffea01;
    height: 2px;
    margin: 2% auto 5%;
    width: 70px;
}
.price-list .price-block .top .text {
    font-size: 14px;
    line-height: 22px;
    color: #f5f5f5;
}
.price-list .price-block .price {
  border-left: 10px solid #0181EC ;
  padding: 30px 20px;
  -webkit-transform: skew(20deg); 
  -moz-transform: skew(20deg); 
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
.price-list .price-block .price .price-base {
  color: #0181EC;
  font-family: raleway;
  font-size: 35px;
  line-height: 30px;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg); 
  -moz-transform: skew(-20deg); 
  -o-transform: skew(-20deg);
}
.price-list .price-block .price b {
    font-family: 'raleway', sans-serif, Arial;
    font-weight: 700;
}
.price-list .price-block .price span {
    font-size: 20px;
    font-family: 'raleway', sans-serif, Arial;
    font-weight: 300;
}
.price-list .price-block .bottom {
    border-left: 10px solid #0181EC ;
    padding: 30px 20px;
    border-bottom: 10px solid #0181EC ;
    border-right: 10px solid #0181EC ;
}
.price-list .block:nth-child(2n) .price-block .bottom {
    background: #fff;
}
.price-list .price-block .bottom {
    background: #f9f9f9;
}

.price-list .price-block .middle div {
    font-size: 14px;
    line-height: 18px;
    color: #6a7483;
    text-align: center;
    padding: 11px 5px;
}
.price-list .price-block .middle div {
    background: #fff;
}
.price-list .price-block .middle div:nth-child(2n) {
    background: #f0f0f0;
}
.price-list .block:nth-child(2n).type-2 .price-block .middle div {
    background: #faf9f9;
}
.price-list .block:nth-child(2n).type-2 .price-block .middle div:nth-child(2n) {
    background: #f0f0f0;
}
.price-list .line-through {
    color: #c6cad2;
    position: relative;
}
.price-list .line-through:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #ff6c3a;
    left: 0;
    top: 50%;
}
.price-list .price-block .active .top,
.price-list .price-block .active .price,
.price-list .price-block .active .bottom,
.price-list .price-block .active .middle{
  border-color: #ffea01;
}
.price-list .price-block .active .top{
  background:  #ffea01;
}
.price-list .price-block .active .top .text{
  color: #000;
}
.price-list .price-block .active .top .line {
  background-color: #000;
}

/*====== FORM VALDATION STYLES Starts Here =======*/
.has-error input,
.has-error select{ border-bottom-color: #a94442 !important; color: #a94442 !important; }
.has-error + .help-block,
.error-message{ color: #a94442; }
.error-message{ font-size: 14px; display: inline-block; margin-top: 10px; }
/*====== FORM VALDATION STYLES Ends Here =======*/

/*====== GET fibre FORM NEW DESIGN ======*/
#get-fibre {
	text-align: center;
}
#get-fibre .type-detail .question{
    margin: 0 0 10px;
    color: #808080;
	display: none;
    font-size: 1.54vw;
  }
#get-fibre .type-detail .question:first-child {
    display: block;
}

#get-fibre .type-detail div {
    display: inline-block;
}
#get-fibre input,#get-fibre textarea, select {
    outline: none !important;
}
#get-fibre .type-detail div input {
    border: none;
    border-bottom: 1px solid #bfbfbf;
    font-size: 21px;
    color: #00adee;
    width: auto;
    height: auto;
    font-size: 1.54vw;
}
#get-fibre .type-detail select {
    font-size: 21px;
    border: none;
    color: #808080;
    font-size: 1.54vw;
    padding: 0 20px 0 0;
    border-bottom: 1px solid #bfbfbf;
    color: #00adee;
}

#get-fibre .submit .btn-theme{
  	color: #ffffff;
}


 #map {
	height: 0px;
}
#sidebar-tab {
    position: relative;
    height: auto;
    background-color: transparent;
    float: left;
	background: #00adee;
	top: 19%;
    transform: rotate(-90deg);
    left: 0px;
}
.view-list-item{
 /* position: fixed;
      position: fixed;
    right: 0px;
    display: block;
    z-index: 9999;
    color: #fff;
    width: 4%;
    height: 202px;
    top: 20%;
    cursor: pointer;*/
	padding: 12px;
	position: relative;
    top: 0px;
    color: White;
    margin: 0px auto;
    justify-content: center;
   /* display: flex;*/
    writing-mode: tb-rl;
    transform: rotate(179deg);
	display: inline-block;
    writing-mode: initial;
    transform: none;

}

.view-list-item:hover,
.view-list-item:focus{
  text-decoration: none;
  color: #ffffff;
}

#sidebar {
/*  position: absolute;
   width: 364px;
   float: right;
   padding: 0px;
   color: #fff;
   height: 370px;
   font-size: 18px; */
   position: fixed;
    height: 100%;
    background: transparent;
    left: 0;
    z-index: 99999;
    top: 6em;
}
.addOn{
  display: none;
      position: absolute;
   /*  width: 364px;
    float: right;*/
    padding: 0px;
    color: #fff;
    height: 370px;
    text-align: center;
    font-size: 18px;
}
.aside {
  max-width: 364px;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;

    position: fixed;
    height: 100%;
    background: transparent;
    right: 0;
    z-index: 99999;
    top: 6em;
}
.add-ons {
  padding: 10px 10px 20px;
  color: #fff;
  position: relative;
 background: linear-gradient(to bottom, #8dc53e 0%,#75a531 30%,#8dc53e 91%,#8dc53e 100%);
}
.add-ons.rates h3:after {
  display: none;
}
.add-ons h3 {
  letter-spacing: -0.5px;
  cursor: pointer;
  margin: 0;
}
.add-ons h3:after {
  width: 36px;
  height: 7px;
  content:"";
  border-width: 2px 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin: 0 0 0 -18px;
}
.add-ons dl {
  font-size: 18px;
  line-height: 38px;
  display: flex;
  flex-wrap: wrap;
  padding: 19px 0 0 15px;
}
.add-ons dt {
  width: 60%;
  padding: 0 7px 0 0;
  letter-spacing: -0.6px;
  position: relative;
}
.add-ons dt .icon-holder {
  width: 37px;
  display: inline-block;
  vertical-align: middle;
}
.add-ons dt img {
  max-width: 100%;
  max-height: 30px;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
.add-ons dd {
  width: 40%;
  padding: 0 0 0 8px;
  position: relative;
}
.add-ons dd:before {
  content: ":";
  position: absolute;
  top: 0;
  left: 0;
}
.add-ons dd sub {
  font-size: 12px;
}
.add-ons.calling {
  background: linear-gradient(to bottom, #00adee 0%,#0d93c5 62%,#1cb6f0 100%);
}
.add-ons.calling.active {
  background: linear-gradient(to bottom, #00adee 0%,#0d93c5 62%,#1cb6f0 100%);
}
.add-ons.calling dt, .calling dd {
    margin-bottom: 3px;
}
.add-ons.calling dl {
  line-height: 33px;
}
.add-ons.calling dd sub, .add-ons.calling dt sub {
  font-size: 10px;
  margin: 0 0 0 3px;
  vertical-align: baseline;
}

@media screen and (min-width:768px) {
	.navbar-brand{
		margin-top: -15px;
	}
	.add-ons.rates dl {
	  	position: static !important;
	  	display: flex !important;
	}
	.add-ons.rates h3 {
	  	pointer-events: none;
	}
}

.copyright p {
  	color: #fff;
}
.copyright a {
    color: #fff;
}
/*  ---------------------------------------------------------
  Responsive web design
  ---------------------------------------------------------*/

.navbar-default .navbar-toggle {
    border-color: #00adee;
	margin-top: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00adee;
}

@media(max-width: 1199px){
    #content .whatWeOffer{
        background-position: 7px 0px;
    }
}

@media screen and (max-width: 1024px) {
	header .navbar-default{
	  background: none;
	}
	
	.socialBoxRight{
	  right: 12px;
	  top:20%;
	}
}

@media(max-width: 991px){
	.price-list .price-block {
        padding-bottom: 30px;
    }
	.HowItWorksVideo{
	    left: -449px
	}
	#content .whatWeOffer{
        background-position: -127px 0px;
    }
}

@media screen and (max-width: 800px) {
	header .navbar-default{
	  margin-top: 0px;
	}
	#topHeader{
	   display: block;
	}
	
	.socialBoxRight {
	    right: 22px;
	    top: 18%;
	}
	
	.copyright{
	  text-align: center;
	  height: auto;
	}
	
	.copyright .text-right{
	  text-align: center;
	}
  
}

@media screen and (max-width: 768px) {
	.navbar-right {
	    margin-right: 0px;
	}
	
	#content .whatWeOffer{
	  background-position: -144px;
	}
	.HowItWorksVideo{
	    left: -466px;
	}
	
	#content #heading h2 {
		font-size: 60px;
	}
	
	#mobile-phone h2{
	  font-size: 30px;
	  line-height: 30px;
	}
	#get-fibre .type-detail .question{
	  font-size: 1.2em;
	}
	
	#get-fibre .type-detail div input{
	  font-size: 21px;
	
	}
	#travel_my_dob span{
	  display: block;
	}
	
	#get-fibre .type-detail select{
	  font-size: 21px;
	  margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.navbar .navbar-header{
	  position: relative;
	  width: 100%;
	
	}
	header .navbar-brand > img{
		height: 80px;
	}
	header .navbar-default{
	  background: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	  background: #ffffff;
	  width: 50%;
	float: right;
	}
	
	.navbar-right {
	    margin-right: 0px;
	    text-align: center;
	}
	
	.list-inline.navbar-right{
	 	text-align: right;
	}
	header .navbar-brand > img{
	  /* -webkit-transition: width 0.3s;
	    -moz-transition: width 0.3s;
	    transition: width 0.3s; */
	
	}
	header.shrink .navbar-header{
	  //top: -10px;
	}
	
	header.shrink .navbar-brand > img{
	    height: 55px;
    	//margin-top: 10px;
	}
	
	header.shrink .navbar-default .navbar-toggle{
		position: relative;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	  text-align: center;
	}
}

@media screen and (max-width: 640px) {
	#work h2{
	  font-size: 30px;
	}
	
	.h3heighlight,
	.h3light,
	.h3bold{
	  font-size: 30px;
	}
	
	#fibre-business h2{
	  font-size: 30px;
	}
	
	footer .col-xs-3{
	  width: 50%;
	  margin-bottom: 25px;
	}
}

@media screen and (max-width: 540px) {
	.servicelist .col-xs-4 {
	    width: 100%;
	    margin: 0px auto;
	    text-align: center;
	}
	[class*="tc-image-"] img, [class*="tc-caption-"] img{
	  margin: 0px auto;
	}
	
	.socialBoxRight{
	  right: 35px;
	}
	
	#content .whatWeOffer .listingOffer .list-group-item{
	  padding: 20px 15px;
	  font-size: 16px;
	}
}

@media screen and (max-width: 568px){
	#content .whatWeOffer {
	    background-position: -180px;
	}
	.HowItWorksVideo {
	    left: -503px;
	}
}

@media screen and (max-width: 480px){
	.apus-breadscrumb .breadcrumb, 
	.apus-breadscrumb .bread-title {
		float: none;
	}
	.apus-breadscrumb .breadcrumb{
		top: 0;
	}
	#content .whatWeOffer .listingOffer .list-group-item:hover{
	  transform: scale(.9, .9);
	}

	#content #heading h2{
	  font-size: 45px;
	}
	
	.h3heighlight,
	.h3light,
	.h3bold{
	  font-size: 24px;
	}
	
	#content .whatWeOffer {
	    background-position: -236px;
	}
	.HowItWorksVideo {
	    left: -558px;
	}
}

@media screen and (max-width:360px){
	header{
		height: 110px;
	}
	
	.apus-breadscrumb{
		margin-top: 110px;
	}

	header .navbar-brand > img {
	   height: 75px;
		padding-top: 5px;
	}


  	.listingOffer .col-xs-8 {
    width: 74.667%;
	}

	#work .col-xs-6{
	  width: 100%;
	
	}
	  footer .col-xs-3{
	  width: 100%;
	  margin-bottom: 35px;
	}
	
	.apus-breadscrumb .bread-title{
	  font-size: 20px;
	  margin-top: 10px;
	}
	
	.heading h2{
	  font-size: 1.2em;
	}
	
	.heading p{
	  font-size: 1.2em;
	}
	
	#content .whatWeOffer {
	    background-position: -328px;
	}
	.HowItWorksVideo {
	    left: -650px;
	}
}

@media screen and (max-width:320px){
  

}


@media screen and (max-width:240px){
  

}