<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-2)
}

:root {
    --primary: #e57000;
    --text-white: #FFFFFF;
    --text-black: #000000;
    --font-1: "Poppins", sans-serif;
    --font-2: "Open Sans", sans-serif;
}

.main-content {
    margin-bottom: 60px;
    min-height: 300px;
}

.banner-cloud {
    background-image: url(../images/cloudbanner.png) !important;
}

.banner-reseller {
    background-image: url(../images/resellerhosting.png
) !important;
}

.banner-vps {
    background-image: url(../images/vpsbg.png) !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

@media (max-width: 576px) {
    .col-sm-6 {
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    #search .col-sm-3 {
        width: 25%;
        text-align: center;
    }

    .box1 .box-1 {
        font-size: 13px !important;
    }

    /* #search .col-sm-3:not(:first-child) {
        margin-right: 5px;
    } */
}

.choose-text {
    font-size: 1.2rem;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .main-title {
        font-size: 22px !important;
        padding-top: 12px;
        padding-bottom: 0;
    }

    .box-content {
        font-size: 11px;
        text-align: center;
    }

    .front-title {
        font-size: 32px !important;
    }

    .front-desc {
        font-size: 18px !important;
    }
}

a {
    text-decoration: none;
    color: currentColor;
}

.global-btn {
    display: inline-block;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--text-white);
    padding: 5px 10px;
    transition: .5s all ease;
}

.global-btn:hover {
    background-color: var(--text-white);
    color: var(--primary);
    border: 1px solid var(--primary);
}

.poppins {
    font-family: var(--font-1);
}

.openSans {
    font-family: var(--font-2);
}

/* navbar */
.navbar .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 17px!important;
    font-weight: 400;
    color: var(--text-white);
    letter-spacing: 1px;
    
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-item {
    transition: .5s ease;
    height: 50px;
    display: flex;
    align-items: center;
}

.bg-lightWhite {
    background-color: #F5F1F1;
}

.bg-main {
    background: #e57000;
}

.navbar {
    padding: 0;
}

.nav-link {
    color: white;
    font-weight: bold;
    text-transform: uppercase;

}

.nav-item:hover {
    background-color: var(--text-black);
    color: var(--text-white);
}

.nav-item.active {
    background-color: #FFFAFA;
    color: var(--text-black);
}

.nav-item.active .nav-link {
    color: var(--text-black) !important;
}

@media only screen and (max-width: 992px) {
    .navbar .row {
        width: 100%;
    }

    .navbar .row .col-lg-12 {
        text-align: right;
    }

    .navbar .container {
        --bs-gutter-x: 0 !important;
    }

    .navbar .navbar-nav li {
        padding-left: 15px !important;
    }
}

#top-nav {
    background-color: #373737;
    color: white;
    padding: 4px 0;
}

#top-nav p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: var(--font-2);
    padding-left: 20px;
}

#top-nav ul li {
    display: inline-block;
    margin-right: 15px;
}

#top-nav ul li a {
    color: var(--text-white);
    font-size: 14px;
    font-family: var(--font-2);
}

@media (max-width: 576px) {
    #top-nav ul li.d-sm-inline {
        display: none;
    }

    #top-nav .d-none.d-sm-block {
        display: none;
    }

    .social-links {
        justify-content: start !important;
    }
}

@media (max-width: 768px) {
    #top-nav ul li {
        font-size: 12px;
    }

    #top-nav ul li a {
        font-size: 12px !important;
    }

    #search form {
        margin-bottom: 25px !important;
    }

    #navigation .nav-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #navigation .nav-right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-padding {
        padding: 40px 0 !important;
    }

    #about .logo2 {
        bottom: -12px !important;
        left: -9px !important;
    }

    #about .logo1 {
        bottom: -12px !important;
        right: -9px !important;
    }

    .about-info {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: none;
}

#front {
    background: url(../images/hero_bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background-position: center !important; */
    position: relative;
}

#front .front-title {
    font-size: 60px;
    margin: .4em 0 10px;
    color: var(--text-white);
    font-family: Arial, sans-serif !important;
}

#front .front-desc {
    font-size: 30px;
    margin: 0 0 10px;
    color: var(--text-white);

}

/* search */

#search2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#search2 .search-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px 30px;
    border-radius: 5px;
}

#search2 .search-wrapper input {
    border: 2px solid var(--primary);
    height: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

#search2 .search-wrapper .btn-search {
    background-color: var(--primary);
    color: var(--text-white);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 35px;
    font-size: 14px;
    font-weight: 400;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
}

