@font-face {
    font-family: SFpro;
    src: url(../fonts/SF-Pro-Display-Ultralight.otf);
    font-weight: 200;
}
@font-face {
    font-family: SFpro;
    src: url(../fonts/SF-Pro-Display-Thin.otf);
    font-weight: 300;

}
@font-face {
    font-family: SFpro;
    src: url(../fonts/SF-Pro-Display-ThinItalic.otf);
    font-weight: 300;
font-style: italic;
}
@font-face {
    font-family: SFpro;
    src: url(../fonts/SF-Pro-Display-Regular.otf);
    font-weight: 400;

}
@font-face {
    font-family: SFpro;
    src: url(../fonts/SF-Pro-Display-Semibold.otf);
    font-weight: 500;

}
@font-face {
    font-family: SFpro;
    src: url(../fonts/SF-Pro-Display-Heavy.otf);
    font-weight: 600;

}
* {
    font-family: SFpro !important;
    box-sizing: border-box;
    margin: 0;
}
#home {
    color: #D50036 !important;
}

#getStarted {
    background-color: rgba(213, 0, 54, 1);
    color: white ;
}

.def-color {
    color: #D50036 !important;
}

.trusted_text {
    color: rgba(99, 102, 106, 0.8);
    font-size: 24px !important;
    letter-spacing: 0.5px !important;
    font-weight: 300;
}

#redBottomDiv {
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.productStack {
    position: relative;
    top: -5rem;
    left: 22rem;
}

#red-bottom {
    height: 2rem;
    width: 21rem;
    background-color: #D50036;
    position: absolute;
    left: 0;
    bottom: 10px;

}

#red-bottt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 21rem;
}

#red-product {
    position: relative;
}


#icon {
    color: rgba(35, 39, 43, 1) !important;
    background-color: rgba(213, 0, 54, 0.3) !important;
}

#hero-text {
    opacity: 80%;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
}
h3.card-title {
    font-size: 32px;
    line-height: 3rem;
}
.card-text {
    opacity: 75%;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #000;
}
.testimonials{
    margin: 5rem 0;
}

#try_btn, .try_btn {
    background-color: #D50036 !important;
}

#breaker {
    background-color: #D50036 !important;
}

.see_more {
    border: 1px solid #D50036;
    color: white;
    background:rgba(213, 0, 54, 1);
}
.see_more:hover{
    background: #d50036;
    color: white;
    transition: .3s;
    font-size: 18px;
}

.shadow {
    box-shadow: 0 1rem 3rem rgba(157, 157, 157, 0.5) !important;
}
#product-headings {
    border-left: 2px solid rgba(248, 248, 248, 1) !important;
}

#mobile-products {
    border-bottom: 2px solid rgba(248, 248, 248, 1) !important;
}

.product_stack {
    background-color: #F8F8F8;
}

#clickDivv {
    border: 1px solid rgba(35, 39, 43, 1);
    background: none;
    color: rgba(248, 248, 248, 1);
}


#clickDivv2 {
    border: 1px solid rgba(35, 39, 43, 1);
    background: none;
    color: rgba(248, 248, 248, 1);
}


#clickDivv3 {
    border: 1px solid rgba(35, 39, 43, 1);
    background: none;
    color: rgba(248, 248, 248, 1);
}

canvas {
    display: block;
    vertical-align: bottom;
}


#chatbox {
    background-color: #D50036 !important;
    right: 0;
}

.card-header {
    background-color: #D50036 !important;
}

#testimonials {
    background-color: rgba(35, 39, 43, 1) !important;
}

#product-left {
    opacity: 60%;
}


#cards {
    background-color: rgba(35, 39, 43, 1) !important;
    color: white !important;
    transition: 0.3s;
}

#cards:hover {
    background-color: white !important;
    color: rgba(35, 39, 43, 1) !important;

}

h4 {
    color: rgba(35, 39, 43, 1) !important;
}

