/*frutiger font start*/

@font-face {
    font-family: 'frutiger';
    src: url("../fonts/frutiger-light.woff") format("woff"), url("../fonts/frutiger-light.woff2") format("woff2");
    /* Super Modern Browsers */
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'frutiger';
    src: url("../fonts/frutiger-regular.woff") format("woff"), url("../fonts/frutiger-regular.woff2") format("woff2");
    /* Super Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'frutiger';
    src: url("../fonts/frutiger-bold.woff") format("woff"), url("../fonts/frutiger-bold.woff2") format("woff2");
    /* Super Modern Browsers */
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*End frutiger font start*/

.page-template-business .home-banner-slider {
    position: relative;
}

.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slider-inner {
    min-height: 36vw;
    height: 36vw;
}

@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slider-inner {
        min-height: 36vw;
        height: 36vw;
    }
}

.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-content {
    max-width: 579px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-content {
        max-width: 230px;
        margin-left: 0;
    }
}

@media screen and (min-width: 1350px) {
    .page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-content {
        margin-left: 100px;
    }
}
@media only screen and (min-width: 768px){
.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-content {
    margin-left: 100px;
    }
}
.page-template-5g .home-banner-slider .home-banner-slider-wrapper .home-banner-slide {
    position: relative;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 36vw;
    height: 36vw;
}
.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide {
    position: relative;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 36vw;
    height: 36vw;
}

.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide h1 {
        font-size: 21px;
        line-height: 1.125;
        margin: 14px 0;
    }
}

.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide .slider-desc {
    font-style: normal;
    font-weight: 400;
    max-width: 392px;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide .slider-desc {
        font-size: 12px;
        line-height: 1.33;
    }
}

.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #323E48;
}

.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide a:hover {
    color: #E0E622;
}
.page-template-business .home-banner-slider #navigationDots span{
    position: relative;
    width: 40px;
    padding: 18px;
    z-index: 1;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide a {
        font-size: 9px;
        line-height: 9px;
        animation: pulse-animation 2s infinite;
    }

    .btn {
        text-transform: uppercase;
        letter-spacing: 0px;
        border: 0px solid #E0E622;
        background-color: #E0E622;
        color: #323E48;
        border-radius: 30px;
        padding: 7px 10px !important;
        line-height: 1.9;
        white-space: normal;
        position: relative;
        font-weight: 400;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        outline: 0;
    }
    
    .page-template-business .home-banner-slider #navigationDots span {
        position: relative;
        width: 8px;
        padding: 11px;
        z-index: 1;
        cursor: pointer;
    }
}
    .page-template-business .home-banner-slider #navigationDots span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
}
.page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-slide .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider .home-banner-slider-wrapper .banner-sub-heading img {
        width: 15px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider .home-banner-slider-counter {
        display: none;
    }
}

.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-next,
.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-prev {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    line-height: 1;
    cursor: pointer;
}

.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-next.active,
.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-prev.active {
    pointer-events: none;
}

.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-next.active path,
.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-prev.active path {
    stroke: #888888;
}

@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-next,
    .page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-prev {
        width: 25px;
        height: 25px;
    }
    
}

.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-next svg,
.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-prev svg {
    width: 100%;
    height: 100%;
}

.page-template-business .home-banner-slider .home-banner-slider-counter .home-banner-slider-next {
    right: 40px;
    left: auto;
}

.page-template-business .home-banner-slider .home-banner-slider-counter .counter-digit {
    display: none;
}

.page-template-business .home-banner-slider #navigationDots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
}


@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider #navigationDots {
        bottom: 0px;
    }
}


.page-template-business .home-banner-slider #navigationDots span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .page-template-business .home-banner-slider #navigationDots span:after {
        height: 4px;
    }
}

.page-template-business .home-banner-slider #navigationDots span:not(:last-child) {
    margin-right: 10px;
}

.page-template-business .home-banner-slider #navigationDots span.selected:after {
    background-color: #0092BC;
}

.page-template-business .product-service-section .product-service-tab-wrap {
    max-width: 1133px;
}

