@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300&display=swap');

body {
    font-family: 'Fira Sans', sans-serif;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
}
section {
    width: 100%;
}

/*Top Header*/
.header-logo {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    position: relative;
}
.header-info {
    width: 100%;
    padding: 10px 15px;
    ms-flex:  0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1050px) {
    .header-logo {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .header-info {
        flex: 0 0 100%;
        max-width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 25px;
    }
}
.site-logo {
    width: 180px;
    max-width: 250px;
    margin: 10px;
    height: 122px;
}
.info-item {
    margin-right: 10px;
}
.header-info-name h2 {
    font-size: 75px;
    line-height: 40px;
    padding-top: 29px;
    font-weight: 700;
    font-family: 'Hind Siliguri', sans-serif;
}
@media (min-width: 992px) {
    .info-item.bkash {
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .header-info-name h2 {
        font-size: 50px;
    }
}
@media (max-width: 500px) {
    .header-info-name h2 {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .info-item.bkash {
        margin-top: 10px;
    }
    .header-info-name {
        width: 100%;
    }
    .header-info-name h2 {
        text-align: center;
    }
    .info-item.bkash {
        width: 100%;
        text-align: center;
        display: flex;
    }
    .info-item.bkash > .info-wrap {
        margin: 0 auto;
    }
}
.info-wrap {
    display: flex;
}
.info-icon {
    width: 45px;
}
.info-icon > img {
    width: 100%;
}
.info-content {
    padding-left: 15px;
}
.info-title {
    color: #CC030B;
    font-family: work sans,Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.info-content p {
    margin-bottom: 2px;
    font-size: 16px;
}
nav {
    width: 100%;
    background-color: #018738;
    position: relative;
    display: flex;
    margin-top: 18px;
}
.navbar-left_item {
    flex-grow: 1;
}
@media (max-width: 1049px) {
    .navbar-left_item > ul#navbar-menu {
        position: absolute;
        background-color: #fff;
        padding: 5px 15px;
        top: 48px;
        left: 0;
        right: 0;
        z-index: 100;
        display: none;
    }
    .navbar-left_item > ul#navbar-menu li a,
    .navbar-left_item > ul#navbar-menu li span {
        color: #222;
        display: block;
    }
    ul#navbar-menu li ul {
        list-style: none;
        border-left: 1px solid #ddd;
        margin-bottom: 0;
        margin-left: 15px;
        padding-left: 10px;
        display: none;
    }
}
@media (min-width: 1050px) {
    ul#navbar-menu {
        display: flex!important;
    }
    .menu-toggle-btn {
        display: none!important;
    }
}
ul#navbar-menu {
    margin-bottom: 0;
    padding: 5px;
    list-style: none;
}
ul#navbar-menu li a,
ul#navbar-menu li span {
    padding: 13px 13px 9px 13px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    word-spacing: 1px;
    border-radius: 3px;
    cursor: pointer;
}
.navbar-social {
    padding: 8px;
}
.navbar-social a {
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    padding-top: 4px;
}
.menu-bar {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 6px 3px;
}
.menu-toggle-btn {
    width: 36px;
    height: 36px;
    margin-top: 6px;
    margin-left: 12px;
    cursor: pointer;
    overflow: hidden;
}
a.login-btn {
    padding: 10px 45px 22px 13px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    word-spacing: 1px;
    border-radius: 3px;
    letter-spacing: 1px;
}
@media (min-width: 1050px) {
    ul#navbar-menu li {
        position: relative;
    }
    ul#navbar-menu li ul {
        position: absolute;
        background-color: #018738;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        min-width: 180px;
        display: none;
    }
    ul#navbar-menu li ul li a {
        display: block;
        border-bottom: 1px solid #006c2d;
    }
}

