@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
}

body {
    background: var(--newsky-black);
    color: #fff;
    overflow-x: hidden;
}

:root {
    --newsky-red: #E51C28;
    --newsky-blue: #cf1717;
    --newsky-black: #000000;
    --newsky-grey: #ccc;
    /*--unit-1x: 8px;
    --unit-2x: 16px;
    --unit-4x: 32px;*/
}

h1 {
    font-style: bold;
    font-size: 32px;
    padding: 30px 0 30px 0;
}

h2 {
    font-style: bold;
    font-size: 15px;
    padding: 20px 0 16px 0;
}

h2.gdpr-title {
    color: var(--newsky-red)
}

h2.whatwedid-title {
    padding: 16px 0 8px 0;
}

h3 {
    font-size: 15px;
    padding: 8px 0 8px 0;
}

h3.organ-name {
    color: #9c9c9c;
    padding: 8px 0 8px 0;
}

p,
span {
    font-style: thin;
    font-size: 13px;
}

p.remark {
    font-size: 12px;
    margin: 8px;
}

p.casestudy-content {
    font-size: 13px;
}

p.news-date {
    font-size: 14px;
    color: #9c9c9c;
}

p.news-content {
    font-size: 16px;
    padding-bottom: 8px;
}

h1>b {
    color: var(--newsky-red)
}

a {
    color: white;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

a.info-links {
    color: var(--newsky-red)
}

#contact .sales a {
    color: var(--newsky-red);
}

#contact .support a {
    color: var(--newsky-blue);
}

ul {
    font-family: 'Roboto', sans-serif;
    list-style: url("../images/li-img-mobile.png");
    padding: 0 10px;
}

#page {
    width: 100%;
    padding: 101px 0 0 0;
    background:#000;
}


/*		#news,#contact,#thankyou{background: #000}
*/


/*navigation*/

#top-nav {
    background: #000000;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

.nav-swiper {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.nav-swiper ul {
    height: 50px;
    line-height: 50px
}

.nav-swiper ul li {
    display: inline-block
}

.nav-swiper ul li a {
    padding: 10px 15px;
    line-height: 30px
}

.nav-swiper ul.nav-main {
    width: 760px
}

.nav-swiper ul.subnav-solution {
    background: #252525;
    display: flex;
    flex-wrap: wrap;
    height: 105px;
    line-height: unset;
    padding: 11px 20px 0 20px;
}

ul.subnav-solution li {
    flex-basis: 50%;
}

ul.subnav-solution li a {
    font-size: 11px;
    line-height: unset!important;
    padding: 11px 7px;
}


/*.nav-swiper ul.nav-main a:active {
    color: var(--newsky-red);
    border-bottom: 3px solid #ff0000
}*/

.current-tab {
    border-bottom: 3px solid #ff0000;
}

.current-tab a {
    color: var(--newsky-red);
}

.current-solution {
    background: var(--newsky-blue);
}

.nav-swiper ul.subnav-solution a:active {
    background: var(--newsky-blue);
}

ul.nav-main {
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
    width: 820px;
    padding: 0;
}

.nav-main li {
    padding: 15px 20px;
    list-style: none;
}

.top-nav_2ndTier {
    overflow-x: scroll;
}


/*dropdown*/

.dropdown-content-solution,
.dropdown-content-product {
    position: absolute;
    left: 0;
    top: 109px;
    background: #252525;
    padding: 11px 20px;
    display: none;
}

.dropdown-content-solution div,
.dropdown-content-product div {
    display: grid;
    padding: 0 0 16px 0;
}

.dropdown-content-solution div:nth-child(3) {
    padding: 0;
}

.dropdown-content-solution div a {
    font-size: 14px;
    font-weight: bold;
    width: 100vw;
    padding: 0 0 8px 0!important;
}

.dropdown-content-product a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100vw;
    padding: 0 0 8px 0!important;
}

.menuItem-solution:hover>.dropdown-content-solution {
    display: block;
    transition: all .2s ease-in-out;
    z-index: 999;
}

.menuItem-product:hover>.dropdown-content-product {
    display: block;
    transition: all .2s ease-in-out;
    z-index: 999;
}

.menuItem-solution:hover,
.menuItem-product:hover {
    background: #252525;
}


/*homepage*/

#index {}

.header,
.section-solution,
.section-product,
.section-caseStudy {
    margin-bottom: 32px;
}

.header {
    height: 400px;
    background-image: url("../images/header-bg-team_mobile.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    animation: slideBg 16s linear infinite 0s;
    animation-timing-function: ease-in-out;
    margin: 0 -30px;
    /*margin-bottom: 32px;
    padding-top: 117px;*/
}

.header-content-container {
    width: 354px;
    margin: 0 auto;
    position: relative;
}

.header-text-A {
    position: absolute;
    top: 0;
    animation: fade 16s linear infinite 0s;
}

.header-text-B {
    position: absolute;
    top: 0;
    animation: fade2 16s linear infinite 0s;
}

.header-text-B p {
    /*width: 50%;*/
}

.header-text-B .button-sales {
    color: var(--newsky-blue);
    background: #ffffff;
    position: absolute;
    bottom: -114px;
}

@keyframes slideBg {
    0% {
        background-image: url("../images/header-bg-team_mobile.png");
        background-size: contain;
    }
    20% {
        background-image: url("../images/header-bg-team_mobile.png");
        background-size: contain;
    }
    25% {
        background-image: url("../images/header-bg-security_mobile.png");
        background-size: contain;
    }
    45% {
        background-image: url("../images/header-bg-security_mobile.png");
        background-size: contain;
    }
    50% {
        background-image: url("../images/header-bg-remote_mobile.png");
        background-size: contain;
    }
    95% {
        background-image: url("../images/header-bg-remote_mobile.png");
        background-size: contain;
    }
    100% {
        background-image: url("../images/header-bg-team_mobile.png");
        background-size: contain;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade2 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#index h2 {
    font-size: 32px;
    margin-bottom: 16px;
    padding: 0;
}

#index h2 b {
    color: var(--newsky-red);
}

#index .section-solution .solution-cards-container .solution-cards .icon-container {
    display: block;
    width: 60px;
    height: 40px;
    margin-bottom: 8px;
}

