/* Proxima Nova */
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype') font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.otf') format('opentype'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.otf') format('opentype'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


*:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

/* Eric Meyer's CSS Reset */
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

body {
    font: 16px/24px 'ProximaNova-Regular', sans-serif;
    width: 100%;
    color: #67748c;
}

.grid {
    display: grid;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 20px;
}

section {
    padding: 100px 0px;
}

a {
    color: #7ac142;
    text-decoration: none;
}

a:hover {
    color: #8ad74e;
    text-decoration: underline;
}

p {
    padding-bottom: 16px;
}

.button {
    padding: 0px 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 44px;
    font-family: "ProximaNova-Bold", sans-serif;
    color: #fff;
    background-color: #7ac142;
    text-decoration: none;
}

.header .button {
    height: 36px;
    line-height: 36px;
}

.tops .button {
    height: 22px;
    line-height: 24px;
    padding: 0px 14px;
    font-size: 14px;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #8cda4f;
}

.redbutton {
    background-color: #f42d2d;
}

.redbutton:hover {
    background-color: #ff3737;
}

.dark {
    background-color: #002a5c;
}

.dark:hover {
    background-color: #003778;
}


.white {
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    font-family: "ProximaNova-Semibold", sans-serif;
    line-height: 36px;
}

.white:hover {
    opacity: 0.75;
    background: transparent;
}

.outline {
    line-height: 38px;
    color: #8f96a0;
    background: transparent;
    border: 1px solid #e4e5ea;
}

.outline:hover {
    background: transparent;
    border: 1px solid #d6d7de;
    color: #7c828a;
}



h1 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    color: #002a5c;
}

h2 {
    font-size: 28px;
    line-height: 38px;
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    color: #002a5c;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    color: #002a5c;
}

h4 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    color: #002a5c;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Rawline', sans-serif;
    font-weight: 700;
    color: #002a5c;
}

.title {
    text-align: center;
    padding-bottom: 60px;
}

.titleleft {
    text-align: left;
    padding-bottom: 20px;
}


.title p {
    color: #66707d;
    font-size: 18px;
    padding-top: 16px;
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 0px;
    line-height: 28px;
}

.titleleft p {
    margin: 0;
}

strong {
    font-family: "ProximaNova-Bold", sans-serif;
}


.title strong {
    font-size: 18px;
    margin-bottom: 6px;
    color: #7ac142;
    display: inline-block;
    font-family: "ProximaNova-SemiBold", sans-serif;
}

.title h1 strong {
    font-family: 'Rawline', sans-serif;
    font-weight: 900;
    font-style: oblique;
    color: #002a5c;
    font-size: 30px;
    display: unset;
}

.darkbg {
    background-color: #002a5c;
    color: #b7cbe5;
}

.darkbg .title h1 {
    color: #fff;
}

