@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
  }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    overflow-x: hidden;
}
.container {
    width: 87vw !important;
    padding: 2em 0;
}

#footer .container {
    padding: 0;
}

/* Hero Section (Section-1) */
.hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 6em 6em 4em 6em !important;
    /* background: linear-gradient(to right, #c2e9fb, #a1c4fd); */
    background-image: url('../comp/background-new-4.png');
    background-size: cover;
    background-repeat: no-repeat; 
}
.hero-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-section .hero-text {
    margin-bottom: 50px;
}
.hero-section h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}
.hero-section .three-liner {
    display: flex;
    flex-direction: column;
}
.hero-section .three-liner .one-liner {
    white-space: pre;
}
.hero-section .hero-text .head-subtext {
    margin-top: 30px;
}
.hero-section .hero-text .head-subtext h4 {
    color: #ffffff;
    opacity: 1;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 300;
}
.hero-section span.yellow {
    color: #ffb42a;
    opacity: 1 !important;
}
.content-section {
    z-index: 999999;
    background-color: #fff;
    /* margin-bottom: 600px; */
    width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 997px) {
    .content-section {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 500px){
    .wrapper {
        overflow: hidden;
    }    
}
.styled-heading {
    text-align: center;
    padding: 7em 0 2em 0;
    font-family: 'Roboto Slab', serif;
}
.styled-heading h1 {
    color: #333333;
    margin: 0;
}
.styled-heading h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #444444;
    position: relative;
    top: 10px;
    margin: 0 auto;
}
.styled-heading h3 {
    color: #888888;
    font-family: Source sans pro;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin: 30px 0;
}

