<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.hero-text {
    position: absolute;
    top: 81vw;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    transform: translate(-50%, -50vw);
    /* padding-top: 40vmin; */
    color: white;
    text-align: center;
}

.hero-text h2 {
    padding: 3% 1% 1%;
}

.hero-text p {
    padding: 0 1%;
    /* font-size: 14px; */
    font-weight: 200;
}

.orange {
    color: #F16E00 !important;
    font-weight: 700;
}

.regular {
    font-size: 18px;
}

.medium {
    font-size: 18px;
    margin-top: .5rem;
    padding: 0;
}

.px-26vw {
    padding: 1rem 26vw;
}

.smaller-header {
    font-weight: 400;
    font-size: 24px;
}

p, li {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;

}

.c1 {
    background-color: #666;
    margin: 1%;
    margin-top: 10vh;
}

.small p, .small li {
    font-size: 18px !important;
}

.container-fluid {
    padding: 0px !important;
}

.container-fluid img {
    width: 100vw;
}

.header-color {
    background-color: #1d1d1d !important;
}

.dropdown-toggle::after {
    display: none;
}

.brand-image {
    margin-top: 14px;
}

.dropdown-menu {
    min-width: 400px !important;
    padding: 30px;
    border-radius: 0;
    border: 0;
}

.dropdown-menu a {
    font-size: 1.2rem;
    padding-right: 3rem;
    margin-bottom: 10px;
    padding-left: 34px;
}

.dropdown-menu a:hover {
    cursor: pointer;
    color: #F16E00 !important;
    background-color: transparent;
    font-weight: bold;
}

.btn-black {
    background-color: #1d1d1d;
    color: white;
    border-radius: 2px;
    padding: 10px 30px 16px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 20px;
}

.d-flex {
    padding: 0 !important;
    margin: 0px !important;
    align-items: center !important;
}

.nav i {
    padding-top: 8px;
    font-size: 40px;
}

.nav {
    padding: 0;
    height: 90px;
    background-color: transparent;
    transition: 0.5s;
    opacity: 0.9;
}

.close-icon {
    display: none;
    margin-bottom: 12px;
    width: 35px;
    padding-top: 17px;
    font-size: 40px;
}

.nav-item.show {
    background: #fff;
    height: 90px;
}
.nav-item.show i {
    display: none;
}
.nav-item.show .close-icon {
    display: block;
}

.dropdown-menu {
    top: 7px !important;
}

.text-weight-normal {
    font-weight: 400 !important;
}

.small-heading {
    font-size: 1.6rem;
}

.btn-transparent-header {
    font-weight: 100;
    background-color: transparent;
    color: white;
    border-radius: 2px;
    padding: 5px 20px;
    font-size: 1.6rem;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin: 20px;
    margin-top: 14px;
}

h3 {
    text-align: center;
    color: white;
}

.m-0a {
    margin: 0 auto !important;
}

.section-btn {
    padding: 10px;
    background-color: #686868;
    height: 16vh;
}

.black-text-l {
    position: absolute;
    left: 6.5%;
    color: black;
    background-color: white;
    padding: 10px 0;
    text-align: center;
}

.black-text-r {
    position: absolute;
    right: 6.5%;
    color: black;
    background-color: white;
    padding: 10px 0;
    text-align: center;
}

.slide-option h3 {
    /* padding-top: 12.5%; */
    font-size: 3vmin;
}

.slider-nav-mob {
    background-color: white;
}

.slider-nav-mob h3 {
    font-size: 12px;
    font-weight: 200;
}

.slider-nav-mob i {
    /* display: none; */
}

.double-line h3 {
    padding-top: 15px;
}

.slider-nav {
    background-color: white;
}

.fas {
    font-size: 25px;
    margin-bottom: 12px;
}

.fa-cloud-upload-alt {
    margin-bottom: 8px;
}

.slide-option {
    background-color: #686868;
    height: 150px;
    width: 150px;
    flex-basis: 150px;
    /* border: 10px solid white; */
}

.slider-for {
    margin-top: 0px;
}

.slider-for h2 {
    padding: 1rem 0rem;
    color: #F16E00;
    font-weight: bold;
}

.slider-for p {
    max-width: 800px;
    text-align: justify;
    margin: 0 auto;
    padding: 0 0 8rem 0;
}

.slider-for div div div div {
    height: 200px;
    margin: 20px 0px;
    border: 1px solid #aaa;
}