.darkbg .title p {
    color: #b7cbe5;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* CSS
-----------------------------------------------------------------------------*/
.header {
    height: auto;
}


.logo {
    display: block;
    background: url('../images/logo.png') no-repeat;
    width: 190px;
    height: 46px;
    margin-top: 28px;
}



.tops {
    height: 34px;
    border-bottom: 1px solid #e2e5e8;
}

.tops ul {
    float: right;
}

.tops ul li {
    float: left;
    padding-left: 20px;
    padding-top: 5px;
    font-family: "ProximaNova-Semibold", sans-serif;
    font-size: 14px;
}



.tops a {
    line-height: 24px;
    color: #66707d;
    opacity: 0.75;
    display: block;
}

.tops a:hover {
    text-decoration: none;
    opacity: 1;
}

.tops a.button {
    color: #fff;
    float: right;
    opacity: 1;
    font-size: 14px;
}

.tops a img {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

.header .grid a {
    color: #002a5c;
    font-family: "ProximaNova-Bold", sans-serif;
    display: block;
    line-height: 26px;
}

.header .grid a:hover {
    color: #7ac142;
    text-decoration: none;
}

.header .grid a.button {
    color: #fff;
    line-height: 36px;
}

.header .grid a.outline {
    line-height:34px;
    color: #8f96a0;
}

.header .grid {
    grid-template-columns: 186px 1fr;
    padding: 0px 0px;
    grid-column-gap: 20px;
}

.header .grid ul li {
    float: left;
    padding: 32px 0px 32px 28px;
    padding-left: 28px;

}


.header .grid ul li:nth-last-child(1) {
    display: none;
}

.header .grid ul li:nth-last-child(2) {
    float: right;
    padding: 27px 12px 27px 0px;
}

.header .grid ul li:nth-last-child(3) {
    float: right;
    padding: 27px 0px 27px 0px;
}


.hero {
    background: url('../images/shadebg-1.png') left center no-repeat #002a5c;
    height: 568px;
    position: relative;
    padding: 0px;
}

.hero .container {
    position: relative;
    height: 568px;
    padding-top: 142px;
}

/* .hero:after {
    display: block;
    width: 866px;
    height: 568px;
    position: absolute;
    top: 0px;
    right:0px;
    content: " ";
} */

.hero h1 {
    max-width: 460px;
    color: #fff;
    font-size: 88px;
    line-height: 84px;
    font-family: "ProximaNova-Bold", sans-serif;
    position: relative;
}

.hero h1 a {
    background: url('../images/tag.png') center center no-repeat;
    width: 222px;
    font-size: 20px;
    line-height: 38px;
    height: 36px;
    letter-spacing: 0.4px;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 27px;
    right: 20px;
    color: #fff;
}

.hero h1 a:hover {
    right: 16px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

em {
    font-style: oblique;
}

.hero h4 {
    color: #fff;
    padding-top: 28px;
    font-family: "ProximaNova-Bold", sans-serif;

}

.herogrid {
    max-width: 480px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.herogrid h1 {
    float: left;
    font-size: 66px;
    line-height: 66px;
    padding-right: 12px;
}

.herogrid h3 {
    color: #fff;
    line-height: 20px;
    font-family: "ProximaNova-Bold", sans-serif;
    padding-top: 11px;
}

.herogrid small {
    font-family: "ProximaNova-Regular", sans-serif;
    color: #9cb5d2;
    font-size: 16px;
    line-height: 20px;

    display: flex;
    font-weight: normal;
}

.herogrid div:nth-child(1) {
    padding-top: 6px;
    border-right: 1px solid #7ac142;
}

.herogrid div:nth-child(2) {
    padding-left: 24px;
    font-size: 18px;
    color: #fff;
    padding-top: 1px;
}

.herogrid .button {
    height: 34px;
    line-height: 30px;
    margin-top: 8px;
}

.herogrid strong {
    font-family: "ProximaNova-Bold", sans-serif;
    color: #7ac142;
    text-decoration: underline;
}

.herogrid .button:hover {
    color: #fff;
    opacity: 1;
    border: 2px solid #7ac142;
    background: #7ac142;
}

.hero p {
    position: absolute;
    opacity: 0.6;
    color: #e7f2ff;
    font-size: 14px;
    bottom: 14px;
    left: 20px;
    font-style: oblique;
}

.whyus .grid {
    grid-template-columns: 31% 1fr;
    grid-column-gap: 12%;
}

.whyus .title {
    padding-bottom: 32px;
}

.whyus .title p {
    padding-top: 20px;
}

.featgrid {
    padding-top: 14px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 68px;
    display: grid;
    grid-row-gap: 60px;
}

.featgrid h4 {
    line-height: 40px;
    padding-bottom: 16px;
}

.featgrid h4 img {
    float: left;
    margin-right: 14px;
}

.featgrid p {
    padding-bottom: 0px;
}

.ourclients {
    border-bottom: 1px solid #e3e6e9;
    text-align: center;
    padding: 80px 0px;
}

.ourclients img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ourclients img:nth-last-child(2) {
    display: block;
}

.ourclients img:nth-last-child(1) {
    display: none;
}

.ourclients .title {
    padding-bottom: 54px;
}

.ourclients .button {
    margin-top: 40px;
    color: #7ac142;
}

.ourclients .button:hover {
    color: #fff;
    border: 1px solid #7ac142;
    background: #7ac142;
}

.ourservices {
    position: relative;
    padding-bottom: 0px;
}

.ourservices .container {
    position: relative;
}

.ourservices {
    padding-top: 0px;
}

.ourservices .grid {
    grid-template-columns: 44% 44%;
    grid-column-gap: 10%;
}

.ourservices .grid div:nth-child(1) strong {
    padding-top: 100px;
}


.ourservices .grid div:nth-child(2) img {
    float: left;
}

.ourservices .tab-pane a {
    color: #fff;
    font-family: "ProximaNova-Bold", sans-serif;
}

.ourservices .tab-pane a:hover {
    color: #7ac142;
}

.service-tabs {
    position: absolute;
    bottom: 80px;
    left: 20px;
    margin-top: 0px;
}

.service-tabs li {
    float: left;
}

.service-tabs li a {
    display: block;
    padding: 0px 24px;
    line-height: 44px;
    font-size: 18px;
    font-family: "ProximaNova-SemiBold", sans-serif;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.75);
}

.service-tabs li a:hover {
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.service-tabs li.active a {
    color: #7ac142;
    border-top: 2px solid #7ac142;
}




.legendbox {
    display: block;
    width: 18px;
    height: 5px;
    border-radius: 3px;
    background-color: #7ac142;
    float: left;
    margin-top: 9px;
    margin-right: 6px;
}

.joytelfiber {
    background-color: #002A5C;
}

.alliedfiber {
    background-color: #9facb4;
}


.legend li {
    float: left;
    font-family: "ProximaNova-Semibold", sans-serif;
    padding-right: 24px;
}

.legend li:nth-child(1) {
    color: #7ac142;
}

.legend li:nth-child(2) {
    color: #9facb4;
}

.homemap .grid {
    grid-template-columns: 40% 1fr;
    grid-column-gap: 10%;
}

.homemap .grid div:nth-child(1) img {
    float: right;

}

.homemap .grid div:nth-child(2) {
    padding-right: 80px;
    padding-top: 88px;
}

.testimonial {
    padding: 0px;
}

.testimonial .item {
    display: block;
    max-width: 1200px;
    width: 100%;
    height: 420px;
    position: relative;
}

.testone {
    background: url('../images/testimonial-one.png') center center no-repeat;
}

.testimonial .container {
    position: relative;
    padding: 0px;
}

.testimonial .container:before {
    background: url('../images/testimonialbg.png') left center no-repeat;
    display: block;
    width: 707px;
    height: 420px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    z-index: 999;
}

.content {
    z-index: 1000;
    position: absolute;
    top: 80px;
    left: 60px;
    background: url('../images/quote.png') left top no-repeat;
    color: #ffffff;

    font-size: 22px;
    height: auto;
    padding-left: 80px;
    max-width: 520px;
    line-height: 26px;
}

.content p {
    padding-top: 8px;
    padding-bottom: 29px;
    line-height: 32px;
    font-family: "ProximaNova-Light", sans-serif;
}

.content h4 {
    color: #fff;
}

.content span {
    color: #94a9c3;
    font-size: 16px;
    font-style: oblique;
}

.content .button {
    font-size: 16px;
    margin-top: 26px;
}

.ctahome {
    padding-bottom: 0px;
}

.ctahome .outline {
    margin-left: 6px;
}

.ctahome .grid {
    padding: 0px 80px;
    grid-template-columns: 45% 46%;
    grid-column-gap: 9%;
}

.ctahome p {
    padding-bottom: 4px;
    padding-top: 22px;
}

.ctahome .grid div:nth-child(1) img {
    float: right;
}

.ctahome .grid div:nth-child(2) {
    padding-top: 124px;
}

.ctahome .title p strong {
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #66707d;
}



.topfoot {
    padding: 48px;
    background-color: #002a5c;
    color: #fff;
}

.topfoot .grid {
    grid-template-columns: 42% 1fr;
}

.topfoot ul {
    float: right;
}

.topfoot ul li {
    float: left;
}

.topfoot ul li:last-child {
    padding-left: 60px;
}

.topfoot h3 {
    color: #fff;
    font-weight: 600;
    line-height: 24px;
}

.topfoot a {
    color: #fff;
    font-family: "Rawline", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.topfoot a:hover {
    text-decoration: none;
    color: #7ac142;
}

.topfoot a img {
    float: left;
    margin-right: 12px;
}

.footlinks {
    background-color: #002148;
    padding-top: 100px;
    color: #a0acba;
}

.footlinks .grid {
    grid-template-columns: 23% 23% 23% 31%;
    padding-bottom: 80px;
}

.footlinks ul li:first-child {
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #fff;
    padding-bottom: 6px;
}


.footlinks ul li {
    line-height: 32px;
}

.footlinks ul li a {
    color: #a0acba;
}

.footlinks ul li a:hover {
    color: #7ac142;
    text-decoration: underline;
}

.footlinks p {
    line-height: 24px;
    padding-right: 20px;
}

.footlinks strong {
    color: #fff;
}

.footbottom {
    background-color: #001a39;
    padding: 32px 0px 32px 0px;
}

.footerlogo {
    display: block;
    background: url('../images/logowhite.png') center center no-repeat;
    width: 182px;
    height: 40px;
    float: left;
    margin-right: 28px;
    margin-left: 0px !important;
}

.footbottom p {
    line-height: 34px;
    color: #a0acba;
    float: left;
    padding-bottom: 0px;
}

.playbutton {
    background: url('../images/playhome.png') center center no-repeat;
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0px;
    top: 50%;
    transform: translateY(-50%);
    left: 40%;
    opacity: 0.75;
}

.playbutton:hover {
    cursor: Pointer;
    opacity: 1;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block;
}


/* Bootstrap Carousel Only */

.carousel {
    position: relative;
    padding-bottom: 0px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;

}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0px;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 48px;
    background-color: #f9fafa;
    display: none;
}

.carousel-control img {
    opacity: 0.75;
}

.carousel-control:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
}


.carousel-indicators {
    margin: 0 auto;
    left: 50%;
    position: absolute;
    bottom: 30px;
    z-index: 1006;
    transform: translateX(-50%);
}


.carousel-indicators li {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0.88;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 1px;
    text-indent: -999px;
    cursor: pointer;
}


.carousel-indicators li:hover {
    opacity: .0.48;
}

.carousel-indicators .active {
    background-color: #7ac142;
    border: 2px solid #7ac142;
    opacity: 0.88;
}


.carousel .button {
    margin-top: 16px;
}


.subhero {
    background: #002a5c;
    color: #b8d8ff;
}

.subhero strong {
    color: #7ac142;
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: center;
    padding-bottom: 8px;
}

.subhero h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 52px;
}

.subhero p {
    color: #9cb5d2;
    font-size: 20px;
    line-height: 30px;
    padding-top: 22px;
}

.subhero span {
    color: #7ac142;
    text-decoration: underline;
    font-style: oblique;
}

.subhero .button {
    padding: 0px 24px;
}

.abouthero {
    background: url(../images/aboutbanner.png) center center no-repeat #002a5c;
    background-size:cover;
    text-align: center;
    padding:150px 0px;
}

.abouthero p {
    max-width: 740px;
    margin: 0 auto;
    padding-bottom:0px;
    color:rgba(255,255,255,0.8);
}

.statsgrid {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 28px;
    display: grid;
    padding-top: 62px;
    color: #67748c;
}

.statsgrid div {
    padding: 40px 0px 36px 0px;
    box-shadow: 0 1px 6px 1px rgba(0, 37, 81, 0.14);
    border-radius: 6px;
    background-color: #ffffff;
    display: inline-table;
    z-index: 1001;
}

.statsgrid div:hover {
    box-shadow: 0 1px 6px 1px rgba(0, 37, 81, 0.32);
    margin-top: -6px;
}

.statsgrid h1 {
    font-size: 28px;
    line-height: 36px;
    color: #002a5c;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 4px;
}

.ourstory {
    padding-top: 100px;
    padding-bottom: 100px;
    /* background: url('../images/storybg.png') center bottom no-repeat #f5f9fb; */
}

.ourstory .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 120px;
}

.ourstory .grid .button {
    margin-top: 4px;
}

.aboutbody body {
    background-color: #f5f9fb !important;
}

.timeline {
    background: #fff;
    padding-top: 40px;
}

.timeline .tl {
    background: url('../images/timebg.png') center center repeat-y;
    padding: 0px 80px;
    margin-top: 12px;
}

.timeline .tl ul li {
    padding: 30px 28px;
    width: 43%;
    float: left;
    clear: both;
    background-color: #f5f9fb;
    border-radius: 6px;
    position: relative;
}

.timeline .tl ul li:after {
    background: url('../images/tlpin.png') center center no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    content: " ";
    top: 50%;
    transform: translateY(-50%);
    right: -85px;
}


.timeline .tl ul li:before {
    background: url('../images/tlright.png') center center no-repeat;
    width: 15px;
    height: 30px;
    display: block;
    position: absolute;
    content: " ";
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

.timeline .tl ul li:nth-child(2n) {
    float: right;
    width: 43%;
}


.timeline .tl ul li:nth-child(2n):after {
    right: unset;
    left: -85px;
}

.timeline .tl ul li:nth-child(2n):before {
    background: url('../images/tlleft.png') center center no-repeat;
    right: unset;
    left: -14px;
}

.tl p {
    padding-bottom: 0px;
}

.tl h5 {
    padding-bottom: 12px;
    margin-top: -2px;
}

.tl strong {
    color: #7bbc3b;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.corevalues .grid {
    grid-template-columns: 33% 59%;
    grid-column-gap: 8%;
}

.corevalues .grid div:nth-child(1) strong {
    padding-top: 34px;
    display: inline-block;
}

.valuegrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
}

.valuegrid div {

    border-radius: 6px;
    background-color: #001f43;
    text-align: center;
    padding: 48px 20px;
}

.valuegrid h3 {
    color: #fff;
    padding-top: 14px;
    padding-bottom: 8px;
}

.valuegrid p {
    padding-bottom: 0px;
    opacity: 0.88;
}

.valuebtn {
    margin-right: 5px;
    opacity: 0.75;
    margin-top: 4px;
}

.valuebtn:hover {
    opacity: 1;
    cursor: pointer;
}

.ctaabout {
    background: #fff;
    text-align: center;
}

.ctaabout .title {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 34px;
}

.orcallus {
    display: inline-block;
    line-height: 20px;
    text-align: left;
    padding-left: 20px;
}


.orcallus em {
    display: block;
    opacity: 0.8;
}

.callus {
    display: inline-flex;
}


.orcallus strong {
    font-family: "ProximaNova-Semibold", sans-serif;
    font-size: 20px;
    color: #4c545f;
}

.sliding-gallery {
    background: url(../images/aboutpics.png) repeat-x;
    height: 418px;
    width: 4380px;
    animation: slide 60s linear infinite;
    margin-bottom: 6px;
}


@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-1692px, 0, 0);
    }
}