.hero-section a.filled {
    line-height: 145px;
    text-decoration: none;
    background-color: #3c88db;
    border: 1px solid #ffffff;
    padding: 10px 16px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 6px;
    font-weight: 400;
    letter-spacing: 0.7px;
    /* border: 2px solid #ffb42a; */
    transition: all 0.2s ease;
}
.hero-section a.not-filled {
    line-height: 165px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    padding: 14px 30px;
    color: #3c88db;
    font-size: 18px;
    border-radius: 4px;
    margin-right: 6px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.hero-section a.filled:hover {
    background: #1c344e;
}
.hero-section a.not-filled:hover {
    background: #1c344e;
    color: #fff;
}
.hero-section a:last-child {
    margin-right: 0;
}
.hero-section .hero-svg {
    text-align: center;
}
.hero-section .hero-svg img.for-desk {
    max-height: 530px;
}
.hero-section .hero-svg img.for-mobile {
    display: none;
}
.clientele {
    padding: 2em 0 5em 0 !important;
}
.clientele .row {
    padding: 1.5em 0;
}
.clientele .logo_c {
    display: flex;
}
.clientele img {
    margin: 0 auto;
    max-width: 100%;
}
.hero-section h3 {
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    opacity: 1;
    letter-spacing: 0.7px;
    line-height: 1.2;
    margin: 0;
}
.hero-section .hero-text .book-demo-button {
    margin-top: -45px;
    color: #ffffff;
    font-size: 17px;
    opacity: 1;
}
.hero-section .hero-text .book-demo-button a {
    font-size: 17px;
    color: #c7c7c7;
    opacity: 1;
    font-style: italic;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
.hero-section .hero-text .book-demo-button a:hover {
    opacity: 1;
    color: #ffffff;
}

/* .hero-section h3 {
    color:#fff;
    font-size: 24px;
    font-weight: 400;
    opacity: 0.9;
    margin: 0;
    width: auto;
    height: 2.6rem;
    overflow: hidden;
    position: relative;
} */
/* .hero-section h3 .carouselText {
    position: relative;
    top: 0;
    color: #ffb42a;
}
.hero-section .row .hero-part .hero-text-with {
    display: flex;
}
@keyframes moveDownAndShow {
    0% {
        top: -45px;
        display: block;
    }
    25% {
        top: 4px;
    }
    27%, 100% {
        top: 0;
    }
}
.isVisible {
    display: block;
    animation-name: moveDownAndShow;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.isHidden {
    display: none;
}
.carouselText2 {
    top: -40px;
    display: none;
} */

/* SIGN UP THING */
.mt-md {
    padding: 40px 0 15px 0;
}
.mt-md .email-field {
    font-size: 0;
}
.mt-md form .email-field .emailInput {
    min-width: 255px;
    border-radius: 4px;
    margin-bottom: 0;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    border: solid 1px #ccc;
    padding: 9px 9px 9px 12px;
    height: 45px;
    outline: 0;
    overflow: visible;
    
}
.mt-md form .email-field .signupInput {
    margin-bottom: 0;
    border-radius: 4px;
    min-width: 135px; 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; 
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px;
    border: none;
    line-height: 1.9;
    letter-spacing: 0.4px;
    cursor: pointer;
    height: 45px;
    outline: 0;
    background: #3c88db;
    color: #ffffff;
    transition: all 0.2s ease;
}
.mt-md form .email-field .signupInput:hover {
    background-color: #1c344e;
}
@media only screen and (max-width: 995px) {
    /* .mt-md form .email-field .emailInput {   
         margin-bottom : 10px; 
    } */
    .mt-md form .email-field .signupInput {
        min-width: 215px;
    }
}
@media only screen and (max-width: 850px){
    .mt-md form .email-field .emailInput {
        display: block;
        /* margin: auto; */
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 850px){
    .mt-md form  .email-field {
        vertical-align: middle;
    }
}
/* SIGN UP THING ENDS */

@media only screen and (max-width: 1290px) {
    .hero-section h1 {
        font-size: 38px;
    }
} 
@media only screen and (max-width: 1210px) {
    .hero-section h1 {
        font-size: 34px;
    }
    .hero-section a {
        line-height: 90px;
        font-size: 17px;
        padding: 10px 16px;
    }
    .hero-section h3 {
        font-size: 17px;
    }
    .hero-section .hero-text .book-demo-button {
        margin-top: -70px;
    }
    
}
@media only screen and (max-width: 1085px) {
    .hero-section h1 {
        font-size: 31px;
    }
    .hero-section h3 {
        font-size: 17px;
    }
    .hero-section .hero-text .book-demo-button {
        margin-top: -80px;
    }
    .hero-section a.filled {
        font-size: 16px;
        line-height: 150px;
    }
    .hero-section a.not-filled {
        font-size: 16px;
        line-height: 150px;
    }
}
@media only screen and (max-width: 995px) {
    .hero-section a.filled {
        font-size: 16px;
        line-height: 130px;
    }
    .hero-section a.not-filled {
        font-size: 16px;
        line-height: 130px;
    }
    .clientele .logo_c {
        padding: 10px 0px;
    }
    .hero-section .hero-text .book-demo-button {
        margin-top: -60px;
    }
    
}
@media only screen and (max-width: 990px) {
    .hero-section h1 {
        font-size: 32px;
    }
    .hero-section h3 {
        font-size:  17px;
        letter-spacing: 0.3px;
    }
}
@media only screen and (max-width: 956px) {
    .hero-section h1 {
        font-size: 25px;
    }
    .hero-section h3 {
        font-size: 16px;
    }
    .hero-section a {
        font-size: 18px;
    }
    
}
@media only screen and (max-width: 850px) {
    .hero-section {
        display: block;
        height: auto;
        padding: 6em 5em 3em 5em !important;
    }
    .hero-section .row  {
        display: block;
    }
    .hero-section .hero-text {
        text-align: center;
    }
    .hero-section .hero-text .hero-text-with {
        justify-content: center;
    }
    .hero-section h1 {
        font-size: 42px;
    }
    .hero-section h3 {
        font-size: 23px;
        height: 4.2rem;
    }
    .hero-section h1 {
        margin-bottom: 25px;
    }
    .hero-section a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .clientele .logo_c {
        min-height: 70px;
    }
    .hero-section .hero-svg img.for-desk {
        display: none;
    }
    .hero-section .hero-svg img.for-mobile {
        display: block;
        max-width: 100%;
    }
}
@media only screen and (max-width: 702px) {
    .hero-section h1 {
        font-size: 38px;
    }
    .hero-section h3 {
        font-size: 20px;
    }
    .hero-section a {
        font-size: 19px;
    }
}
@media only screen and (max-width: 640px) {
    .hero-section h1 {
        font-size: 32px;
    }
    .hero-section h3 {
        font-size: 18px;
        height: 2.3rem;
    }
    .hero-section a {
        font-size: 18px;
    }
    .hero-section .hero-svg .for-svg {
        width: 400px;
    }
}
@media only screen and (max-width: 550px) {
    .hero-section h1 {
        font-size: 31px;
        margin-bottom: 30px;
    }
    .hero-section h3 {
        font-size: 18px;
    }
    .hero-section .hero-svg .for-svg {
        width: 350px;
        height: 400px;
    }
    .hero-section  {
        padding: 6em 2em 2em 2em !important;
    }
    .clientele {
        padding: 0em 10px 5em 10px;
    }
    .styled-heading {
        padding: 3em 15px 0 15px;
    }
}
@media only screen and (max-width: 530px) {
    .hero-section h1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 403px) {
    .hero-section h3 {
        font-size: 18px;
    }
    .hero-section a.filled {
        font-size: 14px;
        line-height: 110px;
        padding: 12px 26px;
    }
    .hero-section a.not-filled {
        font-size: 14px;
        line-height: 110px;
        padding: 12px 26px;
    }
}
@media only screen and (max-width: 392px) {
    .hero-section h1 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 380px) {
    .hero-section  {
        padding: 6em 1.5em 2em 1.5em !important;
    }
    .hero-section h3 {
        font-size: 17px;
        height: 2.2rem;
    }
    .hero-section .hero-svg .for-svg {
        width: 300px;
        height: 350px;
    }
    .clientele .logo_c {
        min-height: 60px;
    }
}
@media only screen and (max-width: 350px) {
    .hero-section h1 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 340px) {
    .hero-section h1 {
        font-size: 24px;
    }
}

/* AWARD Section starts */

.award-rec {
    background-color: #0A4564;
    padding: 10px 0;
}
.award-rec .container {
    padding: 0;
}
.award-rec .container .row {
    display: flex;
    align-items: center;
}
.award-rec .row .award-section-image img {
    display: block;
    /* margin: 0 auto; */
}
.award-rec .row .award-section-text h3 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0;
    color: #ffffff;
    font-family: 'Mulish', sans-serif;


    /* font-family: 'Roboto Slab', serif; */
}
.award-rec .row a.award-a {
    text-decoration: none;
    background-color: #0A4564;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ffffff;
    padding: 8px 12px;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin-left: 10px;
    transition: all 0.2s ease;
}
.award-rec .row a.award-a:hover {
    color: #000000;
    background-color: #ffffff;
}
/* Award section responsiveness */
@media only screen and (min-width: 1400px) {
    .award-rec .row .award-section-text h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .award-rec .container .row {
        flex-direction: column;
        padding: 20px 5px;
    }
    .award-rec .row .award-section-text {
        padding: 20px 0 15px 0;
        text-align: center;
    }
    .award-rec .row a.award-a {
        display: inline-block;
    }
}
@media only screen and (max-width: 800px) {
    .award-rec .row .award-section-text h3 {
        font-size: 22px;
        line-height: 1.4;
    }
}

/* AWARD Section ENDS */

/* feature section (section 3) */
.section-heading {
    text-align: center;
    padding: 2em 0;
    font-family: 'Roboto Slab', serif;
}
.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: 992px) {
    .section-heading {
        text-align: center;
        padding: 0.5em 10px;
    }
    .section-heading h1 {
        font-size: 30px;
    }
    .styled-heading {
        text-align: center;
        padding: 1em 10px;
    }
    .cloud-insider .to-center .insider-heading h1 {
        font-size: 30px;
    }
    .styled-heading h1 {
        font-size: 30px;
    }
}
.integrated-products .row {
    padding: 20px 0;
}
.integrated-products .product {
    background-color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}
.integrated-products .product:hover {
    background-color: #bbdeea3d;
}
.integrated-products .product .single-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    min-height: 480px;
    position: relative;
}
.integrated-products .product .single-product::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e5e5e5;
}
.integrated-products .product .single-product::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 5px;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #e5e5e5;
}
.integrated-products .product .single-product.end::after {
    content: none;
}
.integrated-products .product .single-product img {
    width: 80%;
}
.integrated-products .product .single-product h3 {
    color: #333333;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    margin: 30px 0 15px 0;
}
.integrated-products .product .single-product p {
    font-size: 18px;
    color: #888888;
    text-align: center;
}
.integrated-products .product .single-product a {
    font-size: 16px;
    text-decoration: none;
    padding: 10px 0;
    position: absolute;
    bottom: 10px;
    font-weight: 600;
}
.integrated-products .product .single-product i {
    position: relative;
    left: 0;
    transition: all 0.2s ease;
}
.integrated-products .product:hover i {
    left: 4px;
}