.sub-menu > a {
    padding-right: 30px!important;
}
.sub-menu > a::after {
    content: '';
    margin-top: 4px;
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #394e8d transparent transparent;
}
.sub-menu > a:hover::after {
    border-color: #1191EE transparent transparent;
}
li.sub-menu > ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: none;
}
li.sub-menu > ul > li > a {
    display: block;
    padding: 10px 25px;
    color: #012181;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s, background 0.3s;
}
li.sub-menu > ul > li > a:hover {
    color: #1191EE;
    background-color: #f7f7f7;
}
@media (min-width: 992px) {
    li.sub-menu > ul {
        background-color: #fff;
        display: none!important;
        position: absolute;
        top: 69px;
        padding: 2px 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0px 2px 20px 0 rgb(0 0 0 / 15%);
        z-index: 9999;
    }
    li.sub-menu > ul > li > a {
        border-bottom: 1px solid #efefef;
    }
    li.sub-menu > ul > li:last-child > a {
        border-bottom: none;
    }
    @keyframes fadeDown {
        0% {
            opacity: 0;
            transform: translateY(10px);
        }
        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }
    li.sub-menu:hover > ul {
        display: block!important;
        animation-name: fadeDown;
        animation-duration: .5s;
    }
}
@media (max-width: 991px) {
    .sub-menu > ul {
        margin-left: 20px;
        border-left: 1px solid #ddd;
    }
    li.sub-menu > ul > li > a {
        padding: 6px 20px;
    }
}

/*Hero Section*/
#hero {
    min-height: 550px;
    background-color: #f8f8f8;
    padding: 70px 0;
    border-color: #df9597!important;
}
.hero-title {
    color: #222;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 60px;
    letter-spacing: -2px;
}
.hero-desc {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    padding: 15px 0;
}
.primary-btn {
    color: #fff;
    background-color: #1191EE;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 45px;
    letter-spacing: 0;
    border-radius: 30px;
    transition: 0.3s all;
}
.primary-btn:hover {
    color: #FFF;
    background: #CC030B;
}
.slider-wrap {
    position: relative;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 25px;
    color: red!important;
    font-size: 45px!important;
}
.owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 25px;
    color: red!important;
    font-size: 45px!important;
}
.owl-dots {
    margin-top: 100px;
    text-align: center;
}
button.owl-dot {
    width: 10px;
    height: 10px;
    background: #c9c9c9!important;
    margin: 5px;
    border-radius: 8px;
}
button.owl-dot.active {
    background: #8b8b8b!important;
}
@media (max-width: 767px) {
    #hero {
        padding: 60px 15px;
    }
    .hero-title {
        font-size: 32px;
        line-height: 40px;
    }
}

/*Services Section*/
section#services {
    background-color: #EFF9FF;
    padding: 0 8px;
    padding-bottom: 80px;
}
section#services .section-content {
    margin: 0 15px;
}
.section-header {
    width: 60%;
    padding-top: 100px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.section-header > h2 {
    color: #222;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 42px;
    text-align: center;
}
.section-header > p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    line-height: 25px;
}
.services-item {
    background: #fff;
    min-height: 270px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
}
#services > .section-content > .row > .col-md-3 {
    padding: 0 10px;
}
.services-logo img {
    width: 70px;
    margin: 0 auto;
    display: block;
}
.coverage-item .services-logo img {
    width: 30px;
    margin: 0 auto;
    display: block;
}
.coverage-item {
    min-height: 125px;
}
.coverage-item .services-title {
    font-size: 15px;
}
h3.services-title {
    color: #333;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.services-desc {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.2px;
}
@media (max-width: 767px) {
    .section-header {
        width: 95%;
    }
    .section-header h2 {
        font-size: 32px;
    }
}


/*Package Banner*/
section#internet_packages {
    padding-bottom: 60px;
}
#package_banner {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 60px 0;
}
.package_banner_info {
    padding: 60px 25px;
}
.package_banner-title {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 42px;
}
.package_banner-desc {
    color: #333;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
}
ul.package_banner-features {
    margin-bottom: 28px;
    padding-left: 0;
    list-style: none;
}
ul.package_banner-features li {
    color: #333;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.5px;
}
ul.package_banner-features li i {
    color: #FFF;
    margin-right: 6px;
    background-color: #058905;
    padding: 4px;
    border-radius: 30px;
    font-size: 9px;
}
@media (max-width: 767px) {
    .package_banner_info {
        padding: 60px 35px;
        padding-top: 0px;
    }
    .package_banner-title {
        font-size: 30px;
    }
}