.quotehero {
    background: url('../images/quotebg.png') center center no-repeat;
    height: 557px;
    padding-top: 120px;
}

.quotehero .container {
    padding: 0px 120px;
    position: relative;
}

.quotehero .container:after {
    content: " ";
    display: block;
    background: url('../images/cableguy.png') no-repeat;
    width: 330px;
    height: 381px;
    position: absolute;
    top: -54px;
    right: 80px;
}



.contacthero .container:after {
    content: " ";
    display: block;
    background: url('../images/guytablet-2.png') no-repeat;
    width: 387px;
    height: 381px;
    position: absolute;
    top: -54px;
    right: 40px;
}

.quotehero strong {
    text-align: left;
    padding-top: 28px;
}

.aboutbody .header {
    background: #fff;
}

.quoteform {
    padding: 0px 20px;
    padding-bottom: 120px;
}

.quoteform .container {
    margin-top: -110px;
    box-shadow: 0 1px 6px 1px rgba(0, 37, 81, 0.14);
    border-radius: 6px;
    background-color: #ffffff;
    padding: 60px 60px;
}

.exclamation {
    margin-top: 14px;
    display: block;
    background: url('../images/exclamation.png') left 3px no-repeat;
    padding-left: 24px;
}

.exclamation strong {
    color: #7ac142;
}

.formhalf {
    padding-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
}

.formhalf label,
.formfull label {

    color: #48505b;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.boxtitle {
    display: block;
    color: #48505b;
    font-family: "ProximaNova-Semibold", sans-serif;
    padding-bottom: 10px;
}

.boxtitle span {
    color: #7ac142;
    font-family: "ProximaNova-Bold", sans-serif;
}