/* Media Query for Integrated products */
@media only screen and (max-width: 1200px) {
    .integrated-products .product .single-product p {
        font-size: 16px;
    }
    .integrated-products .product .single-product h3 {
        font-size: 22px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 992px) {
    .integrated-products .product .single-product::after {
        content: none;
    }
    .integrated-products .product .single-product {
        height: auto;
    }
    .integrated-products .product .single-product img {
        width: 100%;
    }
    .integrated-products .product .single-product a {
        position: relative;
    }
    .styled-heading {
        padding: 4em 0 2em 0;
    }
}
@media only screen and (max-width: 700px) {
    .styled-heading h1 {
        font-size: 30px;
    }
    .styled-heading h3 {
        font-size: 22px;
        margin: 20px 0 0 0;
    }
    .styled-heading {
        padding: 4em 0 0 0;
    }
    .integrated-products .product .single-product p {
        margin-bottom: 20px;
    }
}



/* Numbers (section-4) */
.values .container .row  {
    display: flex;
    padding: 2em 0;
}

.values .container .row .value-1 {
    padding: 1.5em 15px;
    /* box-shadow: 0 9px 37px rgba(51, 60, 73, 0.07); */
    /* box-shadow: 2px 2px 30px rgba(163, 163, 163, 0.13); */
    box-shadow: 0px 12px 15px rgba(163, 163, 163, 0.13);
    /* -webkit box-shadow: 0 9px 37px rgba(13,38,76,.07); */
    min-height: 265px;
    border-radius: 0.5rem;
    position: relative;
    bottom: 0;
    transition: all 0.2s ease;
}
.left-section-heading .h1-copy-heading{
    font-size: 36px;
    color: white;.
}
@media only screen and (max-width: 1056px) and (min-width: 992px) {
    .values .container .row .value-1 {
        min-height: 282px;
        padding: 1.5em 10px;
    }
}
.values .container .row .value-1 h1 {
    color: #2a598c;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.values .container .row .value-1 h4 {
    color: #93afcc;
    font-size: 19px;
}
.values .container .row .value-1 img {
    padding: 15px 0;
}
.values .container .row .value-1:hover {
    bottom: 5px;
}
@media only screen and (max-width: 992px) {
    .values .row .no-show {
        display: none;
    }
    .values .container .row .value-1 h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .values .number-section .all {
        display: flex;
        flex-direction: column;
    }
    .values .number-section .all .text-center {
        margin-bottom: 25px;
    }
    .values .container .row {
        flex-direction: column;
        margin: 0;
    }
    .clientele .row:first-child {
        padding-bottom: 0;
    }    
    .clientele .row:last-child {
        padding-top: 0;
    }
}
@media only screen and (max-width: 600px) {
    .values .container .row {
        padding: 0;
    }
}

/* -------------CAROUSEL CSS-------------- */
.user-role-persona.console-imgs {
    background-image: url('../comp/carousel-bg.png');
    padding: 4em 0; 
    margin-bottom: 2em;
}
.user-role-persona.console-imgs .left-section-heading h1 {
    color: #ffffff;
}
.user-role-persona.console-imgs .left-section-heading h1::after {
    background-color: #ffffff;
}
.user-role-persona.console-imgs .left-section-heading p {
    color: #e3e3e3;
}
.user-role-persona.console-imgs .left-section-heading {
    padding-right: 10px;
}
.user-role-persona.console-imgs .row .carousel-style .carousel-inner {
    border: 2px solid #5AA9E6;
}
.carousel-indicators .active {
    background-color: #3c88db;
}
.carousel-indicators li {
    background-color: #b2b2da;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    color: #dddddd;
}
/* -------------CAROUSEL CSS ENDS-------------- */

/* NEW User Persona section STARTS */

.user-role-persona {
    padding: 3em 0;
}
.user-role-persona .left-section-heading h1 {
    line-height: 45px;
    font-family: 'Roboto Slab', serif;
}
.user-role-persona .left-section-heading {
    padding-top: 4em;
}
.user-role-persona .left-section-heading:last-child {
    padding-top: 0em;
}
.user-role-persona .left-section-heading h1::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #444444;
    position: relative;
    bottom: 3px;
    margin: 20px 0 0 0;
}
.user-role-persona .left-section-heading p {
    color: #888888;
    font-size: 19px;
    padding: 10px 0;
}
.user-role-persona .left-section-heading a {
    font-size: 17px;
    text-decoration: none;
    padding: 10px 0;
    font-weight: 600;
}
.user-role-persona .left-section-heading i {
    font-size: 15px;
    position: relative;
    left: 0;
    transition: all 0.2s ease;
}
.user-role-persona .left-section-heading a:hover i {
    left: 4px;
}
.user-role-persona .roles {
    background-color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}
