
body {
    color: #5a5a5a;
    padding-bottom: 0;
}
.navbar-wrapper {
    background: #fa3a25 none repeat scroll 0 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 20;
}
.navbar-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.navbar-brand {
    padding-left: 0;
}
.carousel {
    height: 550px;
    margin-bottom: 60px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    background-color: #dfdfdf;
    height: 550px;
}
.carousel-inner > .item > img {
    height: 550px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.navbar-inverse {
    background-color: transparent;
    border: medium none;
}
.navbar-nav {
    float: right;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-inverse .navbar-nav li:last-child a {
    padding-right: 0;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #252525;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #252525;
}
.dropdown-menu {
    background: #9fcd73 none repeat scroll 0 0;
    padding: 0;
    top: 123%;
}
.dropdown-menu > li > a {
    padding: 6px 15px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #dffec2;
    color: #262626;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #dffec2;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.navbar-wrapper .navbar {
    margin-bottom: 0;
    min-height: 105px;
}
.topPanel {
    float: right;
}
.topPanel li {
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    list-style: outside none none;
    margin: 12px 12px 0;
}
.topPanel li a {
    color: #ffffff;
}
.padding0 {
    padding: 0;
}
.col-lg-8half {
    float: left;
    width: 70.5%;
}
.col-lg-3half {
    float: left;
    width: 29.5%;
}
.carousel-caption {
    left: 7%;
    right: 26%;
    text-align: left;
    text-shadow: none;
	background: rgba(255,255,255,0.8);
    padding: 0 15px 15px 15px;
    border-radius: 4px;
}
.carousel-caption h1 {
    color: #0f6e9a;
    font-size:42px;
    font-weight: bold;
}
.carousel-caption h1 span {
    color: #00aeff;
}
.carousel-caption p {
    color: #e20010;
    font-size: 16px;
    font-weight: 600;
	margin-bottom:15px;
}
.btn-primary {
    background: #ff0101 none repeat scroll 0 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-primary:hover {
    background: #aa3000 none repeat scroll 0 0;
    text-decoration: none;
}
.btn-primary span {
    background: #ff0101 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 4px 35px;
}
.btn-primary:hover span {
    background: #aa3000 none repeat scroll 0 0;
}
.carousel-indicators li {
    border: 2px solid #0f6e9a;
    height: 14px;
    margin: 0;
    width: 14px;
}
.carousel-indicators .active {
    background: #0f6e9a none repeat scroll 0 0;
    height: 14px;
    width: 14px;
}
.connection-form {
    background: #428c00 none repeat scroll 0 0;
    border: 12px solid #9fcd73;
    min-height: 550px;
    padding: 7px;
}
.bannerform {
    padding: 0 30px 28px;
}
.input-group {
    display: block;
    margin-bottom: 20px;
}
.input-group .form-control {
    float: none;
}
.bannerform h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 15px;
}
.bannerform input.form-control {
    background: #dffec2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px !important;
    color: #2c2c2c;
    height: 30px;
}
.form-control::-moz-placeholder {
    color: #2c2c2c;
}
.bannerform textarea.form-control {
    background: #dffec2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px !important;
    height: 65px;
}
.select-style {
    background: #dffec2 url("../images/selectarrow.png") no-repeat scroll 95% 50%;
    border: 0 solid #ccc;
    border-radius: 3px;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.select-style select {
    -moz-appearance: none;
    background-color: transparent;
    background-image: none;
    border: medium none;
    box-shadow: none;
    padding: 5px 8px;
    width: 100%;
}
.select-style select:focus {
    outline: medium none;
}
.btn-submit {
    background: #deffc1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    margin-left: 28%;
    padding: 8px 1px 7px;
    transition: all 0.3s ease-in-out 0s;
}
.btn-submit span {
    border: 1px solid #428c00;
    border-radius: 10px;
    color: #428c00;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 30px;
    text-transform: uppercase;
}
.btn-submit:hover {
    background: #aa3000 none repeat scroll 0 0;
}
.btn-submit:hover span {
    border: 1px solid #deffc1;
    color: #9fcd73;
}
.serviceBox {
    height: 376px;
    padding: 25px 0;
    text-align: center;
}
.bg1 {
    background: #08c879 none repeat scroll 0 0;
}
.bg2 {
    background: #db8d3a none repeat scroll 0 0;
}
.bg3 {
    background: #e4bb3d none repeat scroll 0 0;
}
.serviceBox h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.serviceBox p {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 40px;
}
.serviceBox p a {
    background: #b0fddd none repeat scroll 0 0;
    border-radius: 10px;
    color: #08c879;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox p a:hover {
    background: #aa3000 none repeat scroll 0 0;
    color: #ffffff;
}
.productsection h2 {
    color: #f73413;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 40px;
    text-align: center;
}
.productsection h2 span {
    border-top: 1px solid #f73413;
    display: block;
    margin: 10px auto;
    width: 100px;
}
.productsection .col-lg-3 {
    padding: 3px;
}
.item-box {
    background: #f73413 none repeat scroll 0 0;
    padding: 15px 0 0;
    text-align: center;
}
.item-box h4 {
    background: #b91e04 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 12px;
}
.itemImg {
    height: 185px;
}
.allproduct {
    clear: both;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    width: 160px;
}
.allproduct a {
    background: #f73413 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 6px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.speedProgress {
    background: #fa8819 none repeat scroll 0 0;
    padding: 36px 60px 39px;
}
.sr-only {
    float: right;
    height: 100%;
    margin-right: 8px;
    position: relative;
    width: auto;
}
.speedProgress h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}
.speedProgress p {
    color: #ffffff;
    font-size: 15px;
}
.speedProgress h5 {
    color: #ffffff;
    font-size: 20px;
}
.twoBlock {
    float: left;
    margin: 50px 0 0;
    width: 100%;
}
.progress-bar-success {
    background-color: #0a2035;
}
.progress-bar-info {
    background-color: #00bd43;
}
.progress-bar-warning {
    background-color: #fe3000;
}
.progress-bar-danger {
    background-color: #eaff00;
}
.testimonialSlider {
    background: rgba(0, 0, 0, 0) url("../images/testimonialsBG.jpg") no-repeat scroll 0 0;
    height: 731px;
    padding: 40px 50px 40px 40px;
}
.testimonialSlider .carousel .item {
    background-color: transparent;
    height: 360px;
}
.testimonialSlider .carousel {
    height: 360px;
}
.clientImg img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.testimonial-section {
    margin: 20px 0;
}
.testimonial-section p {
    color: #ffffff;
    font-size: 16px;
}
.testimonial-section-name {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    text-align: right;
}
.testimonialSlider h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}
.progress {
    margin-bottom: 8px;
}
.col-blog figcaption a.btn {
    background: #b0fddd none repeat scroll 0 0;
    border-radius:4px;
    color: #08c879;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.col-blog figcaption a.btn:hover {
    background: #aa3000 none repeat scroll 0 0;
    color: #ffffff;
}

