﻿
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html {
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}

a {
    -webkit-transition: 0.5s all ease-in-out 0.05s;
    -moz-transition: 0.5s all ease-in-out 0.05s;
    -ms-transition: 0.5s all ease-in-out 0.05s;
    -o-transition: 0.5s all ease-in-out 0.05s;
    transition: 0.5s all ease-in-out 0.05s;
}

a:hover,
a.active,
button:hover,
button.active {
    outline: none !important;
}

body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-optical-sizing: auto;
    color: #000;
    overflow-x: hidden;
    line-height: 25px;
}

.btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    text-transform: none;
    padding: 8px 30px;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    border-color: #FFF;
}

.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle {
    background-color: #009DE1 !important;
    border-color: #009DE1 !important;
}

.btn-secondary {
    background-color: transparent;
    border-color: #fff;
}
.modal .btn {
    background-color: #009DE1;
    border-color: #009DE1;
}

.banner_section .bg-light {
    background-color: transparent !important;
    display: block;
    padding-top: 8px;
}

.banner_section .d-inline-block.website {
    float: right;
}

.banner_section .d-inline-block.website a {
    color: #fff;
}

.banner_section .d-inline-block.website a button#visitCP {
    margin-top: 2px;
}

.banner_section .d-inline-block.website a i {
    font-style: normal !important;
}

.banner_section .d-inline-block.website a:hover {
    color: #fff;
    text-decoration: none;
}

.banner_section button:focus {
    outline: none;
}

.banner_section button {
    border-radius: 8px;
    border: none;
    box-shadow: -1px -1px 4px 0px #313d52;
    color: #fff;
    margin-top: -2px;
    padding: 5px 14px;
    font-size: 16px;
}

.banner_section button.blue-bg,
.btn-blue {
    background-color: #465d87;
}

.banner_section button.cp-bg {
    background-color: #33322d;
    box-shadow: -1px -1px 2px 0px #1a1c1e;
}

.banner_section button.cp-bg:hover,
.banner_section button.blue-bg:hover,
.btn-blue:hover {
    background-color: #009DE1;
}

