*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h2.h1-copy {
    font-size: 36px;
}

@keyframes beacon {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }


body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
}
.container {
    width: 87vw !important;
}
.content-section {
    z-index: 999999;
    background-color: #ffffff;
    /* margin-bottom: 420px; */
    width: 100vw;
}
/* @media only screen and (max-width: 997px) {
    .content-section {
        margin-bottom: 0px;
    }
} */

.landing-screen .landingScreenContainer h2 {
    margin: 0 auto;
    margin-bottom: 30px;
}

.header{
    position: fixed;
    top:0;
    z-index: 999999;
    padding: 1.2em 1.7em;
    width: 100vw;
    display: flex;
}
.header .logo{
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.header .headerGetStarted{
    border: 2px solid #ffffff;
    
    /* transition: all 0.2s ease-in-out;
    display: block; */
    padding: 5px 15px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #3c88db;
    border: 2px solid #3c88db;
    font-size: 1.5rem;
    transition: all 0.2s ease;
    border-radius: 4px;
    
}
.header .headerGetStarted a{
    text-decoration: none;
    color: #fff;
}
.header .headerCallToAction a{
    text-decoration: none;
}
.header .headerGetStarted:hover {
    border: 2px solid #1c344e;
    background-color: #1c344e;  
    cursor: pointer;
}
.header .headerCentilytics{
    border: 2px solid #3c88db;
    border-radius: 4px;
    transition: all 0.2s ease;   
    padding: 5px 15px;
    margin-right: 10px;
    color: #000000;
    font-size: 1.5rem;
    background-color: transparent;
    border: 2px solid #1c344e;
    border-radius: 4px;
}
.header .headerCentilytics:hover {
    /* border: 2px solid #735bf3; */
    background-color: #1c3443;  
    cursor: pointer;
    color: #fff ;
    
}
.header .headerCentilytics a{
    text-decoration: none;
    color: #000 ;
}
.header .headerCentilytics a:hover {
    color: #fff ;
}


.header .headerCallToAction{
    margin-top: auto;
    margin-bottom: auto;
}
.header .headerCallToAction .headerCentilytics:hover {
    color: #ffffff;
}
.hamburger {
    display: none;
    color: black;
  }

@media only screen and (max-width: 800px){
    .header .hamburger {
        display: inline-block;
        position: absolute;
        top: 28px;
        right: 40px;
        font-size: 2.2rem;
        cursor: pointer;
        opacity: 0;
      }
      .headerCallToAction{
          display: none;
      }
}
@media only screen and (max-width: 800px){
    .header{
        padding-left: 0px;
    }
}


.landing-screen {
    padding: 5em 0 2em 0;
    /* background-image: url('../images/blue-background.jpg'); */
    /* background-size: cover;
    background-repeat: no-repeat; */
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
}
.landing-screen .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.landing-screen .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-screen .main-text{
    text-align: center;
}
.landing-screen .main-text h1 {
    font-size: 4rem;
    letter-spacing: 4.6px;
    color:hsl(0,0%,30%);
}
.landing-screen .main-text .signup {
    color: #ffffff;
    background-color: #3c88db;
    border: 2px solid #3c88db;
    font-size: 2.3rem;
    border-radius: 4px;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.2s ease; 
    position: relative;
    z-index: 2;
}
.landing-screen .main-text .demo {
    color: #1c344e;
    font-size: 2.3rem;
    background-color: transparent;
    border: 2px solid #3c88db;
    border-radius: 4px;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
    margin-left: 10px;
}
.landing-screen .main-text .demo:hover{
    color: #ffffff;
    border: 2px solid #1c344e;
}
.landing-screen .main-text a:hover {
    border: 2px solid #1c344e;
    background-color: #1c344e;
}
@media only screen and (max-width: 875px) and (min-width: 769px) {
    .landing-screen .main-text .demo {
        display: inline-block;
        margin-left: 0px;
        margin-top: 15px;
    }
}
.landing-screen .clientele {
    padding: 5em 0 0 0;
    text-align: center;
}
.landing-screen .clientele img {
    margin: 0 auto;
    max-width: 100%;
}
.arrowImage img {
    width: 200px;
}
@media only screen and (max-width: 500px){
    .arrowImage img {
        width: 150px;
    }
}
@media only screen and (max-width: 1280px) {
    .landing-screen .clientele img {
        margin: 0 auto;
    }
    .landing-screen .clientele .col-md-2 {
        height: 72px;
    }
}
@media only screen and (max-width: 1090px) {
    
    .landing-screen .main-text h1 {
        font-size: 3.2rem;
    }
    
    .landing-screen .main-text .signup, .landing-screen .main-text .demo {
        font-size: 2rem;
        padding: 6px 12px; 
    }
}
@media only screen and (max-width: 850px) {
    
    .landing-screen .main-text .signup, .landing-screen .main-text .demo {
        font-size: 1.7rem;
        padding: 5px 10px; 
    }
}
@media only screen and (max-width: 500px) {
    
    .landing-screen .main-text .signup, .landing-screen .main-text .demo {
        font-size: 1.5rem;
        padding: 4px 8px; 
        
    }
    .landing-screen .main-text .signup, .landing-screen .main-text .signup{
        margin-right: 2px;
    }
}
@media only screen and (max-width: 875px){
    .landing-screen .main-text .signup, .landing-screen .main-text .demo {
        margin-left: 2px;
    }
}

@media only screen and (max-width: 914px) {
    
    .landing-screen .main-text h1 {
        font-size: 3.1rem;
        letter-spacing: 2px;
    }
    
}

@media only screen and (max-width: 797px) {
    
    .landing-screen .main-text h1 {
        font-size: 2.9rem;
        letter-spacing: 2px;
    }
    
}
@media only screen and (max-width: 767px) {
    /* .landing-screen .container .row {
        flex-direction: column;
        text-align: center;
    } */
    
    .landing-screen .main-text h1 {
        font-size: 3.3rem;
        letter-spacing: 4.2px;
    }
    
    .landing-screen .clientele {
        padding: 5em 0 0 0;
    }
    
    .landing-screen .container .row .main-text {
        position: relative;
        top: 40px;
    }
    .landing-screen .clientele .col-md-2 {
        height: 68px;
    }
    
}

/* @media only screen and (max-width: 503px) {
    .landing-screen .main-text .signup, .landing-screen .main-text .demo {
        font-size: 1.8rem;
        padding: 4px 8px;
    }
} */
@media only screen and (max-width: 460px) {
    
    .landing-screen .main-text h1 {
        font-size: 2.7rem;
        letter-spacing: 3px;
    }
    
}
@media only screen and (max-width: 385px) {
    .landing-screen .main-text .demo {
        display: inline-block;
        margin-left: 0px;
        margin-top: 15px;

    }
}
@media only screen and (max-width: 370px) {
    
    .landing-screen .main-text h1 {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 354px) {
    
    .landing-screen .main-text h1 {
        font-size: 2.2rem;
    }
}

.landing-screen .landingScreenContainer .main-text .firstParagraph{
    color: #587493;
    font-size: 24px;
    margin: 0px;
}
.landing-screen .landingScreenContainer .main-text .secondParagraph{
    color: #587493;
    font-size: 24px;
    margin: 0px;
}
@media only screen and (max-width: 1080px){
    .landing-screen .landingScreenContainer .main-text .firstParagraph{
        font-size: 21px;
    }
    .landing-screen .landingScreenContainer .main-text .secondParagraph{
        font-size: 21px;
    }
}
@media only screen and (max-width: 935px){
    .landing-screen .landingScreenContainer h2 {
        font-size: 27px;
    }
    .landing-screen .landingScreenContainer .main-text .firstParagraph{
        font-size: 18px;
    }

    .landing-screen .landingScreenContainer .main-text .secondParagraph{
        font-size: 18px;
    }
}
@media only screen and (max-width: 790px){
    .landing-screen .landingScreenContainer h2 {
        font-size: 25px;
    }
    .landing-screen .landingScreenContainer .main-text .firstParagraph{
        font-size: 16px;
    }

    .landing-screen .landingScreenContainer .main-text .secondParagraph{
        font-size: 16px;
    }
} 

@media only screen and (max-width: 830px){
    .landing-screen .landingScreenContainer .main-text .firstParagraph{
        font-size: 16px;
    }
    .landing-screen .landingScreenContainer .main-text .secondParagraph{
        font-size: 16px;
    }

}
@media only screen and (max-width: 720px){
    .landing-screen .landingScreenContainer h2{
        font-size: 22px;
    }
}
@media only screen and (max-width: 720px){
    .landing-screen .landingScreenContainer h2{
        font-size: 20px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 380px){
    .landing-screen .landingScreenContainer h2 {
        font-size: 19px;
        font-weight: 600;
    }
}
.landing-screen .landingScreenContainer h2{
    text-align: center;
}
/* @media only screen and (max-width: 750px){
    .landing-screen .landingScreenContainer .main-text .anchortag a {
        display: block;
        margin-bottom: 5px;
    }
} */

/* overview section */
.overview {
    /* margin-top: 5em; */
    margin-bottom: 5em;
}
.overview h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: 600;
    color: #1c344e;
}
.overview p {
    padding-top: 2em;
    line-height: 30px;
    color: #333333;
    font-size: 1.4em;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align:justify;
}
.overview img {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 0px !important;
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (min-width: 800px) {
    .overview .row {
        display: flex;
        align-items: center;
    }
}
.overview span {
    width: 30px;
    height: 30px;
    background-color: #ffb42a;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out !important;
    font-weight: light;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
}
.overview span .beacon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffb42a;
  animation: beacon 1.7s infinite;
}

.overview span .popup:hover {
    transform: rotate(90deg)
}
.overview span .popup-text {
    opacity: 0;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
    display:none;
}
.overview span .popup:hover + .popup-text {
    opacity: 1;display:block;
}
.overview span .popup:focus + .popup-text {
    opacity: 1;display:block;
}
/* .overview .row .imgwrap{
    height: 100%;
    float: left;
    width: 60px;
} */
.overview .row .imgwrap img{
    vertical-align: middle;
    border: 0;
}
@media only screen and (max-width: 800px){
    .overview .row .blockSection{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px){
    .overview .row .blockSection{
        margin-bottom: 35px;
    }
}

.overview .row .blockSection h3 {
    color: #1c344e;
    font-weight: 700;
    margin-top: 10px;
    font-size: 25px;
}
@media only screen and (max-width: 767px){
    .overview .row .blockSection h3 {
    margin-top: 0px;
}

}
.overview .row .blockSection p{
    margin: 10px auto;
    padding: 0em;
    line-height: 30px;
    text-align: initial;
}
.overview .row .blockSection{
    /* display: flex; */
    margin-right: 10px;
    max-height: 150px;
    min-height: 120px;
}
.overview .row .blockSection img{
    height: 50px;
    width: 50px;
}
@media only screen and (max-width: 550px) {
    .overview .row .blockSection {
        max-height: 100%; 
    }
}


.overview .block{
    padding: 3em 0;
    /* margin-top: 5rem; */
    /* display: -webkit-inline-box; */
    align-items: unset !important;
}
.overview .row .imageDiv{
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 1023px){
.overview .row .imgwrap {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
}
@media only screen and (max-width: 750px){
    .overview .row .imgwrap {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 975px){
    .overview .row .blockSection h3{
        font-size: 22px;
    }
    .overview .row .blockSection p{
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 875px) and (min-width:850px){
    .overview .row .blockSection h3{
        font-size: 22px;
    }
    .overview .row .blockSection p{
        font-size: 1.1em;
    }
}
/* @media only screen and (max-width: 767px){
    .overview .block {
        text-align: center;
    }
} */
/* @media only screen and (max-width: 850px){
    .overview .block{
        display: flex;
        flex-direction: column;
    }
} */
/* .report-extra{
    max-width: 900px;
    margin-top: 5rem;
    z-index: 1;
} */

@media only screen and (max-width: 850px){
    .special-testimonial .container{
        width: 85vw !important;
    }
}

@media only screen and (max-width: 500px){
    .special-testimonial .container{
        width: 90vw !important;
    }
}


/* Special Testimonail */
.special-testimonial .container {
    width: 70vw !important;
    padding: 2em 0 5em 0;
}
.special-testimonial .special-test {
    padding: 2em;
    background-color: #fff;
    box-shadow: 0 9px 13px #e4edfa;
    border-radius: 4px;
    border: 2px solid #ebf6f7;
}
.special-testimonial .special-test img.inverted {
    padding: 10px 20px 20px 20px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.special-testimonial .special-test .all-contain {
    display: flex;
    justify-content: center;
}
.special-testimonial p {
    font-family: "Arapey script";
    font-size: 2em;
    line-height: 45px;
    font-style: italic;
    color: #7d8ea9;
    padding-bottom: 20px;
}
.special-testimonial .container .special-test .post-thumbnail {
    /* position: absolute;
    transform: translate(-50%, -50%); */
    display: inline-block;
    position: relative;
    top: -15px;
}
.special-testimonial .container .special-test .post-thumbnail img {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
    border: 0;
    position: relative;
    z-index: 2;
}
.special-testimonial .container .special-test .post-thumbnail::before {
    content: '';
    background: url('../comp/special-testimonial-pattern.png') no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: -30px;
}
.special-testimonial .container .special-test .test-details {
    display: inline-block;
    padding-left: 15px;
}
.special-testimonial .container .special-test .test-details h3 {
    margin: 0;
}
.special-testimonial .container .special-test .test-details h3 {
    color: #1c344e;
    font-size: 22px;
    font-weight: 400;
}
.special-testimonial .container .special-test .test-details h5 {
    color: #acacac;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}
@media only screen and (max-width: 1100px){
    .special-testimonial .special-test p{
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 699px){
    .special-testimonial .special-test img.inverted {
        padding: 10px;
    }
    .special-testimonial .special-test {
        padding: 10px;
    }
    .special-testimonial .special-test p{
        font-size: 19px;
        line-height: 36px;
    }
    .special-testimonial .container .special-test .test-details h3{
        font-size: 15px;
    }
    .special-testimonial .container .special-test .test-details h5{
        font-size: 13px;
    }
    .special-testimonial .container .special-test .post-thumbnail img{
        height: 75px;
        width: 75px;
    }
}

@media only screen and (max-width: 450px){
    .special-testimonial .container .special-test .post-thumbnail img{
        height: 55px;
        width: 55px;
    }
    .special-testimonial .container .special-test .post-thumbnail{
        top: -6px;
    }
    .special-testimonial p{
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 350px){
    .special-testimonial .special-test p{
        line-height: 30px;
    }
    .special-testimonial .container .special-test .test-details h3{
        font-size: 15px;
    }
    .special-testimonial .container .special-test .test-details h5{
        font-size: 15px;
    }
    /* .special-testimonial .container .special-test .post-thumbnail img{
        height: 55px;
        width: 55px;
    }
    .special-testimonial .container .special-test .post-thumbnail {
        top: -6px;
    } */
}

@media only screen and (max-width: 850px){
    .special-testimonial .special-test .all-contain{
        justify-content: left;
    }
}



.section-heading {
    text-align: center;
    padding: 2em 0;
}
.section-heading:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #444444;
    position: relative;
    bottom: 3px;
    margin: 0 auto;
}
@media only screen and (max-width: 550px) {
    .section-heading {
        text-align: center;
        padding: 0.5em 10px;
    }
    .section-heading h1 {
        font-size: 30px;
    }
}


/* WHY CENTILYTICS */
/* @media only screen and (max-width: 680px) {
    .solutions h1, .media .container .media-heading h1, .award-section .container .award-heading h1, .testimonial .container .testimonial-heading h1 {
      font-size: 3.8rem;
    }
}

.solutions {
    margin-top: 10em;
}
.solutions .container {
    margin-top: 3em;
    width: 90vw !important;
}

.solutions h1 {
    font-size: 4.4rem;
    text-align: center;
    font-weight: 600;
    color: #1c344e;
}
.solutions p {
    padding: 0.8em;
    line-height: 30px;
    color: #1c344e;
    font-size: 1.4em;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align:justify;
}
.solutions .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3em;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    border-radius: 50px;
}

.values {
    margin-top: 3em;
    margin-bottom: 3em;
    background-image: url('../images/blue-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2em 0; 
} */
/* .values .value-1 { */
    /* border: 1px #fafafa solid;
    border-radius: 5px;
    background-color: #ffffff; */
    /* text-align: center;
    padding: 4em 0; */
    /* transition: transform .2s ease,box-shadow .2s ease;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); */
    /* margin-bottom: 20px;
} */
/* .values .value-1:hover {
        -webkit-transform: translateY(-4px)!important;
        box-shadow: 0 17px 25px rgba(0,0,0,0.13)!important;
} */
/* .values .value-1 h1 {
    font-size: 7rem;
    color: #ffb42a;
    font-weight: 600;
}
.values .value-1 h3 {
    color:#ffffff;
    font-size: 2.5rem;
    font-weight: 600;
} */
.overview {
    margin-top: 0em;
    margin-bottom: 5em;
}
.overview h1 {
    font-size: 4.4rem;
    text-align: center;
    font-weight: 600;
    color: #1c344e;
}
.overview p {
    padding-top: 2em;
    line-height: 30px;
    color: #878787;
    font-size: 1.4em;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align:justify;
}

.overview img {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 0px !important;
    max-width: 100%;
    max-height: 100%;
}

/* .nav-tabs .nav-tab {
    cursor: pointer;
    padding: 0 10px 0 0;
}
.nav-tabs .nav-tab:nth-child(4) {
    padding: 0;
} */

/* .nav-tabs .nav-tab.active {
    background: #f9f9f9;
} */

/* .nav-content {
    display: none;
} */

/* .nav-content.active {
    display: flex;
} */
/* @media only screen and (max-width: 2700px) and (min-width: 1700px) {
  .nav-content.active {
      display: flex;
      align-items: center;
  } 
} */

/* .solutions .container a {
    font-size: 1.8rem;
    border-radius: 50px;
    
    padding: 0.6em 0.8em;
    text-align: center;
    line-height: 23px;
    color: #888888;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
}
.solutions .container .nav-content a {
    border: 2px solid #ffb42a;
    border-radius: 4px;
    display: inline-block;
    margin-left: 15px;
    padding: 0.6em 2.4em;
    color: #ffb42a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    bottom: 0;
    transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 998px) {
  .solutions .container .nav-content a {
      margin-bottom: 30px;
  }
}
.solutions .container .nav-content a:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.10)!important;
  color: #ffffff;
  background-color: #ffb42a;
  bottom: 4px;
} */

/* .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:active {
    color: #ffffff;
    background: linear-gradient(45deg, #212e46 0%,#546f8e 80%);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: linear-gradient(45deg, #212e46 0%,#546f8e 80%);
    border: none;
}
.solutions .container hr {
    position: relative;
    top: -15px;
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 1px solid #e0e0e0;
}
.solutions .container .nav-content .panel-group .panel .panel-heading a {
    font-size: 21px;
    color: #1c344e;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    background-color: #fafafa;
}
.solutions .container .nav-content .panel-group .panel .panel-heading a:hover, .solutions .container .nav-content .panel-group .panel .panel-heading a:active, .solutions .container .nav-content .panel-group .panel .panel-heading a:focus {
    background-color: none !important;
    box-shadow: none !important;
    color: #ffb42a;
}
.solutions .container .nav-content .panel-group .panel {
    border: none;
}
.solutions .container .nav-content .panel-default>.panel-heading {
    background-color: #fafafa;
    border: none;
}
.solutions .container .nav-content .panel-group .panel-collapse .panel-body {
    padding: 0px;
    border: none;
    background-color: #fafafa;
}
.solutions .container .nav-content .panel-group .panel-collapse .panel-body p {
    padding: 0em 0.8em;
}
.solutions .container .nav-content .panel-default>.panel-heading a {
    display: flex;
}
.solutions .container .nav-content .panel-default>.panel-heading a>i {
    margin-left: auto;
    color: #ffb42a;
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 1.5em;
}
@media only screen and (max-width: 1250px) {
    .values .value-1 h3 {
        font-size: 1.7em;
    }
}
@media only screen and (max-width: 1030px) {
    .solutions .nav-tabs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .solutions .container hr {
        display: none;
    }
    .solutions .nav-tabs>li {
        width: 60vw;
        margin-bottom: 6px;
    }
} */
/* @media only screen and (max-width: 1000px) and (min-width: 640px) {
    .solutions .nav-tabs>li {
        
        margin-bottom: 6px;
    }
    .solutions .container {
        width: 80vw !important;
    }
} */
/* NEW CSS */
/* @media only screen and (max-width: 580px) {
  .solutions .nav-tabs>li {
      width: 70vw;
  }
}
@media only screen and (max-width: 404px) {
    .solutions .nav-tabs>li {
        width: 88vw;
    }
} */
.bottom-section {
    background-image: url('../images/blue-background.jpg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 7em 2em 7em 2em;
}
.bottom-section h1 {
    font-size: 4.4rem;
    color: #ffffff;
    font-weight: 600;
}
.bottom-section h3 {
    color:#ffffff;
    margin-bottom: 50px;
}
.bottom-section a {
    background: #ffb42a;
    padding: 0.8em 1.7em;
    color: #ffffff;
    font-size: 21px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.9;
    transition: all 0.2s ease-in-out !important;
    position: relative;
    bottom: 0;
}
.bottom-section a:hover {
    bottom: 5px;
    opacity: 1;
    /* transition: all 0.5s ease-in-out !important; */
}
@media only screen and (min-width: 1000px) {
    .overview .row {
        display: flex;
        align-items: center;
    }
}

/* .solutions .container i {
    font-size: 25px;
    display: inline-block;
    padding-right: 15px;
    color: #888888;
    padding-bottom: 5px;
}
.nav-tabs>li.active>a>i {
    color: #ffffff;
} */
.overview span {
    width: 30px;
    height: 30px;
    background-color: #ffb42a;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out !important;
    font-weight: light;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
}
.overview span .beacon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffb42a;
  animation: beacon 1.7s infinite;
}

.overview span .popup:hover {
    transform: rotate(90deg)
}
.overview span .popup-text {
    opacity: 0;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
    display:none;
}
.overview span .popup:hover + .popup-text {
    opacity: 1;
    display:block;
}
.overview span .popup:focus + .popup-text {
    opacity: 1;
    display:block;
}

/* @media only screen and (max-width: 1030px) {
    .solutions .container .row {
        flex-direction: column;
    }
    .nav-content {
        flex-direction: column;
    }
} */
.content-section {
    z-index: 999999;
    background-color: #ffffff;
    /* margin-bottom: 430px; */
    width: 100vw;
}
@media only screen and (max-width: 997px) {
    .content-section {
        margin-bottom: 0px;
    }
} 

.values .container .row .value-1 {
    max-height: 350px;
}





/* 
.solutions .container .nav-content span {
  width: 30px;
  height: 30px;
  background-color: #ffb42a;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 25px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out !important;
  font-weight: light;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
}
.solutions .container .nav-content span .beacon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffb42a;
animation: beacon 1.7s infinite;
}

.solutions .container .nav-content span .popup:hover {
  transform: rotate(90deg)
}
.solutions .container .nav-content span .popup-text {
  opacity: 0;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
  display:none;
}
.solutions .container .nav-content span .popup:hover + .popup-text {
  opacity: 1;
  display:block;
}
.solutions .container .nav-content span .popup:focus + .popup-text {
  opacity: 1;
  display:block;
} */
@keyframes beacon {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* @media only screen and (max-width: 1030px){
.solutions .nav-tabs {
    box-shadow: none;
    
}
} */



/* Footer CSS */
.footer {
    padding: 3em 2em;
    background-image: url('../comp/footer-background-4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.footer .container .FooterCallToAction h1{
    margin-bottom: 30px;
}
.footer .container .FooterCallToAction a{
    margin-top: 5rem;
    color: #ffffff;
    background-color: #3c88db;
    border: 2px solid #3c88db;
    font-size: 2.3rem;
    border-radius: 4px;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 2;
}
.footer .container .FooterCallToAction a:hover{
    border: 2px solid #1c344e;
    background-color: #1c344e;
}
.footer .container .hyperLinks{
    margin-top: 50px;
    text-decoration: none;
}
.footer .container .hyperLinks a:hover{
    color: #3c88db;
}
.footer .container .hyperLinks a{
    font-size: 2rem;
    text-decoration: none;
    color: #000;
    padding-right: 10px;
    padding-left: 10px
}
.footer .container .mailTo {
    margin-top: 15px;
}
.footer .container .mailTo span{
    font-size: 1.5rem;
    font-weight: 600;
}
.FooterCallToAction h1{
    text-align: center;
}
@media only screen and (max-width: 440px){
    .footer .container .hyperLinks a{
        font-size: 1.6rem;
        padding-right: 8px;
        padding-left: 8px;
    }
}
@media only screen and (max-width: 358px){
    .footer .container .hyperLinks a{
        font-size: 1.4rem;
        padding-right: 5px;
        padding-left: 5px;
    }
}



/* landing page images */
.landing-screen .landingScreenContainer .Centilyticsrow .slackImage img{
    height: 102px;
    width: 101px;
}
@media only screen and (max-width: 550px){
.landing-screen .landingScreenContainer .Centilyticsrow .CentilyticsImage img{
    height: 75px;
    width: 75px;
}
.landing-screen .landingScreenContainer .Centilyticsrow .slackImage img{
    height: 75px;
    width: 75px;
}
}




.solutions-overview {
    padding: 2em 0;
}
.solutions-overview .row {
    display: flex;
    justify-content: space-between;
}
.solutions-overview .row:last-child {
    padding-top: 3em; 
}
.solutions-overview .container .row .my-sol {
    box-shadow: 0 9px 13px rgba(45, 148, 243, 0.07);
    padding: 20px;
    transition: all 0.5s ease;
    transform: none;
    border-radius: 4px;
    max-width: 350px;
}
.solutions-overview .container .row.row-extra .my-sol:first-child {
    visibility: hidden;
    max-width: 162px;
}
.solutions-overview .container .row.row-extra .my-sol:last-child {
    visibility: hidden;
    max-width: 162px;
}
.solutions-overview .container .row .my-sol:hover {
    box-shadow: 0 9px 13px #e4edfa;
    transform: translateY(-8px);
}
.solutions-overview .container .row .my-sol i {
    font-size: 2.5em;
    color: #3c88db;
    
}
.solutions-overview .container .row .my-sol h3 {
    font-size: 2em;
    color: #1c344d;
    margin: 10px 10px 20px 0px;  
}
.solutions-overview .container .row .my-sol a {
    text-decoration: none;
}


@media only screen and (max-width: 992px) {
    .overview {
        margin-bottom: 0em;
    }
    .solutions-overview .row {
        flex-direction: column;
    }
    .solutions-overview .container .row .my-sol {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .solutions-overview .row:last-child {
        padding-top: 0em; 
    } 
    .solutions-overview .container .row.row-extra .my-sol:first-child {
        display: none;
    }
    .solutions-overview .container .row.row-extra .my-sol:last-child {
        display: none;
    }
}
.vcard{
    display: none;
}