#search2 .search-btn {
    background-color: var(--primary);
    color: var(--text-white);
}

#search2 .domain-info .domain-rate {
    color: #7F888F;
    font-size: 0.9rem;
}


@media (min-width: 768px) {
    #search2 .search-box {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 991.98px) {

    #search2 .search-box {
        margin-top: 40px;
    }

    .domain-price {
        text-align: center;
    }

    .domain-price .search-btn {
        display: block;
        margin-top: 10px;
    }


}


@media (min-width: 992px) {

    #search2 .search-box {
        position: relative;
        z-index: 1;
        margin-top: -60px;
    }
}

#hero {
    position: relative;
    overflow: hidden;
}

#hero .swiper-container {
    width: 100%;
    height: 100%;
}

/* Styles for swiper slide */
#hero .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styles for images within swiper slide */
#hero .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

/* Media query for small devices */
@media (max-width: 768px) {
    #hero {
        /* height: 30vh !important; */
        height: 160px !important;
        padding-top: 3px;
    }

    #hero .swiper-container {
        /* height: 30vh !important; */
        height: 200px !important;
        padding-top: 20px;
    }
}

/* search */

#search .search-box {
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    padding: 15px 30px;
    border-radius: 5px;
}

#search .search-wrapper input {
    border: 2px solid var(--primary);
    height: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

#search .search-wrapper .btn-search {
    background-color: var(--primary);
    color: var(--text-white);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 35px;
    font-size: 14px;
    font-weight: 400;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
}

#search .search-btn {
    background-color: var(--primary);
    color: var(--text-white);
}

#search .domain-info .domain-rate {
    color: #7F888F;
    font-size: 0.9rem;
}


@media (min-width: 768px) {
    #search .search-box {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 991.98px) {

    #search .search-box {
        margin-top: 40px;
    }

    .domain-price {
        text-align: center;
    }

    .domain-price .search-btn {
        display: block;
        margin-top: 10px;
    }
}


@media (min-width: 992px) {

    #search .search-box {
        position: relative;
        z-index: 1;
        margin-top: -60px;
    }

    #search .search-box-second {
        margin-top: 0 !important;
    }
}

/* client */

#client .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid darkgrey;
    border-radius: 5px;
    filter: grayscale(1);
}

#client .swiper .swiper-slide img:hover {
    filter: none;
    border: 1px solid red !important;
}

#client .swiper-container {
    overflow: hidden;
}

#client .swiper-wrapper {
    display: flex;
    animation: scrollLeft 30s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#client .swiper-slide {
    flex-shrink: 0;
}

#client.myClient {
    overflow: hidden;
}

/* service */

#service .service-box {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    transition: .4s all ease;
    border-radius: 10px;
    background-color: var(--text-white);
}

#service .service-wrapper {
    border-bottom: 4px solid #B3E03F;
    padding: 20px 18px;
}

#service .service-wrapper-next {
    border-bottom: 4px solid #3ad5a0;
}

#service .service-info {
    padding: 20px 18px;
}

#service .service-box:hover {
    background-color: var(--primary);
    box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .3);
}

#service .service-box:hover li {
    color: var(--text-white);
}

#service .service-box:hover .global-btn {
    background-color: var(--text-white);
    color: var(--primary);
    transform: scale(1.05);
}

#service .service-box:hover .images {
    background-color: var(--text-white);
}

#service .images {
    width: 100px;
    height: 100px;
    /* line-height: 100px; */
    align-content: center;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #f3f3f3;
    /* box-shadow: var(--primary) 0px 1px 4px; */
}

#service .images img {
    width: 60%;
    height: 60%;
    object-fit: cover;
}

#service .info li {
    font-size: 0.9rem;
    font-weight: 500;
    color: #676767;
    margin-top: 10px;
    transition: .4s all ease;
}

#service .bar {
    width: 100%;
    height: 5px;
    background-color: #7bd553;
    margin-top: 15px;
}

/* choose section */

#choose .choose-wrapper .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* about section */

#about .images1 img,
#about .images2 img {
    width: 100%;
    height: 100%;
}

#about .accordion-button:not(.collapsed) {
    background-color: var(--text-white);
}

#about .accordion-button:focus {
    box-shadow: none;
}

#about ul {
    list-style-type: disc;
    padding-left: 2rem;
}

#about ul li {
    margin-bottom: 1rem;
}

#about .images1,
#about .images2 {
    position: relative;
}