.comment-form .form-submit{ display:inline-block; padding:0; background: transparent;}
.comment-form .form-submit .submit {
	 background: #c1571d none repeat scroll 0 0;
	 border-radius:4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
	border:0;
	}
.comment-form .form-submit .submit:hover{ 
	background: #b0fddd none repeat scroll 0 0;
    color: #08c879;
	border-radius:4px;
	}	

.details-page figure{ padding-bottom:30px;}
.details-page figure h3 {
    color: #f73413;
}
.details-page figure h5 {
    color: #545655;
}


/*Plane Page*/

.plane-page{ background-color:#f1f1f1; border-radius: 10px; margin-bottom:30px;}
.plane-page #content {
    padding: 15px 15px;
}

.plane-page .nav-tabs{ margin-bottom:-2px; border-bottom:none;}
.plane-page .nav-tabs > li > a { font-size:18px; background-color:#c1571d ; color:#fff;}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,  
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{ background-color:#23282d ; color:#fff;}

.tab-pane .db-pricing-eleven{ margin-top:30px;}

.db-bk-color-one {
    background-color: #f55039;
}

.db-bk-color-two {
    background-color: #46A6F7;
}

.db-bk-color-three {
    background-color: #47887E;
}

.db-bk-color-six {
    background-color: #F59B24;
}

/*============================================================
PRICING STYLES
==========================================================*/

.db-padding-btm {
    padding-bottom: 50px;
}
.db-button-color-square {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

    .db-button-color-square:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.50);
        border: none;
    }

.price sup{ margin-top:0; font-size:17px;}

.db-pricing-eleven {
    /*margin-bottom: 30px;*/
    /*margin-top: 50px;*/
	
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 30px;
	margin: 2px 8px 0;
}

    .db-pricing-eleven ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding-left: 0px;
		padding-top: 7px;
    }

        .db-pricing-eleven ul li {
            padding:5px 30px;
            cursor: pointer;
			text-align:left;
			width:100%;
        }


