.banner-section {
    min-height: 359px;
}
.fiber-tohome {
    float: right;
    margin-top: 110px;
}
.fiber-tohome h2 {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
}
.fiber-tohome-content {
    background: #fff;
    padding: 50px 0;
}
.fiber-top-content {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
.fiber-content-top {
    margin: 0 auto;
    max-width: 1045px;
    text-align: center;
}
.fiber-content-top p {
    color: #000;
    font-size: 26px;
}
.high-speed-title {
    margin: 0 auto;
    max-width: 1045px;
    text-align: center;
}
.high-speed-title h2 {
    color: #6a0aa2;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
}
.high-speed-title {
    margin: 0 auto 70px;
    max-width: 1045px;
    text-align: center;
}
.iptv-img {
    display: inline-block;
    margin-bottom: 10px;
}
.iptvdetails h3 {
    color: #6a0aa2;
    font-weight: 600;
}
.iptvdetails > p {
    color: #484848;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.home-fiber {
    margin-bottom: 80px;
}
.home-fiber-txt {
    margin: 390px 0 110px;
}
.home-fiber-txt > h2 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
}
.subscription-packages {
    background-color: #6a0aa2;
    color: #fff;
    padding: 25px 0;
    text-align: center;
}
.pakage-txt > h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.package-section {
    padding: 30px 0;
}
.package-title {
    margin: 0 auto;
    max-width: 420px;
    text-align: center;
}
.package-title h2 {
    color: #6a0aa2;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.package-title h2::before {
    background-color: #6a0aa2;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.fiber-content {
    margin: 0 auto;
    max-width: 1050px;
    text-align: center;
}
.fiber-content > p {
    font-size: 25px;
    margin-bottom: 20px;
}
/* Shutter Out Horizontal */

.hvr-shutter-out-horizontal {
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6a0aa2;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.tp_package {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e3e3+0,f0f0f0+52,f7f8f7+81,fefefe+100 */

    background: rgb(226,227,227); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226,227,227,1) 0%, rgba(240,240,240,1) 52%, rgba(247,248,247,1) 81%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(226,227,227,1) 0%, rgba(240,240,240,1) 52%, rgba(247,248,247,1) 81%, rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(226,227,227,1) 0%, rgba(240,240,240,1) 52%, rgba(247,248,247,1) 81%, rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e3e3', endColorstr='#fefefe', GradientType=0 ); /* IE6-9 */
    border-radius: 4px 4px 0 0;
    padding: 20px 0 26px;
    position: relative;
    text-align: center;
}
.tp_package{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e3e3+0,f0f0f0+52,f7f8f7+81,fefefe+100 */
    background: rgb(226,227,227); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226,227,227,1) 0%, rgba(240,240,240,1) 52%, rgba(247,248,247,1) 81%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(226,227,227,1) 0%,rgba(240,240,240,1) 52%,rgba(247,248,247,1) 81%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(226,227,227,1) 0%,rgba(240,240,240,1) 52%,rgba(247,248,247,1) 81%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e3e3', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    border-radius: 4px 4px 0 0;
    padding: 20px 0 26px;
    position: relative;
    text-align: center;
}

/*.tp_package::before {
    border-left: 180px solid #6a0aa2;
    border-right: 180px solid #6a0aa2;
    border-top: 40px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}*/

.tp_package {
    /*box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);*/
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.tp_package::before {
    background: #6a0aa2 none repeat scroll 0 0;
    border-radius: 5px;
    bottom: -111px;
    box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.5);
    content: "";
    height: 131px;
    position: absolute;
    right: -20%;
    transform: rotate(162deg);
    width: 100%;
    z-index: 5;
}
.tp_package::after {
    background: #6a0aa2 none repeat scroll 0 0;
    bottom: -111px;
    box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.5);
    content: "";
    height: 131px;
    left: -24%;
    position: absolute;
    transform: rotate(14deg);
    width: 100%;
    z-index: 5;
}




.tp_package h4 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}
.package-rate {
    color: #6a0aa2;
    display: block;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}
.package-box {
    margin-bottom: 50px;
    max-width: 365px;
    overflow: hidden;
}
.btm-package {
    background-color: #6a0aa2;
    border-radius: 0 0 4px 4px;
    color: #fff;
    padding: 30px 20px;
    position: relative;
}
/*.btm-package::after {

    border-bottom: 50px solid #f8f2ee;

    border-left: 51px solid transparent;

    border-right: 32px solid transparent;

    content: "";

    height: 0;

    position: absolute;

    right: 0;

    top: 0;

}*/