.user-role-persona .roles:hover {
    background-color: #bbdeea3d;
}
.user-role-persona.no-links .roles {
    cursor: auto;
}
.user-role-persona.no-links .roles:hover {
    background-color: #fff;
}
.user-role-persona .roles .single-role {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    position: relative;
}
.user-role-persona .roles .single-role::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e5e5e5;
}
.user-role-persona .roles .single-role::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 5px;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #e5e5e5;
}
.user-role-persona .roles .single-role.end::after {
    content: none;
}
.user-role-persona .roles .single-role.end-x::before {
    content: none;
}
/* .user-role-persona .row.rp {
    padding: 20px 0 0 0;
} */
.user-role-persona .roles .single-role img {
    width: 60px;
    height: 60px;
}
.user-role-persona .roles .single-role h3 {
    margin: 20px 0 10px 0;
    font-family: 'Roboto Slab', serif;
}
.user-role-persona .roles .single-role a {
    text-decoration: none;
    padding: 15px 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}


/* Media Query for User Role Persona */
@media only screen and (max-width: 992px) {
    .user-role-persona .left-section-heading h1 {
        line-height: 36px;
    }
    .user-role-persona .left-section-heading {
        text-align: center;
    }
    .user-role-persona .roles .single-role::after {
        content: none;
    }
    .user-role-persona .roles .single-role::before {
        content: none;
    }
    .user-role-persona .left-section-heading h1::after {
        margin: 10px auto 0 auto;
    }
    .user-role-persona .left-section-heading {
        padding: 0 0 25px 0;
    }
    .user-role-persona .left-section-heading h1 {
        font-size: 30px;
    }
    .user-role-persona .left-section-heading p {
        font-size: 16px;
    }
    .user-role-persona {
        padding: 1em 0;
    }
    .user-role-persona .roles:hover {
        background-color: #ffffff;
    }
    .user-role-persona .roles .single-role {
        border: 1px solid #efefef;
        border-radius: 4px;
        margin-bottom: 15px;
        background-color: #ffffff;
        transition: all 0.2s ease;
    }
    .user-role-persona .roles .single-role:hover {
        background-color: #bbdeea3d;
    }
}
@media only screen and (max-width: 700px) {
    
}

/* NEW Persona section ENDS */


/* Industry section STARTS */


/* Industry section ENDS */