header {
    position: relative;
    padding: 30px 0px 100px;
    background: url(../images/top_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 0;
}

.banner-bottom {
    background-color: #00205B;
    text-align: center;
    padding: 8px;
}

.banner-bottom h4 {
    font-family: "Heebo", sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    margin: 0;
}

.banner_content .page_title span {
    color: #fff;
}

.banner_content .form_section {
    border-radius: 15px;
}

.banner_content .form_section h3 {
    font-size: 25px;
}

.banner-desc {
    position: absolute;
    top: 80px;
    left: -10px;
}

.banner_content {
    padding-top: 60px;
}

.banner_left_section h1.page_title {
    font-family: "Heebo", sans-serif;
    font-size: 82px;
    color: #FFF;
    text-shadow: 4px 0 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.banner_left_section h1.page_title span {
    color: #009DE1;
}

.banner_left_section h2.page_title {
    font-family: "Heebo", sans-serif;
    font-size: 32px;
    color: #FFF;
    font-weight: 600;
    text-shadow: 4px 0 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
}

/*Packages Section*/

.testing_packages .inner_section {
    height: 100%;
    padding: 20px;
    background: #fff;
}

.bottom_content p {
    margin-bottom: 10px;
    max-width: 87%;
}

.font-bold {
    font-weight: 700;
}

.testing_packages {
    background: url(../images/packages_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.testing_packages img {
    margin-bottom: 10px;
}

.testing_packages h4 {
    margin-bottom: 20px;
}

.title_section h3 {
    font-size: 31px;
    color: #fff;
}

.title_section h3 span {
    font-weight: 300;
}

.delivered_features img {
    max-height: 110px;
}

.percentage_text {
    font-size: 60px;
    font-weight: 500;
    color: #4472c4;
    line-height: 1;
}

.research_analyst {
    background: url(../images/research_analysis_speak.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.research_analyst blockquote {
    position: relative;
    padding: 65px 0 28px;
    margin-bottom: 0;
}

.research_analyst blockquote:before,
.research_analyst blockquote:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url("../images/quote_symbol.svg");
    width: 63px;
    height: 52px;
}

.research_analyst blockquote:before {
    top: 0;
    left: -25px;
}

.research_analyst blockquote:after {
    bottom: 20px;
    right: 35px;
    transform: rotate(180deg);
}

.promo_section h3 {
    font-size: 24px;
}

.overview h2,
.it-offers h2,
.leapfrog h2 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #00205B;
    margin-bottom: 10px;
}
.gen-ai-sandbox,
.what-you-get,
.leapfrog {
    background-color: #F5F8FD;
}
.gen-ai-sandbox h3,
.what-you-get h3 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #00205B;
    margin-bottom: 20px;
}
.it-offers .bg-primary {
    background-color: #004699 !important;
    color: #FFF;
}
.it-offers .card-title {
    font-size: 26px;
    font-weight: 500;
    min-height: 60px;
}
.it-offers .card-text {
    min-height: 130px;
}
.what-you-get h3 {
    font-size: 32px;
}
.what-you-get i {
    display: inline-block;
    background-color: #004699;
    border-radius: 50%;
    margin-bottom: 20px;
}
.what-you-get p {
    font-size: 20px;
    color: #00205B;
}
.road-testing {
    background-color: #004699;
}
.road-testing h3 {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
}
.road-testing p.sub {
    color: #FFF;
}
.road-testing .card {
    flex-direction: row;
    align-items: center;
    min-height: 100%;
}
.road-testing .count {
    font-family: "Heebo", sans-serif;
    font-size: 120px;
    font-weight: 900;
    color: #CEDFFF;
    line-height: 1;
    padding: 10px;
}
.road-testing .card-title {
    font-size: 26px;
    font-weight: 600;
    color: #00205B;
}
.leapfrog h2 span {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}

@media (max-width: 1200px) {
    body {
        font-size: 14px;
    }
    .banner_left_section h1.page_title {
        font-size: 52px;
    }
    .banner_left_section h2.page_title {
        font-size: 22px;
    }
    .banner-bottom h4 {
        font-size: 18px;
    }
    .overview h2, .it-offers h2, .leapfrog h2, .gen-ai-sandbox h3, .what-you-get h3 {
        font-size: 30px;
    }
    .it-offers .card-title {
        font-size: 20px;
    }
    .it-offers .card-text {
        min-height: 180px;
    }
    .road-testing .card-title {
        font-size: 22px;
    }
    .leapfrog h2 span {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1250px;
    }
    h2.page_title {
        font-size: 50px;
    }
    .bottom_content p {
        font-size: 20px;
    }
    .delivered_features img {
        max-height: 131px;
    }
}

@media (min-width: 1100px) {
    .title_section {
        padding-top: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .icon-social li {
        margin: 0 15px 0 0;
    }
    .intro_section .right_image img {
        margin-top: -88px;
    }
    .icon_section:after {
        content: "";
        display: block;
        width: 40px;
        position: absolute;
        right: -50px;
        height: 16px;
        background-position: right;
    }
    .banner-desc {
        top: 120px;
    }
}

@media (max-width: 1366px) {
    .sample-report {
        font-size: 110px;
    }
}

@media (max-width: 1024px) {
    html {
        padding-right: 0px !important;
    }
}

@media (max-width: 992px) {
    .video-section {
        width: 100%;
    }
    .play-pause-icon,
    .pause-icon {
        width: 50px;
        height: 50px;
    }
    .banner-desc {
        position: static;
    }
    .sub_hyperlinks>li a:after {
        content: normal;
    }
    .what-you-get p {
        font-size: 14px;
        line-height: normal;
    }
    .road-testing .count {
        font-size: 100px;
    }
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !important;
    }
}

@media (max-width: 767px) {
    h2.page_title {
        font-size: 26px;
    }
    .banner_left_section h3 {
        font-size: 20px;
    }
    .title_section h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .banner_left_section p {
        max-width: 100%;
    }
    .intro_section .right_image img {
        margin-top: 20px;
    }
    .page_title br {
        display: none;
    }
    .navbar-brand img {
        display: block;
        margin: 0 auto;
        max-width: 190px;
    }
    .banner_content {
        text-align: center;
    }
    .title_section {
        text-align: center;
    }
    .research_analyst blockquote:before {
        left: 0;
    }
    .research_analyst blockquote:after {
        right: 0;
    }
    .research_analyst blockquote:before,
    .research_analyst blockquote:after {
        width: 42px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .research_analyst blockquote {
        padding: 40px 0 20px;
    }
    .sub_hyperlinks>li a:after {
        content: normal;
    }
    .icon-social a {
        font-size: 18px;
    }
    .footer_copyright {
        padding-top: 20px;
    }
    .percentage_text {
        font-size: 35px;
    }
    .delivered_features img {
        max-height: 75px;
    }
    .bottom_content p {
        font-size: 16px;
        max-width: 100%;
    }
    .testing_packages .inner_section {
        text-align: center;
        height: auto;
    }
    .testing_packages .inner_section p {
        margin-bottom: 0;
    }
    .testing_packages img {
        margin: 0 auto 15px;
    }
    .banner_left_section .btn {
        max-width: 200px;
        margin: 0 auto 20px !important;
    }
    .banner_left_section .btn-secondary {
        margin: 0 auto 0px !important;
    }
    .contact_privacy li:first-child a {
        border-bottom-left-radius: 0;
    }
    .testing_packages .btn,
    .promo_section .btn {
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }
    .btn {
        padding: 7px 20px;
        white-space: nowrap;
    }
    .carousel-item .col-md-4 {
        height: 100%;
        background: #fff;
        align-items: center;
        display: flex;
        max-width: 90%;
        margin: 0 auto;
        justify-content: center;
    }
    .carousel-indicators {
    bottom: -45px;
}

.carousel-inner>.item {
    width: 100%;
}
.carousel-item .col-md-4 {
    height: 100%;
}

.carousel {
    position: relative;
    width: 100%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 10px;
}

.carousel-indicators .active {
    background: #fbb040;
}
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !important;
        height: 43px;
        padding-top: 8px;
    }
    .banner_section .navbar-expand-lg img {
        width: 220px;
    }
    .banner_section .d-inline-block.website {
        padding-top: 2px;
    }

    .it-offers .bg-primary {
        margin-bottom: 20px;
    }
    .it-offers .card-text, .it-offers .card-title {
        min-height: auto;
    }
    .what-you-get .col {
        flex-grow: 0;
        min-width: 180px;
    }
    .road-testing .card {
        min-height: auto;
        margin-bottom: 20px;
    }
    .road-testing .my-4 {
        margin: 0 !important;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !important;
        height: 46px;
        padding-top: 4px;
    }
    .banner_section .bg-light {
        padding-top: 4px;
    }
}

@media (max-width: 575px) {
    .banner_left_section h1.page_title {
        font-size: 32px;
    }
    .banner_left_section h2.page_title {
        font-size: 18px;
    }
    .banner-bottom h4 {
        font-size: 16px;
    }
    .overview h2, .it-offers h2, .leapfrog h2, .gen-ai-sandbox h3, .what-you-get h3 {
        font-size: 26px;
    }
    .what-you-get .col {
        min-width: 100%;
        margin-bottom: 20px;
    }
    .leapfrog h2 span {
        font-size: 16px;
    }
    .promo_section h3 {
        font-size: 20px;
        text-align: center;
    }
}