#index .section-solution .solution-cards-container .solution-cards h4 {
    font-size: 13px;
    font-weight: bold;
}

#index .section-solution .solution-cards-container .solution-cards p {
    font-size: 11px;
    margin: 8px 0;
}

#index .section-solution .solution-cards-container .solution-cards p.learn-more {
    font-size: 11px;
    font-weight: bold;
    color: var(--newsky-red);
    position: relative;
}

#index .section-solution .solution-cards-container .solution-cards p.learn-more::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../images/icon-arrow.svg")no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 20%;
    margin-left: 8px;
}

#index .section-solution .solution-cards-container {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    padding: 0;
}

#index .section-solution .solution-cards-container .solution-cards {
    display: inline-block;
    width: 142px;
    /*height: 156px;*/
    border: 1px solid rgb(255, 255, 255, 0.5);
    margin: 0 12px 12px 0;
    padding: 15px;
}

#index .section-solution .solution-cards-container .solution-cards:nth-child(2),
#index .section-solution .solution-cards-container .solution-cards:nth-child(4),
#index .section-solution .solution-cards-container .solution-cards:nth-child(6) {
    margin-right: unset;
}

#index .section-product .product-cards-container {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
}

#index .section-product .product-cards-container .product-card {
    width: 146px;
    height: 146px;
    background: #1A1A1A;
    padding: 15px;
    margin: 0 2px 2px 0;
}

#index .section-product .product-cards-container .product-card a {
    display: inline-block;
}

#index .section-product .product-cards-container .product-card ul {
    margin: 16px 0;
}

#index .section-product .product-cards-container .product-card ul li {
    font-size: 13px;
}

#index .section-product .product-cards-container .product-card .productLogo-container {
    display: block;
    width: 140px;
    height: 40px;
}

#index .section-caseStudy .caseStudy-container .highlight-story .image-container {
    display: block;
    width: 354px;
    height: 200px;
    margin: 16px 0;
}

#index .section-caseStudy .caseStudy-container .highlight-story .img-caseStudy-school {
    background: url("../images/sumyuk.jpg") no-repeat center center;
    background-size: cover;
}

#index .section-caseStudy .caseStudy-container .icon-container {
    display: block;
    width: 65px;
    height: 55px;
}

#index .section-caseStudy .caseStudy-container .icon-education {
    background: url(../images/icon-education.svg)no-repeat center center;
}

#index .section-caseStudy .caseStudy-container .icon-music {
    background: url(../images/icon-music.svg)no-repeat center center;
}

#index .section-caseStudy .caseStudy-container .icon-launch {
    background: url(../images/icon-launch.svg)no-repeat center center;
}

#index .section-caseStudy .caseStudy-container .icon-distance {
    background: url(../images/icon-distance.svg)no-repeat center center;
}

#index .section-caseStudy .caseStudy-container .icon-media {
    background: url(../images/icon-media.svg)no-repeat center center;
}

#index .section-caseStudy .caseStudy-container .icon-retail {
    background: url(../images/icon-retail.svg)no-repeat center center;
}

#index .section-caseStudy .caseStudy-container .icon-medicalService {
    background: url(../images/icon-medicalService.svg)no-repeat center center;
}


/*#index .section-caseStudy .caseStudy-container .caseStudy-tags {
    display: inline-flex;
    color: var(--newsky-blue);
    margin: unset;
}*/

#index .section-caseStudy .caseStudy-container {
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
}

#index .section-caseStudy .caseStudy-container .highlight-story .text-container {
    display: block;
    padding: 0;
    width: 100%!important;
    margin-left: 0!important;
}

#index .section-caseStudy .caseStudy-container {
    list-style: none;
}

#index .section-caseStudy .caseStudy-container .text-container {
    display: block;
    width: 75%;
    margin-left: 20px;
    padding: 0;
}

#index .section-caseStudy .caseStudy-container .other-stories a {
    display: flex;
    margin-top: 32px;
}

#index .section-caseStudy .caseStudy-container h5 {
    font-size: 15px;
}

#index .section-caseStudy .caseStudy-container p {
    margin: 8px 0 16px 0;
}

#index .section-caseStudy .caseStudy-container span {
    font-size: 11px;
}

#index .section-caseStudy .caseStudy-container span i {
    color: #ffffff;
}

#index .section-caseStudy .caseStudy-container a {
    color: #ffffff;
}

#index .section-caseStudy .caseStudy-container .fullStory {
    color: var(--newsky-red);
}

#index .section-caseStudy .caseStudy-container .highlight-story {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    display: block;
}

#index .section-caseStudy .caseStudy-container .highlight-story h3 {
    font-size: 18px!important;
    padding: 0;
}

#index .section-caseStudy .caseStudy-container p.fullStory {
    font-size: 13px;
    color: var(--newsky-red);
    position: relative;
    margin-top: 16px;
}

#index .section-caseStudy .caseStudy-container p.fullStory::after {
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    background: url("../images/icon-fullstory-arrow.svg")no-repeat center center;
    position: absolute;
    top: 5%;
    margin-left: 8px;
}


/*homepage ends*/


/*solution*/

.content-container_solution h3 b {
    color: var(--newsky-red);
}

.content-container_solution .desktop-content-text_solution .relatedProducts .product-logo-container {
    margin-top: 0;
}

.content-container_solution .desktop-content-text_solution .relatedProducts,
.content-container_solution .howWeWork {
    margin-top: 32px;
}

.content-container_solution .howWeWork {
    margin-bottom: 32px;
}

.content-container_solution .howWeWork .work-process-container .work-process-step {
    display: flex;
}

