/* Neue Haas Grotesk Text Pro 55 Roman
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 400;
font-style: normal;
Neue Haas Grotesk Text Pro 56 Italic
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 400;
font-style: italic;
Neue Haas Grotesk Text Pro 65 Medium
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 500;
font-style: normal;
Neue Haas Grotesk Text Pro 66 Medium Italic
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 500;
font-style: italic;
Neue Haas Grotesk Text Pro 75 Bold
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 700;
font-style: normal;
Neue Haas Grotesk Text Pro 76 Bold Italic
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 700;
font-style: italic; */

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/Baskerville-01.woff2') format('woff2'), url('../fonts/Baskerville-01.woff') format('woff'), url('../fonts/Baskerville-01.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/Baskerville-Italic-03.woff2') format('woff2'), url('../fonts/Baskerville-Italic-03.woff') format('woff'), url('../fonts/Baskerville-Italic-03.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/baskerville-bold-webfont.woff2') format('woff2'),
         url('../fonts/baskerville-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

:root {
    --body-ff: "neue-haas-grotesk-text", sans-serif;
    --vh-100: 100vh;
    --vw-30: 30vw;
    --header-ff: 'Baskerville', sans-serif;
}

body {
    font-family: var(--body-ff);
    font-weight: 400;
    font-style: normal;
    color: #0E1D49;
}

h2, .h2 {
    font-family: 'Baskerville', sans-serif;
    color: #0E1D49;
    font-weight: normal;
    font-size: 38px;
    letter-spacing: .7px;
}

h3, .h3 {
    font-family: 'Baskerville', serif;
}

h4, .h4 {
    font-family: 'Baskerville', serif;
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    opacity: .14;
}

.container-mini {
    max-width: 930px !important;
}

.navbar-toggler {
    line-height: 0;
    width: 32px;
    padding: 0;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 100%;
    background: #fff;
    margin: 4px 0;
    display: inline-block;
    opacity: 1;
    transition: .25s;
    position: relative;
}

.navbar-toggler.active .icon-bar.middle {
    opacity: 0;
}

.navbar-toggler.active .icon-bar.first {
    transform: rotate( 45deg);
    top: 10px;
}

.navbar-toggler.active .icon-bar.last {
    transform: rotate( -45deg);
    top: -10px;
}

.link-mask {
    position: absolute;
    background: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

.header::before {
    content: "";
    background-color: rgb(0 59 113 / 90%);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.header .navbar {
    padding-top: 15px;
    padding-bottom: 13px;
    transition: .25s;
}

.header.is-scrolled {
    min-height: 52px;
}

.header.is-scrolled .navbar {
    padding-top: 4px;
    padding-bottom: 6px;
}

.navbar-brand img {
    height: 40px;
    transition: .25s;
}

.header.is-scrolled .navbar-brand img {
    height: 30px;
}

.main-menu li {
    margin-left: 25px;
    position: relative;
}

.main-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .9px;

    background-image: -o-linear-gradient(left, #00AAD7 0%, #00AAD7 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#00AAD7), to(#00AAD7));
    background-image: linear-gradient(to right, #00AAD7 0%, #00AAD7 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    -webkit-transition: all .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: all .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: all .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    vertical-align: baseline;
    z-index: 1;
    text-decoration: none;
    padding-bottom: 3px;
}

.main-menu li a:hover {
    background-size: 100% 2px;
}

.main-menu li a:hover,
.main-menu li a:focus {
    text-decoration: none;
}

ul.sub-menu {
    position: absolute;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 20px;
    top: 100%;
    padding-top: 26px;
    transition: .25s;
    opacity: 0;
    visibility: hidden;
}

.main-menu > li.active ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

ul.sub-menu li {
    margin-left: 0;
    background: rgb(0 59 113 / 90%);
    padding: 10px;
    white-space: nowrap;
}

span.caret {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.348' height='5.916' viewBox='0 0 10.348 5.916'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M11.363,15.379l3.913-3.916a.736.736,0,0,1,1.044,0,.746.746,0,0,1,0,1.047l-4.433,4.436a.738.738,0,0,1-1.02.022L6.4,12.514a.74.74,0,0,1,1.044-1.047Z' transform='translate(-6.188 -11.246)' fill='%23ffffff'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
    background-size: 10px;
    display: none;
    height: 44px;
    width: 30px;
    float: left;
    cursor: pointer;
}

.hero-vh-100 {
    min-height: calc(100vh - 78px) !important;
}

.hero-area h2 {
    font-size: 50px;
    letter-spacing: 2px;
}

.hero-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-area.clipped-img {
    clip-path: polygon(0% 0%, 100% 0, 100% 67%, 50% 100%, 0 67%);
}

.hero-area  img {
    max-width: 500px;
    width: 100%;
    position: relative;
    z-index: 5;
    padding-top: 25px;
}

.hero-area:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 10%);
    pointer-events: none;
    z-index: 1;
}

.fastqual-hero {
    overflow: hidden;
    justify-content: left;

}

/*.fastqual-hero:after {
    content: "";
    left: -290vw;
    top: -70vw;
    bottom: 0;
    width: 360vw;
    height: 500vh;
    position: absolute;
    background: #0C1837;
    pointer-events: none;
    z-index: 0;
    transform: rotate(-34deg);
}*/


.fastqual-hero:after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 70vw;
    height: 100vh;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-bottom: var(--vh-100) solid #0C1837;
    border-right: var(--vw-30) solid transparent;
    transition: .25s;
}

.fastqual-hero__logo {
    max-width: 340px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fastqual-hero__content {
    position: relative;
    z-index: 3;
    margin-left: 10%;
}

.fastqual-hero__divider {
    background-color: #EC6166;
    height: 3px;
    width: 120px;
    margin: 40px auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.highlight > a {
    color: #4AA3D8 !important;
}

.fastqual-hero__tagline {
    color: #4AA3D8;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.fastqual-site-logo {
    max-width: 200px !important;

    position: absolute !important;

    left: 30px;
    bottom: 30px;
}

.page-title {
    text-transform: uppercase;
    color: #32D9C3;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2.5px;
    margin-bottom: 25px;
}

.hero-text-area {
    padding-top: 40px;
    padding-bottom: 37px;
}

.hero-text-area h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -.7px;
}

body.page-id-14 .hero-text-area h2 {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.case-study-hero-text h2 {
    letter-spacing: 1.3px;
    margin-bottom: 30px;
}

.case-study-desc-text {
    font-size: 22px !important;
    max-width: 960px;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55 !important;
}

.case-study-hero-text p,
.case-study-hero-text ul,
.case-study-hero-text ol {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.45px;
    margin-bottom: 32px;
}

.hero-text-area h3 {
    margin-top: 25px;
    font-size: 34px;
    line-height: 1.22;
    letter-spacing: -0.55px;
    margin-bottom: 35px;
}

.customers {
    margin-bottom: 30px;
}

.customers__text {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 0;
    text-align: right;
    font-size: 26px;
}

.customers__text:after {
    content: "";
    width: 4px;
    height: 60px;
    background-color: #FF7276;
    right: 0;
    top: 0;
    position: absolute;
    margin-right: -2px;
}

.customers__text p {
    padding-top: 24px;
    max-width: 520px;
    right: -46px;
    position: relative;
    top: -14px;
    letter-spacing: -.8px;
    font-size: 23px;
    line-height: 1.39;
}

.customers__img {
    padding-top: 13px;
    padding-left: 45px;
}

.img-with-bottom-pattern {
    padding-bottom: 22px;
    background-color: #003B71;
    background-image: url(../img/pattern-white.png);
    background-repeat: repeat;
    /*background-size: 1300px;*/
    /*background-position: -230px -450px;*/

    background-attachment: fixed;
    background-position: center center;
}

.bg-pattern {
    background-image: url(../img/pattern-white.png);
    background-repeat: repeat;
    /*background-size: 1300px;*/
    background-attachment: fixed;
    background-position: center center;
}

.our-services__heading h2 {
    color: #0E1D49;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    padding-top: 14px;
    position: relative;
    display: inline-block;
}

.our-services__heading h2:after {
    content: "";
    width: 4px;
    height: 60px;
    background-color: #FF7276;
    left: 50%;
    top: 100%;
    position: absolute;
    margin-left: -1px;
    margin-top: 28px;
}

.our-services__heading {
    padding-bottom: 104px;
}

.our-service__bg {
    padding-top: 64px;
    background-color: #003B71;
}

.our-service__widgets {
    background-color: #003B71;
    color: #ffffff;
    padding: 51px 0 32px;
}

.single-our-service {
    background-color: #fff;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-our-service__heading {
    background-color: #00AAD7;
    color: #fff;
    clip-path: polygon(0% 0%, 101% 0, 101% 78%, 50% 100%, 0 78%);
    min-height: 80px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    transition: .25s;
}

.single-our-service__heading h4 {
    font-size: 21px;
    line-height: 1.35;
}

.single-our-service p {
    color: #0E1D49;
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.56;
}

.single-our-service .read-more {
    text-transform: uppercase;
    padding: 5px 15px;
    color: #fff;
    background-color: #32D9C3;
    display: inline-block;
    font-weight: bold;
    transition: .25s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    min-width: 160px;
    font-size: 10px;
    letter-spacing: 1.35px;
    bottom: 21px;

    transition: .25s;
}

.single-our-service:hover a+.read-more {
    background-color: #00AAD7;
}

.single-our-service:hover .single-our-service__heading {
    background-color: #2ED9C3;
}

.single-our-service__overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #0E1D49;
    padding: 15px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    font-size: 23px;
    line-height: 1.5;
    transition: .25s;
    padding-top: 60px;
}

.single-our-service:hover .single-our-service__overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.say-hello {
    padding-top: 80px;
    position: relative;
}

.say-hello:after {
    content: "";
    width: 4px;
    height: 60px;
    background-color: #FF7276;
    left: 50%;
    bottom: -37px;
    position: absolute;
    margin-left: -2px;
}

.say-hello h2 {
    margin-bottom: 36px;
    letter-spacing: .7px;
}

.say-hello__text p {
    font-size: 20px;
    line-height: 1.3;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.say-hello__video-bg {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.say-hello__video {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 840px !important;
    margin-bottom: -400px;
}

.say-hello__text .container {
    padding-top: 100px;
    padding-bottom: 56px;
}

.say-hello__text {
    color: #0E1D49;
    background-color: #F3F3F3;
}

.our-team-area {
    padding-top: 54px;
}

.our-team-area .swiper-button-next, 
.our-team-area .swiper-button-prev {
    opacity: .7;
    transition: .25s;
}

.our-team-area.case-studies-slider-area .swiper-button-prev {
    left: 0;
}

.our-team-area.case-studies-slider-area .swiper-button-next {
    right: 0;
}

.our-team-area .swiper-button-next:hover, 
.our-team-area .swiper-button-prev:hover {
    opacity: 1;
}


.our-team {
    padding-top: 34px;
    padding-bottom: 160px;
    position: relative;
}

.our-team:before {
    content: "";
    background-color: #F3F3F3;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
    z-index: -1;
}

.our-team .container {
    max-width: 1120px;
}

.our-team__slider-item {
    text-align: center;
    /* padding: 0 10px; */
    /* flex: 1; */
}

.our-team__slider-item img {
    height: 315px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    margin-bottom: 22px;
    object-position: top;
}

.our-team__slider-item h4 {
    font-size: 17px;
    text-align: center;
    font-family: var(--body-ff);
    margin-bottom: 13px;
}

.our-team__slider-item h5 {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #32D9C3;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
}

.our-team__slider-item ul li {
    font-size: 12px;
    padding-left: 24px;
    letter-spacing: .7px;
    margin-bottom: 16px;
    line-height: 1.4;
    position: relative;
}

.our-team__slider-item ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #32D9C3;
    position: absolute;
    left: 8px;
    top: 5px;
}

.cta-area {
    padding-top: 40px;
    padding-bottom: 74px;
}

.cta-area .page-title {
    font-family: var(--body-ff);
}

.cta-area h2 {
    font-size: 41px;
    line-height: 1.3;
}

.cta-btn {
    background-color: #021D49;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    transition: .25s;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: bold;
    width: 250px;
    font-size: 15px;
    padding: 10px 0px;
    letter-spacing: 2.5px;
}

.cta-btn:after {
    content: "";
    width: 4px;
    height: 50px;
    max-height: 50px;
    background-color: #FF7276;
    left: 50%;
    bottom: 100%;
    position: absolute;
    margin-left: -2px;
}

.cta-btn:hover,
.cta-btn:focus {
    text-decoration: none;
    color: #fff;
}

.cta-btn:hover {
    opacity: .85;
}

.footer {
    background-color: #093C71;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.footer-logo {
    max-width: 300px;
    width: 100%;
    margin: 53px auto 47px;
}

.footer h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 30px;
}

.footer p {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1;
}

ul.footer-address {
    margin-bottom: 53px;
}

ul.footer-address li {
    margin-right: 40px;
}

ul.footer-address li:last-child {
    margin-right: 0;
}

ul.footer-address li a {
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
}

ul.footer-menu {
    margin-bottom: 93px;
}

ul.footer-menu li {
    position: relative;
    line-height: 1;
}

ul.footer-menu li:after {
    content: "|";
    padding-left: 5px;
    margin-right: 5px;
    font-size: 13px;
}

ul.footer-menu li:nth-child(n-1):after,
ul.footer-menu li:last-child:after {
    content: "";
    padding-left: 0;
    margin-right: 0;
}

ul.footer-menu li a {
    color: #fff;
    /* text-decoration: none !important; */
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    letter-spacing: .3px;
}

.footer-pattern {
    height: 92px;
    background-color: #003B71;
}

.footer-bg {
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon {
    height: 21px;
    display: inline-block;
    margin-right: 5px;
}

.icon-phone {
    position: relative;
    top: -2px;
}

.icon-linkedin {
    position: relative;
    top: -4px;
}

.vertical-separator {
    display: block;
    clear: both;
    height: 60px;
    position: relative;
}

.vertical-separator__line {
    width: 4px;
    height: 100%;
    background-color: #FF7276;
    top: 0;
    left: 50%;
    bottom: 100%;
    position: absolute;
    margin-left: -2px;
}

.clients-list {
    padding: 20px 0;
}

.clients-list img {
    height: 100px;
    object-fit: contain;
    object-position: center center;
    margin: 40px 60px;
    max-width: 160px;
    filter: grayscale(1);
}

.case-studies-slider-area {
    position: relative;
    margin-bottom: 24px;
}

.case-studies-slider__item {
    /* padding: 0 10px; */
}

.case-studies-slider__item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.case-studies-slider__item.bg-light-blue figcaption {
    background-color: #00B2E2;
    color: #fff;
}

.case-studies-slider__item.bg-green figcaption {
    background-color: #2ED9C3;
    color: #fff;
}

.case-studies-slider__item.bg-green figcaption span.read-more {
    background-color: #003B71;
}

.case-studies-slider__item.bg-dark-blue figcaption {
    background-color: #003B71;
    color: #fff;
}

.case-studies-slider__item figcaption {
    padding: 25px 20px;
    height: 100%;
}

.case-studies-slider__item figcaption h5 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.text-deep-blue {
    color: #003B71;
}

.case-studies-slider__item.bg-light-blue figcaption h6 {
    color: #003B71;
}

.case-studies-slider__item.bg-dark-blue figcaption h6 {
    color: #2ED9C3;
}

.case-studies-slider__item.bg-green figcaption h6 {
    color: #003B71;
}

.case-studies-slider__item figcaption h6 {
    color: #003B71;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.case-studies-slider__item figcaption p {
    font-weight: 300;
    font-size: 17px;
    max-width: 430px;
    margin: 0 auto 38px;
    line-height: 1.3;
}

.read-more {
    text-transform: uppercase;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none !important;
    background-color: #32D9C3;
    display: inline-block;
    font-weight: bold;
    transition: .25s;
    min-width: 160px;
    font-size: 10px;
    letter-spacing: 1.35px;
}

.case-studies-slider__item:hover span.read-more {
    background-color: #2ED9C3;
}

.case-studies-slider-area .swiper-button-next,
.case-studies-slider-area .swiper-button-prev {
    width: auto;
}

.case-studies-slider-area .swiper-button-prev,
.case-studies-slider-area .swiper-container-rtl .swiper-button-next,
.case-studies-slider-area .swiper-button-next,
.case-studies-slider-area .swiper-container-rtl .swiper-button-prev {
    height: auto;
    width: auto;
}

.case-studies-slider-area .swiper-button-prev:after,
.case-studies-slider-area .swiper-container-rtl .swiper-button-next:after {
    content: "";
    background: url(../img/arrow-left-white.svg) no-repeat center / contain;
    height: 40px;
    width: 40px;
}

.case-studies-slider-area .swiper-button-next:after,
.case-studies-slider-area .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    background: url(../img/arrow-right-white.svg) no-repeat center / contain;
    height: 40px;
    width: 40px;
}

.our-team-area .swiper-button-prev:after,
.our-team-area .swiper-container-rtl .swiper-button-next:after {
    content: "";
    background: url(../img/arrow-left-blue.svg) no-repeat center / contain;
    height: 40px;
    width: 40px;
}

.our-team-area .swiper-button-next:after,
.our-team-area .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    background: url(../img/arrow-right-blue.svg) no-repeat center / contain;
    height: 40px;
    width: 40px;
}

.case-studies-slider-area .swiper-button-prev,
.case-studies-slider-area .swiper-container-rtl .swiper-button-next {
    left: 25px;
    margin-top: -120px;
}

.case-studies-slider-area .swiper-button-next,
.case-studies-slider-area .swiper-container-rtl .swiper-button-prev {
    right: 25px;
    margin-top: -120px;
}

.case-study__hero {
    position: relative;
    /* padding-top: var(--headerHeight); */
}

.case-study__hero img {
    object-fit: cover;
    height: 40vh;
    /*width: 50VW;*/
    /*flex: 1;*/
}

.highlighted-text {
    background-color: #3ADBC8;
    color: #0E1D49;
    padding: 30px 30px;
    border-radius: 5px;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
}

.highlighted-text p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.1;
    letter-spacing: -0.2px;
}