/* ---------------TESTIMOIAL CSS(section-6)------------- */
.testimonial .container .row {
    display: flex;
    /* padding: 2em 0; */
}
@media only screen and (max-width: 990px) {
    .testimonial .container .row {
        display: block;
    }
}
.testimonial .container .test-card {
    padding: 1.5em;
    border-radius: 5px;
    margin: 0px 10px;
    position: relative;
    /* box-shadow: 8px 8px 40px rgba(163, 163, 163, 0.13); */
    box-shadow: 0px 10px 15px rgba(163, 163, 163, 0.13);
}
@media only screen and (max-width: 990px) {
    .testimonial .container .test-card {
        margin: 10px 0;
    }
}
.testimonial .container .test-card p {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 400;
}
.testimonial .container .test-card span {
    color: #3c88db;
}
.testimonial .container .test-card .post-thumbnail {
    /* position: absolute;
    transform: translate(-50%, -50%); */
    width: 15%;
    display: inline-block;
    position: relative;
    top: -15px;
}
.testimonial .container .test-card .post-thumbnail img {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
    border: 0;
}
.testimonial .container .test-card .test-details {
    display: inline-block;
    padding-left: 15px;
}
.testimonial .container .test-card .test-details h3,h5 {
    margin: 0;
}
.testimonial .container .test-card .test-details h3 {
    color: #1c344e;
    font-size: 18px;
    font-weight: 400;
}
.testimonial .container .test-card .test-details h5 {
    color: #acacac;
    font-size: 1em;
    font-weight: 400;
}
@media only screen and (max-width: 550px) {
    .testimonial .container .test-card {
        padding: 1.2em;
    }
    .testimonial .container .test-card p {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
    .testimonial .container .test-card .test-details h3 {
        color: #1c344e;
        font-size: 16px;
    }
    .testimonial .container .test-card .test-details h5 {
        color: #acacac;
        font-size: 1em;
    }
}

/* --------------Resources Section------------- */
.cloud-insider {
    padding: 4em 0 2em 0;
    background-image: url('../comp/header-section-6.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.cloud-insider .container {
    position: relative;
    top: -50px;
}
.cloud-insider .to-center {
    display: flex;
    justify-content: center;
} 
.cloud-insider .insider-heading {
    background-color: #fff;
    display: inline-block;
    padding: 0 25px;
    border-radius: 4px;
    box-shadow: 2px 12px 20px #24242436;
    position: relative;
    top: -105px;
}
.cloud-insider h1 {
    text-align: center;
    color: #1c344e;
    opacity: 0.8;
    padding: 0.5em 0;
    margin-top: 10px; 
}
.cloud-insider .container {
    display: flex;
    justify-content: space-between;
}
.cloud-insider .card {
    max-width: 350px;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(26, 33, 42, 0.13);
    transition: all 0.5s ease;
}
.cloud-insider .card:hover {
    box-shadow: 0px 10px 15px rgba(9, 14, 21, 0.31);
}
.cloud-insider .card .resource-card {
    padding: 30px 15px;
}
.cloud-insider .card img {
    max-width: 100%;
}
.cloud-insider .card .resource-card h5 {
    text-transform: uppercase;
    color: #3c88db;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 16px;
} 
.cloud-insider .card .resource-card h3 {
    color: #333333;
    padding: 20px 0;
    margin: 0;
}
.cloud-insider .card .resource-card p {
    color: #3c88db;   
}
.cloud-insider .card .resource-card i {
    position: relative;
    left: 0;
    transition: all 0.2s ease;
}
.cloud-insider .card:hover .resource-card i {
    left: 8px;
}
.cloud-insider .card a {
    text-decoration: none;
}
@media only screen and (max-width: 1260px) {
    .cloud-insider .card {
        max-width: 300px;
    }
}
@media only screen and (max-width: 1110px) {
    .cloud-insider .card {
        max-width: 270px;
    }
    .cloud-insider .card .resource-card h5 {
        font-size: 14px;
    }
    .cloud-insider .card .resource-card h3 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 992px) {
    .cloud-insider .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .cloud-insider .card {
        max-width: 350px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 420px) {
    .cloud-insider .card {
        max-width: 300px;
    }
}
@media only screen and (max-width: 550px) {
    .cloud-insider .insider-heading {
        top: -100px;
        right: 8px;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 490px) {
    .cloud-insider .insider-heading {
        top: -92px;
    }
    .cloud-insider .to-center .insider-heading h1 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 400px) {
    .cloud-insider .insider-heading {
        top: -95px;
        right: 0;
    }
    .cloud-insider {
        padding: 4em 0 0em 0;
    }
}


/* -----------------Resources Section ENDS----------- */




/* footer section */
.footer-section {
    padding: 6em 2em;
    /* background-image: url('../comp/hexagon-background.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-section .row {
    display: flex;
    align-items: center;
}
.footer-section .our-image {
    text-align: center;
}
.footer-section .our-image img {
    width: 550px;
    max-width: 100%;
    box-shadow: 0px 12px 15px rgba(163, 163, 163, 0.13);
}
.footer-section .row {
    padding: 2em 0;
}
.footer-section .our-text h1 {
    color: #3c88db;
    font-size: 42px;
}
.footer-section .our-text h3 {
    color: #1c344e;
    opacity: 0.6;
    margin-top: 0;
}
.footer-section .our-text span {
    color: #848484;
}
@media only screen and (max-width: 992px) {
    .footer-section .row {
        flex-direction: column;
    }
    .footer-section {
        padding: 2em 2em;
    }
    .footer-section .row .our-text {
        margin-top: 25px;
    }
    .mt-md {
        padding-bottom: 8px;
    }
    .footer-section .our-text span {
        font-weight: 600;
    }
}
@media only screen and (max-width: 850px) {
    .mt-md form .email-field .emailInput {
        min-width: 270px;
    }
    .mt-md form .email-field .signupInput {
        min-width: 270px;
    }
    .mt-md .email-field {
        display: flex;
        flex-direction: column;
    }
    .footer-section .row span {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-section .our-text h1 {
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-section .our-text h3 {
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-section .row .our-image {
        margin: 0 20px;
    }
}
@media only screen and (max-width: 768px) {
    .footer-section h1 {
        font-size: 30px;
    }
    .footer-section .cta a{
        padding: 7px 40px;
    }
}
@media only screen and (max-width: 550px) {
    /* .footer-section h1 {
        font-size: 26px;
    } */
    .footer-section .cta a {
        padding: 5px 30px;
    }
    .footer-section {
        padding: 1em 0; 
    }
}
@media only screen and (max-width: 420px) {
    .footer-section .row span {
        font-size: 12px;
    }
    /* .footer-section .row .our-image {
        left: -5px;
    }
    .footer-section .row .our-text {
        left: -5px;
    } */
    .mt-md form .email-field .emailInput {
        min-width: 240px;
    }
    .mt-md form .email-field .signupInput {
        min-width: 240px;
    }
    .footer-section .our-text h3 {
        font-size: 16px;
    }
    .footer-section .our-text h1 {
        font-size: 26px;
    }
    .footer-section .row .our-image {
        margin: 0 10px;
    }
}








/* ---------Media Query for large screen-------------- */
@media only screen and (max-width: 2000px) and (min-width: 1600px) {
    .hero-section {
        padding: 7em 9em 2em 9em !important;
        background-position: center;
    }
    .hero-section h1 {
        font-size: 52px;
    }
    .hero-section h3 {
        font-size: 37px;
    }
    .hero-section a.filled {
        font-size: 24px;
    }
    .hero-section a.not-filled {
        font-size: 24px;
    }
    .hero-section .hero-svg img.for-desk {
        max-height: 610px;
    }
    .optimization-overview p {
        font-size: 2.3em;
    }
    .section-heading h1 {
        font-size: 50px;
    }
    .styled-heading h1 {
        font-size: 50px;
    }
    .styled-heading h4 {
        font-size: 20px;
    }
    .testimonial .container .test-card p {
        font-size: 1.8em;
    }
    .testimonial .container .test-card .test-details h3 {
        font-size: 23px;
    }
    .testimonial .container .test-card .test-details h5 {
        font-size: 1.4em;
    }
    .clientele img {
        height: 80px;
    }
    .clientele {
        padding: 2em 0 8em 0;
    }
    .cloud-insider .insider-heading {
        top: -123px;
    }
    .cloud-insider h1 {
        font-size: 50px;
    }
    .footer-section .text-section h1 {
        font-size: 50px;
    }
    .footer-section .text-section h3 {
        font-size: 30px;
    }
    .footer-section .cta a {
        font-size: 2em;
    }
    /* .hero-section h3 {
        height: 3.5rem;
    } */
    .values .container .row .value-1 {
        min-height: 315px;
    }
    .values .container .row .value-1 img {
        width: 100px;
    }
    .values .container .row .value-1 h1 {
        font-size: 50px;
    }
    .values .container .row .value-1 h4 {
        font-size: 26px;
    }
    .mt-md form .email-field .emailInput {
        min-width: 275px;
        font-size: 24px;
        height: 55px;
    }
    .mt-md form .email-field .signupInput {
        min-width: 155px;
        font-size: 2rem;
        height: 55px;
    }
    .cloud-insider .card .resource-card h5 {
        font-size: 20px;
    }
    .cloud-insider .card .resource-card h3 {
        font-size: 28px;
        padding: 35px 0;
    }
    .cloud-insider .card .resource-card p {
        font-size: 18px;
    }
    .cloud-insider .card {
        min-width: 420px;
    }
    .cloud-insider .card img {
        width: 420px;
        height: 240px;
    }
    .footer-section .our-image img {
        width: 680px;
    }
    .footer-section .our-text h1 {
        font-size: 50px;
    }
    .footer-section .our-text h3 {
        font-size: 28px;
    }
    .footer-section .our-text span {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1700px) and (min-width: 1600px) {
    .hero-section h1 {
        font-size: 48px;
    }
    .hero-section h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1630px) and (min-width: 1600px) {
    .hero-section h1 {
        font-size: 46px;
    }
    .hero-section h3 {
        font-size: 30px;
    }
}
/* -----------Media query for large screen ends----------------- */





/* ---------Media Query for large screen FORM-------------- */
@media only screen and (max-width: 2000px) and (min-width: 1600px) {
    body main .content .form form label span{
        font-size: 1.8rem;
    }
    .compulsory {
        font-size: 1.8rem;
    }
    body main .content .form form label input {
        font-size: 1.7rem;
        height: 42px;
    }
    form span span {
        font-size: 1.7rem !important;
    } 
    span.cloud-name {
        font-size: 1.6rem !important;
        margin-left: 5px;
    }
    .form form .disclaimer {
        font-size: 15px;
    }
    body main .content .form form button {
        font-size: 2.2rem;
        width: 170px;
    }
    .form h3 {
        font-size: 30px;
    }
}




/* form CSS */


.footer-section .container .row .our-text .form label .select-items {
    margin: 6px 0 0 6px;
    cursor: pointer;
  }
  .footer-section .container .row .our-text .form label .select-items select {
    font-size: 0.9rem;
    color: #0a2244;
    background-color: rgb(243, 241, 241);
    padding: 8px 16px;
    border-radius: 4px;
  }
  .footer-section .container .row .our-text .form {
    display: flex;
    justify-content: center;
    width: 100%;
    order: 2;
    margin-right: 10px;

  }
  .footer-section .container .row .our-text .form .form-heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    width: 95%;
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
  }
  .footer-section .container .row .our-text .form form {
    display: flex;
    width: 70%;
    flex-direction: column;
    background: white;
    padding: 20px;
    position: relative;
    border: 2px solid #ececec;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0, 0.1);
  }
  .compulsory {
    color: #ffb42a;
    font-size: 1.1rem;
  }
  @media screen and (max-width: 1010px) {
    .footer-section .container .row .our-text .form form {
      width: 90%;
      padding: 15px;
    }
  }
  @media screen and (max-width: 991px) {
    .footer-section .container .row .our-text .form form {
      width: 50%;
      padding: 15px;
    }
    .footer-section .container .row .newForm form{
        width: 100% !important;
    }
    .footer-section .container .row .our-text h3 {
        text-align: center;
    }
  }
  .footer-section .container .row .our-text .form form .loader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    overflow: hidden;
    display: none;
  }
  .footer-section .container .row .our-text .form form .loader .progress {
    height: 5px;
  }
  .footer-section .container .row .our-text .form form .loader .progress .mover {
    background: #ffb42a;
    height: 100%;
    width: 40%;
    position: relative;
  }
  .footer-section .container .row .our-text .form form .loader .screen-block {
    height: calc(100% - 5px);
    z-index: 999;
    background: #fcfcfc;
    opacity: 0.8;
  }
  .footer-section .container .row .our-text .form form .popup {
    background: #0a2244;
    padding: 8px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    margin: 5px;
    display: none;
  }
  .footer-section .container .row .our-text .form form .popup span {
    color: white;
  }
  .footer-section .container .row .our-text .form form i {
    color: #ffb42a;
    margin-right: 10px;
  }
  .footer-section .container .row .our-text .form form label {
    position: relative;
    margin: 12px 0;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
  }
  .footer-section .container .row .our-text .form form label span {
    position: absolute;
    z-index: 1;
    font-weight: 400;
    color: #bbb;
    background-color: #fff;
    left: 10px;
    font-size: 1.5rem;
    bottom: 10px;
    padding: 0 2px 0 4px;
  }
  .footer-section .container .row .our-text .form form label input {
    position: relative;
    border: 0;
    outline: 0;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    width: 98%;
    /* padding-bottom: 7px; */
    font-size: 1.4rem;
    z-index: 10;
    background: 0;
    text-indent: 10px;
  }
  .footer-section .container .row .our-text .form form button {
    /* border: 2px solid #008081; */
    color: #fff;
    font-size: 1.5rem;
    width: 120px;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    z-index: 9;
    background-color: #3c88db;
    transition: all 0.2s ease-in-out;
    bottom: 0;
    text-transform: uppercase;
  }
  .footer-section .container .row .our-text .form form button:hover {
    /* position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16)!important;
    bottom: 2px; */
    background-color: #1c344e;
  }


  @media screen and (max-width: 1180px) {
    body main .heading .logo {
      width: 20%;
    }
  }  
  @media screen and (max-width: 1000px) {
    body main .heading .logo {
      width: 25%;
    }
    .footer-section .container .row .our-text .form {
      width: 100%;
    }
    .footer-section .container .row .our-text .description {
      width: 50%;
    }
  }
  @media screen and (max-width: 900px) {
    body main .heading .logo {
      width: 25%;
    }
    .footer-section .container .row .our-text .form .form-heading {
      font-size: 0.9rem;
    }
    .footer-section .container .row .our-text .form form label span, .footer-section .container .row .our-text .form form label input {
      font-size: 1.4rem;
      font-weight: 400;
    }
    .footer-section .container .row .our-text .form form button {
      font-size: 0.65;
      padding: 10px 15px;
    }
    .footer-section .container .row .our-text .description .description-heading {
      font-size: 1.2rem;
    }
    .footer-section .container .row .our-text .description .services .service .service-description {
      font-size: 1rem;
    }
  }
  @media screen and (max-width: 850px) {
    .footer-section .container .row .our-text {
      flex-direction: column;
      justify-content: flex-start;
    }
    .footer-section .container .row .our-text .form {
      order: 1;
      width: 100%;
      margin-left: 0;
      margin-bottom: 60px;
    }
    .footer-section .container .row .our-text .form .form-heading {
      font-size: 1.1rem;
      width: 100%;
      text-align: center;
    }
    .footer-section .container .row .our-text .form form {
      padding: 30px;
    }

    .footer-section .container .row .our-text .form form label span, .footer-section .container .row .our-text .form form label input {
      font-size: 1.4rem;
      font-weight: 400;
    }
    .footer-section .container .row .our-text .form form button {
      font-size: 0.7;
      padding: 10px 15px;
    }
    .footer-section .container .row .our-text .description {
      margin-left: 0;
      order: 2;
      width: 100%;
    }
    .footer-section .container .row .our-text .description .description-heading {
      font-size: 1.2rem;
      width: 100%;
      text-align: center;
    }
    .footer-section .container .row .our-text .description .services {
        padding-left: 0px;
    }
  }
  @media screen and (max-width: 700px) {
    body main .heading .logo {
      width: 30%;
    }
    body main .heading h1 {
      font-size: 1.8rem;
    }
  }
  @media screen and (max-width: 600px) {
    body main .heading .logo {
      width: 35%;
    }
    .footer-section .container .row .our-text .form form {
      width: 90%;
    }
    body footer .copyright {
      width: 70%;
      font-size: 0.63rem;
    }
    body footer .socials .social {
      width: 30px;
    }
  }
  @media screen and (max-width: 500px) {
     body main .heading .logo {
      width: 40%;
    }

    .footer-section .container .row .our-text .form form {
      width: 90%;
    }
    /* body main .heading h1 {
      font-size: 1.3rem;
    } */
    .footer-section .container .row .our-text .form .form-heading {
      width: 90%;
      font-size: 1rem;
    }
    .footer-section .container .row .our-text .form form label span, .footer-section .container .row .our-text .form form label input {
      font-size: 1.4rem;
    }
    .footer-section .container .row .our-text .form form button {
      font-size: 0.7;
    }
    .footer-section .container .row .our-text .description .description-heading {
      font-size: 1.2rem;
    }
    .footer-section .container .row .our-text .form form button {
      padding: 6px 15px;
    }
  }
  @media screen and (max-width: 450px) {
    /* body main .heading .logo {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    } */
    body main .heading .logo img {
      width: 100%;
    } 
    .footer-section .container .row .our-text .form form {
      width: 98%;
    }
    body footer .copyright {
      width: 70%;
      font-size: 0.55rem;
    }
    body footer .social-links .social {
      width: 20px;
      margin-right: 20px;
    }
    body main .heading h1 {
      font-size: 1.3rem;
    }
    .footer-section .container .row .our-text .form .form-heading {
      font-size: 1.4rem;
    }
    .footer-section .container .row .our-text .form form label span, .footer-section .container .row .our-text .form form label input {
      font-size: 1.4rem;
    }
    .footer-section .container .row .our-text .form form button {
      font-size: 0.68;
    }
    .footer-section .container .row .our-text .description .description-heading {
      font-size: 1.2rem;
    }
  }
  @media screen and (max-width: 400px) {
    body footer .copyright {
      width: 80%;
      font-size: 0.55rem;
    }
    .footer-section .container .row .our-text .form form {
    padding: 10px;
}
    body footer .social-links .social {
      width: 20px;
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 370px) {
    body footer .copyright {
      width: 100%;
      font-size: 0.55rem;
      padding-left: 10px;
    }
    body footer .social-links .social {
      width: 12px;
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 340px) {
    .cloud-name {
      font-size: 0.6rem !important;
    }
  }
  
  /*# sourceMappingURL=styles.css.map */

  msg-error {
    color: #c65848;
  }
  .g-recaptcha.error {
    border: solid 1px #c64848;
    padding: .2em;
    width: 0.5rem;
  }

  .footer-section .container .row .our-text .form {
    display: none;
}


.footer-section .container .row .our-text .newForm {
    justify-content: left;
}

.footer-section .container .row .our-text .newForm form label .filledEmailBackground{
    background-color: #ffdfa6 !important;
}


/* ...new addition- abhya.. */
@media only screen and (min-width: 280px) and (max-width: 720px)  {
    .hero-section .cloud-analysis
    {
    margin-top: 35px !important;
    }


    }

    .gartner-heading h2{
        /* font-size: 45px; */
        font-weight: 600;
    
    }
    .gartner-section .gartner-paragraph
    {
        margin-top: 50px; 
        font-size: 22px;
        color: white;
    }
    .gartner-paragraph p{
        padding: 0 215px;
    }
.rating-img
{
    margin-top: 15px;
     display: block;
      margin-left: auto;
       width:22%;
        margin-right: auto; 
        align-items: center;
}
.gartner-button-section
{
    padding-top: 20px;
    padding-bottom: 25px;

}
.gartner-button-section button
{
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid white;
}
.gartner-button-section span{
    color: black;
    font-size: 16px;
    font-weight: 600;
}



   @media only screen and (min-width: 280px) and (max-width: 821px)  {
    .rating-img
    {
       width: 60% !important;
       margin-top: 20px;
       margin-bottom: 20px;
    }
    .gartner-button-section {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .spacing-small-device
    {
        padding: 35px 20px 0px 20px!important;
    }
    .home-video {
        padding: 10px 10px 10px 10px !important;
    }
    .video-button-section button{
        padding: 4px 10px !important;
    
    }
    }


    .gartner-button-section button
{
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid white;
}
.gartner-button-section span{
    color: black;
    font-size: 13px;
    font-weight: 600;
}

.gartner-paragraph p{
    font-size: 15px;
    padding: 0;
}

.gartner-heading h2{
    font-size: 28px;
    font-weight: 400;
}
.gartner-section .gartner-paragraph
    {
        margin-top: 25px; 
  
   } 
   .videos-spacing
   {
    padding-top: 40px;
   }
   .iframe-styling
   {
    border: 0px solid black;
    border-radius: 10px;

   }
   .home-video 
   {
    /* padding: 30px 50px 0px 50px; */
    padding: 60px 60px 30px 60px;
   }
   .video-para
   {
    color: rgb(136, 136, 136);
    font-size: 20px;

   }
   .home-video-span
   {
       text-align: end;
   }
   .spacing-small-device
   {
    padding: 0px 50px 0px 50px;
   }
.video-button-section
{
    margin-top: 50px;
   
}
.video-button-section button{
    padding: 8px 23px;
    background-color: #3c88db;
    color: aliceblue;
    border-radius: 5px;
    border: 2px solid #3c88db;
    transition: all 0.2s ease 0s;

}

/* .........reports section... */

    
.report-section {
  background-image: url('../comp/gartner_rating_section/UI-Banner.png') !important;
  height: 230px;
 padding: 10px 20px 30px;

}

.report-content-form {
  margin-top: 0px;
}

.report-background {
  background-color: #CEEDEF;
  padding-left: 50px;
}

.bigdata-pointers h1 {
  font-size: 36px;
  font-weight: bold;
  color: black;
}

.bigdata-pointers p {
  margin-left: 10px;
  font-size: 25px;
}

.report-content {

  padding: 41px 20px 200px 22px;
}

@media screen and (max-width: 900px) {
  .report-content {

    padding: 21px 20px 50px 22px;
  }
  .report-background {
 
  padding-left: 0px;
}
.report-logo img
{
width: 40%;
}
.report-section
{
  height: 80px;
  position: fixed; 
  z-index: 999999;
  width: 100vw;
   display: flex;
}
.report-content span {
padding: 3px 10px;
font-size: 12px !important;

}
.bigdata-pointers h1
{
font-size: 26px;
font-weight: bold;
}
.bigdata-subpointers {
font-size: 12px;
line-height: 1px ;
}
.content-section {
margin-top: 72px;
}


}

.report-content span {
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #1c344e;
  background-color: #1c344e
}

.bigdata-subpointers {
  line-height: 30px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}

.bigdata-subpointers {
  line-height: 2.5;
}
h2.h1-copy {
    font-size: 36px;
}
h2.counter {
    color: #2a598c;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    font-size: 36px !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .hero-section {
  padding: 7em 6em 4em 6em !important;

}
  }
.vcard{
    display: none;
}