.formhalf label span,
.formfull label span {
    color: #7ac142;
    font-family: "ProximaNova-Bold", sans-serif;
}

.input {
    font-size: 18px;
    font-family: "ProximaNova-Regular", sans-serif;
    height: 52px;
    box-shadow: 0 1px 2px 1px rgba(0, 37, 81, 0.03);
    border-radius: 4px;
    border: 1px solid #dee1e4;
    background-color: #ffffff;
    color: #67748c;
    display: block;
    padding: 0px 18px;
    width: 100%;
    margin-top: 8px;
}

.input:focus,
.select:focus,
.textarea:focus {
    outline: none;
    box-shadow: 0 1px 2px 1px rgba(122, 193, 66, 0.18);
    border: 1px solid rgba(122, 193, 66, 0.44);
}

.select:focus {
    background: url('../images/selectdropactive.png') right 18px center no-repeat #fff;
}

.formhalf div .formhalf {
    padding-top: 0px;
}


.select {
    font-size: 18px;
    font-family: "ProximaNova-Regular", sans-serif;
    height: 52px;
    box-shadow: 0 1px 2px 1px rgba(0, 37, 81, 0.03);
    border-radius: 4px;
    border: 1px solid #dee1e4;
    background-color: #ffffff;
    color: #67748c;
    display: block;
    padding: 0px 18px;
    width: 100%;
    margin-top: 8px;
    appearance: none;
    -webkit-appearance: none;
    background: url('../images/selectdrop.png') right 18px center no-repeat #fff;
}

.formthird {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    margin-bottom: -6px;
}

.formthird label {
    font-family: "ProximaNova-Regular", sans-serif;
    color: #67748c;
}

.formthird input[type="checkbox"] {
    float: left;
    margin-right: 6px;
    margin-top: 5px;
}

.formthird input[type="radio"] {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

.formfull {

    padding-top: 32px;
}

.textarea {
    font-size: 18px;
    font-family: "ProximaNova-Regular", sans-serif;
    height: 160px;
    box-shadow: 0 1px 2px 1px rgba(0, 37, 81, 0.03);
    border-radius: 4px;
    border: 1px solid #dee1e4;
    background-color: #ffffff;
    color: #67748c;
    display: block;
    padding: 0px 18px;
    width: 100%;
    padding-top: 16px;
    margin-top: 8px;
    line-height: 24px;
}

::placeholder {
    color: #8c939c;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8c939c;
}

::-ms-input-placeholder {
    color: #8c939c;
}

.submitbutton {
    border: 0px;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    padding: 0px 28px;
    margin-top: 40px;
}

.twotestimonials {
    padding-top: 0px;
}

.twotestimonials .grid {
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
}

.twotestimonials .grid div {
    background: url('../images/quote-sm.png') left top no-repeat;
    padding-left: 74px;
}

.twotestimonials .grid div div {
    padding-left: 0px;
    background: none;
}


.twotestimonials p {
    font-size: 18px;
    padding-top: 3px;
    line-height: 26px;
    color: #525d6c;
}

.avatar {
    margin-top: 14px;
    height: 56px;
}

.avatar img {
    float: left;
    margin-right: 24px;
}

.avatar h5 {
    padding-top: 5px;
    padding-bottom: 0px;
}

.avatar span {
    font-style: oblique;
    opacity: 0.8;
}

.fiberbg {
    background: url(../images/fiberbg.png) right center no-repeat #002a5c;
    height: 548px;
    padding: 95px 0px;
}

.fiberbg .grid div:nth-child(2) iframe,
.howitworks .grid div:nth-child(2) iframe {
    float: right;
    width: 100%;
    height: 358px;
}

.fiberbg strong {
    text-align: left;
}

.fiberbg .grid {
    grid-template-columns: 37% 1fr;
    grid-column-gap: 10%;
}

.fiberbg .grid div h1 {

    padding-top: 27px;
}

.fiberbg ul {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 22px;
}

.fiberbg ul li {
    float: left;
    width: auto;
    display: flex;
}

.fiberbg ul li h1 {
    font-size: 60px;
    font-family: "ProximaNova-Bold", sans-serif;
    float: left;
    display: inline-block;
    padding-right: 14px;
    padding-top: 0px !important;
}


.fiberbg ul li h5 {
    display: unset;
    color: #fff;
    font-family: "ProximaNova-Bold", sans-serif;
    line-height: 20px;
    font-size: 18px;
    padding-top: 3px;
}

.fiberbg ul li small {
    display: flex;
    line-height: 20px;
    font-size: 16px;
    font-family: "ProximaNova-Light", sans-serif;
    color: #9cb5d2;
}

.fiberbg h4 {
    color: #fff;
    padding-top: 28px;
    font-size: 18px;
    font-family: "ProximaNova-SemiBold", sans-serif;
}

.fiberbg .grid div:nth-child(2) img {
    float: right;
}

.divider {
    background: url('../images/diagonalline.png') center center no-repeat;
    width: 75px !important;
    height: 65px;
    padding: 0px 28px 0px 24px;
    margin-top: -8px;
}

.fiberfeatures .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
}

.fiberfeatures .grid div {
    text-align: center;
}

.fiberfeatures .grid h3 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 6px;
}