.case-study-steps {
    padding-top: 20px;
}

.case-study-steps .row {
    margin: 0 -10px;
}

.case-study-steps__single-wrap {
    padding: 0 10px;
    padding-top: 54px;
    margin-bottom: 45px;
}

.case-study-steps__single {
    padding: 30px 20px 20px;
    background-color: #F2F2F2;
    color: #0E1D49;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.case-study-steps__single:before {
    content: "";
    background-color: #3ADBC8;
    height: 54px;
    clip-path: polygon(235px 0%, 100% 50%, 235px 100%, 0% 100%, 30px 50%, 0% 0%);
    width: calc(100% + 30px);
    bottom: 100%;
    left: 0;
    position: absolute;
}

.case-study-steps__single-heading {
    font-size: 12px;
    letter-spacing: .4px;
    color: #003B71;
    font-weight: 500;
    margin-bottom: 25px;
}

.case-study-steps__single p {
    font-size: 15px;
}

.case-study-steps__single p:last-of-type {
    margin-bottom: 0;
}

.case-study-steps__single-wrap:nth-of-type(3n+3) .case-study-steps__single:before {
    background-color: #003B71 !important;
}

.case-study-steps__single-wrap:nth-of-type(3n+2) .case-study-steps__single:before {
    background-color: #00B2E2 !important;
}

