body {
    font-family: 'Ubuntu', sans-serif !important;
}

.navbar ul li a {
    color: #fff !important
}

.navbar-light{
    padding: 20px 0;
}
.nav-link:focus, .nav-link:hover {
    opacity: .8 !important;
    color: #fff !important
}

.carousel-inner .carousel-item::before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .7) 100%)
}

.navbar ul li a.active {
    background: linear-gradient(90deg, #0073ff 0, #00a6d8 100%);
    border-radius: 10px
}

.bg-primary {
    background: linear-gradient(90deg, #0073ff 0, #00a6d8 100%);
}

.bg-warning {
    background: linear-gradient(150deg, rgba(255, 110, 3, 1) 0%, rgba(255, 195, 3, 1) 100%);
}

.bg-success {
    background: linear-gradient(150deg, rgba(6, 113, 80, 1) 0%, rgba(6, 181, 133, 1) 100%);
}

.bg-danger {
    background: linear-gradient(150deg, rgba(188, 5, 5, 1) 0%, rgba(240, 82, 116, 1) 100%);
}

.bg-violet {
    background: linear-gradient(150deg, rgba(146, 5, 188, 1) 0%, rgba(240, 82, 116, 1) 100%);
}

.btn-primary, .btn-secondary, .btn-dark, .btn-success, .btn-custom {
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 10px;
    border: none;
    font-weight: bold;
}

.btn-setup{
    color:#fff;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    height: 45px;
    padding: 0 40px;
    line-height: 43px;
}
.btn-setup:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    opacity: 0;
    transition: all .4s ease;
    z-index: -1;
}
.btn-setup:hover{
    color:#fff;
}
.btn-setup:hover:after{
    opacity: 1;
   }
.btn-setup-one{
    box-shadow: 0px 10px 25px 0px rgb(248 72 139 / 30%);
    background: linear-gradient(
90deg, rgba(255, 155, 143, 1) 0%, rgba(248, 72, 139, 1) 100%);
}
.btn-setup-one:after{
    background: linear-gradient(
-90deg, rgba(255, 155, 143, 1) 0%, rgba(248, 72, 139, 1) 100%);
}
.btn-setup-two{
    box-shadow:  0px 10px 25px 0px rgb(0 191 141 / 30%);
    background: linear-gradient(
        90deg, rgba(126, 213, 0, 1) 0%, rgba(0, 191, 141, 1) 100%);
}
.btn-setup-two:after{
    background: linear-gradient(
        -90deg, rgba(126, 213, 0, 1) 0%, rgba(0, 191, 141, 1) 100%);
}
.btn-setup-tree{
    box-shadow:  0px 10px 25px 0px rgb(247 107 28 / 30%);
    background: linear-gradient(
        90deg, rgba(250, 217, 97, 1) 0%, rgba(247, 107, 28, 1) 100%);
}
.btn-setup-tree:after{
    background: linear-gradient(
        -90deg, rgba(250, 217, 97, 1) 0%, rgba(247, 107, 28, 1) 100%);
}
.btn-setup-four{
    box-shadow:  0px 10px 25px 0px rgb(0 191 141 / 30%);
    background: linear-gradient(
        90deg, rgba(50, 236, 173, 1) 0%, rgba(67, 214, 223, 1) 100%);
}
.btn-setup-four:after{
    background: linear-gradient(
        -90deg, rgba(50, 236, 173, 1) 0%, rgba(67, 214, 223, 1) 100%);
}

.btn-setup-five{
    box-shadow: 0px 10px 25px 0px rgb(196 68 251 / 30%);
    background: linear-gradient(
        90deg, rgba(138, 99, 242, 1) 0%, rgba(196, 68, 251, 1) 100%);
        }
}
.btn-setup-five:after{
    background: linear-gradient(
        -90deg, rgba(138, 99, 242, 1) 0%, rgba(196, 68, 251, 1) 100%);
}