.db-pricing-eleven ul li span { 
	float:right;
	font-size: 16px;
	font-weight: 700;
}

            .db-pricing-eleven ul li i {
                margin-right: 5px;
            }


    .db-pricing-eleven .price {
        background-color: rgba(0, 0, 0, 0.5);
        padding:7px 20px;
        font-size: 60px;
        font-weight: 700;
        color: #FFFFFF;
    }

        .db-pricing-eleven .price small {
            color: #B8B8B8;
            display: block;
            font-size: 12px;
        }

    .db-pricing-eleven .type {
        background-color:#23282d;
        padding: 9px 20px;
        font-weight: 900;
        text-transform: uppercase;
        font-size:17px;
    }

    .db-pricing-eleven .pricing-footer {
        padding: 20px;
    }

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.db-pricing-eleven.popular {
    /*margin-top: 10px;*/
}

    .db-pricing-eleven.popular .price {
        /*padding-top: 80px;*/
    }

/*.blg-pic > img {
    height: 326px;
}*/
.col-blog h3 {
    height: 60px;
}
.widget.widget_text {
    list-style-type: none;
}
figcaption {
    /*height: 275px;*/
}

@media (min-width: 1367px) and (max-width: 1920px) {
.testimonialSlider {
    background: rgba(0, 0, 0, 0) url("../images/testimonialsBG.jpg") no-repeat scroll center bottom / cover ;
}




}

@media screen and (max-width:1920px){
	.speedProgress {
    background: #fa8819 none repeat scroll 0 0;
    padding: 105px 60px 39px;
}
}


@media screen and (max-width:1366px){
	.speedProgress {
    background: #fa8819 none repeat scroll 0 0;
    padding: 58px 60px 39px;
}
}