.case-study-steps__single-wrap:nth-of-type(3n+3) .case-study-steps__counter {
    border-color: #003B71 !important;
}

.case-study-steps__single-wrap:nth-of-type(3n+2) .case-study-steps__counter {
    border-color: #00B2E2 !important;
}

.case-study-steps__counter {
    position: absolute;
    border: 7px solid #3ADBC8;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    background-color: #FFFFFF;
    color: #001A5E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    left: 40px;
    bottom: 100%;
    margin-bottom: -15px;
    font-family: "Calibri", sans-serif;
}

.number-widget__single {
    background-color: #051538;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 290px;
}

.number-widget__single:last-child {
    margin-right: 0;
}

.number-widget__single img {
    max-width: 100%;
}

.number-widget__single-content {
    padding: 15px;
}

.number-widget__single-content ul {
    padding-left: 15px;
}

.number-widget__single-content ul li {
    margin-bottom: 10px;
}

.number-widget__single-content--count {
    background-color: #4AA3D8;
    color: #fff;
    font-size: 40px;
    display: inline-block;
    position: relative;
    left: -25px;
    top: -25px;
    padding: 8px 30px;
    padding-right: 5px;
    font-family: 'Baskerville', serif;
    margin-bottom: -5px;
}
.number-widget__single-content--count:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    height: 100%;
    border-top: 38px solid transparent;
    border-left: 40px solid #4ba3d8;
    border-bottom: 38px solid transparent;
}