/*Internet Packages*/
.internet_packages {
    padding: 0 25px;
}
.packages_item {
    background-color: rgb(44 130 237 / 5%);
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    transition: 0.3s;
}
.packages_item .best {
    color: #fff;
    background-color: #CC030B;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 35px;
    right: -15px;
    text-transform: uppercase;
    padding: 5px 10px;
}
.packages_item .best::after {
    content: '';
    position: absolute;
    top: -14px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #f74e4f #f74e4f;
}
.packages_item:hover {
    background-color: #fff;
    /*border-top: 2px solid #4628BA;*/
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    transform: scale(1.01);
}
.internet_packages > .row > .col-md-3 {
    padding: 0 10px;
}
.pacakge_title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    letter-spacing: -0.5px;
}
.package_unit {
    color: #555;
    font-weight: 600;
    padding: 5px 0 8px 0;
    font-size: 14px;
}
.package_unit > .price-currency {
    color: #CC030B;
    font-size: 24px;
    font-weight: 600;
    margin-right: 3px;
}
.package_unit > .price {
    color: #CC030B;
    font-size: 28px;
    font-weight: 700;
    line-height: 0;
}
.package_features {
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
}
.package_features li {
    color: #333;
    font-size: 15px;
    border-top: 1px solid #eee;
    padding: 8px 0 6px 0;
}
.package_features li > i {
    color: #FFF;
    margin-right: 6px;
    background-color: #058905;
    padding: 4px;
    border-radius: 30px;
    font-size: 9px;
}


/*Administration Section*/
#administration {
    background-color: #FAFAFA;
    padding: 60px 25px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.admin-info-heading {
    display: flex;
}
h2.administration-title {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 50px;
    letter-spacing: -2px;
}
.admin-info-heading > .status {
    color: #CC030B;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 500;
    padding-left: 10px;
    text-transform: capitalize;
}
.administration-desc {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    padding: 10px 0;
}
.administration-contacts .contact-heading {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
    line-height: 20px;
}
.administration_info {
    padding: 60px 0;
}
.contact-item {
    display: flex;
    padding: 8px 0;
}
.contact-item i {
    width: 30px;
    height: 30px;
    background-color: #1191EE;
    color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.contact-item span {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.5px;
    margin-top: -1px;
    margin-left: 10px;
}
.contact-socials {
    margin-top: 25px;
    display: flex;
}
.contact-socials a {
    width: 40px;
    height: 40px;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}
@media (max-width: 767px) {
    #administration {
        padding-bottom: 30px;
    }
    h2.administration-title {
        font-size: 36px;
    }
    .admin-info-heading > .status {
        font-size: 14px;
    }
}

/*Support Team*/
.support_team {
    padding: 0 25px;
    padding-bottom: 60px;
}
.support-member {
    background-color: #fff;
    margin-bottom: 25px;
    border: 2px solid rgb(141 195 235 / 42%);
    overflow: hidden;
    border-radius: 8px;
}
.support_team > .row > .col-md-4 {
    padding: 0 10px;
}
.member_name {
    color: #222;
    font-size: 20px;
    letter-spacing: -.5px;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 3px;
}
.member_status {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.member_social {
    padding-top: 6px;
    text-align: center;
}
.member_social a {
    color: #fff;
    background-color: #1191EE;
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 3px;
    border-radius: 4px;
    transition: .25s all;
}
.member_social a:hover {
    background-color: #1363c7;
}
.member_phone {
    color: #272717;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -.2px;
}
@media (max-width: 767px) {
    section#support_team .section-header {
        padding-top: 60px;
    }
}

/*Blog Section*/
section#blog {
    background-color: #fafafa;
    border-top: 1px solid #eee;
    padding-bottom: 60px;
}
.blog_office {
    padding: 0 25px;
}
.blog-item {
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid rgb(45 87 211 / 19%);
    overflow: hidden;
}
.blog-info {
    padding: 5px;
}
.blog-title {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 10px;
    margin-bottom: 0;
}
.blog-title a {
    color: #222;
    transition: .25s all;
}
.blog-title a:hover {
    color: #1191EE;
}
.blog-short-desc {
    color: #333;
    font-size: 14px;
    padding: 0px 10px;
    letter-spacing: 0;
    padding-bottom: 8px;
}
.blog-create-date {
    color: #d81c22;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 8px;
}
.blog-create-date i {
    padding-right: 5px;
}
.read-more-btn {
    color: #1191EE;
    transition: .25s all;
}
.read-more-btn:hover {
    color: #d81c22;
}
@media (max-width: 767px) {
    section#blog {
        padding-bottom: 30px;
    }
}