.rotatingrow {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.arrowlist {
    margin-top: -5px;
}

.arrowlist li {
    background: url('../images/listarrow.png') left 9px no-repeat;
    line-height: 24px;
    padding: 5px 0px;
    padding-left: 27px;
}

.stayonline {
    background-color: #f5f9fb;
}

.stayonline .title strong {
    padding-top: 12px;
}

.rotatingrow .textcol {
    text-align: left;
    padding-right: 120px;
}

.testimonialrow {
    background: url('../images/quote-smlr.png') 20px 32px no-repeat;
    border-top: 1px solid #e2e5e8;
    padding: 38px 20px 0px 84px;
    margin-top: 10px;
}

.testimonialrow p {
    font-style: oblique;
    padding-bottom: 14px;
}

.testimonialrow span {
    opacity: 0.8;
}

.futurerow .grid div:nth-child(1) img {
    margin-top: 0px;
}

.fiberspeeds h1 {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 18px;
}

.fiberspeeds p {
    padding-bottom: 24px;
}

.fibertable {
    padding-bottom: 20px;
}

.fibertable table {
    max-width: 920px;
    margin: 0 auto;
}

.fibertable table thead th {
    height: 54px;
    line-height: 54px;
    text-align: left;
    padding: 0px 20px;
    background: #002a5c;
    font-family: "Rawline", sans-serif;
    color: #fff;
    font-weight: 700;
}

.fibertable table tr td {
    height: 24px;
    line-height: 24px;
    text-align: left;
    padding: 18px 20px;
}

.fibertable table tr td:nth-child(1) {
    border-right: 2px solid #fff;
    width: 38%;
    color: #4e5762;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.fibertable table thead th:nth-child(1) {
    border-right: 2px solid #fff;
    width: 38%;
    background-color: #7ac142;
}

.fibertable table tr:nth-child(2n) {
    background: #f5fafc;
}

.checkavailability {

    height: 56px;
    border-radius: 28px;
    border: 2px solid #e4e7ea;
    max-width: 684px;
    margin: 0 auto;
    margin-top: 12px;
}

.checkavailability .button {
    border: 0px;
    font-size: 16px;
    margin-top: 6px;
    float: right;
    margin-right: 6px;
}

.checkavailability input[type="text"] {
    border: 0px;
    font-size: 16px;
    color: #67748c;
    float: left;
    margin-left: 8px;
    padding-left: 20px;
    background: transparent;
    height: 52px;
    width: 66%;
    margin-top: 0px;
    margin-left: 20px;
    padding-left: 6px;
    border-radius: 0px;
}

.checkavailability input[type="text"]:focus {
    outline: none;
    box-shadow: none;
    border: 0px;
}

.checkp {
    text-align: center;
    padding-top: 24px;
    margin: 0 auto;
    max-width: 520px;
    font-size: 18px;
    line-height: 26px;
    padding-bottom:0px;
}






.wirelessbg ul {
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 65px;
}

.wirelessbg ul li {
    float: left;
    width: auto;
    display: flex;
}

.wirelessbg ul li h1 {
    font-size: 60px;
    font-family: "ProximaNova-Bold", sans-serif;
    float: left;
    display: inline-block;
    padding-right: 14px;
    padding-top: 0px !important;
}


.wirelessbg ul li h5 {
    display: unset;
    color: #fff;
    font-family: "ProximaNova-Bold", sans-serif;
    line-height: 20px;
    font-size: 18px;
    padding-top: 3px;
}

.wirelessbg ul li small {
    display: flex;
    line-height: 20px;
    font-size: 16px;
    font-family: "ProximaNova-Light", sans-serif;
    color: #9cb5d2;
}

.wirelessbg {
    background: url('../images/wirelessbg.png') center center no-repeat;
    height: 773px;
    text-align: center;
}

.wirelessbg .button {
    margin-top: 4px;
}

.wirelessbg h3 {
    color: #fff;
    padding-top: 14px;
    padding-bottom: 10px;
}

.wirelessbg ul li {
    text-align: left;
}



.wirelessfeatures {
    /* padding-top: 190px; */
}

.wirelessfeatures .title {
    padding-bottom: 60px;
}

.wirelessfeatures .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 64px;
    grid-row-gap: 60px;
}

.wirelessfeatures .grid div {
    position: relative;
    padding-left: 72px;
}

.wirelessfeatures .grid div img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.wirelessfeatures .grid div h4 {
    padding-bottom: 5px;
}

.wirelessfeatures .grid div p {
    padding-bottom: 0px;
}

.perfectfit {
    background-color: #f5f9fb;
}

.perfectfit {
    position: relative;
}

.perfectfit:after {
    background: url('../images/internet.png') right bottom no-repeat;
    content: " ";
    display: block;
    width: 884px;
    height: 460px;
    position: absolute;
    bottom: 0px;
    left: 54%;
}

.futurerow .textcol strong {
    padding-top: 32px;
}

.hotspot {
    height: 64px;
    margin-top: 5px;
}

.hotspot img {
    float: left;
    margin-right: 20px;
}

.hotspot h5 {
    padding-top: 8px;
    padding-bottom: 2px;
}

.hotspot p {
    padding-bottom: 0px;
}

.draashero {
    margin-left: 44%;
    width: 45%;
    padding-top: 60px;
}

.draashero p {
    padding-bottom: 24px;
}

.disasterbg {
    background: #002a5c;
    height: 550px;
    position: relative;
}

.draasfeatures {
    padding-top: 100px;
}

.howitworks .grid {
    grid-template-columns: 600px 1fr;
    grid-column-gap: 8%;
}

.howitworks .grid div:nth-child(2) img {
    float: left;
}

.howitworks .title {
    padding-top: 52px;
}

.calculator .grid {
    grid-template-columns: 35% 1fr;
    grid-column-gap: 10%;
}

.calculator .grid div:nth-child(1) strong {

    color: #7ac142;
}

.calculator h1 {
    letter-spacing: -0.5px;
    color: #7ac142;
    font-family: "Rawline", sans-serif;
    font-size: 78px;
    font-weight: 700;
    line-height: 68px;
}

.calculator h1 small {
    color: #fff;
    font-size: 42px;
    letter-spacing: -0.25px;
}

.calculator h2 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    padding-top: 16px;
    padding-bottom: 26px;
}

.calculator .grid div:nth-child(2) img {
    float: right;
    margin-top: 29px;
}


.tab {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-top: 26px;
    box-shadow: 0 1px 4px 1px rgba(0, 33, 72, 0.08);
    border-radius: 6px;
    padding-bottom: 6px;
    background: #fff;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab label {
    line-height: 36px;
    height: 120px;
    display: block;
    text-decoration: none;
    padding: 42px 60px;
    padding-left: 0px;
    background: url('../images/plus.png') right 24px center #fff no-repeat;
    margin-bottom: 0px;
    font-family: "ProximaNova-Regular", sans-serif;

    color: #67748c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;

}

.tab label h3 {
    padding-left: 60px;
}

.tab label p {
    padding-bottom: 0px;
}

.tab .blue label {
    background: #2980b9;
}

.tab .tab-content {
    padding: 0px 20% 0px 24%;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    margin-top: -5px;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    color: #67748c;
}

.tab .blue .tab-content {
    background: #3498db;
}

.tab .tab-content p {
    margin: 16px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-top: 0;
}

.tab .tab-content p:last-child {
    padding-bottom: 8px;
}

/* :checked */
.tab input:checked ~ .tab-content {
    max-height: 72em;
}

/* Icon */
.tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}


.tab label h3 {
    line-height: 36px;
    color: #002a5c;
    float: left;
    font-size: 20px;
}

.tab label p {
    position: absolute;
    padding-left: 24%;
    line-height: 40px;
    font-size: 16px;
    color: #66707d;
    font-style: Oblique;
}


.tab .tab-content h2 {
    padding-bottom: 4px;
}

.tab .tab-content h2 small {
    font-size: 16px;
    letter-spacing: 0px;
    padding-left: 2px;
}

.tab .tab-content .button {
    margin-bottom: 32px;
}

.tab .tab-content ul {
    padding-bottom: 20px;
    padding-top: 0px;
    margin-top: 0px;
}

.tab input[type=checkbox]:checked + label {
    background: url(../images/x.png) right 24px center #fff no-repeat;
}

.draastypes {

    background-color: #f5f9fb;
}

.draastypes .tabone {
    margin-top: 0px;
}

.draasguy {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 550px;
    width: 40%;
}

.draasguy img {
    float: right;
}

.homeguy {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 568px;
    width: 45%;
}

.homeguy img {
    float: left;
}