.page-template-business .product-service-section .product-service-tab-wrap ul {
    flex-wrap: nowrap;
    overflow-x: unset;
    -webkit-overflow-scrolling: unset;
    -webkit-scroll-snap-type: unset;
    -moz-scroll-snap-type: unset;
    -ms-scroll-snap-type: unset;
    scroll-snap-type: unset;
    scroll-padding: unset;
    padding-inline-start: unset;
    padding-inline-end: unset;
    justify-content: unset;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.page-template-business .product-service-section .product-service-tab-wrap ul .product-service-tab-btn {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .page-template-business .product-service-section .product-service-tab-wrap ul .product-service-tab-btn {
        font-size: 12px;
        word-break: break-word;
    }
}

.page-template-business .product-service-section .product-service-tab-wrap ul::-webkit-scrollbar {
    display: none;
}

.page-template-business .product-service-section .product-service-tab-wrap ul li {
    flex-direction: column;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 30px;
    color: #666666;
    background: #FFFFFF;
    border-bottom: 3px solid #F8F9FB;
}

.page-template-business .product-service-section .product-service-tab-wrap ul li.tab-name {
    width: 33.33%;
    min-width: auto;
    scroll-snap-align: unset;
    margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .page-template-business .product-service-section .product-service-tab-wrap ul li.tab-name {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .page-template-business .product-service-section .product-service-tab-wrap ul li {
        padding: 10px;
    }
}

.page-template-business .product-service-section .product-service-tab-wrap ul li.active {
    background: #F8F9FB;
    border-bottom: 3px solid #E0E622;
}

.page-template-business .product-service-section .product-service-tab-wrap ul li.active:after {
    display: none;
}

.page-template-business .product-service-section .product-service-tab-wrap ul li:hover:after {
    display: none;
}

.page-template-business .product-service-section .product-service-tab-wrap ul li span {
    line-height: 1.2;
}

.page-template-business .product-service-section .product-service-tab-items .product-service-slide-item .product-service-detail {
    display: block;
}

.page-template-business .product-service-section .product-service-tab-items .product-service-slide-item .product-service-detail .heading-desc {
    margin-bottom: 16px;
}

.page-template-business .product-service-section .product-service-tab-items .product-service-slide-item .product-service-detail .links .view-link a {
    color: #323E48;
    border-bottom: 1px solid #323E48;
}

.page-template-business .product-service-section .product-service-tab-items .product-service-slide-item .product-service-detail .links .view-link:not(:first-child) {
    margin-top: 15px;
}

.page-template-business .great-deals-list-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.page-template-business .great-deals-list-wrap .great-deals-row {
    display: flex;
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .page-template-business .great-deals-list-wrap .great-deals-row {
        flex-wrap: wrap;
        margin-bottom: 26px;
    }
    .page-template-business .great-deals-list-wrap .great-deals-row:last-child {
        margin-bottom: 0;
    }
}

.page-template-business .great-deals-list-wrap .great-deals-row .left-block {
    width: 50%;
    padding-right: 8%;
}

@media screen and (max-width: 767px) {
    .page-template-business .great-deals-list-wrap .great-deals-row .left-block {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px;
    }
}

.page-template-business .great-deals-list-wrap .great-deals-row .left-block .title-section {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #323E48;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .page-template-business .great-deals-list-wrap .great-deals-row .left-block .title-section {
        font-size: 16px;
        line-height: 31px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-business .great-deals-list-wrap .great-deals-row .left-block .content-section {
        font-size: 14px;
        line-height: 1.5;
    }
}

.page-template-business .great-deals-list-wrap .great-deals-row .left-block .content-section p {
    margin-bottom: 15px;
}

.page-template-business .great-deals-list-wrap .great-deals-row .left-block .view-link a {
    font-size: 16px;
    line-height: 31px;
    display: inline-block;
    padding-left: 54px;
    padding-right: 54px;
}

@media screen and (max-width: 767px) {
    .page-template-business .great-deals-list-wrap .great-deals-row .left-block .view-link a {
        padding-left: 34px;
        padding-right: 34px;
        line-height: 20px;
    }
}

.page-template-business .great-deals-list-wrap .great-deals-row .right-block {
    width: 50%;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .page-template-business .great-deals-list-wrap .great-deals-row .right-block {
        width: 100%;
    }
}

.page-template-business .great-deals-list-wrap .great-deals-row .right-block .great-deal-img img {
    width: 100%;
}

.page-template-business .great-deals-list-wrap .great-deals-row:nth-child(even) .left-block {
    order: 1;
    padding-right: 0;
    padding-left: 8%;
}

@media screen and (max-width: 767px) {
    .page-template-business .great-deals-list-wrap .great-deals-row:nth-child(even) .left-block {
        order: unset;
        padding-left: 0;
    }
}

.page-template-business .designed-specifically-section {
    padding-top: 116px;
    padding-bottom: 97px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .page-template-business .designed-specifically-section {
        background-image: unset !important;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-business .designed-specifically-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .page-template-business .designed-specifically-section .prepare-plan-col {
        background-color: #323E48;
        color: #FFFFFF;
        padding: 25px;
        position: relative;
    }
    .page-template-business .designed-specifically-section .prepare-plan-col:after {
        content: '';
        position: absolute;
        top: 0;
        transform: translateY(-100px);
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(#212b3500, #323E48);
    }
}

.page-template-business .designed-specifically-section .prepare-plan-col .prepare-plan-inner h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.prepain-plans-section .prepare-plan-image .coverage-btn {
    position: absolute;
    left: 58%;
    bottom: 3% !important;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .page-template-business .designed-specifically-section .prepare-plan-col .prepare-plan-inner h2 {
        font-size: 18px;
        line-height: 31px;
    }
}

.page-template-business .designed-specifically-section .prepare-plan-col .prepare-plan-inner a {
    display: inline-block;
}

.page-template-business .designed-specifically-section .designed-specifically-inner .mobile-image {
    line-height: 0;
    height: 250px;
    width: 100%;
}

.page-template-business .designed-specifically-section .designed-specifically-inner .mobile-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center left;
}

@media screen and (min-width: 992px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .mobile-image {
        display: none;
    }
}

.page-template-business .industry-leaders-section .industry-leaders-list-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
}

.page-template-business .industry-leaders-section .industry-leaders-list-row .industry-leaders-list-cols {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-top: -1px;
    margin-right: -1px;
}

@media only screen and (max-width: 575px) {
    .page-template-business .industry-leaders-section .industry-leaders-list-row .industry-leaders-list-cols {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.page-template-business .industry-leaders-section .industry-leaders-list-row .industry-leaders-list-cols .industry-leader-block {
    border: 1px solid #E5E5E5;
    height: 100%;
    position: relative;
}

.page-template-business .industry-leaders-section .industry-leaders-list-row .industry-leaders-list-cols .industry-leader-block:hover .view-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 62, 72, 0.8);
}

.page-template-business .industry-leaders-section .industry-leaders-list-row .industry-leaders-list-cols .industry-leader-img img {
    width: 80px;
}

@media only screen and (max-width: 767px) {
    .page-template-business .industry-leaders-section .industry-leaders-list-row .industry-leaders-list-cols .industry-leader-img img {
        width: 60px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .product-service-img {
        height: 200px;
    }
    .page-template-business .designed-specifically-section .designed-specifically-inner .product-service-img img {
        height: 100%;
        object-fit: cover;
    }
}

.page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: -95px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist {
        margin-top: -55px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 991px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist .speak-specialist__blocks {
        display: block;
    }
}

.page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist .speak-specialist__block {
    border: 1px solid #E5E5E5;
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

@media screen and (max-width: 991px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist .speak-specialist__block {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 768px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist .speak-specialist__block+.speak-specialist__block {
        margin-left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist .speak-specialist__block+.speak-specialist__block {
        margin-left: 0;
        margin-top: 20px;
    }
}

.page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist .speak-specialist__block a {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist .speak-specialist__block {
        width: 100%;
    }
    .page-template-business .designed-specifically-section .designed-specifically-inner .speak-specialist .speak-specialist__block:last-child {
        margin-bottom: 0;
    }
}

.container .row  p a {
    font-weight: bold;
  }
.container .row  p a:hover{
    color:#E0E622;

  }
  #sliderVideo{
    width: 100vw;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: -1;
    }

    @media screen and (max-width: 1530px)
    .page-template-business .home-banner-slider .home-banner-slider-wrapper .home-banner-content{
        margin-left: 100px !important;
    }
/*# sourceMappingURL=business-homepage.css.map */