#product-para {
    font-weight: 300 ;
}

/* #product-para:hover {
    color: rgba(35, 39, 43, 1) !important;
}

h6:hover{
    color: rgba(35, 39, 43, 1) !important;
} */

.products {
    background: rgba(35, 39, 43, 1);
}
.products h2{
    font-size: 50px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 2rem;
}
.red-circles {
    background: url("../img/circles.svg") no-repeat;
    width: 100%;
}
.red-circles h3 {
    font-size: 36px;
}

.red-circles h2 {
    font-size: 48px;
}

.red-circles p {
    font-weight: 300;
    font-size: 18px;
}
.contactus h2{
    font-weight: 600;
    font-size: 60px;
    position: relative;
}
.contactus p {
    font-size: 18px;
    margin: 25px 0;
}
.contactus .submit{
    width: 100%;
    height: 64px;
    background: #D50036;
    border-radius: 4px;
    color: #fff;
}
.contact-form .input {
    height: 64px;
    background: #f4f4f4;
    font-size: 18px;
    margin: 37px 0;
    border: none;
    color: #23272B;
    font-size: 16px;
}
.contact-form .input.textarea{
    height: 370px ;
    width: 30rem;
}

.contact-form1 .input {
    height: 64px;
    background: #f4f4f4;
    font-size: 18px;
    margin: 37px 0;
    border: none;
    color: #23272B;
    font-size: 16px;
}
.contact-form1 .input.textarea{
    height: 370px ;
    width: 30rem;
}
.services p{
    font-weight: 500;
    font-size: 48px;
    text-align: center;
    letter-spacing: -0.01em;
}
.btn-default {
    background: #C40032;
    border-radius: 5px;
    color: #fff;
    height: 54px;
    font-weight: 500;
    font-size: 15px;
    margin: 15px 0 65px;
}
footer img {
    margin-bottom: 20px;

}

#big-head {
    height: 100vh;
}

#arrow {
    background-color: white !important;
}

#service-check {
    color: rgba(35, 39, 43, 1) !important;
}

footer {
    background-color: rgba(35, 39, 43, 1) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #D3D4D5;
    font-size: 16px;
    letter-spacing: 0.0015em;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover {
    color: #D50036;
}

.btn-start {
    background-color: #fff;
    color: #000;
    font-size: 18px;
}

.dropdown-item:hover {
    background-color: rgba(213, 0, 54, 0.3) !important;
}

.navbar-toggler {
    border: none;
}

#hero-section {
    background: rgba(248, 248, 248, 1) !important;
}

.navbar {
    background: #23272B;
}



.prod-card {
    background-color: #F8F8F8;
}

.prod-card:hover {
    background-color: white;
    transform: scale(1.01);
}

.prod-card2 {
    transition: transform 0.3s;
    border: 0.5px solid #B6B6B6;
    padding: 20px 30px;
    box-shadow: 0px 19px 49px rgba(0, 0, 0, 0.05);
}

.prod-card2:hover {
    background-color: white !important;
    transform: scale(1.01);
}
.prod-card2 h3{

    /* font-weight: bold; */
    font-size: 48px;
    line-height: 57px;

}
.virtual-header {
    background: url('../img/virtualbig.svg') no-repeat center center;
    background-size: cover;
}
#big-hero-mobile {
    background-repeat: no-repeat;
}

h1 {
    font-size: 4.5rem;
}

.product_stack h2,.video h2,.about-div h2 {
    font-size: 60px;
}
.about-div p {
    font-weight: 300;
}
h2{
    font-weight: 500;
}

#red-bottom {
    height: 1.5rem;
    width: 25rem;
    background-color: #D50036;
    position: absolute;
    left: 39%;
    top: 8.5%;
    z-index: 1;
}

.hero {
    min-height: 100%;
    background-size: cover;
    margin-top: 100px;
    width: 100%!important;
}