/*Footer*/
#footer {
    width: 100%;
    border-top: 1px solid #eba5a7;
}
.main-footer {
    padding: 100px 20px;
}
.main-footer > .row > .col-md-4 {
    padding: 0 8px;
}
.footer-desc {
    color: #333;
    font-size: 14px;
    padding-top: 20px;
    font-weight: 500;
    letter-spacing: 0;
}
h2.footer-heading {
    color: #222;
    font-family: hind siliguri,Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: -1px;
}
ul.footer-links {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul.footer-links > li > a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.5px;
    display: inline-block;
    padding: 5px 0;
}
ul.footer-links > li > a > i {
    color: #CC030B;
    width: 18px;
    margin-right: 10px;
    font-size: 14px;
}
.footer-address {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 10px;
}
ul.footer-contacts {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul.footer-contacts li {
    padding: 5px 0;
}
ul.footer-contacts li,
ul.footer-contacts li a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.5px;
}
ul.footer-contacts li i,
ul.footer-contacts li a i {
    color: #CC030B;
    font-size: 14px;
    width: 18px;
    margin-right: 10px;
}
.footer-item-wrap {
    padding: 15px 0;
}
@media (max-width: 767px) {
    .main-footer {
        padding: 50px 20px;
    }
}
.footer-copyright-area {
    background-color: #001248;
}
.footer-copyright > .copyright-text {
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    word-spacing: 1px;
    margin-bottom: 0;
    padding: 30px 15px;
    text-align: center;
}




/* Top Header */
.top-header {
    color: #fff;
    background-color: #2A2A2A;
    font-size: 13px;
    font-weight: 500;
}
.main-header {
    height: 70px;
    background-color: #fff;
    z-index: 9999;
    border-color: #d81c22!important;
    position: relative;
}
.top-left-item {
    display: flex;
}

.top-left-item div {
    padding: 12px 10px;
}
.top-left-item div i {
    color: #1191EE;
    padding-right: 5px;
    font-size: 12px;
}
.top-right-item {
    display: flex;
    justify-content: end;
}
ul.top-social {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}
ul.top-social li a {
    color: #fff;
    display: block;
    padding: 0px 5px;
    opacity: 0.7;
    transition: .2s;
}
ul.top-social li a:hover {
    opacity: 1;
}
ul.top-social li {
    padding: 12px 8px;
}
ul.menu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: end;
}
ul.menu-list > li > a {
    padding: 26px 15px 25px;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #012181;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
ul.menu-list > li > a:hover {
    color: #1191EE;
}
.nav_menu_wrap,
.nav_menu_close_btn {
    display: none;
}
@media (min-width: 992px) {
    body.active {
        margin-top: 115px;
    }
    header.scrolled {
        position: fixed;
        top: -130px;
        left: 0;
        right: 0;
        z-index: 9999;
        transition: .5s;
    }
    header.scrolled.active {
        top: -44px;
    }
}
@media (max-width: 991px) {
    body {
        margin-top: 70px;
    }
    .top-header {
        display: none;
    }
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .menu-wrap {
        position: fixed;
        top: 0;
        right: -280px;
        bottom: 0;
        width: 280px;
        background-color: #fff;
        z-index: 1000;
        overflow-y: auto;
        transition: .3s right;
    }
    .menu-wrap.active {
        right: 0;
        box-shadow: 0px 0px 20px 0px rgba(0 0 0 / 30%);
    }
    ul.menu-list {
        display: block;
        margin-top: 60px;
        margin-bottom: 10px;
    }
    ul.menu-list li a {
        padding: 10px 22px;
    }
    .menu-wrap .nav_menu_close_btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 22px;
        font-size: 45px;
        padding: 10px;
        cursor: pointer;
    }
    .nav_menu_wrap {
        display: block;
        height: 69px;
        width: 30px;
        margin-left: auto;
        margin-right: 8px;
    }
    .nav_menu_toggle_btn {
        padding: 16px 0;
    }
    .nav_menu_toggle_btn div {
        width: 100%;
        height: 3px;
        background-color: #1191EE;
        margin: 7px 0;
        border-radius: 5px;
    }
    .nav_menu_toggle_btn div:nth-child(2) {
        width: 70%;
    }
    .slider-item > div > div > div.d-flex.align-items-center {
        text-align: center;
    }
}