.fiberguy {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 568px;
    width: 60%;
}

.fiberguy img {
    float: left;
}

.homelite {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 568px;
    width: 45%;
}

.homelite img {
    float: left;
}



.wirelessvideo {
    max-width: 836px;
    width: 100%;
    height: 490px;
    display: block;
    margin: 0 auto;
}

.wirelessvideo iframe {
    width: 100%;
    height: 490px;
}



#joytel-speed {
    -webkit-transition: width 4.2s ease;
    transition: width 4.2s ease;
}

#joytel-speed-100 {
    -webkit-transition: width 42s ease;
    transition: width 42s ease;
}

#other-speed {
    -webkit-transition: width 420s ease;
    transition: width 320s ease;
}


@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 14px;
    margin-bottom: 20px;
    background-color: #001d40;
    border-radius: 7px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #7ac142;
    border-radius: 7px;
    transition: width .6s ease
}


.progress-slow {
    background-color: #fb1414;
    border-radius: 7px;
}

.speedtest {
    text-align: left;
    margin-bottom: -8px;
}

.speedtest span {
    display: block;
    margin-bottom: 6px;
}

.speedtest span strong {
    color: #fff;
}

.textmuted {
    text-align: right;
    display: block;
    margin-top: 0px;
    font-style: oblique;
}




#slider-avrevenue,
#slider-avsalary,
#slider-cpucores,
#slider-employees,
#slider-ram,
#slider-storage {
    text-align: center;
    background-color: #7ac142;
    border-radius: 7px;
    height: 14px;
}

.noUi-origin {
    height: 14px;
    margin-bottom: 20px;
    background-color: #001d40;
    border-radius: 7px;
    margin-right: -2px;
}

.noUi-horizontal .noUi-handle {
    border-radius: 100px;
    top: -7px !important;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    left: -3px
}

.noUi-background {
    background: transparent;
    border: 0px solid #002a5c;
}

.noUi-connect {
    background: #3FB8AF;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 7px
}

.noUi-target {
    border-radius: 7px;
}


.noUi-dragable {
    cursor: w-resize
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize
}

.noUi-handle {
    background: url('../images/handle.png') center center no-repeat;
    height: 30px;
    width: 30px;
}

.inputcalculator {
    background: transparent;
    color: #fff;
    font-family: "ProximaNova-Semibold", sans-serif;
    float: right;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    text-align: right;
    width: 30%;
}

.calcrow {
    margin-bottom: 24px;
}

.calcrow span {
    float: left;
    display: block;
    margin-bottom: 12px;
}

.clear {
    clear: both;
}

.calcbutton {
    text-decoration: none;
    cursor: pointer;
    clear: both;
    margin-top: 28px;
}

.calcbox {
    max-width: 440px;
    margin: 0 auto;
    margin-top: 18px;
}

.map {
    background: url('../images/map/mapbg.png') center center no-repeat;
    width: 586px;
    height: 468px;
    display: block;
    position: relative;
    float: right;
}

.homemap .grid .map div:nth-child(2) {
    padding-top: 0px;
    padding-right: 0px;
}

.map .city {
    position: absolute;
}

.map .city:hover {
    opacity: 0.8;
    cursor: pointer;
}

.cityone {
    background: url('../images/map/1.png');
    width: 48px;
    height: 41px;
    right: 132px;
    top: 16px;
    z-index: 1004;
}

.citytwo {
    background: url('../images/map/2.png');
    width: 58px;
    height: 72px;
    right: 0px;
    bottom: 6px;
}

.citythree {
    background: url('../images/map/3.png');
    width: 63px;
    height: 36px;
    right: 0px;
    bottom: 71px;
}

.cityfour {
    background: url('../images/map/4.png');
    width: 68px;
    height: 63px;
    right: 0px;
    bottom: 100px;
}

.cityfive {
    background: url('../images/map/5.png');
    width: 37px;
    height: 31px;
    right: 19px;
    bottom: 176px;
}

.citysix {
    background: url('../images/map/6.png');
    width: 47px;
    height: 83px;
    right: 42px;
    bottom: 226px;
}

.cityseven {
    background: url('../images/map/7.png');
    width: 71px;
    height: 64px;
    right: 73px;
    top: 112px;
}

.cityeight {
    background: url('../images/map/8.png');
    width: 36px;
    height: 53px;
    right: 115px;
    top: 43px;
}