.btn-dark {
    background: linear-gradient(90deg, #000 0, #323232 100%);
}

.btn-success {
    background: linear-gradient(90deg, #0e9149 0, #29c56e 100%);
}

.btn-primary {
    background: linear-gradient(90deg, #0073ff 0, #00a6d8 100%);
}

.btn-secondary {
    color: #0073ff;
    background: #fff;
}

.info-banner-content {
    padding: 60px 30px;
    float: left;
    width: 100%
}

.info-banner-content {
    box-shadow: rgb(0 0 0 / 18%) 0 2px 4px;
}

.info-banner .grid-items {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.info-banner-content .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.info-banner-primary .grid-items {
    color: #fff
}

.info-banner-secondary .info-banner-content {
    background: linear-gradient(90deg, #00a6d8 0, #0073ff 100%)
}

.info-banner-secondary .grid-items {
    background-color: #fff;
    padding: 2rem 1rem
}

.info-banner-secondary .description {
    color: #fff
}

.info-banner .description .title {
    font-size: 1.2rem
}

.info-banner-secondary .owl-carousel .item {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.info-banner-secondary .owl-carousel .item p {
    text-align: justify
}

.info-banner .grid-items .item {
    text-align: center
}

.info-banner .grid-items .item .title {
    font-size: 1.2rem;
    margin: 1rem 0
}

.navbar.sticky {
    transition: all .5s;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #333 !important;
    z-index: 4
}

.img-carousel {
    float: left;
    width: 100%;
    margin: 3.75rem 0
}

.img-carousel .item {
    border-radius: 10px;
    overflow: hidden
}

.img-carousel .owl-item {
    transition: all .2s
}

footer .logo {
    margin-bottom: 1rem
}

.footer-phone {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 1.4rem
}

.text-copyright {
    margin: 0;
    margin-top: 1rem;
    opacity: .8
}

.input-group-text {
    background-color: #0073ff;
    color: #fff;
    border: none
}

.form-control {
    border: none !important
}

body {
    overflow-x: hidden !important;
    float: left;
    width: 100%
}

section {
    float: left;
    width: 100%
}
.section-head{
    font-size:26px;
}

.boosting-lists {
    counter-reset: my-counter;
    }
    .boosting-list:not(:last-child) {
        margin-bottom: 50px;
    }
    
    .boosting-list {
        position: relative;
        padding-left: 58px;
        font-weight: 100;
    }
    p:last-child {
        margin-bottom: 0px;
    }
    .boosting-list .count-number {
        font-size: 5rem;
        font-weight: 700;
        font-family: "Nunito";
        line-height: 1;
        color: rgba(0, 0, 0, 0.07);
        position: absolute;
        top: -25px;
        left: 0;
    }  
    .boosting-list .count-number::before {
        counter-increment: my-counter;
        content: "0"counter(my-counter);
        font-family: cursive;
    } 
.owl-prev {
    position: absolute;
    top: 40%;
    left: 10px;
    display: block !important;
    width: 20px !important
}

.owl-next {
    position: absolute;
    top: 40%;
    right: 10px;
    display: block !important;
    width: 20px !important
}

.owl-next i, .owl-prev i {
    transform: scale(1.6);
    color: #ccc
}

.testimonial-carousel .item {
    text-align: left !important
}

.font-weight-bold {
    font-weight: 700
}

.text-right {
    text-align: right
}

.fa-star {
    color: #ffba00
}

footer {
    float: left;
    width: 100%;
    padding: 3rem 0 .7rem 0;
    background-color: #333;
    margin-top: 2.75rem;
    color: #fff
}

footer a {
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

footer .link {
    margin-bottom: .7rem
}

footer a:hover {
    color: #fff;
    opacity: .8
}

footer .head {
    color: #fff
}

.whatsapp-icon {
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 18%) 0 2px 4px;
}

.whatsapp-icon .fa-whatsapp {
    color: #00e676 !important;
    font-size: 45px
}

.packets .item {
    background-color: #fff;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.packets .item .item-header {
    position: relative;
    color: #fff;
}
.line {
    position: relative;
    display: inline-block;
    padding-top: 25px;
    width: 100%;
}
.line:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #0c5adb;
    width: 40px;
    height: 3px;
    bottom: -1px;
}
.packets .item .head-background {
    position: absolute;
    top: -1.5rem;
    height: 8rem;
    border-radius: 50%;
    left: -5rem;
    right: -5rem;
}

.packets .item .content {
    padding: 1rem 1rem;
    position: relative;
}

.packets .item .content p {
    color: #000;
    opacity: .8;
    margin: .25rem 0;
    font-size: .8rem;
    line-height: 2rem;
}

.packets .item .content .btn {
    margin-top: 2rem;
}

.btn-block {
    width: 100%;
}

.chanel .nav-link{
    background-color: #fff;
    color: #999999;
    box-shadow: rgb(0 0 0 / 18%) 0 2px 4px;
    margin-right: .5rem;
    padding: .8rem 1.2rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
}

.setup .nav-link {
    background-color: rgba(248, 72, 139, .071);
    border: 0px;
    border-radius: 5px;
    color: #000000;
    padding: 39px 15px;
    display: block;
    min-height: 140px;
    text-align: center;
    color: #7a7a7a;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2px;
    padding: 27px 10px 26px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
}

.setup .nav-link.active, .setup .nav-link:hover{
    color: #FFFFFF;
    background: linear-gradient(
-35deg, rgba(255, 155, 143, 1) 0%, rgba(248, 72, 139, 1) 100%);
}

.setup .nav-item:nth-child(2) .nav-link {
    background-color: rgba(83, 194, 3, .071);
    color: #53c203;
}

.setup .nav-item:nth-child(2) .nav-link.active, .setup .nav-item:nth-child(2) .nav-link:hover {
    background: linear-gradient(-35deg, rgba(126, 213, 0, 1) 0%, rgba(0, 191, 141, 1) 100%);
    color: #fff;
}

.setup .nav-item:nth-child(3) .nav-link {
    background-color: rgba(254, 162, 41, .071);
    color: #fea229;
}

.setup .nav-item:nth-child(3) .nav-link.active, .setup .nav-item:nth-child(3) .nav-link:hover {
    background: linear-gradient(-35deg, rgba(250, 217, 97, 1) 0%, rgba(247, 107, 28, 1) 100%);
    color: #fff;
}

.setup .nav-item:nth-child(4) .nav-link {
    background-color: rgba(50, 236, 173, .071);
    color: #32ecad;
}

.setup .nav-item:nth-child(4) .nav-link.active, .setup .nav-item:nth-child(4) .nav-link:hover {
    background: linear-gradient(-35deg, rgba(50, 236, 173, 1) 0%, rgba(67, 214, 223, 1) 100%);
    color: #fff;
}

.setup .nav-item:nth-child(5) .nav-link {
    background-color: rgba(196, 68, 251, .071);
}

.setup .nav-item:nth-child(5) .nav-link.active, .setup .nav-item:nth-child(5) .nav-link:hover {
    background: linear-gradient(-35deg, rgba(138, 99, 242, 1) 0%, rgba(196, 68, 251, 1) 100%);
    color: #fff;
}

.setup .nav-link img.light-image {
    display: none;
}

.setup .nav-link img {
    margin-bottom: 10px;
}

.setup .tab-content {
    padding: 0;
}

.setup .grid-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.setup-info-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chanel .nav{
    display: flex;
    justify-content: center;
}



.setup .nav-link:hover img, .setup .nav-link.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.setup .nav {
    justify-content: center;
}
.chanels{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.chanels img{
    margin: 5px;
}
.sss .accordion-button{
    background: linear-gradient(90deg, #0073ff 0, #00a6d8 100%);
   font-weight: bold;
    color: #fff;
}
.sss .accordion-button.collapsed{
    background: #fff !important;
    color: #000;
}
.sss .accordion-item{
    margin-bottom: 1rem;
    box-shadow: rgb(0 0 0 / 18%) 0 2px 4px;
    border-radius:.8rem;
    overflow: hidden;
}

.setup .nav-item{
    width: calc(calc(100% / 5) - 24px);
    flex-grow: 1;
    margin: 10px;
}

.setup .nav-item .nav-link.active::before {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    border-top: solid #FFFFFF;
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
    filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.setup .tab-content>.tab-pane{
    float:left;
    width: 100%;
}
.setup .nav-item:nth-child(1) .nav-link.active:before {
    border-top-color: rgb(254, 141, 142);
}
.setup .nav-item:nth-child(2) .nav-link.active:before {
    border-top-color: rgb(97, 208, 32);
}
.setup .nav-item:nth-child(3) .nav-link.active:before {
    border-top-color: rgb(249, 194, 83);
}
.setup .nav-item:nth-child(4) .nav-link.active:before {
    border-top-color: rgb(54, 231, 185);
}
.setup .nav-item:nth-child(5) .nav-link.active:before {
    border-top-color: rgb(151, 92, 244);
}
.setup .tab-content .tab-pane:nth-child(1).active .info-banner-content{
    box-shadow: 0px 10px 30px 0px rgb(248 72 139 / 20%);
}
.setup .tab-content .tab-pane:nth-child(2).active .info-banner-content{
    box-shadow: 0px 10px 30px 0px rgb(83 194 3 / 20%);
}
.setup .tab-content .tab-pane:nth-child(3).active .info-banner-content{
    box-shadow: 0px 10px 30px 0px rgb(247 107 28 / 20%);
}
.setup .tab-content .tab-pane:nth-child(4).active .info-banner-content{
    box-shadow: 0px 10px 30px 0px rgb(0 191 141 / 20%);
}
.setup .tab-content .tab-pane:nth-child(5).active .info-banner-content{
    box-shadow: 0px 10px 30px 0px rgb(196 68 251 / 20%);
}
  

    @media (min-width: 992px) {
        .setup .nav {
            padding: 0;
            flex-wrap: nowrap;
        }

        .owl-carousel .owl-nav.disabled {
            display: block
        }

        .navbar-dark {
            transition: all .2s;
            padding-top: 16px;
            background-color: transparent !important;
            z-index: 2
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .slide {
            margin-top: -97px
        }

        .carousel-caption {
            position: absolute;
            top: 17rem;
            left: 10%;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            color: #fff;
            text-align: left;
            width: 100%
        }

        .carousel-caption .description {
            width: 50%;
        }

        .carousel-caption .title {
            font-weight: 400;
            font-size: 3rem
        }

        .img-carousel .owl-carousel {
            transform: scale(1.4)
        }

        .img-carousel .owl-item {
            transform: scale(.85) !important;
            opacity: .8
        }

        .img-carousel .owl-item.big {
            transform: scale(1) !important;
            opacity: 1
        }
        .navbar-nav .nav-link.active{
            margin-left: 10px !important;
        }
    }

@media (max-width: 992px) {
    .nav-link {
        padding-left: 1rem !important
    }

    .info-banner .grid-items .item {
        margin-bottom: 2.5rem
    }
}

@media (max-width: 576px) {

    .install-tab .nav-item{
        width: calc(calc(100% / 2) - 24px);
        flex-grow: 1;
        margin: 10px;
    }

    .chanel .tab-pane img{
        width: 50%;
    }
    .col-sm-6 {
        width: 50%
    }

    

    .setup .nav-link img {
        width: 1rem;
    }

    .carousel-caption {
        display: block !important;
        top: 0 !important;
        padding-bottom: 0 !important;
    }

    .carousel-caption .title {
        font-size: 1rem !important;
    }

    .carousel-caption .description {
        font-size: .7rem !important;
    }

    .carousel-caption .btn {
        display: none;
        float: left !important;
        font-size: .6rem !important;
        padding: .2rem .4rem !important;
    }

    footer .row > div {
        margin-bottom: 1.5rem
    }

    footer .row > div:after {
        content: "";
        position: absolute;
        height: 1px;
        left: .5rem;
        right: .5rem;
        background-color: grey;
        opacity: .5;
    }
}