/* Blog */
ul.blog-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul.blog-nav li {
    display: inline-block;
}
ul.blog-nav > li > a {
    padding-top: 1px;
    border: 1px solid #74b4e3;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition: .15s all;
}
ul.blog-nav > li > a.active {
    color: #fff;
    background-color: #d81c22;
    border-color: #d81c22;
}
ul.blog-nav > li > a:not(.active,.disabled):hover {
    color: #fff;
    background-color: #1191ee;
    border-color: #1191ee;
}
ul.blog-nav > li > a.disabled {
    color: #888;
    border-color: #bdbdbd;
}



.button.dark {
  --background: #2F3545;
  --shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
}
.button.white {
  --background: #fff;
  --text: #275efe;
  --shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
  --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.12);
}
.button.fast {
  --duration: .32s;
}

.button {
  --background: #275efe;
  --text: #fff;
  --font-size: 16px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(39, 94, 254, 0.5);
  --font-shadow: var(--font-size);
  padding: 16px 32px;
  font-weight: 500;
  line-height: var(--font-size);
  border-radius: 24px;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: 0.5px;
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
.button:hover {
    color: #fff;
}
.button div {
  display: flex;
  overflow: hidden;
  text-shadow: 0 var(--font-shadow) 0 var(--text);
}
.button div span {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
.button div span:nth-child(1) {
  transition-delay: 0.05s;
}
.button div span:nth-child(2) {
  transition-delay: 0.1s;
}
.button div span:nth-child(3) {
  transition-delay: 0.15s;
}
.button div span:nth-child(4) {
  transition-delay: 0.2s;
}
.button div span:nth-child(5) {
  transition-delay: 0.25s;
}
.button div span:nth-child(6) {
  transition-delay: 0.3s;
}
.button div span:nth-child(7) {
  transition-delay: 0.35s;
}
.button div span:nth-child(8) {
  transition-delay: 0.4s;
}
.button div span:nth-child(9) {
  transition-delay: 0.45s;
}
.button div span:nth-child(10) {
  transition-delay: 0.5s;
}
.button div span:nth-child(11) {
  transition-delay: 0.55s;
}
.button:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
}
.button:hover span {
  --m: calc(var(--font-size) * -1);
}
.button.reverse {
  --font-shadow: calc(var(--font-size) * -1);
}
.button.reverse:hover span {
  --m: calc(var(--font-size));
}








section#internet_packages {
    background: linear-gradient(120deg, #4063af 0%, #18a6ac 100%);
}
.packages_item {
    background-color: rgb(0 0 0 / 10%);
    border: none;
}
.pacakge_title {
    color: #000;
}
.package_unit > .price {
    color: #fb252d;
}
.package_features li {
    color: #000;
}
.package_unit > .price-currency {
    color: #fb252d;
}
.pacakge_title {
    border-bottom: 1px solid #ddd;
}
.package_features li {
    border-top: 1px solid #ddd;
}
.package_unit {
    color: #333;
}
section#blog {
    background: linear-gradient(120deg, #4063af 0%, #18a6ac 100%);
}
.blog-info {
    background: #fff;
}
section#services {
    background: linear-gradient(150deg, #58ffec 0%, #1793ee7d 80%);
}
.services-item {
    background: linear-gradient(325deg, #58ffec 0%, #1793ee7d 80%);
}
h2.administration-title,
.administration-desc,
.package_banner-title,
ul.package_banner-features li,
.package_banner-desc,
.contact-item span {
    color: #000;
}
h3.services-title {
    color: #fff;
}
.section-header > h2 {
    color: #efa600;
}
.services-desc {
    color: #1a1a1a;
}
.packages_item {
    background: linear-gradient(325deg, #58ffec 0%, #1793ee 80%);
}
.admin-info-heading > .status {
    color: #f91b24;
}
h2.hero-title {
    color: #ddd;
}
p.hero-desc {
    color: #c9c9c9;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    color: #ddd!important;
}
marquee.headline {
    position: absolute;
    top: 113px;
    background: #fff;
    padding: 8px;
    font-size: 18px;
}