.slider-for div div div {
    height: auto;
    margin: 10px;
    text-align: center;
    color: #555;
    font-size: 1.4rem;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
.slick-next {
/* right: -15px; */
}

.image-section h3 {
    height: 200px;
    overflow: visible;
}

.image-section i {
    padding-top: 50px;
}

.image-inner-section {
    margin: 0 auto;
}

.pic-action {
    padding: 0 !important;
    margin: 12px !important;
    box-shadow: 0px 20px 30px #777;
}

.slid-nav:not(:hover) .pic-active, .pic-action:hover, .slider-nav-mob:not(:hover) .pic-active,.slide-option:hover {
    background-color: #F16E00 !important;
}

/*
li {
    list-style: none;
    text-align: left;
}

ul {
    margin: 0px auto;
    width: 60%;
} */

.list-class,
.list-class li {
    list-style: initial;
    width: 100%;
    margin: 0px;
    padding: 1rem;
}

.fixed {
    position: fixed;
    z-index: 100;
}

.nav-bg {
    width: 100vw;
    position: relative;
}

.white-section {
    background-color: #fff;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.nav-spacer {
    width: 100vw;
    padding-top: 50%;
}

.dotted-box {
    width: 80%;
    height: 300px !important;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    border: 4px dashed #666;
    border-radius: 5px;
    z-index: -1;
}

.white-text {
    color: white !important;
}

.carouselDiv {
    background: url(https://marketing-content.orange-business.com/l/137591/2019-05-08/2k2tmx/137591/110007/carBg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    /* background-position-x: 50%;
    background-size: 90%;
    background-position-y: 100%; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.grey-background {
    background-color: #efefef;
    width: 100%;
    text-align: center;
}

.ml-h {
    margin-left: 4%;
}

.mr-h {
    margin-right: 4% !important;
}

.center-vh {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.feature-box {
    box-shadow: 0px 0px 8px #ccc;
}
.flex-column .align-self-center.justify-self-start {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .slide-option {
        height: 115px;
        width: 115px;
        flex-basis: 115px;
    }
}

@media screen and (max-width: 1064px) {
    .hero-text {
        top: 75vw;
    }
    .slide-option h3 {
        font-size: 2vmin;
    }

    .carouselDiv {
        transform: scale(1);
    }
}

@media screen and (max-width: 900px) {
    .hero-text {
        top: 68vw;
    }
    .slide-option {
        height: 95px;
        width: 95px;
        flex-basis: 95px;
    }
    .fas {
        font-size: 19px;
        margin-bottom: 8px;
    }
    .fa-cloud-upload-alt {
        margin-bottom: 5px;
    }
}

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

    .hero-text h2 {
        font-size: 30px;
    }
    .hero-text p {
        font-size: 17px;
      }
    .px-26vw {
        padding: 1rem 6vw;
    }

    .f-normal {
        font-size: 18px;
    }

    .mob-table {
        height: 300px;
    }

    .d-none.d-lg-block.container.pt-4 {
        max-width: 100%;
    }

    td p {
        width: 90%;
    }

    .slick-slide p {
        font-size: 18px;
    }

    .slick-slide h2 {
        padding: 5vmin;
        margin: 0px;
    }

    .slider-for .container {
        padding: 0vmin;
    }

    .slider-for {
        margin-top: 0vmin;

    }

    .btn {
        font-size: 18px;
    }

    .sm-pt-0 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .slide-option {
        position: relative !important;
    }

    .fas {
        font-size: 25px;
        margin-bottom: 9px;
    }

    .slide-option h3 {
        margin-top: 0;
        font-size: 20px;
        padding-top: 12.5%;
        line-height: 1.1;
        margin-bottom: 0;
        font-weight: 500;
    }

    .slider-nav-mob .slide-option {
        background-color: #686868;
       border: 3px solid white;
       height: 130px;
       width: 130px;
       flex-basis: 130px;
    }
}

@media screen and (max-width: 600px) {
    .nav-spacer {
        height: 50vh;
    }

    .hero-text {
        top: 25vh;
        left: 0;
        transform: translate(0%, 0vw);
    }

    .hero-text h2 {
        font-size: 22px;
    }

    .hero-text p {
        font-size: 14px;
    }

    .nav-spacer {
        height: 330px;
    }

    .nav-bg {
        height: 46vh;
        min-height: 400px;
        width: auto;
        left: -205px;
        margin: 0px auto;
    }

    .btn {
        white-space: normal !important;
    }
}

@media screen and (max-width: 515px) {
    .hero-text {
        top: 20vh;
    }
}</pre></body></html>