@media (min-width: 768px) {
.navbar-wrapper {
    margin-top: 0;
}
.navbar-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar-wrapper .navbar {
    border-radius: 0;
}
.featurette-heading {
    font-size: 50px;
}
}
@media (min-width: 992px) {
.featurette-heading {
    margin-top: 120px;
}
}
@media (max-width: 767px) {
.col-lg-8half {
    width: 100%;
}
.col-lg-3half {
    width: 100%;
}
.carousel {
    margin-bottom: 0;
}
.carousel-inner > .item > img {
    height: auto;
}
.carousel-caption {
    right: 7%;
}
.leasdetxt ul {
    padding: 0 15px;
}
.productsection h2 {
    font-size: 20px;
    font-weight: 600;
}
}
@media (min-width: 481px) and (max-width: 640px) {
.carousel {
    height: 540px;
    margin-bottom: 0;
}
.carousel .item {
    height: 540px;
}
.carousel-caption h1 {
    font-size: 22px;
}
.carousel-caption p {
    font-size: 14px;
}
.serviceBox {
    margin: 15px -15px;
}
.testimonialSlider {
    padding: 20px 20px 6px;
}
.testimonialSlider .carousel-indicators {
    bottom: -6px;
    left: 30%;
}
.testimonialSlider h3 {
    margin-top: 0;
}
.testimonial-section p {
    font-size: 14px;
}
.speedProgress {
    padding: 20px 15px;
}
.speedProgress .row {
    margin: 0;
}
.speedProgress h3 {
    font-size: 18px;
}
.navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
}
.topPanel {
    padding-left: 0;
    width: 100%;
}
.topPanel li {
    font-size: 13px;
    margin: 12px 5px 0;
}
.navbar-brand > img {
    height: 50px;
    margin-left: 15px;
    margin-top: -15px;
}
.navbar-nav {
    float: left;
    margin: 8px 0;
}
.navbar-collapse {
    margin-top: 12px;
}
.pagebanner {
    margin-bottom: 10px;
}
.pagebanner h1 {
    font-size: 40px;
}
.about-content p {
    font-size: 14px;
}
div.content ul, div.content p {
    padding: 35px 0;
}
.broadband-plans .content p a {
    margin-top: 4px;
}
}
@media (min-width: 376px) and (max-width: 480px) {
.carousel {
    height: 470px;
    margin-bottom: 0;
}
.carousel .item {
    height: 470px;
}
.carousel-caption h1 {
    font-size: 22px;
}
.carousel-caption p {
    font-size: 14px;
}
.serviceBox {
    margin: 15px -15px;
}
.testimonialSlider {
    padding: 20px 20px 6px;
}
.testimonialSlider .carousel-indicators {
    bottom: -6px;
    left: 30%;
}
.testimonialSlider h3 {
    margin-top: 0;
}
.testimonial-section p {
    font-size: 14px;
}
.speedProgress {
    padding: 20px 15px;
}
.speedProgress .row {
    margin: 0;
}
.speedProgress h3 {
    font-size: 18px;
}
.navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
}
.topPanel {
    padding-left: 0;
    width: 100%;
}
.topPanel li {
    font-size: 13px;
    margin: 12px 5px 0;
}
.navbar-brand > img {
    height: 50px;
    margin-left: 15px;
    margin-top: -15px;
}
.navbar-nav {
    float: left;
    margin: 8px 0;
}
.navbar-collapse {
    margin-top: 12px;
}
.pagebanner {
    margin-bottom: 10px;
}
.pagebanner h1 {
    font-size: 30px;
}
.about-content p {
    font-size: 14px;
}
.services figure img {
    height: auto;
}
.services figure {
    min-width: 100%;
}
div.content ul, div.content p {
    padding: 35px 0;
}
.broadband-plans .content p a {
    margin-top: 4px;
}
.leasdetxt ul li {
    font-size: 18px;
    line-height: 22px;
}
}
@media (max-width: 375px) {
.carousel {
    height: 425px;
    margin-bottom: 0;
}
.carousel .item {
    height: 425px;
}
.carousel-caption h1 {
    font-size: 22px;
}
.carousel-caption p {
    font-size: 14px;
}
.serviceBox {
    margin: 15px -15px;
}
.testimonialSlider {
    padding: 20px 20px 6px;
}
.testimonialSlider .carousel-indicators {
    bottom: -6px;
    left: 30%;
}
.testimonialSlider h3 {
    margin-top: 0;
}
.testimonial-section p {
    font-size: 14px;
}
.speedProgress {
    padding: 20px 15px;
}
.speedProgress .row {
    margin: 0;
}
.speedProgress h3 {
    font-size: 18px;
}
.navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
}
.topPanel {
    padding-left: 0;
}
.topPanel li {
    font-size: 13px;
    margin: 12px 5px 0;
}
.navbar-brand > img {
    height: 50px;
    margin-left: 15px;
    margin-top: -15px;
}
.navbar-nav {
    float: left;
    margin: 8px 0;
}
.navbar-collapse {
    margin-top: 12px;
}
.pagebanner {
    margin-bottom: 10px;
}
.pagebanner h1 {
    font-size: 30px;
}
.about-content p {
    font-size: 14px;
}
.services figure img {
    height: auto;
}
.services figure {
    min-width: 100%;
}
figure.effect-sadie h2 {
    font-size: 20px;
    top: 38%;
}
figure.effect-sadie p {
    font-size: 14px;
}
.accordion {
    font-size: 15px;
    height: auto;
}
div.content ul, div.content p {
    padding: 35px 0;
}
.broadband-plans .content p a {
    margin-top: 4px;
}
.leasdetxt ul li {
    font-size: 18px;
    line-height: 22px;
}
}
@media (max-width: 320px) {
.navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
}
.topPanel {
    padding-left: 0;
}
.topPanel li {
    font-size: 13px;
    margin: 12px 5px 0;
}
.navbar-brand > img {
    height: 50px;
    margin-left: 15px;
    margin-top: -15px;
}
.navbar-nav {
    float: left;
    margin: 8px 0;
}
.navbar-collapse {
    margin-top: 12px;
}
.services figure img {
    height: auto;
}
.services figure {
    min-width: 100%;
}
}