.dark-overlay {
    height: 50.5rem;
    background: rgba(0, 0, 0, 0.6);
    width: 100% !important;
}

.hero h1 {
    color: #fff;
    font-size: 74px;
    font-weight: 500;
}

.hero-text {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    padding-right: 25%;
}
.img-slider{
    list-style: none;
}
.w-96{
    width: 96%;
}
.h-90{
    height: 90%;
}
.video-card {
    /* border: ; */
    background: #D50036;
    border-radius: 36.7512px;
    padding: 20px;
    /* width: 100%; */
    border: 20px solid #fcf0f3;
}
.img-slider li {
    padding-right: 100px;
}

.tab {
    background: white;
    margin-bottom: 70px;
}

h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 69px;
    color: #23272B;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.parag p {
    font-weight: 400;
    font-size: 22px;
    color: #424242;
}

.lgn-video .cover-img {
    position: relative;
    height: 100%;
    width: 100%;
}

.lgn-video iframe {
    border-radius: 20px;
    padding-right: 6px;
    padding-bottom: 8px;
    width: 100%;
    height: 100%;
}

.lgn-video {
    position: relative;
    height: 500px;
}

.lgn-video .play-icon {
    position: absolute;
    z-index: 4;
    width: 120px;
    left: 45%;
    top: 40%;
    border: 19px solid rgba(0,0,0,0.2);
    border-radius: 50%;
}
.w-lg-50{
    width: 50%;
}
.contact-red-breaker {
    height: 13px;
    width: 30%;
    background-color: #D50036;
    position: absolute;
    bottom: 6px;
    z-index: -1;
    left: 23%;
}
.data-div {
    margin-top: 100px;
    background-color: rgba(248, 248, 248, 1);
    position: relative;
}
.data-text {
    text-align: justify;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #424242;
}
.data-para {
    text-align: center;

    background: #FFFFFF;
    box-shadow: 0px 19px 49px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #424242;
    width: 100%;
    margin-top: -3rem;
}
.dataH2 {
    color: rgba(35, 39, 43, 1) !important;
    font-weight: normal;
    font-size: 74px;
}
.nav-item{
    padding-right: 2rem;
}
.leader{

    border-bottom: 1px solid #8B8B8B;
    margin: 0 2rem;

}
@media (max-width: 992px) {
    .ceo-text{
        text-align: justify;
    }
    .contact-red-breaker {
        display: none;
    }
    .w-lg-50{
        width: 100%;
    }
    .red-circles h3 {
        font-size: 26px;
    }
    .lgn-video .cover-img {

        width: 97%;
    }

    .lgn-video .play-icon {
        width: 100px;
        left: 40%;
    }

    .lgn-video {
        position: relative;
        height: 400px;
        padding: 20px;
    }
    #product-text h2 {
        font-size: 3.5rem;
    }

    #red-bottom {
        left: 24%;
        top: 12.5%;
        width: 22rem;
    }

.contact-form input {
    width: 80% !important;
    margin-left: 2rem;
}

.contact-form1 input {
    width: 80% !important;
    margin-left: 2rem;
}

.red-head {
    width: 100% !important;
}

.table-div table {
    width: 100% !important;
}
    .data-service {
        padding-top: 10rem !important;
    }
}

@media (max-width: 767px) {
    .dataH2 {
        font-size: 60px;
    }
    .data-para{
        font-size: 16px;
         line-height: 24px;
    }
    .data-text {
        text-align: center;
        font-size: 18px;
    }
    .product_stack h2,.video h2,.about-div h2 {
        font-size: 42px;
    }
    .tab h3 {
        font-size: 32px;
        line-height: 45px;
    }
    .product_stack h2 {
        font-size: 42px;
    }
    .dark-overlay {
        padding: 6rem 0 6rem 2rem;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        width: 100% !important;
    }
    .hero h1 {
        font-size: 48px;
    }

    .hero-text {
        font-size: 16px;
        padding-right: 10%;
    }
    .contact-flex {
        position: static !important;
    }
    .contact-img {
        position: static !important;
    }
    .contact-form {
        margin-left: 0 !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .contact-form .input.textarea {
width: 100%;
    }
    .contact-form1 {
        margin-left: 0 !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .contact-form1 .input.textarea {
width: 100%;
    }
}



@media (max-width: 531px) {
    #product-text h2 {
        font-size: 2.2rem;
    }

    #red-bottom {
        left: 26%;
        top: 11.5%;
        width: 14rem;
        height: 1rem;
    }

}