#about .logo2 {
    position: absolute;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--text-white);
    left: -35px;
    bottom: 0px;
}

#about .logo1 {
    position: absolute;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--text-white);
    right: -35px;
    bottom: 0px;
}

#about .logo1 img {
    width: 60%;
    height: 60%;
    object-fit: cover;
}

#about .logo2 img {
    width: 60%;
    height: 60%;
    object-fit: cover;
}

.swiper-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
}

/* footer */

#footer .lists ul li {
    padding-top: 10px;
}

#footer .social ul li {
    display: inline-block;
}

#footer .social ul li:not(:first-child) {
    margin-left: 10px;
}

#footer .social ul li .images {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
}

#footer .social ul li .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer .social ul li .images i {
    font-size: 20px;
}

#footer .payment .mid ul li {
    display: inline-block;
}

#footer .payment .mid ul li:not(:first-child) {
    margin-left: 10px;
}

#footer .payment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer .reviews {
    height: 50px;
    width: auto;
    object-fit: scale-down!important;
}

@media (max-width: 992px) {
    .footer-bottom .fb-2 p {
        text-align-last: left;
    }
}

/* testimonials */

#testimonials .review-box {
    background-color: #F8F8F8;
    border-radius: 16px;
    padding: 26px 22px;
}

#testimonials .swiper-slide {
    text-align: left;
    align-items: start;
}

/* info */
#info .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#info p {
    margin-bottom: 0;
    color: var(--text-white);
    padding-left: 10px;
}

#info .info-box i {
    font-size: 2.6rem;
    color: var(--text-white);
}



.small-boxes {
    padding: 38px;
    text-align: center;
}

.small-boxes ul li {
    display: inline-block;
    font-size: 20px;
}

.box-1 {
    background: var(--text-white);
    color: var(--text-black);
    border: 1px solid var(--text-black);
    margin-bottom: 10px;
    padding: 4px 20px;
    border-radius: 3px 3px 0 0;
    color: var(--primary);
    width: 110px;
}

.box1 .box-1 {
    font-size: 20px;
    /*NEW ADDED*/
    /*width: 100%;*/
}

.small-boxes ul li {
    font-size: 20px;
}

.btn.btn-default.btn-view-pricing {
    background: #3CB150;
    color: var(--text-white);
    margin-bottom: 10px;
    border-radius: 3px 3px 0 0;
    /*font-size: 13px;*/
    font-size: 9px;
    letter-spacing: 1px;
    height: 40px!important;
}

#disaster-banner {
    background-color: #ccc;
    padding: 30px 0;
}

#disaster-banner h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: var(--font-2);
}

#data-main .data-main-content h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 33px;
    font-family: var(--font-2);
    color: #000;
}

#data-main p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: var(--font-1);
}

#data-main ul {
    list-style-type: disc;
    padding-left: 2rem;
}

#term {
    padding: 20px 0;
}

#term h4 {
    font-size: 35px;
    font-weight: 600;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    font-family: var(--font-1);
}

#term .card .card-header {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#term .card .card-header h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    padding: 0 25px 0 0;
    line-height: 40px;
    font-weight: 500;
}

#term .card p {
    color: #666;
    margin: 0 0 10px;
    font-family: var(--font-2);
}

#term .card ol {
    margin-top: 0;
    margin-bottom: 1rem;
}

#term .card ol li {
    margin: 12px 0;
}

#term .card strong {
    font-weight: bolder;
}

.fea-list {
    font-family: var(--font-2) !important;
}

.fea-list ul {
    list-style-type: disc;
    padding-left: 2rem;
}


@media only screen and (max-width: 767px) {

    #front .container {
        padding: 0;
        margin: 0;
    }

    #front #search .search-box .row .col-lg-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #term .col-md-12 {
        text-align: center !important;
        margin-top: 15px;
    }

    .list-head {
        margin: 12px 14px;
        text-align: left;
    }

    #term .card p {
        text-align: left !important;
    }

    #term h4 {
        font-size: 22px;
        font-weight: 600;
    }

    .pricing-box {
        font-size: 13px;
    }

    .col-md-12 {
        text-align: center;
        margin-top: 15px;
    }

    .pricing-box .box-2 {
        font-size: 10px;
        font-weight: 600;
    }

    #disaster-banner h2 {
        font-size: 22px;
        padding-top: 12px;
        padding-bottom: 0;
    }
}

.btn-search {
    background: #e57000;
    border-color: #e57000;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px;
    font-size: 14px;
    line-height: 1.42857143;
}