.content-container_solution .howWeWork .work-process-container .work-process-step h4 {
    font-size: 15px;
    color: var(--newsky-red);
    margin-bottom: 8px;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-container {
    display: block;
    width: 67px;
    height: 57px;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .step-content {
    width: 75%;
    margin-left: 20px;
}

.content-container_solution .howWeWork .work-process-container .icon-step-arrow {
    display: block;
    width: 14px;
    height: 6px;
    background: url("../images/icon-step-arrow_mobile.svg")no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-consultation {
    background: url("../images/icon-step-consultation.svg")no-repeat center center;
    background-size: cover;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-integrate {
    background: url("../images/icon-step-integrate.svg")no-repeat center center;
    background-size: cover;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-implementation {
    background: url("../images/icon-step-implementation.svg")no-repeat center center;
    background-size: contain;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-training {
    background: url("../images/icon-step-training.svg")no-repeat center center;
    background-size: contain;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-support {
    background: url("../images/icon-step-support.svg")no-repeat center center;
    background-size: contain;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-siteCheck {
    background: url("../images/icon-step-siteCheck.svg")no-repeat center center;
    background-size: contain;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-review {
    background: url("../images/icon-step-review.svg")no-repeat center center;
    background-size: contain;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-scanning {
    background: url("../images/solution-security-assessment-icon.svg")no-repeat center center;
    background-size: contain;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-manual {
    background: url("../images/solution-engineering-icon.svg")no-repeat center center;
    background-size: contain;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-onsiteSupport {
    background: url("../images/icon-step-onsiteSupport.svg")no-repeat center center;
    background-size: contain;
}

.content-container_solution .howWeWork .work-process-container .work-process-step .icon-step-backUp {
    background: url("../images/icon-step-backUp.svg")no-repeat center center;
    background-size: contain;
}


/*solution ends*/


/*whoweare*/

#whoweare {
    width: 100%;
    height: 610px;
    display: inline-block;
}

#whoweare .content-container .desktop-content-text p {
    font-size: 15px;
}

#whoweare .content-container .desktop-content-text .content li {
    font-size: 15px;
}


/*whoweare ends*/

#solution {
    width: 100%;
    height: auto;
    background: #000;
}

#whatwedid {
    width: 100%;
    display: inline-block;
}

#letushelp {
    /*            margin-bottom: 20px;
*/
    text-align: center;
    align-content: center;
    background: #000
}

#whoweare {
    background: url("../images/who-we-are-bg.png") no-repeat;
    background-size: cover;
}


/*footer*/

#footer {
    text-align: center;
    background: #000;
}

#footer a {
    color: #E51C28;
}

hr {
    margin-bottom: 32px;
    width: 100%;
    display: block;
    border: 1px solid #E51C28;
}

.content-container_footer {
    margin: 30px;
    padding: 0;
    text-align: center;
}

.footer-fonts {
    font-size: 10px;
}


/*footer end*/

.content-container {
    margin-right: 30px;
    margin-left: 30px;
}


/*#whatwedid .content-container {
    margin-right: 30px;
    margin-left: 30px;
    padding: 0 0 72px 0;
}*/

.content-container_solution {
    margin-right: 30px;
    margin-left: 30px;
    /*padding: 117px 0;*/
}

.content-container_thankyou {
    margin: 48px 30px 0 30px;
}

.content-container_contact {
    margin-right: 30px;
    margin-left: 30px;
}

.content-container_privacy {
    margin: 48px 30px 0 30px;
    padding: 0 0 32px 0;
}

.content-container_404 {
    margin: 16px 30px 0 30px;
    padding: 0 0 32px 0;
}


/*news*/

.news-container {
    width: 100%;
    height: auto;
    padding-bottom: 72px;
}

.news-image-container {
    width: 100%;
    height: 75%;
    display: inline-block;
    margin: 8px 0 0 0;
}

.news-xmas {
    background: url("../images/Merry-Christmas-and-happy-New-year-by-LeisureProjects-580x387.jpg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-family-friendly {
    background: url("../images/2017-18 Family Friendly_Key Art-01.png") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-ultra {
    background: url("../images/news-ultra.jpg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-happy-company {
    background: url("../images/happy-company.jpg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-cisco {
    background: url("../images/cisco-event.jpeg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-juniperdinner {
    background: url("../images/juniper-dinner.jpeg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-meraki-wifi {
    background: url("../images/NEWSKY-news-CISCO.jpg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-iot {
    background: url("../images/NEWSKY-news-IoT.jpg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-pedder {
    background: url("../images/wifi-event-pedder.png") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-homeOffice {
    background: url("../images/news-homeOffice.jpg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.news-goodEmployer {
    background: url("../images/news-goodEmployer.jpg") no-repeat top left;
    background-size: contain;
    width: 100%;
    height: 300px;
}


/*--topnav--*/

#topnav-container {
    width: 100%;
    background: #000;
}

#topnav-category {
    width: 1200px;
    height: 50px;
}

#topnav-lang {
    width: 100%;
    height: 45px;
    background: #000;
}

.language {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 101;
}

.language a {
    font-weight: bold;
    opacity: 0.5;
    margin: 0 4px;
}

.language a.current-lang {
    opacity: 1!important;
}

#topnav-lang ul {
    width: 65px;
    height: 14px;
    position: absolute;
    top: 15px;
    left: 30px;
}

#topnav-lang ul li {
    list-style: none;
    display: inline;
}

.logo {
    margin: 0 auto;
    width: 71px;
    height: 20px;
    display: block;
    background: url("../images/logo-newsky.png") no-repeat center center;
    background-size: contain;
    padding-top: 40px;
    z-index: 10;
}

.linkedin-container {
    position: absolute;
    top: 16px;
    right: 30px;
    margin: 9px;
    display: block;
    background: url("../images/linkedin-icon.png") no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    z-index: 10;
}

#topnav-category ul li {
    list-style: none;
    display: inline-block;
    margin: 3px;
}

#topnav-category ul li a {
    padding: 14px 16px;
}

#topnav-category a:hover {
    color: var(--newsky-red);
    padding: 24px;
}

#topnav-category ul li:hover ul {
    display: block;
}

#topnav-category ul li ul li a {
    display: block!important;
}

#topnav-category ul ul {
    width: 1200px;
    position: absolute;
    background-color: #252525;
    padding: 0;
    display: none;
}


/*--topnav end--*/

.list_servicetype {
    font-size: 0;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
}

.list_servicetype li {
    display: inline-block;
    width: 30%;
    text-align: center;
    position: relative;
    vertical-align: top;
    min-width: 9.375rem;
    margin-bottom: 1rem;
    height: 7.1875rem;
}


/*solution list*/

.list_servicetype li:after {
    content: "";
    width: 1px;
    height: 60%;
    display: block;
    background: var(--newsky-grey);
    position: absolute;
    right: 0;
    top: 20%;
}

.list_servicetype_404 {
    font-size: 0;
    margin-top: 1rem;
}

.list_servicetype_404 li {
    display: inline-block;
    width: 30%;
    text-align: center;
    position: relative;
    vertical-align: top;
    min-width: 9.375rem;
    margin-bottom: 1rem;
    height: 7.1875rem;
}


/*solution list*/

.list_servicetype_404 li:after {
    content: "";
    width: 1px;
    height: 60%;
    display: block;
    background: var(--newsky-grey);
    position: absolute;
    right: 0;
    top: 20%;
}


/*line*/

.list_solution {
    overflow: auto;
    display: inline-block;
}

.list_solution_bkground {
    width: 150px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.intro_solution_bkground {
    width: 150px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 1rem;
}


/*what we did*/

h3.whatwedid-relatedSolution {
    color: var(--newsky-red);
}

.related-solution-container p {
    font-weight: lighter;
    font-size: 12px;
    padding: 8px 0 0 0;
    margin: 0!important;
}


/*.swiper-slide {
    height: 780px!important;
}*/


/*solution container*/

.related-solution-container {
    width: 110px;
    text-align: center;
}

.related-solution-icon-container {
    padding: 0 0 8px 0;
    width: 110px;
    height: 50px;
}

.icon-security {
    background: url(../images/solution-security-icon.svg) no-repeat center center;
    background-size: contain
}

.icon-infrastructure {
    background: url("../images/solution-infrastructure-icon.svg") no-repeat center center;
    background-size: contain
}

.icon-wifi {
    background: url("../images/solution-wifi-icon.svg") no-repeat center center;
    background-size: contain
}

.icon-engineering {
    background: url("../images/solution-engineering-icon.svg") no-repeat center center;
    background-size: contain
}

.icon-assessment {
    background: url("../images/solution-security-assessment-icon.svg") no-repeat center center;
    background-size: contain
}

.icon-incident-response {
    background: url("../images/solution-incident-response-icon.svg") no-repeat center center;
    background-size: contain
}

.icon-remoteSolution {
    background: url("../images/solution-remote-icon.svg") no-repeat center center;
    background-size: contain
}


/*select segment*/

.selectSegment {
    margin: 32px 0;
}

.selectSegment-icon-container {
    display: block;
    width: 45px;
    height: 45px;
}

.selectSegment-icon-education {
    background: url("../images/icon-education.svg") no-repeat center center;
    background-size: contain;
}

.selectSegment-icon-enterprise {
    background: url("../images/icon-enterprise.svg") no-repeat center center;
    background-size: contain;
}

.scrollSegment {
    overflow: hidden;
    overflow-x: scroll;
}

.selectSegment-container {
    display: inline-flex;
    margin: 8px 0 0 0;
}

.selectSegment-education {
    margin-right: 12px;
}

.selectSegment-education,
.selectSegment-enterprise {
    position: relative;
    background: #1A1A1A;
    width: 223px;
    height: 422px;
    padding: 20px;
    border: 1px solid var(--newsky-blue);
}

.selectSegment-education h4,
.selectSegment-enterprise h4 {
    font-size: 15px;
    margin: 8px 0;
}

.selectSegment-education h4 b,
.selectSegment-enterprise h4 b {
    color: var(--newsky-red);
}

.selectSegment-education ul,
.selectSegment-enterprise ul {
    padding: 0;
}

.selectSegment-education ul li,
.selectSegment-enterprise ul li {
    font-size: 13px;
    font-weight: bold;
    color: var(--newsky-blue);
    list-style: none;
}

.selectSegment-education ul li::before,
.selectSegment-enterprise ul li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(../images/icon-tick_blue.svg)no-repeat center center;
}

.selectSegment-education ul li ul li,
.selectSegment-enterprise ul li ul li {
    font-weight: normal;
    color: #ffffff;
    list-style: none!important;
    margin-left: 4px;
    padding-left: 14px;
}

.selectSegment-education ul li ul li::before,
.selectSegment-enterprise ul li ul li::before {
    content: none;
}

.selectSegment-learnMore {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 223px;
    background: var(--newsky-blue);
    padding: 14px 0;
    margin-top: 24px;
    position: absolute;
    bottom: 20px;
}


/*.selectSegment-learnMore::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url("../images/icon-arrow_blue.svg")no-repeat center center;
}*/


/*product logo*/

.solution-brand {
    width: 135px;
    list-style: none;
    display: inline;
}

.product-logo-container {
    overflow: auto;
    width: 80px;
    height: 50px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 16px;
}

.product-logo-juniper {
    background: url("../images/logo-juniper-w.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.product-logo-meraki {
    background: url("../images/meraki-hori.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.product-logo-fortinet {
    background: url("../images/logo-fortinet-w.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.product-logo-sophos {
    background: url("../images/logo-sophos.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.product-logo-ciscoWebex {
    background: url("../images/logo-ciscoWebex.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
}


/*product logo*/

.button-sales {
    background-color: #b90101;
    border: none;
    color: white;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: bold;
    margin: 16px 0;
    cursor: pointer;
    width: 262px;
}

.button-sales:hover {
    background-color: white;
    color: #1A92C8;
}

.button-caseStudy {
    background-color: #000000;
    border: 1px solid #ec1c24;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: bold;
    cursor: pointer;
    width: 262px;
    margin: 16px 0;
}

.button-caseStudy:hover {
    background-color: white;
    border: 1px solid white;
    color: #1A92C8;
}

.button-back {
    background-color: #1A92C8;
    border: none;
    color: white;
    padding: 15px 30px 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: bold;
    margin: 32px 0;
    cursor: pointer;
}

.button-back:hover {
    background-color: white;
    color: #1A92C8;
}


/*what we did - case study*/

#whatwedid {}

.case-container {
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}


/*.casestudy-title h1 {
    padding: 32px 0 0 0;
}*/

.casestudy-title h2 {
    padding: 0;
}

.case-container:first-child {
    padding-top: 0;
}

.case-container:last-child {
    border: none;
}

span,
span a {
    color: var(--newsky-blue);
}

i {
    font-style: normal;
    color: #ffffff;
}

span {
    margin: 8px 0;
    display: block;
}

a.case-full {
    font-size: 13px;
    color: var(--newsky-red);
    position: relative;
}

a.case-full::after {
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    background: url("../images/icon-fullstory-arrow.svg")no-repeat center center;
    position: absolute;
    top: 5%;
    margin-left: 8px;
}

.case-container .image-container {
    display: block;
    width: 354px;
    height: 160px;
}

.case-container .img-caseStudy-school {
    background: url("../images/sumyuk.jpg") no-repeat center center;
    background-size: cover;
}

.case-container .img-caseStudy-musicFes {
    background: url("../images/road-to-ultra-2.jpg") no-repeat center top;
    background-size: cover;
}

.case-container .img-caseStudy-bankLaunch {
    background: url("../images/dbs-launch.JPG") no-repeat center center;
    background-size: cover;
}

.case-container .img-caseStudy-shortenDistance {
    background: url("../images/richchinatn-236x210.png") no-repeat center center;
    background-size: cover;
}

.case-container .img-caseStudy-commercialRadio {
    background: url("../images/radio.png") no-repeat center top;
    background-size: cover;
}

.case-container .img-caseStudy-cosmetic {
    background: url("../images/cosmetic.png") no-repeat center center;
    background-size: cover;
}

.case-container .img-caseStudy-onyx {
    background: url("../images/onyx.png") no-repeat center center;
    background-size: cover;
}

.text-container {
    /*display: flex;*/
    justify-content: space-between;
    padding-top: 10px;
}

.text-container .text {
    width: 75%;
}

.text-container .icon-container {
    display: block;
    width: 65px;
    height: 65px;
}

.text-container .icon-education {
    background: url(../images/icon-education.svg)no-repeat center center;
}

.text-container .icon-music {
    background: url(../images/icon-music.svg)no-repeat center center;
}

.text-container .icon-launch {
    background: url(../images/icon-launch.svg)no-repeat center center;
}

.text-container .icon-distance {
    background: url(../images/icon-distance.svg)no-repeat center center;
}

.text-container .icon-media {
    background: url(../images/icon-media.svg)no-repeat center center;
}

.text-container .icon-retail {
    background: url(../images/icon-retail.svg)no-repeat center center;
}

.text-container .icon-medicalService {
    background: url(../images/icon-medicalService.svg)no-repeat center center;
}

.whatwedid-relatedProduct {
    margin: 16px 0 32px 0;
}

.relatedProduct-logo-container {
    display: block;
    width: 120px;
    height: 36px;
}

.relatedProduct-sophos {
    background: url("../images/logo-sophos.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.relatedProduct-fortinet {
    background: url("../images/logo-fortinet.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.relatedProduct-meraki {
    background: url("../images/meraki-hori.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
}


/*case study*/

.case-study-image {
    overflow: auto;
    width: 354px;
    height: 200px;
}

.case-img-radio {
    background: url("../images/radio.png") no-repeat center center;
    background-size: cover;
}

.case-img-ultra {
    background: url("../images/road-to-ultra-2.jpg") no-repeat center center;
    background-size: cover;
}

.case-img-launch {
    background: url("../images/dbs-launch.JPG") no-repeat center center;
    background-size: cover;
}

.case-img-richchina {
    background: url("../images/richchinatn-236x210.png") no-repeat center center;
    background-size: cover;
}

.case-img-sumyuk {
    background: url("../images/sumyuk.jpg") no-repeat center center;
    background-size: cover;
}

.case-img-cosmetic {
    background: url("../images/cosmetic.png") no-repeat center center;
    background-size: cover;
}

.case-img-medicalService {
    background: url("../images/onyx.png") no-repeat center center;
    background-size: cover;
}


/*case study*/

.sales {
    color: var(--newsky-red)
}

.support {
    color: var(--newsky-blue)
}


/*--contact form--*/

.form-sendinblue {
    margin: 20px 0
}


/*
.form-sendinblue h3 {
    color: #0091C7
}

.form-sendinblue input,
.form-sendinblue button {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    font-size: 16px;
}
*/

.form-sendinblue input {
    background: #181818;
    color: #909090;
    border: none;
    padding: 12px 18px;
    margin: 0;
    width: 300px
}

.form-sendinblue input:focus {
    border-color: #0091C7;
    color: #0091C7
}

.form-sendinblue button {
    background: #0091C7;
    color: #fff;
    padding: 12px 40px
}


/*--contact form end--*/


/*.swiper-slide {
    width: 100%;
    padding: 50px 0 0 0;
}*/


/*campaign banenr*/

.campaign-banner {
    display: block;
}

.campaign-banner-content-container {
    width: 414px;
    height: 328px;
    background: #252525;
    margin-bottom: 48px;
    position: relative;
}

.campaign-banner h1 {
    font-size: 16px!important;
    margin-left: 30px;
    padding: 16px 0 0 0;
}

.campaign-banner h1 span {
    font-size: 32px;
    color: #ffffff;
    line-height: 85%;
}

.campaign-banner h3 {
    font-size: 15px!important;
    margin-left: 30px;
}

.campaign-banner h3 span {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}

.campaign-banner ul li {
    font-size: 13px;
    list-style: none;
    position: relative;
    margin-left: 40px;
}

.campaign-banner ul li::before {
    content: "";
    display: inline-block;
    background: url("../images/icon-tick.svg")no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 7px;
    position: absolute;
    left: -18px;
    top: 6px;
}

.banner-applyNow {
    display: block;
    margin-left: 30px;
    font-weight: bold;
    text-align: center;
    width: 170px;
    background: #C60000;
    padding: 14px 0;
    margin-top: 16px;
}

.campaign-banner-graphic {
    display: block;
    background: url("../images/solution-security-assessment-icon.svg")no-repeat center center;
    background-size: contain;
    width: 162px;
    height: 111px;
    position: absolute;
    right: 30px;
    margin: 16px 0 0 16px;
}


/*campaign banner ends*/

@media screen and (min-width:1200px) {
    h1.solution-title {
        font-size: 40px;
    }
    h1.whatwedid {
        padding: 0 0 32px 0;
        font-size: 40px;
    }
    h1 {
        font-size: 40px;
        line-height: 100%;
        padding: 40px 0 10px 0;
    }
    h2 {
        font-style: bold;
        font-size: 18px;
        padding: 20px 0;
    }
    h2.whatwedid-title {
        padding: 0 0 10px 0;
    }
    h3 {
        font-size: 16px;
        padding: 10px 0;
    }
    p,
    span {
        font-style: thin;
        font-size: 14px;
    }
    #page {
        padding: 70px 0 0 0;
        background:#000;
    }
    .swiper-container {
        width: 100%;
        height: 700px;
    }
    /*header_navigation*/
    #topnav-lang {
        width: 100%;
        height: unset;
    }
    .logo {
        width: 150px;
        height: 30px;
        position: absolute;
        left: 20px
    }
    .language {
        position: absolute;
        left: unset;
        right: 80px;
        top: 24px;
    }
    ul.nav-main {
        width: 900px;
        margin: 0 auto;
        overflow-x: unset;
        position: relative;
    }
    ul.nav-main li {
        position: relative;
        padding: 26px 15px;
    }
    .top-nav_2ndTier {
        overflow-x: unset;
    }
    .nav-swiper {
        width: 100%;
        overflow-x: unset;
    }
    /*dropdown*/
    .dropdown-content-solution,
    .dropdown-content-product {
        position: absolute;
        top: 70px;
        padding: 11px 15px;
        display: none;
    }
    /*.dropdown-content-solution {
        left: 552px;
    }
    .dropdown-content-product {
        left: 755px;
    }*/
    .dropdown-content-solution div,
    .dropdown-content-product div {
        display: grid;
        padding: 0 0 20px 0;
    }
    .dropdown-content-solution div {
        border-right: 1px solid rgb(255, 255, 255, 0.1);
    }
    .dropdown-content-solution div:nth-child(3) {
        border: none;
    }
    .dropdown-content-solution div a {
        font-size: 14px;
        font-weight: bold;
        padding: 0 0 10px 0!important;
        text-align: left;
        width: 190px;
        margin: 0 15px;
    }
    .dropdown-content-product a {
        font-size: 14px;
        font-weight: bold;
        padding: 0 0 10px 0!important;
        text-align: left;
        width: 190px;
        margin: 0 15px;
    }
    .dropdown-content-solution div a:hover {
        color: var(--newsky-red);
    }
    .dropdown-content-product a:hover {
        color: var(--newsky-red);
    }
    .menuItem-solution:hover>.dropdown-content-solution {
        display: flex;
    }
    /*dropdown ends*/
    /*homepage*/
    .header {
        height: 550px;
        width: 100%;
        background-image: url("../images/header-bg-team.png");
        background-size: cover;
        margin: unset;
        margin-bottom: 40px;
    }
    .header-content-container {
        width: 1200px;
    }
    .header-text-B p {
        width: 70%!important;
        padding: 10px 0 0 0;
    }
    .header-text-B .button-sales {
        /*bottom: -149px;*/
    }
    .header .header-text-B_mobile {
        display: none;
    }
    @keyframes slideBg {
        0% {
            background-image: url("../images/header-bg-team.png");
        }
        20% {
            background-image: url("../images/header-bg-team.png");
        }
        25% {
            background-image: url("../images/header-bg-security.png");
        }
        45% {
            background-image: url("../images/header-bg-security.png");
        }
        50% {
            background-image: url("../images/header-bg-remote.png");
        }
        95% {
            background-image: url("../images/header-bg-remote.png");
        }
        100% {
            background-image: url("../images/header-bg-team.png");
        }
    }
    .section-solution,
    .section-product,
    .section-caseStudy {
        margin-bottom: 100px;
    }
    .header p {
        width: 50%;
    }
    .header .button-sales {
        margin-top: 20px;
    }
    .header-content-container h1 {
        font-size: 60px;
    }
    #index h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    #index .section-solution .solution-cards-container {
        width: 1200px;
        display: inline-grid;
        grid-template-columns: repeat(4, 288px);
        justify-content: space-between;
    }
    #index .section-solution .solution-cards-container .solution-cards .icon-container {
        width: 75px;
        height: 60px;
        margin-bottom: 10px;
    }
    #index .section-solution p {
        font-size: 16px;
    }
    #index .section-solution .button-sales,
    #index .section-product .button-caseStudy {
        display: block;
        margin: 0 auto;
        margin-top: 50px;
    }
    #index .section-solution .solution-cards-container .solution-cards h4 {
        font-size: 16px;
    }
    #index .section-solution .solution-cards-container .solution-cards p {
        font-size: 14px;
        margin: 10px 0;
    }
    #index .section-solution .solution-cards-container .solution-cards p.learn-more {
        font-size: 14px;
        position: absolute;
        bottom: 10px;
    }
    #index .section-solution .solution-cards-container .solution-cards p.learn-more::after {
        width: 10px;
        height: 10px;
    }
    #index .section-solution .solution-cards-container .solution-cards {
        width: 256px;
        height: 229px;
        border: 1px solid rgb(255, 255, 255, 0.5);
        margin: 0 12px 20px 0;
        position: relative;
    }
    #index .section-solution .solution-cards-container .solution-cards:first-child {
        grid-row: 2 span;
        height: 510px;
    }
    #index .section-solution .solution-cards-container .solution-cards:first-child .icon-container {
        width: 90px;
        height: 90px;
    }
    #index .section-solution .solution-cards-container .solution-cards:first-child h4 {
        font-size: 20px;
    }
    #index .section-solution .solution-cards-container .solution-cards:first-child p {
        font-size: 18px;
    }
    #index .section-solution .solution-cards-container .solution-cards:nth-child(2),
    #index .section-solution .solution-cards-container .solution-cards:nth-child(4),
    #index .section-solution .solution-cards-container .solution-cards:nth-child(6) {
        margin-right: 12px;
    }
    #index .section-solution .solution-cards-container .solution-cards:hover {
        border: 1px solid var(--newsky-red);
    }
    #index .section-solution .solution-cards-container .mobile-solution-cards {
        display: none;
    }
    #index .section-product .product-cards-container .product-card {
        width: 268px;
        height: 190px;
        padding: 15px;
        margin: 0 2px 2px 0;
    }
    #index .section-product .product-cards-container .product-card .productLogo-container {
        width: 200px;
        height: 60px;
    }
    #index .section-product .product-cards-container .product-card ul {
        margin: 20px 0;
    }
    #index .section-product .product-cards-container .product-card ul li {
        font-size: 14px;
    }
    #index .section-caseStudy p {
        font-size: 16px;
    }
    #index .section-caseStudy .caseStudy-container .highlight-story .image-container {
        display: block;
        width: 285px;
        height: 229px;
        margin: 0 0 20px 0;
    }
    #index .section-caseStudy .caseStudy-container .highlight-story a {
        display: flex;
    }
    #index .section-caseStudy .caseStudy-container .highlight-story {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #index .section-caseStudy .caseStudy-container .icon-container {
        display: block;
        width: 70px;
        height: 60px;
        margin-bottom: 10px;
    }
    #index .section-caseStudy .caseStudy-container .highlight-story .text-container {
        width: 73%!important;
        margin-left: 30px!important;
    }
    #index .section-caseStudy .caseStudy-container .other-stories a {
        display: block;
        margin-top: 0;
    }
    #index .section-caseStudy .other-stories {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    #index .section-caseStudy .other-stories {
        display: block;
        width: 235px;
        padding: 20px;
        margin: 0 15px;
        border: 1px solid black;
        margin-top: 20px;
    }
    #index .section-caseStudy .caseStudy-container .caseStudy-card:hover {
        border: 1px solid rgb(255, 255, 255, 0.5);
    }
    #index .section-caseStudy .caseStudy-container li:nth-child(2) {
        margin-left: 0;
    }
    #index .section-caseStudy .caseStudy-container .caseStudy-card:nth-child(5) {
        margin-right: 0;
    }
    #index .section-caseStudy .caseStudy-container .caseStudy-card .text-container {
        width: 100%;
        margin-left: 0;
        padding: 0;
        height: 180px;
    }
    #index .section-caseStudy .caseStudy-container .other-stories .text-container p {
        font-size: 14px;
    }
    #index .section-caseStudy .caseStudy-container .highlight-story span {
        font-size: 16px;
    }
    #index .section-caseStudy .caseStudy-container span {
        font-size: 14px;
    }
    #index .section-caseStudy .caseStudy-container h5 {
        font-size: 16px!important;
        margin-bottom: 10px;
    }
    #index .section-caseStudy .caseStudy-container .fullStory {
        font-size: 14px;
    }
    #index .section-caseStudy .caseStudy-container .other-stories {
        position: relative;
    }
    #index .section-caseStudy .caseStudy-container .other-stories .text-container .fullStory {
        position: absolute;
        bottom: 0;
    }
    /*homepage ends*/
    /*solution*/
    .solution-title-container {
        position: relative;
    }
    .content-container_solution .desktop-content-text_solution h2 {
        padding: 0 0 20px 0;
    }
    .content-container_solution h3 {
        font-size: 18px;
    }
    .product-logo-container {
        width: 120px;
        height: 36px;
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
    }
    .work-process-container {
        display: flex;
        margin-top: 10px;
    }
    .content-container_solution .howWeWork .work-process-container .work-process-step {
        display: block;
        min-width: 216px;
    }
    .content-container_solution .howWeWork .work-process-container .work-process-step .step-content {
        width: unset;
        margin-left: unset;
    }
    .content-container_solution .howWeWork .work-process-container .icon-step-arrow {
        display: block;
        width: 20px;
        height: 15px;
        background: url(../images/icon-step-arrow.svg)no-repeat center center;
        background-size: cover;
        margin: auto 0;
        margin-right: 12px;
        margin-left: 12px;
    }
    .content-container_solution .button-grp {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .content-container_solution .howWeWork .work-process-container .work-process-step h4 {
        font-size: 16px;
        text-align: center;
        margin: 10px 0;
    }
    .content-container_solution .howWeWork .work-process-container .work-process-step .icon-container {
        margin: 0 auto;
    }
    /*solution ends*/
    .case-study-image {
        background-size: cover;
        width: 50%;
        height: 50%;
        float: left;
    }
    .desktop-content-text {
        position: relative;
        left: 30px;
        width: 50%;
        float: right;
    }
    .desktop-content-text span {
        font-size: 16px;
    }
    .desktop-content-text_solution {
        width: 75%;
    }
    .desktop-content-text p {
        margin-right: 50px;
    }
    .content {
        margin-right: 45px;
    }
    .solution-brand {
        width: 135px;
        list-style: none;
        display: inline;
    }
    .list_servicetype {
        width: 60%;
    }
    .list_servicetype_404 {
        width: 100%;
    }
    #topnav-category {
        text-align: center;
    }
    #whoweare,
    #thankyou,
    #disclaimer {
        width: 100%;
        height: 860px;
        display: block;
        padding-top: 50px;
    }
    #whoweare .content-container .desktop-content-text p {
        font-size: 16px;
    }
    #whoweare .content-container .desktop-content-text .content li {
        font-size: 16px;
    }
    #whatwedid {
        /*width: 56.25rem;
        display: block;
        margin: 0 auto;
        height: 890px;*/
        padding: 50px 0 0 0;
    }
    #solution {
        width: 100%;
        height: 900px;
    }
    #letushelp {
        width: 100%;
        height: 3.33%;
        background-color: #000;
    }
    #privacypolicy {
        padding: 50px 0 0 0;
    }
    #news {
        padding: 40px 0 0 0;
    }
    .casestudy-title {
        width: 100%;
    }
    .content-container {
        padding: 0;
        width: 1200px;
        margin: 0 auto;
    }
    #whoweare .content-container {
        width: 1200px;
        margin: 0 auto;
    }
    /*#whatwedid .content-container {
        padding: 40px 0 72px 0;
    }*/
    .content-container_solution {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        padding: 90px 0;
    }
    /*.content-container_join {
        padding: 16px 0 32px 0;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }*/
    .content-container_join,
    .content-container_thankyou,
    .content-container_privacy,
    .content-container_404,
    .content-container_contact {
        width: 1200px;
        margin: 0 auto;
    }
    .content-container_contact {
        padding: 0 0 48px 0;
    }
    .news-container {
        width: 79.77%;
        height: auto;
        padding-bottom: 72px;
    }
    .list_servicetype li {
        padding: 20px 0 20px 0;
        width: 10%;
    }
    .list_servicetype_404 li {
        padding: 0 0 20px 0;
        width: 10%;
    }
    .intro_solution_bkground {
        margin: 0 auto;
        width: 250px;
        height: 250px;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .desktop-content-container {
        width: 49.33%;
    }
    #contact {
        padding-top: 0;
    }
    .contact-info-container {
        width: 49.33%;
        float: left;
    }
    .form-sendinblue {
        width: 49.33%;
        float: right;
    }
    /*.desktop-content-container_contact {
        margin-left: 12.5%;
        margin-right: 12.5%;
        margin-bottom: 48px;
    }*/
    .form-sendinblue {
        margin: 0;
        padding: 0 0 24px 0;
    }
    /*what we did - case study*/
    .case-container {
        padding: 40px 0;
        display: flex;
    }
    .relatedProduct-logo-container {
        display: inline-block;
    }
    span {
        margin-bottom: 10px;
        display: block;
    }
    p.casestudy-content {
        font-size: 16px;
    }
    a.case-full {
        font-size: 16px;
        position: absolute;
        bottom: 0;
    }
    a.case-full::after {
        height: 14px;
        width: 14px;
        top: 5%;
        margin-left: 10px;
    }
    .case-container .image-container {
        display: block;
        width: 285px;
        height: 229px;
        margin-right: 30px;
    }
    .text-container {
        display: block;
        justify-content: space-between;
        padding-top: 0px;
        width: 75%;
        position: relative;
    }
    .text-container .text {
        width: unset;
    }
    .text-container .icon-container {
        display: block;
        width: 65px;
        height: 65px;
    }
    .whatwedid-relatedProduct {
        margin: 20px 0 50px 0;
    }
    /*footer*/
    .content-container_footer {
        padding: 32px 0 40px 0;
        width: 1200px;
        margin: 0 auto;
        text-align: left;
    }
    #footer {
        width: 100%;
        /*bottom: 0;
        position: absolute;*/
    }
    .footer-link {
        /*				float: left;
*/
    }
    .footer-fonts {
        text-align: center;
    }
    #footer a {
        color: #E51C28;
    }
    hr {
        margin-bottom: 16px;
        width: 100%;
        display: block;
        border: 1px solid #E51C28;
    }
    /*footer end*/
    /*campaign banenr*/
    .campaign-banner {
        display: flex;
    }
    .campaign-banner-content-container {
        margin: 0 auto;
        width: 1200px;
        height: 200px;
        background: #181818;
        margin-bottom: 50px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .campaign-banner h1 {
        font-size: 24px!important;
        margin-left: 50px;
        padding: 59px 0;
        height: fit-content;
    }
    .campaign-banner h1 span {
        font-size: 40px;
        line-height: 100%;
    }
    .campaign-banner h3 {
        font-size: 18px!important;
        margin-left: 0;
        padding: 0;
    }
    .campaign-banner h3 span {
        font-size: 18px;
    }
    .campaign-banner ul li {
        font-size: 16px;
        list-style: none;
        position: relative;
        margin-left: 0;
    }
    .campaign-banner ul li::before {
        content: "";
        display: inline-block;
        background: url("../images/icon-tick.svg")no-repeat center center;
        background-size: contain;
        width: 14px;
        height: 12px;
        position: absolute;
        left: -18px;
        top: 6px;
    }
    .banner-applyNow {
        display: inline-block;
        margin-right: 50px;
        width: 170px;
        margin: 73px 0;
        height: 27px;
        margin-right: 50px;
    }
    .campaign-banner-graphic {
        width: 179px;
        height: 123px;
        position: relative;
        margin: 39px 0 39px 100px;
    }
    .campaign-details {
        height: fit-content;
        margin: 20px 0;
    }
    /*campaign banner ends*/
    /*Segment*/
    .selectSegment {
        margin: 40px 0;
    }
    .selectSegment-icon-container {
        display: block;
        width: 55px;
        height: 55px;
    }
    .scrollSegment {
        overflow: unset;
        overflow-x: unset;
    }
    .selectSegment-container {
        display: inline-flex;
        margin: 10px 0 0 0;
    }
    .selectSegment-education {
        margin-right: 30px;
    }
    .selectSegment-education,
    .selectSegment-enterprise {
        position: relative;
        background: #1A1A1A;
        width: 520px;
        height: 350px;
        padding: 30px;
        border: 1px solid #1A1A1A;
    }
    .selectSegment-education:hover,
    .selectSegment-enterprise:hover {
        border: 1px solid var(--newsky-blue);
    }
    .selectSegment-education h4,
    .selectSegment-enterprise h4 {
        font-size: 16px;
        margin: 10px 0;
    }
    .selectSegment-education ul,
    .selectSegment-enterprise ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .selectSegment-education ul li,
    .selectSegment-enterprise ul li {
        font-size: 14px;
        margin: 0 15px 10px 0;
        width: 250px;
    }
    .selectSegment-education ul li:nth-child(2),
    .selectSegment-education ul li:nth-child(4),
    .selectSegment-enterprise ul li:nth-child(2),
    .selectSegment-enterprise ul li:nth-child(4) {
        margin-right: 0;
    }
    .selectSegment-education ul li ul li,
    .selectSegment-enterprise ul li ul li {
        margin: 0 0 0 4px;
    }
    .selectSegment-learnMore {
        font-size: 16px;
        width: 250px;
        background: var(--newsky-blue);
        padding: 14px 0;
        margin: 0 auto;
        margin-top: 20px;
        bottom: 30px;
    }
}


}