@media (max-width: 992px) {

    .co-location-div {
        width: 70% !important;
        background-color: white !important;
    }

    .port-div {
        width: 70% !important;
        background-color: white !important;
    }

    .connect {
        flex-direction: column-reverse !important;
    }

    .connect2 {
        text-align: justify !important;
    }

    .video-div {
        flex-direction: column-reverse !important;
    }

    .video-text {
        text-align: justify;
    }

    .video-box {
        width: 80% !important;
        background-color: white !important;
    }

    .video-box2 {
        width: 80% !important;
    }

    .iaas-flex {
        flex-direction: column-reverse !important;
    }

    .iaas-left {
        flex-direction: row !important;
        font-size: 12px !important;
        justify-content: space-between !important;
    }

    .iaas-btn {
        border: none !important;
    }

    .small-boxx {
        width: 80% !important;

    }

    .desktop-div {
        width: 80% !important;
    }

    .small-box-text {
        text-align: justify !important;
    }

    .virtual-text {
        text-align: justify !important;
    }

    .cloud-div {
        width: 100%;
    }

    .cloud-left {
        border: none !important;
    }

    .clouddd {
        flex-direction: row !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .cloud-divv {
        width: 100% !important;
    }

    .cloud-text {
        text-align: justify;
    }

    .footer-cont {
        flex-direction: column-reverse !important;
    }


}

.tabcontent {
    /* display: none; */
    animation: fadeEffect 1s;
}


.tab button.active {
    background-color: rgba(35, 39, 43, 1) !important;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.about-biz {
    text-align: justify;
}

/******************
  CSS FOR HAMBURGER ICON
*******************/

#hamburger-menu-icon {
    font-size: 30px;
    font-weight: 500;
    color: white;
}

#close-menu-icon {
    font-size: 30px;
    font-weight: 500;
    color: white;
}

/******************
  CSS FOR FULL SCREEN MOBILE NAV

*******************/
#toggle-navbar-to-mobileview {
    transition: ease-in-out 0.3s;
}

/******************
  CSS FOR NAV CONTAINER

*******************/

#toggle-navbar-container {
    transition: ease-in-out 0.3s;
}

/* IAAS Page extra styling */
#big-hero2 {
    color: #373737;
    background-repeat: no-repeat;
}

.iaas-input {
    width: 27rem !important;
    height: 3rem !important;
}

.blue-area {
    background-color: rgba(35, 39, 43, 1);

}

.iaas-dropdown {
    background: transparent;
}

.d-downList {
    width: 15rem;
}

.data-c {
    background: rgba(248, 248, 248, 1) !important;
}



.iaas-div {
    background-color: rgba(248, 248, 248, 1) !important;
}

.white-bg-div {
    font-size: 14px;
}

.co-location-text {
    font-size: 15px;
}

.co-location-div {
    width: 45%;
}

.quote-btn {
    background-color: #D50036;
}

.port-div {
    width: 45%;
}

.port-text {
    font-size: 15px;
}

.services-text {
    font-size: 16px;
}

.footer-top {
    height: 8rem;
    background-color: rgba(248, 248, 248, 1) !important;
}

.cloud-s {
    background-color: #F8F8F8;
}
.cloud-s h2 {
    font-size: 74px;
    line-height: 90px;
    text-align: center;
    color: #23272B;
    font-weight: 400;
}