.package-list ul {
    padding: 0;
}
.package-list li {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    list-style: outside none none;
    padding-left: 20px;
    position: relative;
}
.package-list li::before {
    background-color: #fff;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 4px;
}
.package-link {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    width: 150px;
}
.package-link a {
    color: #6a0aa2;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
    text-transform: capitalize;
}


/************************************
-------------------------------------
        RESPONSIVE STYLE SHEET
------------------------------------- 
************************************/



@media (max-width: 767px) {
    .navbar-brand {
        padding: 0 15px;
    }
    .row.partner-logo-area {
        margin: 0;
    }
    /*.collapse {
        position: absolute;
        background: #e6e6e6;
        width: 100%;
    }*/

    .menu-dropdown, .sub-menu {
        z-index: 999999;
        min-width: 200px;
        position: relative;
        width: 100%;
    }
    section.container-fluid.contact-page-area.gallery-area,section.container-fluid.contact-page-area,section.container-fluid.top-footer-area,.content_fullwidth.less2{
        padding:25px 15px;
    }

    .logo {
        width: auto;
    }
    .navigation-area {
        position: relative;
        z-index: 9;
    }
    .language-area {
        background-color: #f37021;
        position: relative;
        z-index: 5;
    }
    .center-wrapper {
        
        position: relative;
        z-index: 1;
    }
    #menu-main .menu-item a br {
        display: none;
    }

    .nav-icon {
        font-size: 11px;
    }
    #menu-main .menu-item a i {
        margin-right: 6px;
        width: 15px;
    }

    .connect-slogn-detail {
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        margin: 0 0 20px;
    }
    .ui-tabs .list-inline li {
        display: inline-block;
        padding: 0;
    }
    .tab-btn {
        background-color: rgba(255, 255, 255, 0.87);
        border: 1px solid #f37021;
        font-size: 10px;
        margin-bottom: 7px;
        margin-top: 0;
        padding: 5px;
        text-transform: capitalize;
    }
    .tab-image img {
        display: block;
        height: auto;
        max-width: 100%;
    }
    .tab-image {
        margin-bottom: 10px;
        padding-top: 15px;
    }
    .tab-window {  
        padding: 10px 15px;
    }
    .tab-window p {
        font-size: 13px;
        line-height: 20px;
    }
    .tab-window h1 {
        font-size: 18px;
        line-height: 24px;
        text-transform: capitalize;
    }
    .tab-window li {
        font-size: 13px;
        padding-bottom: 10px;
    }
    .partner-slogan {
        font-size: 20px;
    }
    .partner-logo-area .col-5 {
        border: 1px solid #ccc;
        margin: 0 5px 10px 0;
        overflow: hidden;
        padding: 10px;
    }
    .freedomsat {
        margin-bottom: 0;
    }
    .partner-logo-area {
        margin-bottom: 10px;
    }

    .footer-media {
        margin-bottom: 10px;
        text-align: left;
    }
    .media-left {
        display: inherit;
        float: left;
        width: 30px;
        margin-top: 5px;
    }
    .media-body {
        float: left;
        width: calc(100% - 40px);
    }
    .footer-media::before, .footer-media::after {
        clear: both;
        content: "";
        display: table;
    }
    #wp_email_capture > form {
        position: relative;
    }
    
    input#wp-email-capture-name-widget {

        width: 100% !important;
    }
    input#wp-email-capture-email-widget {
        left: 10px;
        top: 15px;
    }
    input.wp-email-capture-submit.wp-email-capture-widget-worldwide {
      right: -10px;
      top: 0;
    }
     .footer-nav, .trademark {
        text-align: center !important;
    }

    .about-title {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    section.container-fluid.connect.whoweare {
        padding-bottom: 10px;
    }

    .connect-slogan {
        font-size: 20px;
    }
    .about-text p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .about-text > ul {
        padding-left: 25px;
    }
    .about-text li {
        font-size: 12px;
    }
    .review-text-box {
        margin-top: 10px;
        padding: 10px 10px 20px;
    }
    .review-text p {
        font-size: 12px;
        line-height: 22px;
    }
    .review-box {
        margin-bottom: 10px;
    }
    .about-desc {
        font-size: 12px;
        line-height: 19px;
    }
    .contact-text {
        font-size: 12px;
    }
    .yah-details p {
        font-size: 13px;
    }

    .yah-subheader {
        font-size: 15px;
        font-weight: 600;
    }
    .yah-details h3 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .yah-list li {
        font-size: 14px;
        line-height: 22px;
    }
    .yah-list {
        margin: 10px 0;
        padding-left: 24px;
    }
    .yah-text {
        margin: 100px 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .ytext-2 {
        font-size: 40px;
        line-height: 40px;
    }
    .ytext-1 {
        font-size: 35px;
        font-weight: 400 !important;
    }
    .about-image img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .ytext-3 {
        font-size: 40px;
        text-align: center;
    }
    .banner-section {
        min-height: 350px;
    }
    .fiber-tohome {
        margin: 70px 0;
    }
    .fiber-tohome h2 {
        font-size: 40px;
    }
    .fiber-content-top p {
        font-size: 16px;
    }
    .fiber-tohome-content {
        padding: 30px 0 20px;
    }
    .high-speed-title h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .high-speed-title {
        margin: 0 auto 30px;
    }
    .iptvdetails > p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .home-fiber-txt {
        margin: 80px 0;
    }
    .home-fiber-txt > h2 {
        font-size: 40px;

    }
    .home-fiber {
        margin-bottom: 30px;
    }
    .pakage-txt > h2 {
        font-size: 23px;
    }
    .package-title h2 {
        font-size: 30px;

    }

    .fiber-content > p {
        font-size: 16px;
    }

    .package-section {
        padding: 0;
    }
    .package-box {
        margin-bottom: 20px;
    }
    .tp_package h4 {
        font-size: 22px;
    }
    .package-rate {
        font-size: 35px;
     
    }

    .blog_postcontent .image_frame img {
        float: left;
        height: auto;
        max-width: 100%;
    }

    .blog_postcontent {
        padding: 0;
    }
    .gal li {
        height: auto;
        margin-bottom: 10px;
        width: 49%;
    }
    .gal img {
        display: block;
        height: auto;
        max-width: 100%;
    }
    .fiber-content-top,
    .high-speed-title,
    .package-title {
        text-align: left;
    }
    .review-area {
        padding-bottom: 20px;
    }

    .pricing-table {
        border: medium none;
        padding: 0;
    }


}


@media (min-width:768px) and (max-width:980px) {
.search-bar .form-control {
    height: 50px;
}
.tab-image img {
    display: block;
    height: auto;
    max-width: 100%;
}
.footer-nav li a {
    height: 50px;
    line-height: 41px;
}

#wp_email_capture > form {
    position: relative;
}
input#wp-email-capture-name-widget {

    width: 100% !important;
}
input.wp-email-capture-submit.wp-email-capture-widget-worldwide {
    right: 0;
    top: 0;
}
input#wp-email-capture-email-widget {
    padding-left: 5px;
    top: 14px;
}
.package-rate {
    font-size: 32px;

}
.menubar li a i {
    font-size: 15px;
}
.yah-text {
    margin-top: 10%;
    padding-top: 0;
}
.pakage-txt > h2 {
    font-size: 50px;
}


}
@media (min-width:768px) and (max-width:1024px) {
    .logo {
        width: 100%;
    }
    .home-fiber-txt {
        margin: 100px 0;
    }
    .fiber-content-top p {
        color: #000;
        font-size: 18px;
    }
    .tp_package::before,
    .tp_package::after {
        box-shadow: none;

    }

    .blog_postcontent .image_frame img {
       display: block;
        height: auto;
        max-width: 100%;
    }
    .about-slogan {

        margin-top: 0;
    }
    .about-text p {
        margin-bottom: 10px;
    }
    .connect-slogn-detail.about-text ul {
        margin-bottom: 15px;
    }
    .about-title {
        margin-bottom: 10px;
        display: inline-block;
    }
    .review-text {
        min-height: 260px;
    }
    .about-text {
        margin: 5px 0 10px;
    }

    a.btn.btn-success {
        margin: 0 3px 10px 0;
    }
    .yah-text {
        width: 300px;
    }
    /*.yah-text {
        margin-top: 100px;
        padding-top: 0;
    }*/
    .ytext-1 {
        font-size: 40px;
    }
    .ytext-3 {
        font-size: 70px;
    }
    .ytext-2 {
        font-size: 70px;
        line-height: 70px;
    }   


}

@media (min-width:981px) and (max-width:1024px) {
    .review-text {
        min-height: 200px;
    }

    .yah-text {
        padding-top: 50px;
    }
}