.citynine {
    background: url('../images/map/9.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    right: 138px;
    top: 0px;
}

.cityten {
    background: url('../images/map/10.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    right: 91px;
    top: 91px;
}

.cityeleven {
    background: url('../images/map/11.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    right: 28px;
    bottom: 187px;
}




.button_container {
    position: absolute;
    top: 35px;
    right: 20px;
    height: 20px;
    width: 28px;
    cursor: pointer;
    z-index: 1008;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.button_container.active {
    height: 22px;
}

.button_container.active span:nth-of-type(3) {
    top: 20px !important;
}

.button_container.active span {
    top: -2px !important;
}

.button_container:hover span {
    background: #7ac142;
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #002a5c;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    z-index: 1008;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.overlay {
    background: #002a5c;
    position: fixed;
    padding: 0px 20px 24px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 1005;
}

.header {
    z-index: 1002;
}

.overlay .logo {
    position: absolute;
    margin-top: 27px;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay.open li.active {
    text-decoration: line-through;
}

.overlay.open li.active a:after {
    width: 0% !important;
}

.overlay nav {
    position: relative;
    margin-top: 0px;
    text-align: center;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    font-size: 50px;
    top: 40%;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
}

.overlay ul li {
    width: 100%;
    display: block;
    line-height: 34px;
    position: relative;
    opacity: 0;
    font-size: 18px;
    padding: 0px 0px;
    margin: 2px 0px;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.overlay ul li a:hover {
    color: #7ac142;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 32px;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .35s;
    transition: .35s;
}

.overlay ul li a:hover:after {
    background: #7ac142;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


.bottomoverlay {
    position: absolute;
    padding: 0px 20px;
    bottom: 28px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.bottomoverlay h3 small {
    color: #7ac142 !important;
    font-family: "ProximaNova-Semibold", sans-serif;
    font-size: 16px;
    display: block;
}


.bottomoverlay h3 {
    color: #fff !important;
    padding-bottom: 40px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 500;
}

.bottomoverlay .button {
    width: 48%;
    float: right;
}

.bottomoverlay .white {
    float: left;
}

.showmobile {
    display: none;
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
}


.select,
.input,
.textarea {
    appearance: none;
    -webkit-appearance: none;
}

.routerrow .title {
    padding-top: 34px;
}


.alert {
    height: 48px;
    line-height: 48px;
    padding: 0px 20px;
    margin-bottom: 40px;

    color: #f62d37;
    background: #ffe7e8;
    border: 1px solid #eab5b7;
    border-radius: 4px;
}

.alert button {
    float: right;
    color: transparent;
    border: 0px;
    box-shadow: none;
    height: 16px;
    width: 16px;
    margin-top: 15px;
    background: url('../images/closered.png') center center no-repeat;
}


.alert-success {
    color: #3ba453;
    background-color: #fafff2;
    border: 1px solid #d0edb9;
}

.alert-success button {
    background: url('../images/close.png') center center no-repeat;
}

.messages {
    margin-top: 28px;
}

.help-block.with-errors {
    color: #ff5050;
    line-height: 36px;
}

.secondgroup {

    padding-top: 32px;
}

.contactform .grid {
    grid-template-columns: 60% 1fr;
    grid-column-gap: 8%;
}

.spacer {
    clear: both;
    height: 32px;
}

.contactboxright h4 {
    padding-bottom: 6px;
    font-size: 16px;
}


.contactboxright ul li {
    position: relative;
    padding-left: 28px;
}

.contactboxright ul li img {
    position: absolute;
    top: 4px;
    left: 0px;
    margin-right: 12px;
}

.contactlinks li {
    line-height: 30px;
}

.contactlinks li img {
    top: 6px;
}

.termly-consent-banner-termly-banner-774e7d.termly-consent-banner-bottom-7115a9 {
    bottom: 0;
    padding: 0px !important;
}


.popover {
    background: #fff;
    width: 100%;
    width: 800px;
    margin: 20px;
    border-radius: 6px;
    text-align: center;
    padding: 60px 40px;
    padding-top: 0px;
}

.popover img {
    margin-bottom: 24px;
}

.popover .title {
    padding-bottom: 28px;
}

.spinner {
    height: 132px;
    width: auto;
    margin: -32px;
    margin-bottom: -8px !important;
}

.spinnercheck {
    height: 132px;
    width: auto;
    margin: -32px;
    margin-bottom: -8px !important;
}

.newstep {
    padding-top: 60px;
}

.abusiness .button {
    margin: 0px 2px;
}

.availabilityform {
    text-align: left;
}

.availabilityform span {
    color: #48505b;
    font-family: "ProximaNova-Semibold", sans-serif;
    display: block;
    text-align: center;
}

.availabilityform .formfull {
    padding-top: 12px;
    max-width: 75%;
    margin: 0 auto;
}

.continuesubmit {
    margin-top: 8px;
    border: 0px;
    font-size: 16px;
}

.continue {
    margin-top: 8px;
}

input[type="submit"]:focus {
    outline: none;
}


input[type="submit"]:hover {
    cursor: pointer;
}


.formphone {
    max-width: 75%;
    margin: 0 auto;
    padding-top: 32px;
    display: grid;
    grid-template-columns: 82% 15%;
    grid-column-gap: 3%;
}

.smallprogress {
    height: 12px;
    max-width: 200px;
    margin: 0 auto;
    background: #e3e9ed;
    border-radius: 12px;
    margin-bottom: 14px;
}

.smallprogress .active {
    background-color: #7ac142;
    height: 12px;
    border-radius: 12px;

}

.checkavailpage {
    text-align: center;
}

.checkavailpage .controls img {
    margin-bottom: 24px;
}



.landinghero h4 {
    color: #fff;
}

.landinghero .checkavailability {
    margin: 0;
    margin-top: 0px;
    max-width: 584px;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.landinghero .homeguy {
    width: 44% !important;
}

.landinghero .checkavailability .button {
    margin-top: 7px;
    margin-right: 7px;
}

.landinghero strong {
    text-align: left;
}


.lightfiberspeed {}

.lightfiberspeed h1 {

    color: #002a5c;
}

.lightfiberspeed .speedtest span strong {
    color: #7ac142;
}

.textmuted {
    opacity:0.82;
}

.lightfiberspeed .speedtest .textmuted strong {
    color: #525d71;
}

.lightfiberspeed .progress {
    background-color: #d7dee4;
}

.noUi-origin {
    background-color: #d7dee4 !important;
}

.inputcalculator {

    color: #7ac142;
}

.landinghero {
    background: url(../images/jacksonville.png) center center no-repeat #002a5c;
    background-size: cover;
}

.landinghero .grid {
    grid-template-columns: 1fr 444px;
}

.landinghero .input {
    height: 46px;
}

.landinghero .herogrid small {
    color: rgba(255, 255, 255, 0.6);
}

.landinghero h1 a {

    background: url(../images/checkbg.png) center center no-repeat;
    width: 244px;
    right: -10px;
}


.landinghero h1 a:hover {
    right:-15px !important;
}

.availbox {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(0, 18, 41, 0.22);
    display: block;
    width: 100%;
    padding: 26px 32px 32px 32px;
    text-align: center;
    margin-top: 39px;
}

.availbutton {
    border: 0px;
    width: 100%;
    margin-top: 16px;
    font-size: 18px;
    height: 46px;
    line-height: 48px;
    border-radius: 4px;
}

.landinghero .input {
    margin-top: 18px;
}

#form_address_header_warning {
    color: #ff5050;
    display: none;
    padding-right: 0px;
    height: 30px;
    line-height: 30px;
    padding-top: 4px;
    text-align: left;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.landinghero .herogrid div:nth-child(1) {
    border-right:0px !important;
    background:url('../images/diagline.png') right -4px no-repeat;
}


.testone {
    background: url('../images/testimonial-one.png') center center no-repeat;
}

.testtwo {
    background: url('../images/Carlos1.png') center center no-repeat;
}

.testthree {
    background: url('../images/Jake1.png') center center no-repeat;
}


.cityone {
    background: url('../images/map/1.png');
    width: 48px;
    height: 41px;
    right: 132px;
    top: 16px;
    z-index: 1004;
}

.citytwo {
    background: url('../images/map/2.png');
    width: 58px;
    height: 72px;
    right: 0px;
    bottom: 6px;
}

.citythree {
    background: url('../images/map/3.png');
    width: 63px;
    height: 36px;
    right: 0px;
    bottom: 71px;
}

.cityfour {
    background: url('../images/map/4.png');
    width: 68px;
    height: 63px;
    right: 0px;
    bottom: 100px;
}

.cityfive {
    background: url('../images/map/5.png');
    width: 37px;
    height: 31px;
    right: 19px;
    bottom: 176px;
}

.citysix {
    background: url('../images/map/6.png');
    width: 47px;
    height: 83px;
    right: 42px;
    bottom: 226px;
}

.cityseven {
    background: url('../images/map/7.png');
    width: 71px;
    height: 64px;
    right: 73px;
    top: 112px;
}

.cityeight {
    background: url('../images/map/8.png');
    width: 36px;
    height: 53px;
    right: 115px;
    top: 43px;
}

.citynine {
    background: url('../images/map/9.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
    right: 138px;
    top: 0px;
}

.cityten {
    background: url('../images/map/10.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 35px;
    right: 104px;
    top: 91px;
}

.cityeleven {
    background: url('../images/map/11.png');
    background-repeat: no-repeat;
    width: 42px;
    height: 26px;
    right: 31px;
    bottom: 205px;
}

.citytwelve {
    background: url('../images/map/12.png');
    background-repeat: no-repeat;
    width: 59px;
    height: 30px;
    right: 8px;
    bottom: 154px;
}

.citythirteen {
    background: url('../images/map/13.png');
    background-repeat: no-repeat;
    width: 31px;
    height: 36px;
    right: 180px;
    top: 23px;
}

.cityfourteen {
    background: url('../images/map/14.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 40px;
    right: 143px;
    top: 51px;
}

.cityfifthteen {
    background: url('../images/map/15.png');
    background-repeat: no-repeat;
    width: 46px;
    height: 42px;
    right: 129px;
    top: 80px;
}

.citysixteen {
    background: url('../images/map/16.png');
    background-repeat: no-repeat;
    width: 66px;
    height: 48px;
    right: 141px;
    top: 109px;
}

.cityseventeen {
    background: url('../images/map/17.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 78px;
    right: 118px;
    top: 129px;
}

.cityeighteen {
    background: url('../images/map/18.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 20px;
    right: 79px;
    top: 159px;
}

.citynineteen {
    background: url('../images/map/19.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 37px;
    right: 79px;
    top: 167px;
}

.citytwenty {
    background: url('../images/map/20.png');
    background-repeat: no-repeat;
    width: 62px;
    height: 60px;
    right: 73px;
    top: 199px;
}

.citytwentyone {
    background: url('../images/map/21.png');
    background-repeat: no-repeat;
    width: 39px;
    height: 55px;
    right: 54px;
    bottom: 156px;
}

.citytwentytwo {
    background: url('../images/map/22.png');
    background-repeat: no-repeat;
    width: 41px;
    height: 56px;
    right: 50px;
    bottom: 2px;
}

.citytwentythree {
    background: url('../images/map/23.png');
    background-repeat: no-repeat;
    width: 76px;
    height: 59px;
    right: 56px;
    bottom: 56px;
}

.citytwentyfour {
    background: url('../images/map/24.png');
    background-repeat: no-repeat;
    width: 56px;
    height: 54px;
    right: 60px;
    bottom: 93px;
}

.citytwentyfive {
    background: url('../images/map/25.png');
    background-repeat: no-repeat;
    width: 41px;
    height: 38px;
    right: 114px;
    bottom: 95px;
}

.citytwentysix {
    background: url('../images/map/26.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 39px;
    right: 68px;
    bottom: 135px;
}

.citytwentyseven {
    background: url('../images/map/27.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
    right: 118px;
    bottom: 130px;
}

.citytwentyeight {
    background: url('../images/map/28.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 52px;
    right: 75px;
    bottom: 157px;
}

.citytwentynine {
    background: url('../images/map/29.png');
    background-repeat: no-repeat;
    width: 38px;
    height: 28px;
    right: 120px;
    bottom: 153px;
}

.citythirty {
    background: url('../images/map/30.png');
    background-repeat: no-repeat;
    width: 44px;
    height: 36px;
    right: 156px;
    bottom: 144px;
}

.citythirtyone {
    background: url('../images/map/31.png');
    background-repeat: no-repeat;
    width: 51px;
    height: 37px;
    right: 157px;
    bottom: 166px;
}

.citythirtytwo {
    background: url('../images/map/32.png');
    background-repeat: no-repeat;
    width: 37px;
    height: 27px;
    right: 122px;
    bottom: 179px;
}

.citythirtythree {
    background: url('../images/map/33.png');
    background-repeat: no-repeat;
    width: 74px;
    height: 60px;
    right: 93px;
    top: 204px;
}

.citythirtyfour {
    background: url('../images/map/34.png');
    background-repeat: no-repeat;
    width: 49px;
    height: 46px;
    right: 160px;
    bottom: 201px;
}

.citythirtyfive {
    background: url('../images/map/35.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 42px;
    right: 201px;
    bottom: 201px;
}

.citythirtysix {
    background: url('../images/map/36.png');
    background-repeat: no-repeat;
    width: 53px;
    height: 29px;
    right: 166px;
    top: 196px;
}

.citythirtyseven {
    background: url('../images/map/37.png');
    background-repeat: no-repeat;
    width: 29px;
    height: 53px;
    right: 159px;
    top: 156px;
}

.citythirtyeight {
    background: url('../images/map/38.png');
    background-repeat: no-repeat;
    width: 44px;
    height: 22px;
    right: 169px;
    top: 180px;
}

.citythirtynine {
    background: url('../images/map/39.png');
    background-repeat: no-repeat;
    width: 44px;
    height: 29px;
    right: 178px;
    top: 153px;
}

.cityfourty {
    background: url('../images/map/40.png');
    background-repeat: no-repeat;
    width: 53px;
    height: 46px;
    right: 199px;
    top: 109px;
}

.cityfourtyone {
    background: url('../images/map/41.png');
    background-repeat: no-repeat;
    width: 46px;
    height: 40px;
    right: 174px;
    top: 78px;
}

.cityfourtytwo {
    background: url('../images/map/42.png');
    background-repeat: no-repeat;
    width: 27px;
    height: 30px;
    right: 176px;
    top: 58px;
}

.cityfourtythree {
    background: url('../images/map/43.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 19px;
    right: 186px;
    top: 58px;
}

.cityfourtyfour {
    background: url('../images/map/44.png');
    background-repeat: no-repeat;
    width: 34px;
    height: 44px;
    right: 239px;
    top: 89px;
}

.cityfourtyfive {
    background: url('../images/map/45.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 29px;
    right: 219px;
    top: 80px;
}

.cityfourtysix {
    background: url('../images/map/46.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 62px;
    right: 210px;
    top: 23px;
}

.cityfourtyseven {
    background: url('../images/map/47.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 22px;
    right: 225px;
    top: 24px;
}

.cityfourtyeight {
    background: url('../images/map/48.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 43px;
    right: 233px;
    top: 39px;
}

.cityfourtynine {
    background: url('../images/map/49.png');
    background-repeat: no-repeat;
    width: 37px;
    height: 36px;
    right: 238px;
    top: 54px;
}

.cityfifty {
    background: url('../images/map/50.png');
    background-repeat: no-repeat;
    width: 44px;
    height: 32px;
    right: 263px;
    top: 23px;
}

.setupp {
    padding-top:12px;
    font-style:oblique;
    opacity:0.8;
    font-size:14px;
}
.subpagewarn {
    text-align:center !important;
}

#availability .g-recaptcha {
    margin-left:90px;
}

input[type="submit"] {
    cursor:pointer;
}
.wirelesshero h1 a{

    background: url(../images/tagtwo.png) center center no-repeat;
    width: 164px;
    right:142px !important;
}

.wirelesshero .herogrid {

    grid-template-columns: 42% 55%;
}

.lightbg {

    background-color: #f5f9fb;
}

.availfuture .textcol {
    padding-right:100px;
}