.media-widget__single {
    margin-bottom: 1.5rem;
}

.media-widget__single img {
    max-width: 100%;
    width: 200px;
    margin-right: 1rem;
    object-fit: cover;
}

.media-widget__single--heading{
    font-family: var(--body-ff);
    color: #EC6166;
}

.media-widget__single--content {
    font-family: var(--body-ff);
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.media-widget__single-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tablepress.methodology-table {
    border: 1px solid #848C9D;
} 

.tablepress.methodology-table thead th {
    background-color: #051538;
    color: #fff;
    font-size: 1.25rem;
    border-bottom: 0;
}
.tablepress.methodology-table td {
    border: 1px solid #848C9D;
}

.tablepress.methodology-table th:last-child {
    text-align: center;
}

.tablepress.methodology-table td:last-child {
    color: #4AA3D8;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
}

.methodology-table .column-2 {
    text-align: center;
    vertical-align: middle;
    background-color: #4AA3D8;
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
}


.tablepress.discount-table {
    border: 1px solid #848C9D;
} 

.tablepress.discount-table thead th {
    background-color: #4AA3D8;
    color: #fff;
    font-size: 1.25rem;
    border-bottom: 0;
}
.tablepress.discount-table td {
    border: 1px solid #848C9D;
}


.testimonial-quote-mark {
    margin-bottom: 30px;
}

.testimonial-quote-mark svg {
    width: 80px;
    height: auto;
}

.testimonial-area {
    background-color: #003B71;
    margin-bottom: 45px;
}

.testimonial-area__bg {
    padding-top: 40px;
    padding-bottom: 55px;
    background-color: #003B71;
}

.testimonial__content {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial__content--text {
    color: #fff;
    font-family: 'Baskerville', serif;
    font-size: 34px;
    line-height: 1.22;
    margin-bottom: 53px;
}

.testimonial__content--author-name {
    font-family: sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.testimonial__content--author-designation {
    color: #00B2E3;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.5;
}

.testimonial__img {
    width: 50%;
    flex: 0 0 50%;
    object-fit: cover;
}

.img-with-testimonial__content.bg-light-blue {
    background-color: #00B2E2;
}

.img-with-testimonial__content.bg-green {
    background-color: #3ADBC8;
}

.img-with-testimonial__content.bg-dark-blue {
    background-color: #003B71;
}

.img-with-testimonial__content.bg-dark-blue .testimonial-quote-mark svg path {
    fill: #32D9C3 !important;
}

.img-with-testimonial__content.bg-dark-blue .testimonial__content--text {
    color: #fff;
}

.img-with-testimonial__content {
    padding: 55px 30px 45px;
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    align-items: center;
}

.swiper-slide {
    height: auto;
}

.testimonial-excerpt {
    color: #fff;
    font-size: 21px;
    padding: 0 10px;
    letter-spacing: .2px;
    line-height: 1.3;
    margin-bottom: 48px;
}

.img-with-testimonial__content-inner {
    max-width: 590px;
}

.img-with-testimonial__content .testimonial__content--author-designation {
    color: #fff;
    font-size: 11px;
    margin-bottom: 40px;
}

.img-with-testimonial__content .testimonial__content--text {
    color: #003B71;
    font-size: 27px;
    line-height: 1.4;
}

.img-with-testimonial__content .testimonial__content--author-name {
    font-size: 20px;
    letter-spacing: .45px;
    margin-bottom: 12px;
}

.img-with-testimonial__content .read-more {
    color: #ffffff !important;
}

.img-with-testimonial__content.bg-green .read-more {
    background-color: #003B71;
}

.img-with-testimonial__content .read-more:hover {
    opacity: .9;
}

.case-studies-slider-area h2 {
    margin-top: 48px;
}

.swiper-team-container {
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px 3%;
    margin: 0px 0px 20px 0px;
    height: auto;
    line-height: 20px;
    border: 1px solid #ccc;
    background: transparent;
    resize: none;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 18px 24px;
    /*margin: 0px 0px 40px 0px;*/
    height: auto;
    line-height: 20px;
    border: 1px solid #ccc;
    background: transparent;
    resize: none;
    transition: .25s;
}

.img-bg-floating-textbox {
    max-width: 650px;
    padding: 40px 60px 80px 30px;
    position: relative;
    color: #fff;
    font-size: 40px;
    line-height: 1.75;
}

.img-bg-floating-textbox img {
    max-width: 250px !important;
    position: absolute;
    bottom: 20px;
    right: 30px;
    object-fit: cover !important;
}

.wpcf7-form-control-wrap {
    margin-bottom: 40px;
}

.wpcf7-form-control-wrap.textarea-363 {
    margin-bottom: 30px;
}

.contact-hero-text .page-title {
    font-family: var(--body-ff);
    margin-top: 18px;
    font-size: 15px;
    margin-bottom: 40px;
}

.contact-hero-text form {
    max-width: 650px;
    margin: 0 auto;
}

.contact-hero-text input,
.contact-hero-text textarea {
    background-color: #f3f3f3;
    border: 0;
}

.contact-hero-text textarea {
    height: 170px;
}

.contact-hero-text input[type="submit"] {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #093c71;
    color: #fff;
    padding: 10px 0;
}

.contact-hero-text input[type="submit"]:hover {
    background-color: #f3f3f3;
    color: #093c71;
    border-color: #093c71;

}

.mc_modal input[type="submit"] {
    max-width: 100%;
    padding: 17px 0;
    border: 1px solid transparent;
    transition: .25s;
    text-transform: uppercase;
}

.mc_modal input[type="submit"]:hover {
    background-color: #f3f3f3;
    color: #093c71;
    border-color: #093c71;

}

#mc_embed_signup div.mce_inline_error {
    font-weight: normal !important;
    margin-top: -0.5rem !important;
    font-size: 14px !important;
}

.footer-signup-btn {
    color: #fff !important;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 1.125rem;
}

.fastqual-top__section h2 {
    letter-spacing: -.7px;
    margin-bottom: 30px;
}

.fastqual-top__section-text {
    padding: 20px 0;
}

.google-map-area {
    position: relative;
    height: 370px;
}

.google-map-area iframe {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.contact-widget {
    margin-bottom: 90px;
}

.contact-widget__text {
    font-size: 13px;
}

.contact-widget__text a {
    text-decoration: none; 
    color: #0E1D49;
}

.contact-widget__text p {
    margin-bottom: 0;
}

.contact-widget__single {
    padding: 0 0;
    flex:  1;
    min-width: 240px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.contact-widget__single:after {
    content: "";
    width: 4px;
    background-color: #91ECE1;
    height: 100px;
    position: absolute;
    right: 0;
    top: 15px;
}

.contact-widget__icon img {
    height: 44px;
}

.contact-widget__icon img.location-pin-icon {
    height: 54px;
}

.contact-widget__single:last-of-type:after {
    display: none;
}

.contact-widget__icon {
    min-height: 105px;
}

.contact-hero-text h3 {
    margin-top: 32px;
    margin-bottom: 57px;
}


.blog-single__text h2,
.blog-single__text .h2 {
    letter-spacing: 1.3px;
    margin-bottom: 30px;
}

.blog-single__text h2 br,
.blog-single__text .h2 br {
    display: none;
}

.blog-single__text p,
.blog-single__text ul,
.blog-single__text ol {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.45px;
    margin-bottom: 32px;
}
.blog-single__text a {
    color: #36a6dd;
    transition: .25s;
}

.blog-single__text a:hover,
.blog-single__text a:focus {
    color: #064d71;;
}

.blog-list__thumb {
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}

.blog-read-more {
    font-weight: bold;
    color: #064d71;
}

.blog-list__single h5 {
    font-size: 1.25rem;
}
.blog-list__single figcaption {
    padding: 0 5px;
}

.blog-list__single figcaption p {
    font-size: 0.9375rem;
    margin-bottom: 0;
}

.blog-read-more {
    font-weight: bold;
    color: #064d71;
    font-size: 1rem;
}

.is-underline {
    color: #064d71;
    background-image: -o-linear-gradient(left, #064d71 0%, #064d71 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#064d71), to(#064d71));
    background-image: linear-gradient(to right, #064d71 0%, #064d71 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    -webkit-transition: all .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: all .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: all .25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: .1% 0;
    vertical-align: baseline;
    z-index: 1;
    text-decoration: none;
}

.blog-list__single .link-mask:hover + .is-underline {
    color: #064d71;
    background-size: 100% 2px;

}

.single-page__navigation {
    line-height: 1.5;
}

.single-page__navigation a {
    color: #0E1D49;
    font-size: 16px;
    display: block;
}

.single-page__navigation a span {
    display: block;
}

.single-page__nav-btn--title {
    color: #064d71;
}

.blog-pagination li .page-link {
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    color: #093c71;
    border: 1px solid transparent;
    margin: 0 2px;
    box-shadow: none;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}

.blog-pagination li .page-link:hover {
    background-color: transparent;
}

.blog-pagination li .page-link.next,
.blog-pagination li .page-link.prev {
    border: 0;
}

.blog-pagination li .page-link.current {
    background: #093c71;
    border: 0;
    color: #fff;
}


.container-404 {
    min-height: 70vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}

.container-404 .page-title {
    font-size: 30px;
    color: #093c71;
}

.aos-fadein-js:after {
  transform: translateY(-30px);
  height: 0 !important;
  transition: height,transform .75s !important;
}
.aos-fadein-js.aos-animate:after {
    height: 60px !important;
    transform: translateY(0px);
}

.section-plain-heading {
    color: #ffffff;
    background-color: #FF5461;
    padding: 20px 10px;
    position: relative;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
}

.section-plain-heading:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid #FF5461;
    border-bottom: 50px solid transparent;
    left: -100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-plain-heading:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid #FF5461;
    border-bottom: 50px solid transparent;
    right: -100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-builder-block {
    margin-bottom: 45px;
}

.no-mb-each-sections .page-builder-block {
    margin-bottom: 0;
}

.page-builder-block p {
    font-size: 18px;
    line-height: 1.8;
}

.page-builder-block img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.page-builder-block ul {
    line-height: 1.8;
    font-size: 18px;
    padding-left: 0;
    list-style: none;
}

.page-builder-block ul li {
    margin-bottom: 15px;
}

.page-template-template-fastqual .page-builder-block ul li {
    margin-bottom: 5px;
}

.page-builder-block ul li:before {
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    background-color: #00B2E2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.page-builder-block .list-bg-green ul li:before {
    background-color: #3ADBC8;
}
.page-builder-block ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
}

.page-builder-heading {
    text-transform: uppercase;
}

.page-builder-col {
    margin-bottom: 30px;
}

.text-light-blue {
    color: #00B2E2;
}


.page-builder-heading.bg-light-blue {
    background-color: #00B2E2;
}

.page-builder-heading.bg-green {
    background-color: #3ADBC8;
}

.page-builder-heading.bg-dark-blue {
    background-color: #003B71;
}

.object-fit-cover {
    object-fit: cover !important;
}

.pattern-block {
    height: 8.5vh;
    background-color: #00B2E2;
}

.rounded-75 {
    border-radius: .75rem;
}

.three-col-widget-img {
    max-height: 80px;
    height: 100% !important;
    object-fit: contain;
}

.three-col-widget-img-2 {
    max-height: 200px;
    height: 100% !important;
    object-fit: contain;
}

.three-col__big-img-widget {
    background-color: #051538;
    color: #ffffff;
}

.three-col__big-img-widget p {
    font-size: 18px;
    line-height: 1.5;
}

.blue-list-widget {
    background-color: #051538;
    color: #ffffff;
    padding: 30px 20px 20px;
}

.blue-list-widget__heading {
    text-align: center;
    font-style: italic;
    font-family: var(--body-ff);
    margin-bottom: 1.25rem;
}

.blue-list-widget ul {
    columns: 2;
    column-gap: 150px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding-left: 100px;
}

.table-caption {
    font-size: .875rem;
    font-style: italic;
}

.right-arrow-widget {
    margin-bottom: 50px;
}

.right-arrow-widget__heading {
    background-color: #00B2E2;
    padding: 30px;
    color: #ffffff;
    border-radius:  15px;
    font-size: 22px;
    max-width: 240px;
    width: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.right-arrow-widget__content {
    background-color: #3ADBC8;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 20px;
    margin-right: 100px;
    min-height: 138px;
    position: relative;
    flex: 1;
}


.right-arrow-widget__content:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-left: 100px solid #3ADBC8;
    border-bottom: 100px solid transparent;
    right: -100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.right-arrow-widget__content p:last-of-type,
.right-arrow-widget__wrap ul:last-of-type,
.right-arrow-widget__wrap ul li:last-of-type {
    margin-bottom: 0;
}

.right-arrow-widget__wrap ul li {
    margin-bottom: 5px;
    text-align: left;
}

.down-arrow-widget__content {
    position: relative;
    border: 1px solid #D9DAE4;
    border-radius: 20px;
    padding: 20px;
    min-height: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #fff;
    font-size: 18px;
}

.down-arrow-widget__content:before {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4faf7+1,69e3d5+100 */
background: #e4faf7; /* Old browsers */
background: -moz-linear-gradient(top,  #e4faf7 1%, #69e3d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e4faf7 1%,#69e3d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e4faf7 1%,#69e3d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4faf7', endColorstr='#69e3d5',GradientType=0 ); /* IE6-9 */

    content: "";
    position: absolute;
    height: calc(100% + 90px);
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

.down-arrow-widget__content p {
    text-align: center;
}

.down-arrow-widget__content p:last-of-type {
    margin-bottom: 0;
}

.down-arrow-widget__wrap {
    max-width: 400px;
    margin: 0 auto 65px;
    height: 100%;
}

.mx-400  {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.custom-widget__wrap {
    padding-bottom: 60px;
}

.custom-widget {
    margin-bottom: 2rem;
}

.custom-widget__img {
    object-fit: cover;
    height: 152px;
    width: auto;
    max-width: 220px;
}

.custom-widget__heading {
    background-color: #051538;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.75rem;
    text-align: center;
    width: 220px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    padding-left: 1.85rem;
    line-height: 1.125;
    position: relative;
}

.custom-widget__heading:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    height: 100%;
    border-left: 40px solid #051538;
    border-top: 76px solid transparent;
    border-bottom: 76px solid transparent;
    z-index: -1;
}

.custom-widget__content {
    border-top: 2px solid #06195A;
    border-bottom: 2px solid #06195A;
    padding: 1.5rem;
    padding-left: 5rem;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.25;
}

.custom-widget__price {
    background-color: #4AA3D8;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    flex-basis: 170px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    line-height: 1.125;
}
.custom-widget__price a {
    color: #fff;
}

.why-use-fastqual {
    display: flex;
    overflow: hidden;
}

.why-use-fastqual {
    display: flex;
}

.why-use-fastqual__content {
    padding: 20px 0;
}

.why-use-fastqual__img {
    position: relative;
    display: flex;
    height: 100%;
}

.why-use-fastqual__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    object-fit: cover;
}

.fastqual-intro__section h2 {
    color: #fff;
}

.ins-card  {
    border-radius: 0;
}

.ins-card .card-header {
    background-color: #36A6DD;
    color: #fff;
    border-radius: 0;
}

.fastqual-case-study-section img {
    max-width: 100%;
}

.ins-card .card-body p:last-child {
    margin-bottom: 0;
}

.the-approach__images {
    padding-top: 20px;
}

.the-approach__images img {
    align-self: end;
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}

.bg-deep-blue {
    background-color: #04163A;
    color: #fff;
}

.page-builder-block img.fq-case-study__sidebar-img {
    width: 40%;
    object-fit: cover;
    align-self: stretch;
}

.fq-case-study__top-heading {
    font-weight: 400;
    color: #7F7F7F;
    font-style: italic;
    /*margin-left: -1rem;*/
}

.fq-case-study__bottom-heading {
    font-weight: 400;
    color: #7F7F7F;
    text-align: right;
    padding-top: 30px;
}

.fastqual-case-study-block h2 {
    font-family: var(--body-ff);
    font-weight: bold;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.fastqual-case-study-block h3 {
    font-family: var(--body-ff);
    margin-bottom: 1.25rem;
}

.fastqual-case-study-block h4 {
    font-family: var(--body-ff);
    margin-bottom: 1rem;
}

.fastqual-case-study-block h5 {
    font-family: var(--body-ff);
    margin-bottom: 1rem;
}

.fq-case-study__content {
    padding: 1.5rem;
    padding-left: 2.5rem;
}

.fastqual-case-study-block ul {
    padding-left: 2rem !important;
    margin-bottom: 1.5rem;
}

.fq-case-study__people {
    padding-top: 6rem;
    display: flex;
}

.fq-case-study__people-single {
    border-radius: 20px;
    padding: .75rem;
    position: relative;
    /*max-width: 280px;*/
    flex: 1;
    margin-right: 1rem;
}

.fq-case__has-top-img--wrap {
    flex: 1;
    margin-right: 1rem;  
}

.fq-case-study__people--top-content p {
    font-size: 1rem;
}
.fq-case-study__people--top-content > p:first-child {
    min-height: 90px;
}
.fq-case__has-top-img--wrap:last-child {
    margin-right: 0;
}

.fq-case-study__people-single:last-child {
    margin-right: 0;
}

.fq-case-study__people--top-content img {
    height: 100px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    width: auto;
}

.fq-case-study__people-single:before {
    content: "";
    opacity: .3;
    top:0;
    right:0;
    left:0;
    bottom:0;
    position:absolute;
    width:100%;
    height:100%;
    pointer-events: none;
    z-index: 0;
    border-radius: 20px;
    display: block;
}
.fq-case-study__people-single--text {
    font-size: 1.125rem;
    font-family: var(--header-ff);
    line-height: 1.35;
    font-weight: 400;
}

.page-builder-block .fq-case-study__people--secondary .fq-case__has-top-img .fq-case-study__people-single--text p {
    font-size: 1rem;
    line-height: 1.4;
}

.fq-case-study__people.fq-case-study__people--secondary .fq-case__has-top-img {
    margin-top: -4rem;
}

.fq-case-study__media-widgets {
    margin-bottom: 2rem;
}

.fq-case-study__media-widgets-single {
    flex: 1;
    margin-right: 2rem;
}

.fq-case-study__media-widgets-single:last-child {
    margin-right: 0;
}

.fq-case-study__media-widgets-single--text {
    background-color: rgba(70, 219, 199, .3);
    border-radius: 0 5px 5px 0;
    padding: 1rem;
    min-height: 176px;
}
.fq-case-study__media-widgets-single--img {
    flex: 1;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.fq-case-study__people-single--text br {
    content: "";
    margin: 15px 0;
    display: block;
}

.fq-case-study__people-single-head,
.fq-case-study__people-single--text {
    position: relative;
    z-index: 1;
}

.fq-case-study__people-single-head {
    margin-top: -4.75rem;
    margin-bottom: .5rem;
}

img.fq-case-study__people-single--img {
    border-radius: 50%;
    border:  3px solid #32D9C3;
    width: 94px;
    height: 94px;
    object-fit: cover;
    /*margin-right: .5rem;*/
}
.fq-case-study__people-single--placeholder {
    width: 94px;
    height: 94px;
}

.fq-case-study__people-single--name {
    font-size: 12px;
    font-weight: 700;
}

.fq-case-study__people--secondary ul {    
    padding-left: 0 !important;
    line-height: 1.25 !important;
    font-size: 1rem;
}

.fq-case-study__people--secondary .fq-case-study__people-single--name {
    font-size: 14px;
}

.fq-case-study__people--secondary .fq-case-study__people-single--details {
    font-size: 80%;
}

.fq-case-study__people--secondary .fq-case-study__people-single-head {
    margin-top: -6rem;
    margin-bottom: 1rem;
}

.fq-case-study__people--top-content {
    margin-bottom: 6rem;
}

.theme-grey h2,
.theme-grey .fq-case-study__people-single--name {
    color: #46DBC7;
}

.theme-grey .fq-case-study__people-single:before,
.fastqual-case-study-block.theme-grey ul li:before {
    background-color: #46DBC7;
}

.theme-purple h2,
.theme-purple .fq-case-study__people-single--name {
    color: #36A6DD;
}

.theme-purple .fq-case-study__people-single:before,
.fastqual-case-study-block.theme-purple ul li:before {
    background-color: #36A6DD;
}

.theme-red h2,
.theme-red .fq-case-study__people-single--name {
    color: #F65562;
}

.theme-red .fq-case-study__people-single:before,
.fastqual-case-study-block.theme-red ul li:before {
    background-color: #F65562;
}

.theme-navy h2,
.theme-navy .fq-case-study__people-single--name {
    color: #04163A;
}

.theme-navy .fq-case-study__people-single:before,
.fastqual-case-study-block.theme-navy ul li:before {
    background-color: #04163A;
}


.fastqual-case-study-block {
    margin-bottom: 100px;
}

.fastqual-case-study-block:last-of-type {
    margin-bottom: 0 !important;
}

blockquote p {
    margin-bottom: 5px !important;
}

blockquote {
    padding-left: 2rem;
    border-left: 5px solid #04163A;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
}

blockquote:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23808080' d='M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    margin-bottom: 15px;
    opacity: .5;
}



/* ============= responsive styles ======= */

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1160px;
    }
    .case-study-steps .container {
        max-width: 1024px;
    }
    .img-with-testimonial__content-inner {
        margin-left: 30px;
    }

    .our-team-area .swiper-button-next {
        right: -18px !important;
    }

    .our-team-area .swiper-button-prev {
        left: -18px !important;
    }   
    .number-widget__single {
        flex: 1;
    }
}

@media screen and (max-width: 1199px) {
    .customers__text p {
        right: 0;
        top: 0;
    }
    .single-our-service__heading h4 {
        font-size: 20px;
    }
    .case-study-steps__single:before {
        clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 30px 50%, 0% 0%);
        width: 100%;
    }
    .case-study-steps__single:after {
        content: "";
        height: 56px;
        clip-path: polygon(100% 0, 68% 0, 100% 50%, 68% 100%, 100% 100%);
        background-color: #fff;
        position: absolute;
        z-index: 9;
        margin-top: 0px;
        right: -1px;
        bottom: calc(100% - 1px);
        width: 100px;
    }
    .our-team:before {
        clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
    }
    .our-team__slider-item img {
        height: 445px;
    }

    .down-arrow-widget__wrap .page-builder-heading,
    .down-arrow-widget__content {
        font-size: 16px;
    }

    .custom-widget__wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .custom-widget {
        flex-direction: column;
        width: 260px;
        margin-bottom: 2.5rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .custom-widget__img {
        max-width: 100%;
    }

    .custom-widget__content {
        padding: 1rem;
        padding-top: 3rem;
        border: 2px solid #06195A;
        height: 100%;
    }

    .custom-widget__heading {
        width: 100%;
        height: 140px;
        padding: 0 1rem;
    }

    .custom-widget__heading:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
        border-top: 40px solid #051538;
        border-left: 130px solid transparent;
        border-right: 130px solid transparent;
    }

    .custom-widget__price {
        justify-content: center;
        flex-basis: 100px;
    }

    .custom-widget__wrap {
        padding-bottom: 20px
    }

    .fq-case-study__people-single-head {
        margin-top: -4rem;
    }

    img.fq-case-study__people-single--img {
        width: 70px;
        height: 70px;
    }
    .fq-case-study__people-single--placeholder {
        height: 70px;
        width: 70px;
    }
    .fq-case-study__people--secondary .fq-case-study__people-single-head {
        margin-top: -5.25rem;
    }

}

@media screen and (max-width: 991px) {
    .customers__text:after {
        top: -75px;
    }
    .customers {
        margin-top: 50px;
    }
    .customers__img {
        padding-top: 7px;
        padding-left: 20px;
    }
    .customers__text p {
        padding-top: 0;
    }
    .footer-logo {
        margin-top: 30px;
        max-width: 250px;
    }
    .testimonial__img {
        position: absolute;
        width: 100%;
        flex: 0 0 100%;
        height: 100%;
    }
    .img-with-testimonial__content {
        width: 100%;
        flex: 0 0 100%;
    }
    .img-with-testimonial__content.bg-light-blue {
        background-color: rgb(0 178 226 / 90%);
    }
    .img-with-testimonial__content.bg-dark-blue {
        background-color: rgb(0 59 113 / 90%);
    }
    .img-with-testimonial__content.bg-green {
        background-color: rgb(58 219 200 / 90%);
    }
    .img-with-testimonial__content {
        padding: 40px 10px;
    }
    .img-with-testimonial__content-inner {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-widget__single {
        border-right: 0;
        flex:  0 0 50%;
        margin-bottom: 50px
    }
    .contact-widget__single:after {
        display: none;
    }

    .contact-widget__icon {
        min-height: 70px;
    }

    .contact-widget {
        margin-bottom: 30px;
    }

    .section-plain-heading {
        margin-left: auto;
        margin-right: auto;
    }

    .section-plain-heading:before,
    .section-plain-heading:after {
        display: none;   
    }

    .right-arrow-widget__heading {
        justify-content: center;
        margin-bottom: 5px;
        max-width: 100%;
        padding: 10px 10px;
        font-size: 18px;
    }    

    .right-arrow-widget__content:after {
        display: none;
    }

    .right-arrow-widget__content {
        margin: auto;
        border-radius: 15px;
        padding: 20px 15px;
        font-size: 18px;
    }

    .right-arrow-widget {
        margin-bottom: 30px
    }

    .down-arrow-widget__wrap {
        height: auto;
    }

    .blue-list-widget ul {
        padding-left: 40px;
        column-gap: initial;
    }

    .page-builder-block img.fq-case-study__sidebar-img {
        width: 20%;
    }

    .fq-case-study__content {
        padding-left: 2rem
    }


}

@media screen and (max-width: 767px) {

    .img-bg-floating-textbox {
        max-width: 100%;
        padding: 40px 30px 140px 30px;
        font-size: 30px;
        line-height: 1.5;
    }
    .img-bg-floating-textbox img {
        max-height: 100px !important;
    }
    .img-bg-floating-textbox br {
        display: none;
    }

    .hero-area.clipped-img {
        clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
    }
    .our-team {
        padding-bottom: 110px;
    }
    .our-team__slider-item ul {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .our-team:before {
        clip-path: polygon(0% 0%, 100% 0, 100% 84%, 50% 100%, 0 84%);
    } 
    ul.footer-address {
        flex-direction: column;
        margin-bottom: 20px;
    }
    ul.footer-address li {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .footer p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.3;
    }
    ul.footer-menu {
        margin-bottom: 70px;
        margin-top: 10px;
    }
    ul.footer-menu li a {
        line-height: 1.3;
    }
    .say-hello__video-bg {
        display: none;
    }
    .say-hello__video {
        margin-bottom: 0;
        padding: 0;
    }
    .say-hello__text .container {
        padding-top: 50px;
        max-width: 100%;
    }
    .say-hello {
        padding-top: 40px;
    }
    .customers {
        margin-top: 0;
    }
    .customers__text:after {
        display: none;
    }
    .customers__img {
        padding: 0 15px;
    }
    .customers__text {
        text-align: center;
        padding: 0px 15px;
        margin-top: 20px;
    }
    .customers__text p {
        max-width: 100%;
    }
    .cta-area {
        padding-top: 50px;
        padding-bottom: 30px;
    }    

    .navbar-nav {
        margin-top: 15px;
    }
    
    .main-menu li {
        margin-left: 0
    }

    .main-menu li a {
        display: block;
        padding: 10px 0 3px;
        margin-bottom: 7px;
        font-size: 16px;
        display: inline-block
    }

    .single-our-service__text {
        min-height: 160px;
    }

    .single-our-service__overlay {
        padding-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

     .blue-list-widget ul {
        columns: 1;
    }

    .fastqual-hero:after {
        width: 100vw;
    }


    .page-builder-block img.fq-case-study__sidebar-img {
        display: none;
    }

    .fq-case-study__content {
        padding-left: 1.5rem;    
    }

    .fq-case-study__people {
        padding-top: 5rem;
    } 

    .fq-case-study__people--secondary.fq-case-study__people {
        padding-top: 6rem;
    }

    .fastqual-case-study-block {
        margin-bottom: 30px;
    }

    .main-menu > li > a {
        float: left
    }

    span.caret {
        display: block;
        transition: .25s;
    }

    span.caret.active {
        transform: rotate(180deg);
    }

    ul.sub-menu {
        display: none;
        position: relative;
        visibility: visible;
        padding-top: 0;
        float: left;
        clear: left;
        opacity: 1;
        margin-top: 0;
        transition: initial;
    }

    ul.sub-menu li {
        background: transparent;
        padding: 0;
        padding-left: 2rem;
    }

}

@media screen and (max-width: 575px) {
    .fq-no-img {
        margin-top: -5rem;
    }
    .blog-list__thumb {
        height: auto;
        width: 100%;
    }

    .case-studies-slider-area h2 {
        margin-top: 30px
    }

    .our-team-area.case-studies-slider-area .swiper-button-prev,
    .our-team-area.case-studies-slider-area .swiper-button-next {
        top: 100%;
        left: 50%;
        margin-top: 0;
        transform: translateX(-50%);
        width: 40px;
    }   

    .our-team-area .swiper-button-prev {
        margin-left: -30px
    }

    .our-team-area .swiper-button-next {
        margin-left: 30px
    }

    .fq-case-study__top-heading {
        margin-left: 0;
    }
    .fq-case-study__bottom-heading {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .fastqual-case-study-block h2 {
        font-size: 1.75rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .fq-case-study__content {
        padding: 0;
    }

    .fq-case-study__people {
        flex-direction: column;
        align-items: center;
    }
    .fq-case-study__people-single {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 6rem;
    }

    .fastqual-case-study-block ul {
        padding-left: 1rem !important;
    }

    .fq-case-study__people-single--text {
        margin-bottom: 1rem;
    }

    img.fq-case-study__people-single--img {
        height: 94px;
        width: 94px;
    }

    .fq-case-study__people-single--placeholder {
        height: 94px;
        width: 94px;
    }
    
    .fq-case-study__people-single-head {
        margin-top: -4.75rem;
    }

    .fq-case-study__people-single:last-child {
        margin-bottom: 2rem;
    }

    .fq-case-study__people--secondary .fq-case-study__people-single-head {
        margin-top: -6.5rem;
    }
    .fq-case-study__people--secondary .fq-case-study__people {
        padding-top: 6rem;
    }

    .fq-case-study__people--secondary .fq-case-study__people-single {
        margin-bottom: 7rem;
    }

    .fq-case-study__people--secondary .fq-case-study__people-single:last-child {
        margin-bottom: 2rem;
    }

    .page-builder-block .fq-case-study__people--secondary ul li {
        margin-bottom: 10px;
    }

    .fq-case-study__people.fq-case-study__people--secondary .fq-case__has-top-img {
        margin-top: 0;
    }

    .fq-case-study__people.fq-case-study__people--secondary .fq-case__has-top-img:first-child {
        margin-top: -4rem;
    }

    .fq-case-study__people--top-content > p:first-child {
        min-height: auto;
    }

    .fq-case-study__media-widgets-single {
        margin-right: 1rem;
    }

    .fq-case-study__media-widgets {
        margin-bottom: 1rem;
    }

}


@media screen and (max-width: 480px) {
    .case-studies-slider-area .swiper-button-prev,
    .case-studies-slider-area .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    .case-studies-slider-area .swiper-button-next,
    .case-studies-slider-area .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    .hero-area {
        min-height: 45vh;
    }    

    .hero-area.clipped-img {
        clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    }
    .our-team__slider-item ul {
        max-width: 100%;
    }
    .our-team {
        padding-bottom: 70px;
    }
    .our-team:before {
        clip-path: polygon(0% 0%, 100% 0, 100% 89%, 50% 100%, 0 89%);
    }

    .our-team__slider-item {
        max-width: initial;
    }

    .our-team__slider-item img {
        height: 540px;
    }

    .cta-area h2 {
        font-size: 30px;
    }
    .hero-text-area h2 {
        font-size: 30px;
    }
    .clients-list img {
        margin: 15px 15px;
    }
    h2.tagline {
        font-size: 30px;
    }
    .footer h2 {
        font-size: 36px;
    }
    .hero-area h2 {
        font-size: 38px;
    }
    .container-404 .page-title {
        font-size: 22px;
        line-height: 1.5
    }
    .testimonial-quote-mark svg {
        width: 60px;
    }
    .media-widget__single {
        flex-direction: column;
    }
    .media-widget__single img {
        margin-bottom: 1rem;
        width: auto;
    }

    .custom-widget {
        width: 320px;
    }

    .custom-widget__heading:after {
        border-left: 160px solid transparent;
        border-right: 160px solid transparent;
    }

    .custom-widget__content {
        padding-top: 3.5rem;
    }

    .fastqual-intro__section h2 span {
        display: block
    }


    .table-wrap {
        overflow-x: auto;
        margin-bottom: 1.5rem;
    }

    .table-wrap table {
        min-width: 310px;
    }

    .tablepress.methodology-table thead th,
    .tablepress.methodology-table td:last-child {
        font-size: 1rem;
    }

    .methodology-table .column-2 {
        font-size: 1.25rem;
    }

    .fastqual-hero__content {
        margin-left: 10px;
    }

    .fastqual-hero__logo {
        max-width: 200px !important;
    }

}

@media screen and (max-width:  374px) {

    .blog-single__text p {
        font-size: 16px
    }

    .single-page__navigation a {
        font-size: 14px;
    }

    .blue-list-widget ul {
        padding-left: 20px;
    }

    .custom-widget {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-widget__heading:after {
        border-left: 135px solid transparent;
        border-right: 135px solid transparent;
    }

    .fq-case-study__media-widgets {
        flex-direction: column;
    } 
    .fq-case-study__media-widgets-single {
        margin-right: 0;
        margin-bottom: 1rem;
    }


}