.virtual-text {
    color: rgba(35, 39, 43, 1);
    opacity: 80%;
}

.small-box {
    width: 18rem;
}
.small-box-text {
    font-size: 16px;
    opacity: 80%;
    line-height: 25px;
}

.desktop-div {
    width: 60%;
}

.small-boxx {
    width: 30rem;
}

.about-header {
    background-repeat: no-repeat;
    height: 25rem;
}

.right-now {
    color: #D50036;
    position: absolute;
    top: 11rem;
    left: 64%;

}

.about-relative {
    position: relative;
}

.about-text {
    width: 60%;
}

.history-text {
    line-height: 28px;
    font-size: 18px;
    opacity: 90%;
}

.about-years {
    width: 80%;
    background-color: white;
}

.year {
    background-color: rgba(213, 0, 54, 0.3);
}

.year-text {
    font-size: 18px;
    opacity: 90%;
}

.red-line {
    height: 4px;
    background-color: #D50036;
}

.about-line {
    height: 4px;
    background-color: #D50036;
    width: 26rem;
}

.bi-chevron-down {
    color: #D50036;
    font-size: 2.5rem;
}

.core-values {
    background-color: rgba(248, 248, 248, 1);
    position: relative;
}

.value-div {
    width: 69%;
    height: 14rem;
    background: url('../img/Values.svg') no-repeat center right !important;
    background-color: white !important;
}

.short-red {
    height: 4px;
    background-color: #D50036;
    width: 14.5rem;
}

.passion-text {
    opacity: 90%;
}

.mission-div {
    width: 69.5%;
    background: url('../img/Mission.svg') no-repeat center right;
    background-color: white !important;
}

.short-red2 {
    height: 4px;
    background-color: #D50036;
    width: 11rem;
}

.right-lines {
    position: absolute;
    right: 0;
    top: 36.5rem;
}

.vision-div {
    width: 68.8%;
    background: url('../img/Vision.svg') no-repeat center left;
    background-color: white !important;
}

.short-red3 {
    height: 4px;
    background-color: #D50036;
    width: 11rem;
}

.leaders-div {
    background-color: rgba(35, 39, 43, 1);
    width: 90%;
}

.ceo-div {
    border-bottom: 1px solid #8B8B8B;
}

.partners-div {
    height: 12rem;
    background-color: rgba(236, 236, 236, 1);
}

.video-box {
    width: 36rem;
}

.video-box2 {
    width: 93%;
}

.mobile-red {
    height: 4px;
    width: 100%;
    background-color: #D50036;
}

.iaas-left {
    width: 40% !important;
}

.red-breaker {
    height: 6px;
    width: 90%;
    background-color: #D50036;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.tab button:hover {
    background-color: #D50036;
}
.remove-bg{
    background: none;
}

.clouddd {
    width: 25%;
}

.plain-area {
    background-color: rgba(248, 248, 248, 1);
}

.sdwan-head {
    margin-top: 150px;
    font-family: SFpro;
    font-weight: 700;
}

.sdwan-head span {
    color: rgba(213, 0, 54, 1);
}

.sdwan-head a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1)
}

.overlay1 {
    font-family: SFpro;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /* padding:2rem 5rem; */
    }  

    .sd-hero {
        position: relative;
        /* margin-top: 70px; */
        background: url("../img/sdhead.png") no-repeat center center/cover;
        width: 100%;
        height: 40rem; 
        color: white;
     }

     .sdhero-heading {
         font-size: 3.7rem;
     }

     .sd-text {
         font-family: SFPro;
         font-weight: 500;
     }
     .grey-div {
        background-color: rgba(248, 248, 248, 1);
     }

     .ring-us a {
         color: rgba(0, 0, 0, 1) ;
         text-decoration: none;
     }
.ring-us {
    font-family: SFPro;
    font-weight: 600;
}
.contact-form {
    font-family: SFPro;
    margin-left: 20rem;
}
.contact-form span {
    color: rgba(213, 0, 54, 1);
}
.contact-form input {
    background-color: rgba(248, 248, 248, 1);
    border: none;
    height: 2.5rem;
    width: 30rem;
}