.btn-search:hover {
    background-color: #e57000;
    border-color: none;
    color: var(--text-white)
}

#search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #1D1D1D;
    outline: none;
    padding-left: 15px;
    border-right: none;
}

.box-2 {
    font-family: var(--font-2);
    color: var(--text-white);
}

.swiper-button-prev,
.swiper-button-next {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--text-white);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
    color: var(--text-black);
    font-weight: 800;
}

@media only screen and (max-width: 767px) {
    .nav-resp {
        margin-left: auto;
        margin-right: auto;
    }
}

.section-padding {
    padding: 40px 0;
}

#hosting .hosting-wrapper .images {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 10%;
    text-align: center;
    box-shadow: var(--primary) 0px 0px 2px;
}

#hosting .hosting-wrapper .images img {
    width: 50%;
    height: 50%;
    object-fit: cover;
}

#hosting .hosting-wrapper .host2 img {
    width: 47% !important;
    height: 55% !important;
    object-fit: cover !important;
}

#hosting .hosting-wrapper .hostnode img {
    width: 60% !important;
    height: 17% !important;
}

#hosting .host-head {
    font-size: 35px;
    font-weight: 600;
    color: var(--text-black);
    margin-bottom: 0;
    font-family: var(--font-1);
}

#hosting p span {
    color: var(--primary);
}

#hosting .host-subhead {
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1D;
}

#shoutcasting-cover {
    background: url(../images/shoutcast.png) no-repeat;
    background-size: auto;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: table;
    padding: 120px 0;
}

@media only screen and (max-width: 767px) {
    #hosting .host-head {
        font-size: 22px !important;
    }

    #hosting .host-subhead {
        font-size: 15px !important;
        padding: 8px 0;
    }

    #shoutcasting-cover {
        padding: 40px 10px;
    }
}

@media only screen and (min-width: 767px) {
    #info .info-box {
        flex-direction: row !important;
    }
}

.badge {
    text-align: center;
    z-index: 10;
}

.badge-150 {
    color: #fff;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    background-color: transparent;
    width: 65px;
    height: 65px;
    overflow: hidden;
    top: -4px;
    bottom: auto;
    left: auto;
    right: -4px;
    opacity: 1;
}

.badge-first {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 2px;
    border-bottom: 4px solid #255899;
    border-left: 3px solid transparent;
    width: 10px;
}

.badge-last {
    position: absolute;
    z-index: 99;
    bottom: 2px;
    right: 0;
    border-left: 4px solid #255899;
    border-bottom: 3px solid transparent;
    height: 10px;
}

.badge-mid {
    background: #3e93ff;
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    position: absolute;
    text-align: center;
    z-index: 100;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: -7px;
    width: 100px;
}

#front {
    padding-top: 10px !important;
}

.index-form {
    height: 50px !important;
    width: 100%;
}

#loading {
    position: relative;
    height: 50dvh;
}

#loading .loading-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#bc-banner {
    background-color: #273a47;
    padding: 30px 0;
    color: white;
}


.domain-row{
    margin-bottom: 40px;
}

.fs-8{
    font-size: 8px!important;
}

.fs-9{
    font-size: 9px!important;
}

.fs-10{
    font-size: 10px!important;
}

.fs-11{
    font-size: 11px!important;
}

.fs-12{
    font-size: 12px!important;
}

.fs-13{
    font-size: 13px!important;
}

.fs-14{
    font-size: 14px!important;
}

.fs-15{
    font-size: 15px!important;
}

.fs-16{
    font-size: 16px!important;
}

.fs-17{
    font-size: 17px!important;
}

.fs-18{
    font-size: 18px!important;
}

.fs-19{
    font-size: 19px!important;
}

.fs-20{
    font-size: 20px!important;
}

.fs-21{
    font-size: 21px!important;
}

.fs-22{
    font-size: 22px!important;
}

.fs-24{
    font-size: 24px!important;
}
.fs-25{
    font-size: 25px!important;
}
.fs-26{
    font-size: 26px!important;
}
.fs-27{
    font-size: 27px!important;
}
.fs-28{
    font-size: 28px!important;
}
.fs-29{
    font-size: 29px!important;
}
.fs-30{
    font-size: 30px!important;
}
.fs-31{
    font-size: 31px!important;
}
.fs-32{
    font-size: 32px!important;
}


img.img-fluid.mb-2.ads-image {
    border-radius: 5px;
    border: 2px solid #e57000;
}

</pre></body></html>