.contact-form1 {
    font-family: SFPro;
}
.contact-form1 span {
    color: rgba(213, 0, 54, 1);
}
.contact-form1 input {
    background-color: rgba(248, 248, 248, 1);
    border: none;
    height: 2.5rem;
    width: 30rem;
}

.contact-form input::placeholder {
    color: rgba(0, 0, 0, 1);
    padding-left: 1rem;
}

.radiobtn {
    height: 15px !important;
}

.purchase-btn {
    background-color: rgba(213, 0, 54, 1);
    width: 18rem;
    height: 3rem;
    color: white;
}
.wifihead {
    font-size: 3rem;
}

.plans {
    border: 1px solid rgba(0, 0, 0, 1);
}
.plans3 {
    margin-left: 18rem;
    width: 11.3rem;
    border: 1px solid rgba(0, 0, 0, 1);
}
.grey-line {
    background-color: rgba(171, 160, 160, 1);
    width: 31rem;
    height: 3px;
}

.red-head {
    width: 25rem;
    height: 3rem;
    background-color: rgba(213, 0, 54, 1);
    color: white;
}

table {
    background-color: rgba(249, 249, 249, 1);
    width: 25rem;
}

table, td {
    border-right: 0.3px solid rgba(0, 0, 0, 1);
    border-bottom: 0.3px solid rgba(0, 0, 0, 1);
}
.small-pink {
    background-color:rgba(255, 225, 233, 1);
    width: 4rem;
}

.fiber-hero {
    position: relative;
    /* margin-top: 70px; */
    background: url("../img/darkfiber.svg") no-repeat center center/cover;
    width: 100%;
    height: 33rem; 
    color: white;
 }

 .tv-hero {
    position: relative;
    /* margin-top: 70px; */
    background: url("../img/Rectangle\ 189\ \(3\).svg") no-repeat center center/cover;
    width: 100%;
    height: 33rem; 
    color: white;
 }

 @media (max-width: 992px){
    .bg-head {
        width: 100%;
        height: 40rem;
    }

    .plans3 {
        margin-left: 5.3rem !important;
    }
    .head-img {
        width: 100% !important;
    }

    .fiber-hero {
        height: 55rem;
    }
    .sd-hero {
        height: 40rem;
    }
    .sdhero-heading {
        font-size: 2.3rem;
    }
    br {
        display: none;
    }
    .dark-overlay {
        height: auto;
        width: 100% !important;
    }
    
    h1 {
        margin-top: 0;
    }

    #videoBG {
        display: none;
    }
    .hero {
     background: url("../img/bgGIF.gif") no-repeat center center/cover;
    }

    .about-line {
        display: none;
    }
}

#videoBG {
    position: absolute;
    z-index: -1;
    width: 100%;     
    height: auto;
}
html {
    scroll-behavior: smooth;
   }
   .introducing {
       letter-spacing: 5px;
       font-weight: 500;
   }

   
   .carousel-control-next {
     height: 60px;
     width: 60px;
     background-size: 100%, 100%;
     border-radius: 50%;
     border: 1px solid black;
     background: black;
   }

   .ellipse {
       background: url("../img/Group\ 56.svg")  no-repeat center center/cover !important;
   }
   .greyish {
       background: #fcf9f9;
   }

   .bi-arrow-right {
color: white;
font-size: 2.5rem;
font-weight: 700
   }

   .bi-arrow-left {
    color: black;
    font-size: 2.5rem;
    font-weight: 700;
       }

       .contact-flex{
           position: relative;
       }
       .contact-img{
           position: absolute;
           top: -10rem;   
       }

       .bus-img {
height: 30rem;
       }

       .overlay2 {
        font-family: SFpro;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        /* padding:2rem 5rem; */
        }  
