/*
Theme Name: Brigade Theme
Theme URI: https:hellobrigade.com
Description: Custom Brigade Theme
Version: 1.0
Text Domain: Brigade Custom Theme
*/

@font-face {
    font-family: 'Figtree-Regular';
    src: url('assets/fonts/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-Italic';
    src: url('assets/fonts/Figtree-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-Medium';
    src: url('assets/fonts/Figtree-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-MediumItalic';
    src: url('assets/fonts/Figtree-MediumItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-SemiBold';
    src: url('assets/fonts/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-Bold';
    src: url('assets/fonts/Figtree-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-BoldItalic';
    src: url('assets/fonts/Figtree-BoldItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-ExtraBold';
    src: url('assets/fonts/Figtree-ExtraBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-ExtraBoldItalic';
    src: url('assets/fonts/Figtree-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-Black';
    src: url('assets/fonts/Figtree-Black.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree-BlackItalic';
    src: url('assets/fonts/Figtree-BlackItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.Figtree-Italic{
    font-family: Figtree-Italic;
}

.Figtree-Medium{
    font-family: Figtree-Medium;
}

.Figtree-MediumItalic{
    font-family: Figtree-MediumItalic;
}

.Figtree-SemiBold{
    font-family: Figtree-SemiBold;
}

.Figtree-Bold{
    font-family: Figtree-Bold;
}

.Figtree-BoldItalic{
    font-family: 'Figtree-BoldItalic';
}

.Figtree-ExtraBold{
    font-family: 'Figtree-ExtraBold';
}

.Figtree-ExtraBoldItalic{
    font-family: 'Figtree-ExtraBoldItalic';
}

.Figtree-Black{
    font-family: Figtree-Black;
}

.Figtree-BlackItalic{
    font-family: Figtree-BlackItalic;
}

.theme-main-color{
    color: #2B3F5A;
}

.theme-secondary-color{
    color: #00AAFF;
}

.theme-tertiary-color{
    color: #ffffff;
}


.theme-main-bg{
    background: #2B3F5A;
}

.theme-secondary-bg{
    background: #00AAFF;
}

.container{
    max-width: 1826px;
    overflow: hidden;
}

.modal {
    background: #2b3f5ad9;
}

.btn-close {
    filter: invert(1);
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-body, .modal-dialog, .modal-content {
    background: transparent !important;
    background-color: transparent !important;
}

.navbar-toggler {
    border: 1px solid #fff;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* Indicator container */
.carousel-indicators {
    gap: 15px;
    margin-bottom: 11px;
}

/* Inactive */
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #8698AD;
    border: none;
    opacity: 1;
    margin: 0;
    transition: all .3s ease;
}

/* Active */
.carousel-indicators .active {
    background-color: #00AAFF;
    transform: scale(1.2);
}

.carousel-control-next img, .carousel-control-prev img {
    height: 60px;
}

.carousel-control-prev {
    left: -168px;
    top: -59px;
}

.carousel-control-next {
    right: -168px;
    top: -59px;
}

.padding-y-mod{
    padding-left: 60px;
    padding-right: 60px;
}

.pt-91{
    padding-top: 91px;
}

.pb-58{
    padding-bottom: 58px;
}

.pb-100{
    padding-bottom: 100px;
}

.pt-44{
    padding-top: 44px;
}

.pb-44{
    padding-bottom: 44px;
}

.h-80 {
    height: 80vh;
}

.gray-bg {
    background: #F4F5F7;
}

.brigade-nav {
    background-color: #2B3F5A;
    padding: 25px 12px;
    position: sticky;
    top: 0;
    z-index: 1030; /* Higher than most content */
    height: 129px;
    font-family: 'Figtree-Regular';
}

.custom-logo {
    height: 59px;
    width: auto;
}

#menu-main-menu {
    display: flex;
    align-items: center;
}

#menu-main-menu .menu-item {
    display: flex;
    align-items: center;
}

#menu-main-menu .menu-item a {
    color: #ffffff;
    margin-right: 67px;
    text-decoration: none;
    font-size: 26px;
    letter-spacing: 0.001rem;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
}

#menu-main-menu .menu-item:last-child a {
    margin-right: 0;
    background: #00AAFF;
    border-radius: 10px;
    padding: 13px 33px 13px 53px;
    text-transform: uppercase;
    font-size: 28px;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transition: gap .3s ease;
    transform-origin: center;
}

#menu-main-menu .menu-item:last-child a::after {
    content: "";
    width: 24px;
    height: 24px;
    /* background: url('../images/hello-icon.svg') center center / contain no-repeat; */
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity .3s ease, transform .3s ease;
    flex-shrink: 0;
}

#menu-main-menu .menu-item:last-child a:hover {
    gap: .75rem;
    animation: wiggle .5s ease-in-out;
}

#menu-main-menu .menu-item:last-child a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

@keyframes wiggle {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(-2deg); }
    50%  { transform: rotate(2deg); }
    75%  { transform: rotate(-1deg); }
    100% { transform: rotate(0deg); }
}

#menu-main-menu .menu-item:last-child a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.navbar-nav a.active, .navbar-nav a:hover {
    color: #00aaff !important;

}

.brigade-footer {
    background-color: #2B3F5A;
    padding: 35px 10px;
    font-family: 'Figtree-Regular';
}

.brigade-footer p {
    margin-bottom: 0;
    color: white;
    font-size: 23px;
}

.s-icons-case {
    margin: 0px 15px;
}

.brigade-footer img {
    height: 35px;
}

body {
    background: #ffffff;
    font-family: 'Figtree-Regular';
    color: #1e1e1e;
}

.theme-btn {
    margin-top: 2rem;
    width: 389px;
    color: #ffffff;
    background: #00aaff;
    padding: 17px;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 23px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.theme-btn img {
    height: 15px;
    position: relative;
    margin-top: -3px;
    margin-left: 9px;
}

.theme-btn:hover, .how-we-work-btn:hover, .how-we-work-services-btn:hover, .guide-btn:hover {
    background-color: #2B3F5A;
}

.play-button {
    cursor: pointer;
    transition: opacity .3s ease;
}

.play-button.playing {
    opacity: 0;
}

.position-relative:hover .play-button{
    opacity: 1;
}



/* .slanting {
    display: inline-block;
    transform-origin: left center;
    animation: impactSlant 7s cubic-bezier(.25, 1, .5, 1) infinite;
    will-change: transform;
    backface-visibility: hidden;
}


@keyframes impactSlant {

    0%, 78%, 100% {
        transform: translateY(0) skewX(0deg);
        opacity: 1;
    }

    82% {
        transform: translateY(-8px) skewX(0deg);
        opacity: .8;
    }

    86% {
        transform: translateY(0) skewX(-25deg);
        opacity: 1;
    }

    100% {
        transform: translateY(0) skewX(0deg);
        opacity: 1;
    }
} */

.slide-in {
    display: inline-block;
    opacity: 0;
    animation: slideInLeft .8s ease-out 1s forwards;
}

.slanting {
    display: inline-block;
    transform-origin: left center;
    will-change: transform;
    backface-visibility: hidden;

    /* 3s delay + 0.8s slide = 3.8s */
    animation: impactSlant 5s cubic-bezier(.25,1,.5,1) 1s infinite;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes impactSlant {
    /* Slant immediately when animation starts */
    0%, 78%, 100% {
        transform: translateY(0) skewX(0deg);
        opacity: 1;
    }

    82% {
        transform: translateY(-8px) skewX(0deg);
        opacity: .8;
    }

    86% {
        transform: translateY(0) skewX(-25deg);
        opacity: 1;
    }

    100% {
        transform: translateY(0) skewX(0deg);
        opacity: 1;
    }
}

.intro-case{
	height: calc(100vh - 129px);
    position: relative;
    padding: 2.2vw 0vw;
}





/* Introduction Section */
.introduction-section-heading-1{
    font-size: 120px;
    line-height: 7.65rem;
    margin-top: 39px;
    color: #2B3F5A;
}

.introduction-section-heading-2{
    font-size: 49px;
    margin-top: 23px;
    color: #2B3F5A;
}

.introduction-content-case{
    font-family: Figtree-Medium;
    margin-top: 23px;
    font-size: 22px;
    line-height: 29px;
}

.introduction-content-case p {
    margin-bottom: 1.25rem;
    padding-top: .5rem;
}

.introduction-featured-image {
    filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.35));
    width: 91.5%;
    position: relative;
    left: -63px;
    top: 75px;
    /* cursor: pointer; */
    transition: 0.2s;
}

/* .introduction-featured-image:hover{
    opacity: 0.7;
} */

.introduction-featured-image-logo {
    position: absolute;
    height: 233px;
    z-index: 2;
    right: 27px;
    bottom: -30px;
}

.introduction-inline-ul {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
}

.introduction-inline-ul li {
    display: flex;
    list-style: none;
    background: #fff;
    margin-bottom: 21px;
    padding: 20px 23px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform .3s ease;
    --x: 0px;
    transform: translateX(var(--x));
    transition: transform .3s ease;
}

.introduction-inline-ul li:hover {
    transform: translateX(var(--x)) scale(1.05);
}

.introduction-inline-ul li:nth-child(1) { --x: -136px; }
.introduction-inline-ul li:nth-child(2) { --x: -85px; }
.introduction-inline-ul li:nth-child(3) { --x: -34px; }
.introduction-inline-ul li:nth-child(4) { --x: 15px; }

/* 
.introduction-inline-ul li:first-child:hover {
    transform: translateX(-150px);
} */


.introduction-inline-ul img, .introduction-inline-ul div {
    margin: auto;
}

.introduction-inline-ul div {
    width: 100%;
}

.introduction-inline-ul img {
    height: 55px;
    width: fit-content;
    margin-right: 1rem;
}

.introduction-inline-ul h3 {
    font-family: 'Figtree-Bold';
    color: #2b3f5a;
    font-size: 20px;
    margin-bottom: 5px;
}

.introduction-inline-ul p {
    line-height: 18px;
    color: #1e1e1e;
    margin-bottom: 0;
}

.introduction-inline-bullets-case{
    padding: 15px 11px;
    color: #ffffff;
}

.introduction-inline-bullets img {
    height: 110px;
}



.introduction-inline-bullets {
    display: inline-flex;
    gap: 20px;
    position:relative;
}

.vertical-line{
    height: 90px;
    width: 1px;
    background-color: #ffffff;
    position: relative;
    top: 10px;
}

.introduction-inline-bullets img, .introduction-inline-bullets h4{
    margin: auto;
    margin-left: 0;
}

.introduction-inline-bullets h4 {
    font-size: 23px;
    margin-right: 1.5rem;
}




/*Problem Section*/
.problem-heading-1 {
    font-size: 65px;
    margin-top: 39px;
    color: #2B3F5A;
}

.problem-heading-1 span{
    font-family: Figtree-BlackItalic;
    color: #00AAFF;
}

.problem-content-case{
    font-family: Figtree-Medium;
    margin-top: 23px;
    font-size: 22px;
    line-height: 29px;
}

.problem-inline-ul{
    padding-left: 0;
}

.problem-inline-ul li {
    list-style: none;
    font-size: 26px;
    display: flex;
    gap: 1.75rem;
    margin-bottom: 45px;
}

.problem-inline-ul li img {
    height: 73px;
}

.problem-featured-video {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.problem-play-button {
    cursor: pointer;
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* Who We Work section */
.who-we-work-heading-1 {
    font-size: 35px;
}

.who-we-work-heading-2 {
    font-size: 50px;
    padding-top: 0.75rem;
}

.who-we-work-heading-3 {
    font-size: 77px;
    margin-top: -12px;
}

.who-we-work-heading-3 span {
    color: #00AAFF;
    font-family: 'Figtree-ExtraBoldItalic';
}

.who-we-work-heading-4 {
    font-size: 35px;
    width: fit-content;
    margin: auto;
    padding: 0px 25px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.who-we-work-description {
    font-size: 25px;
    font-family: 'Figtree-Bold';
    margin-top: 1.5rem;
}

.who-we-work-heading-case {
    text-align: center;
    padding: 43px 43px 33px 43px;
    position: relative;
}

.horizontal-line {
    width: 100%;
    height: 2px;
    background: #D3D4D8;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.who-we-work-heading-case span {
    font-family: 'Figtree-BoldItalic';
}

.who-we-work-card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0 30px;
    display: flex;
    gap: 2rem;
    min-height: 260px;
    margin-bottom: 35px;
}

.who-we-work-card img {
    height: 95px;
}

.who-we-work-card h3 {
    font-family: Figtree-Bold;
    font-size: 32px;
    width: 100%;
}

.who-we-work-card span {
    font-family: 'Figtree-BoldItalic';
    color: #00aaff;
}

.who-we-work-card img, .who-we-work-card h3 {
    margin: auto;
}


/* Turning point Section */
.turning-point-section-heading-1 {
    font-size: 91px;
    line-height: 7.65rem;
    margin-top: 74px;
    color: #2B3F5A;
}

.turning-point-section-heading-1 span{
    color: #00AAFF;
    font-family: 'Figtree-BlackItalic';
}

.turning-point-featured-video {
    width: 100%;
    margin: auto;
    margin-top: 52px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.turning-point-play-button {
    cursor: pointer;
    position: absolute;
    width: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.turning-point-card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 48px 48px 0 48px;
    margin-top: 40px;
    position: relative;
    font-size: 25px;
    font-family: 'Figtree-Medium';
    min-height: 490px;
}

.turning-point-card h3 {
    font-family: 'Figtree-Bold';
    font-size: 31px;
    min-height: 85px;
}

.turning-point-chevron {
    cursor: pointer;
    position: absolute;
    width: 87px;
    top: 53%;
    right: -107px;
    transform: translate(-50%, -50%);
}

.turning-point-inline-ul{
    padding-left: 0;
}

.turning-point-inline-ul li {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}

.turning-point-inline-ul li img {
    width: 25px;
    height: 25px;
    margin-top: 0;
}

.turning-point-inline-ul li p {
    margin: 0;
    margin-top: -6px;
    margin-left: 1rem;
}

.turning-point-heading-2 {
    font-size: 34px;
    text-align: center;
    padding-top: 35px;
}

.turning-point-heading-2 span {
    color: #00a6f9;
    font-family: 'Figtree-BoldItalic';
}



/* Who We Are */
.who-we-are-featured-image-1 {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
    width: 92%;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    top: 45px;
}

.who-we-are-featured-image-2 {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
    width: 88%;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    top: -4px;
}

.who-we-are-featured-image-1:hover, .who-we-are-featured-image-2:hover {
    opacity: 0.7;
}

.who-we-are-featured-image-logo{
    position: absolute;
    height: 175px;
    z-index: 2;
    right: 5px;
    bottom: -15px;
}

.who-we-are-heading-1 {
    font-size: 75px;
    color: #293d56;
}

.who-we-are-heading-1 span, .who-we-are-heading-2 span {
    color: #00aaff;
    font-family: 'Figtree-ExtraBoldItalic';
}

.who-we-are-sub-heading-1 {
    font-size: 33px;
    color: #00aaff;
}

.who-we-are-content-case {
    font-family: 'Figtree-SemiBold';
    font-size: 23px;
    margin-top: 20px;
}

.who-we-are-content-case p {
    line-height: 29px;
}

.who-we-are-heading-2 {
    font-size: 95px;
    color: #293d56;
}

.who-we-are-sub-heading-2 {
    font-size: 45px;
    color: #293d56;
}



/* How We Work */
.how-we-work-heading {
    font-size: 58px;
    padding-top: 48px;
    color: #2B3F5A;
    text-align: center;
}

.how-we-work-heading span {
    color: #00aaff;
    font-family: 'Figtree-ExtraBoldItalic';
}

.how-we-work-sub-heading {
    text-align: center;
    font-size: 35px;
    margin-top: 21px;
}

.how-we-work-card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px 10px;
    min-height: 397px;
}

.how-we-work-card img {
    height: 77px;
}

.how-we-work-card h3 {
    font-family: 'Figtree-Black';
    color: #2b3f5a;
    font-size: 35px;
    margin-top: 1rem;
}

.how-we-work-card h4 {
    font-family: 'Figtree-BoldItalic';
    font-size: 24px;
}

.how-we-work-contents {
    font-family: 'Figtree-Medium';
    font-size: 19px;
    line-height: 21px;
    margin-top: 1rem;
}

.how-we-work-cta-case {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3.75rem;
}

.how-we-work-btn {
    margin-top: 2rem;
    width: 389px;
    color: #ffffff;
    background: #00aaff;
    padding: 17px;
    border-radius: 10px;
    text-align: center;
    font-size: 29px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 0px;
}

.how-we-work-btn img {
    height: 15px;
    position: relative;
    margin-left: 9px;
}

.how-we-work-play-button{
    cursor: pointer;
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.how-we-work-featured-video{
    width: 100%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.how-we-work-services-heading {
    font-size: 58px;
    margin-top: 48px;
    color: #ffffff;
    text-align: center;
}

.how-we-work-services-heading span {
    color: #00aaff;
    font-family: 'Figtree-ExtraBoldItalic';
}

.how-we-work-services-heading {
    font-size: 84px;
    margin-top: 139px;
    color: #ffffff;
    text-align: center;
}

.how-we-work-services-col-heading {
    font-family: 'Figtree-Bold';
    color: white;
    background-color: #00aaff;
    padding: 36px 30px;
    border-radius: 10px 70px 0px 0px;
    margin-top: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.how-we-work-services-col-heading h3 {
    font-size: 40px;
}

.how-we-work-services-col-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    min-height: 420px;
}

.how-we-work-services-col-content ul {
    margin-left: -30px;
}

.how-we-work-services-col-content ul li {
    list-style: none;
    display: flex;
    margin-bottom: 5px;
}

.how-we-work-services-col-content ul li *{
    margin: auto;
}

.how-we-work-services-col-content ul li img {
    width: 20px;
    margin-top: 5px;
    margin-right: 10px;
}

.how-we-work-services-col-content ul li p {
    font-family: 'Figtree-SemiBold';
    font-size: 22px;
    width: 100%;
}

.how-we-work-services-col-content ul li p span{
    font-family: 'Figtree-BoldItalic';
}

.how-we-work-services-cta-case {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.how-we-work-services-btn {
    margin-top: 2rem;
    color: #ffffff;
    background: #00aaff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.how-we-work-services-btn img {
    height: 17px;
    position: relative;
    margin-left: 10px;
    top: -1px;
}

.how-we-work-services-col-heading img {
    height: 65px;
    margin-right: 1rem;
}

.how-we-work-services-heading-contents h3 {
    margin-bottom: 0px;
}

.how-we-work-services-heading-contents h4{
    font-family: 'Figtree-MediumItalic';
}

.how-we-work-services-heading-contents h4 br {
    display: none;
}

.how-we-work-services-col-content{
    color: #2B3F5A;
}

.how-we-work-services-col-content p br {
    display: none;
}

.how-we-work-services-col-content p {
    font-size: 21px;
}

.how-we-work-services-col-content h3 {
    font-family: 'Figtree-Bold';
    font-size: 27px;
    margin-top: 1.5rem;
}



/*How It Works*/
.how-it-works-heading{
    font-size: 55px;
    padding-top: 30px;
    color: #2B3F5A;
    text-align: center;
}

.how-it-works-heading span {
    color: #00aaff;
    font-family: 'Figtree-ExtraBoldItalic';
}

.how-it-works-sub-heading{
    font-size: 33px;
    text-align: center;
    padding-top: 20px;
}

.steps-case{
    position: relative;
	margin-bottom: 20px;
}

.steps-case h2{
    background: #00aaff;
    border-radius: 23px;
    font-size: 33px;
    font-family: 'Figtree-Bold';
    text-align: center;
    color: white;
    width: 160px;
    margin: auto;
    margin-top: 4rem;
    position: relative;
    filter: drop-shadow(0 -1px 10px rgba(0, 0, 0, 0.25));
    z-index: 2;
    padding: 3px;
}

.steps-case:before {
    content: '';
    display: block;
    width: 50%;
    height: 5px;
    background: #00aaff;
    position: absolute;
    top: 77%;
    left: -50%;
}

.steps-case:after {
    content: '';
    display: block;
    width: 50%;
    height: 5px;
    background: #00aaff;
    position: absolute;
    top: 77%;
    right: -50%;
}

.stepping:nth-child(1) .steps-case:before, .stepping:nth-child(4) .steps-case:after {
    content: '';
    display: block;
    width: 0;
}

.how-it-works-card {
	border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #FCFCFC;
    margin-top: 20px;
    margin-bottom: 3rem;
    padding: 1.5rem 10px;
    min-height: 255px;
	flex: 1;
}

.how-it-works-card h3 {
    text-align: center;
    font-family: 'Figtree-Black';
    color: #00aaff;
}

.how-it-works-card p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.how-it-works-card a{
	text-decoration: none;
    color: #00aaff;
	transition: 0.2s;
}

.how-it-works-card a:hover{
    color: #2b3f5a;
}

.how-it-works-container {
    background: #00aaff;
    color: #ffffff;
    padding: 39px;
}

.how-it-works-container h2 {
    font-family: 'Figtree-ExtraBold';
    font-size: 55px;
}

.how-it-works-btn {
    width: 389px;
    color: #ffffff;
    background: #2b3f5a;
    padding: 17px;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 21px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: solid 1px transparent;
    margin: auto;
    margin-top: 2rem;
}

.how-it-works-btn img {
    height: 15px;
    position: relative;
    margin-top: -3px;
    margin-left: 9px;
}

.how-it-works-btn:hover{
    border: solid 1px #ffffff;
    background: #00aaff;
}

.stretched {
    align-items: stretch;
}

.stepping {
    display: flex;
    flex-direction: column;
}


/* Testimonials Section */
.testimonials-heading {
    font-size: 55px;
    padding-top: 42px;
    color: #2B3F5A;
    text-align: center;
}

.testimonials-heading span {
    color: #00aaff;
    font-family: 'Figtree-ExtraBoldItalic';
}

.testimonials-sub-heading {
    font-size: 33px;
    color: #2B3F5A;
    text-align: center;
}

.testimonials-card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #FCFCFC;
    margin-top: 43px;
    padding: 62px 35px 0px 44px;
}

.testimonials-card img {
    position: absolute;
    top: 21px;
    left: 15px;
}

.testimonials-intro {
    font-family: Figtree-MediumItalic;
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 28px;
    border-bottom: solid 2px #E8E8E8;
    color: #2b3f59;
	
	position: relative;
    height: 300px;
    overflow: hidden;
}

/* .testimonials-intro::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,1));
} */

.testimonials-card-titles-case {
    padding: 20px 0;
    color: #00aaff;
}

.testimonials-card-titles-case h3 {
    font-family: Figtree-Bold;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 5px;
}

.testimonials-card-titles-case h4 {
    font-family: Figtree-SemiBold;
    font-size: 22px;
}

.testimonials-read-more {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
    font-size: 27px;
    color: #00aaff;
    cursor: pointer;
    width: fit-content;
    margin: auto;
}

.testimonials-read-more img {
    height: 14px;
    position: relative;
    left: 7px;
}

.testimonials-play-button {
    cursor: pointer;
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonials-featured-video {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
}

.testimonials-container{
    margin: auto;
    width: 1625px;
    height: 70%;
    border-radius: 30px;
}

#TestimonialsCarousel {
    margin: auto;
    height: 88%;
    width: 86%;

}

.testimonial-slider {
    margin: 0 -0.75rem;
}

.testimonial-slider .slick-slide {
    margin: 0 0.75rem;
}

.testimonial-slider .slick-list {
    padding: 20px 0;
}

.carousel-inner, .carousel-item{
    height: 100%;
}

.carousel-caption {
    position: absolute;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    top: 38%;
    left: 0%;
    transform: translate(10%, -45%);
    color: #2b3f59;
}

.testimonials-full-contents{
    border-bottom: solid 2px #EAEAEA;
    height: 431px;
    overflow: auto;
}

.testimonials-full-contents p {
    font-family: 'Figtree-MediumItalic';
    font-size: 33px;
    line-height: 40px;
}
    
.carousel-caption h3 {
    font-family: 'Figtree-SemiBold';
    color: #00aaff;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 40px;
}

.carousel-caption h4 {
    font-family: 'Figtree-SemiBold';
    color: #00aaff;
    font-size: 32px;
    margin-top: -5px;
}

.testimonials-brigade-logo {
    height: 93px;
    position: absolute;
    bottom: 49px;
    right: 55px;
    z-index: 2;
}


/* Width of the scrollbar */
.testimonials-full-contents::-webkit-scrollbar {
    width: 10px;
}

/* Track (background) */
.testimonials-full-contents::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 999px;
}

/* Thumb (draggable part) */
.testimonials-full-contents::-webkit-scrollbar-thumb {
    background: #00AAFF; /* Blue */
    border-radius: 999px;
    border: 2px solid #f1f1f1;
}

/* Hover effect */
.testimonials-full-contents::-webkit-scrollbar-thumb:hover {
    background: #0088cc;
}


/* FAQs */
.faqs-title{
    font-size: 49px;
    margin-top: 40px;
    color: #2B3F5A;
    text-align: center;
    margin-bottom: 2.75rem;
}

.faqs-title span{
    font-family: 'Figtree-BlackItalic';
    color: #00AAFF;
}

.faqs-container {
    margin: auto;
    width: 1625px;
    min-height: fit-content;
    border-radius: 30px;
    padding: 0rem 6rem;
    padding-bottom: 1rem !important;
}

.faqs-case {
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.chevron{
    transition:.3s;
}

.faq-btn[aria-expanded="true"] .chevron{
    transform:rotate(180deg);
}

.faqs-container button {
    display: flex;
    width: 100%;
    align-items: center;
    border: 0;
    background: transparent;
    font-family: 'Figtree-Medium';
    font-size: 29px;
    color: #2B3F5A;
    padding: 10px 17px;
}

.faqs-container img {
    height: 9px;
    margin-left:auto;
    transition:transform .3s ease;
    margin-right: 10px;
}

.faqs-contents {
    font-size: 20px;
    color: #8e95a1;
    font-family: 'Figtree-Medium';
}

.faqs-contents p{
    margin-bottom: 0;
    padding: 10px 2.75rem;
}

.faqs-btn {
    position: fixed;
    right: 25px;
    bottom: 215px;
    height: 75px;
    animation: floatImage 4s ease-in-out infinite;
    cursor: pointer;
    z-index: 999;
}

/* Width of the scrollbar */
.faqs-container::-webkit-scrollbar {
    width: 10px;
}

/* Track (background) */
.faqs-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 999px;
}

/* Thumb (draggable part) */
.faqs-container::-webkit-scrollbar-thumb {
    background: #00AAFF; /* Blue */
    border-radius: 999px;
    border: 2px solid #f1f1f1;
}

/* Hover effect */
.faqs-container::-webkit-scrollbar-thumb:hover {
    background: #0088cc;
}


/* Guide Section */
.guide-heading {
    font-size: 95px;
    padding-top: 34px;
    color: #2B3F5A;
}

.guide-heading span {
    color: #00aaff;
    font-family: 'Figtree-BoldItalic';
}

.guide-content-case {
    padding-top: 11px;
}

.guide-content-case p {
    font-family: 'Figtree-SemiBold';
    font-size: 28px;
    line-height: 33px;
}

.guide-back-word {
    font-size: 28px;
    color: #2b3f5a;
    padding-top: 40px;
}

.guide-cta-case {
    margin-top: 1rem;
    margin-bottom: 1.75rem;
}

.guide-btn{
    margin-top: 2rem;
    width: 389px;
    color: #ffffff;
    background: #00aaff;
    padding: 17px;
    border-radius: 10px;
    text-align: center;
    font-size: 29px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 0px;
}

.guide-btn img {
    height: 27px;
    position: relative;
    top: -4px;
    margin-right: 11px;
}

.guide-featured-image {
    width: 100%;
    position: absolute;
    z-index: 2;

    animation: floatImage 4s ease-in-out infinite;
}

.guide-featured-bg {
    width: 585px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;

    animation: floatBg 7s ease-in-out infinite;
}

/* Foreground image */
@keyframes floatImage {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Background image */
@keyframes floatBg {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

.guide-footer-container {
    background: #00aaff;
    color: #ffffff;
    padding: 39px;
}

.guide-footer-icon {
    width: 110px;
    height: fit-content;
    margin-right: 2rem;
}

.guide-footer-foreword {
    font-size: 28px;
    margin-bottom: 10px;
}

.guide-footer-content-case p {
    font-family: 'Figtree-Medium';
    font-size: 27px;
    line-height: 32px;
}

.guide-footer-btn {
    margin-top: 1.5rem;
    width: 90%;
    color: #ffffff;
    background: #2b3f5a;
    padding: 17px;
    border-radius: 10px;
    text-align: center;
    font-size: 27px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: solid 1px transparent;
    font-family: 'Figtree-Bold';
}

.guide-footer-btn img {
    height: 19px;
    position: relative;
    top: -3px;
    margin-left: 7px;
}

.guide-footer-btn:hover {
    background: #00aaff;
     border: solid 1px #ffffff;
}



/* Contact Section */
.contact-pad {
    padding-top: 63px;
    padding-bottom: 90px;
}

.contact-heading{
    font-size: 46px;
    color: #2b3f5a;
    margin-bottom: 10px;
}

.contact-heading span{
    color: #00AAFF;
    font-family: Figtree-BoldItalic;
}

.contact-sub-heading {
    font-size: 37px;
    color: #2b3f5a;
    margin-bottom: 3rem;
}

.cf {
    padding-top: 16px;
}

.contact-pad .wpcf7-form-control.wpcf7-text,
.contact-pad .wpcf7-form-control.wpcf7-email,
.contact-pad .wpcf7-form-control.wpcf7-tel,
.contact-pad .wpcf7-form-control.wpcf7-textarea {
    font-size: 22px;
    font-family: 'Figtree-Regular';
    border-radius: 8px;
    border: solid 2px #E7E7E7;
    padding: 9px 18px;
    width: 100%;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

.contact-pad .wpcf7-form-control.wpcf7-textarea {
    height: 257px;
}

.cf-submit {
    margin-top: .75rem;
    width: 400px;
    color: #ffffff;
    background: #00aaff;
    padding: 17px;
    border-radius: 10px;
    text-align: center;
    font-size: 23px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 0px;
    font-family: 'Figtree-Medium';
}

.cf-submit:hover{
    background: #2b3f5a;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: transparent;
}



/* Sliding */
.fade-left,
.fade-right,
.fade-up {
    opacity: 0;
    transition: .8s;
}

.fade-left {
    transform: translateX(-80px);
}

.fade-right {
    transform: translateX(80px);
}

.fade-up {
    transform: translateY(80px);
}

.show {
    opacity: 1;
    transform: translate(0,0);
}

.container.pb-58 {
    padding-top: 2rem;
    padding-bottom: 6rem;
}




/* Large Desktop 1400 */
@media (max-width: 1920px) {
	.container{
		max-width: 1320px;
	}
    #menu-main-menu .menu-item a {
        font-size: 20px;
		margin-right: 43px;
    }
    #menu-main-menu .menu-item:last-child a {
        font-size: 23px;
    }
    .padding-y-mod {
        padding-left: 2rem;
        padding-right: 2rem;
    }
	.theme-btn {
		font-size: 19px;
	}
    /* introduction */
	.pb-58 {
		padding-bottom: 32px;
	}
    .introduction-section-heading-1{
        font-size: 80px;
        line-height: 4.65rem;
    }
    .introduction-section-heading-2 {
        font-size: 30px;
        line-height: 30px;
    }
	.introduction-content-case p {
		margin-bottom: 1rem;
		padding-top: 0px;
	}
    .introduction-content-case {
        font-size: 16px; /*minus 2*/
        line-height: 23px; /*minus 2*/
    }
    .introduction-featured-image {
        width: 100%;
        top: 5%;
    }
    .introduction-featured-image-logo {
        height: 150px;
        right: 29px;
        bottom: -20px;
    }
    .introduction-inline-ul li {
        padding: 10px 23px;
    }
    .introduction-inline-ul img {
        height: 45px;
    }
    .introduction-inline-ul h3 {
        font-size: 17px;
    }
    .introduction-inline-ul p {
        font-size: 13px;
    }
    .introduction-inline-bullets img {
        height: 75px;
    }
    .introduction-inline-bullets h4 {
        font-size: 18px;
    }
	.container.pb-58 {
		padding-top: 4rem;
		padding-bottom: 9.2rem;
	}

    /* problem */
    .problem-heading-1 {
        font-size: 49px;
    }
    .problem-inline-ul li {
        font-size: 20px;
        gap: 1rem;
        margin-bottom: 15px;
    }
    .problem-inline-ul li img {
        height: 60px;
    }
    .pt-91 {
        padding-top: 50px;
    }
    .problem-play-button {
        width: 100px;
    }
    /* Who We Work */
    .who-we-work-heading-1 {
        font-size: 30px;
    }
    .who-we-work-heading-2 {
        font-size: 43px;
    }
    .who-we-work-heading-3 {
        font-size: 55px;
    }
    .who-we-work-description {
        font-size: 19px;
    }
    .who-we-work-heading-4 {
        font-size: 30px;
    }
    .horizontal-line {
        top: 55%;
    }
    .who-we-work-card {
        padding: 0 20px;
    }
    .who-we-work-card img {
        height: 85px;
    }
    .who-we-work-card h3 {
        font-size: 23px;
    }
    .who-we-work-card {
        min-height: 160px;
        margin-bottom: 30px;
    }
    /* Turning Point */
    .turning-point-section-heading-1 {
        font-size: 65px;
        line-height: 5rem;
        margin-top: 84px;
    }
    .turning-point-card {
        padding: 20px 20px 0px 20px;
        margin-top: 20px;
        font-size: 20px;
        min-height: 415px;
    }
    .turning-point-chevron {
        width: 77px;
        top: 53%;
        right: -95px;
    }
    .turning-point-inline-ul li img {
        width: 20px;
        height: 20px;
    }
    .turning-point-card h3 {
        font-size: 25px;
        min-height: 70px;
    }
    .turning-point-heading-2 {
        font-size: 27px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .turning-point-play-button {
        width: 100px;
    }
    .pt-44 {
        padding-top: 0;
    }
    /* Who We Are */
    .who-we-are-heading-1 {
        font-size: 55px;
    }
    .who-we-are-sub-heading-1 {
        font-size: 28px;
    }
    .who-we-are-content-case p {
        line-height: 26px;
        font-size: 18px;
    }
    .who-we-are-featured-image-1 {
        top: 4rem;
    }
    .who-we-are-heading-2 {
        font-size: 85px;
    }
    .who-we-are-sub-heading-2 {
        font-size: 35px;
    }
    .pt-44.pb-44 {
        padding-top: 3rem;
    }
    .who-we-are-featured-image-2 {
        top: 15px;
    }
    .who-we-are-featured-image-logo {
        right: 39px;
        bottom: -10px;
    }
    /* How We Work */
    .how-we-work-heading {
        font-size: 48px;
    }
    .how-we-work-sub-heading {
        font-size: 28px;
        margin-top: 10px;
    }
    .how-we-work-card img {
        height: 67px;
    }
    .how-we-work-card h3 {
        font-size: 28px;
    }
    .how-we-work-card h4 {
        font-size: 17px;
    }
    .how-we-work-contents {
        font-size: 14px;
    }
    .how-we-work-card {
        min-height: 362px;
    }
    .how-we-work-play-button {
        width: 150px;
    }
	.how-we-work-services-col-content ul li p {
		font-size: 15px;
	}
	.how-we-work-services-col-content p {
		font-size: 16px;
	}
	.how-we-work-services-col-content h3 {
		font-size: 22px;
	}
	.how-we-work-services-heading-contents h4 {
		font-size: 19px;
	}
	.how-we-work-services-col-heading h3 {
		font-size: 35px;
	}
	.how-we-work-services-col-heading img {
		height: 60px;
	}

    /*How It Works*/
    .how-it-works-sub-heading {
        font-size: 29px;
    }
    .how-it-works-card h3 {
        font-size: 22px;
    }
    .how-it-works-card p {
        font-size: 16px;
    }
    .how-it-works-card p br {
        display: none;
    }
    .how-it-works-card {
        min-height: 248px;
    }
    .how-it-works-container h2 {
        font-size: 52px;
    }
    .how-it-works-container h3 {
        font-size: 24px;
    }
	.how-we-work-btn {
		font-size: 26px;
	}

    /* Testimonial */
    .testimonials-heading {
        font-size: 47px;
    }
    .testimonials-intro {
        font-size: 18px;
        line-height: 28px;
    }
    .testimonials-intro {
        min-height: 116px;
    }
    .testimonials-card-titles-case h3 {
        font-size: 21px;
    }
    .testimonials-card-titles-case h4 {
        font-size: 16px;
    }
    .testimonials-play-button {
        width: 150px;
    }
	.testimonials-full-contents{
		height: 330px;
	}
	.carousel-control-next {
		right: -140px;
	}
	.carousel-control-prev {
		left: -140px;
	}
    .guide-heading {
        font-size: 73px;
        line-height: 75px;
    }
	.guide-btn {
		font-size: 26px;
	}
    .guide-content-case p {
        font-size: 23px;
    }
    .guide-back-word {
        font-size: 23px;
        padding-top: 15px;
    }
    .guide-footer-foreword {
        font-size: 18px;
    }
    .guide-footer-content-case p {
        font-size: 16px;
        line-height: 22px;
    }
    .guide-footer-icon {
        width: 79px;
    }
    .guide-footer-btn {
        margin-top: 0.75rem;
        font-size: 20px;
    }
    .guide-footer-container {
        padding: 20px;
    }
    .contact-heading {
        font-size: 33px;
    }
    .contact-sub-heading {
        font-size: 22px;
        margin-bottom: 2rem;
    }
    .contact-pad .wpcf7-form-control.wpcf7-text, 
    .contact-pad .wpcf7-form-control.wpcf7-email, 
    .contact-pad .wpcf7-form-control.wpcf7-tel, .contact-pad 
    .wpcf7-form-control.wpcf7-textarea {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .contact-pad .wpcf7-form-control.wpcf7-textarea {
        height: 140px;
    }
	.faqs-btn {
    	height: 60px;
		bottom: 110px;
	}
	.faqs-case {
		margin-bottom: 0.75rem;
	}
	.faqs-container button {
		font-size: 24px;
	}
    .brigade-footer p {
        font-size: 18px;
    }
    .brigade-footer {
        padding: 25px 0px;
    }
    .brigade-footer img {
        height: 25px;
    }
	.testimonials-full-contents p {
		font-size: 23px;
		line-height: 30px;
	}
	.how-we-work-services-heading {
		font-size: 70px;
		margin-top: 80px;
	}
}

@media (max-width: 1720px) {
	.introduction-inline-bullets h4 {
        font-size: 16px;
    }
	.container.pb-58 {
		padding-top: 0rem;
		padding-bottom: 2rem;
	}
	.testimonials-container {
		height: 95%;
	}
	.testimonials-full-contents p {
		font-size: 23px;
		line-height: 30px;
	}
	.carousel-caption h3 {
		font-size: 25px;
	}
	.carousel-caption h4 {
		font-size: 22px;
	}
	.carousel-control-next img, .carousel-control-prev img {
		height: 30px;
	}
}

/* Desktop */
@media (max-width: 1200px) {
    .custom-logo {
        height: 45px;
    }
    #menu-main-menu .menu-item a {
        margin-right: 35px;
    }
    .introduction-section-heading-1 {
        font-size: 80px;
        line-height: 5rem;
    }
    .introduction-section-heading-2 {
        font-size: 31px;
    }
    .introduction-inline-bullets h4 {
        font-size: 13px;
    }
    .problem-heading-1 {
        font-size: 43px;
    }
    .problem-inline-ul li {
        font-size: 18px;
    }
    .problem-inline-ul li img {
        height: 55px;
    }
    .who-we-work-heading-1 {
        font-size: 25px;
    }
    .who-we-work-heading-2 {
        font-size: 38px;
    }
    .who-we-work-heading-3 {
        font-size: 49px;
    }
    .who-we-work-description {
        font-size: 16px;
    }
    .who-we-work-card h3 {
        font-size: 17px;
    }
    .turning-point-section-heading-1 {
        font-size: 58px;
        line-height: 4rem;
        margin-top: 80px;
    }
    .turning-point-heading-2 {
        font-size: 22px;
    }
    .who-we-are-heading-1 {
        font-size: 48px;
    }
    .who-we-are-sub-heading-1 {
        font-size: 24px;
    }
    .who-we-are-content-case p {
        line-height: 24px;
        font-size: 15px;
    }
    .who-we-are-heading-2 {
        font-size: 72px;
    }
    .who-we-are-sub-heading-2 {
        font-size: 30px;
    }
    .who-we-are-featured-image-2 {
        top: 25px;
    }
    .who-we-are-featured-image-logo {
        right: 29px;
        bottom: 25px;
        height: 160px;
    }
    .how-we-work-heading {
        font-size: 40px;
    }
    .how-we-work-sub-heading {
        font-size: 23px;
    }
    .how-we-work-contents {
        font-size: 12px;
    }
    .how-we-work-card h4 {
        font-size: 16px;
    }
    .how-we-work-card {
        min-height: 361px;
    }
    .how-we-work-play-button {
        width: 100px;
    }
    .how-it-works-card h3 {
        font-size: 27px;
        min-height: 64px;
    }
    .how-it-works-card {
        min-height: 305px;
    }
    .testimonials-heading {
        font-size: 42px;
    }
    .testimonials-card img {
        height: 17px;
    }
    .testimonials-intro {
        font-size: 15px;
        line-height: 24px;
    }
    .testimonials-intro {
        min-height: 105px;
    }
    .testimonials-card-titles-case h4 {
        min-height: 38px;
    }
    .testimonials-play-button {
        width: 100px;
    }
    .guide-heading {
        font-size: 64px;
        line-height: 65px;
        padding-top: 65px;
    }
    .guide-content-case p {
        font-size: 18px;
        line-height: 26px;
    }
    .guide-back-word {
        font-size: 19px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .guide-footer-foreword {
        font-size: 17px;
    }
    .guide-footer-btn {
        font-size: 16px;
    }
    .contact-heading {
        font-size: 30px;
    }
    .contact-sub-heading {
        font-size: 20px;
    }
    .contact-pad .wpcf7-form-control.wpcf7-textarea {
        height: 67px;
    }
    .contact-pad {
        padding-top: 50px;
        padding-bottom: 0px;
    }
	.faqs-btn {
        height: 60px;
    }

}

/* Laptop */
@media (max-width: 992px) {
    .custom-logo {
        height: 40px;
    }
    #menu-main-menu .menu-item a {
        margin-right: 25px;
        font-size: 17px;
    }
    #menu-main-menu .menu-item:last-child a {
        font-size: 18px;
        padding: 11px 37px;
    }
    .introduction-section-heading-1 {
        font-size: 70px;
        line-height: 4.5rem;
    }
    .introduction-featured-image {
        left: 0;
    }
    .introduction-section-heading-2 {
        font-size: 27px;
        margin-top: 0;
    }
    .introduction-content-case {
        font-size: 15px;
        line-height: 23px;
        margin-top: 0;
    }
    .theme-btn {
        margin-top: 1rem;
        width: 340px;
        padding: 12px;
        font-size: 18px;
    }
    .introduction-featured-image-logo {
        height: 66px;
        right: 0px;
        bottom: -8px;
    }
    .pb-58 {
        padding-bottom: 28px;
    }
    /* .introduction-inline-ul {
        right: -100%;
    }
    .introduction-inline-ul img {
        height: 33px;
    }
    .introduction-inline-ul h3 {
        font-size: 15px;
    }
    .introduction-inline-ul p {
        font-size: 13px;
        line-height: 15px;
    }
    .introduction-inline-ul li {
        padding: 5px 15px;
        transform: translateX(-95%) !important;
    }
    .introduction-inline-ul li:hover {
        transform: translateX(-180%) !important;
    } */
    .introduction-inline-bullets h4 {
        font-size: 12px;
    }
    .problem-heading-1 {
        font-size: 35px;
    }
    .problem-inline-ul li {
        font-size: 15px;
        line-height: 20px;
    }
    .problem-inline-ul li img {
        height: 40px;
    }
    .problem-play-button {
        width: 75px;
    }
    .pt-91 {
        padding-top: 25px;
    }
    .who-we-work-heading-1 {
        font-size: 22px;
    }
    .who-we-work-heading-2 {
        font-size: 31px;
    }
    .who-we-work-heading-3 {
        font-size: 41px;
    }
    .who-we-work-description {
        font-size: 13px;
    }
    .who-we-work-heading-4 {
        font-size: 25px;
    }
    .who-we-work-card {
        min-height: 125px;
        margin-bottom: 25px;
    }
    .who-we-work-card img {
        height: 70px;
    }
    .who-we-work-card h3 {
        font-size: 12px;
    }
    .how-it-works-card {
        min-height: 372px;
    }
    .steps-case h2 {
        font-size: 25px;
    }
    .how-it-works-card h3 {
        font-size: 22px;
    }
    .turning-point-section-heading-1 {
        font-size: 47px;
        line-height: 3.5rem;
        margin-top: 5rem;
    }
    .turning-point-play-button {
        width: 75px;
    }
    .turning-point-card h3 {
        font-size: 20px;
        min-height: 64px;
    }
    .turning-point-inline-ul li img {
        width: 15px;
        height: 15px;
    }
    .turning-point-card {
        font-size: 14px;
        min-height: 315px;
    }
    .turning-point-chevron {
        width: 60px;
        right: -79px;
    }
    .turning-point-heading-2 {
        font-size: 18px;
    }
    .who-we-are-heading-1 {
        font-size: 38px;
    }
    .who-we-are-sub-heading-1 {
        font-size: 20px;
    }
    .who-we-are-content-case p {
        line-height: 19px;
        font-size: 13px;
    }
    .who-we-are-heading-2 {
        font-size: 60px;
    }
    .who-we-are-sub-heading-2 {
        font-size: 25px;
    }
    .who-we-are-featured-image-logo {
        height: 120px;
    }
    .how-we-work-heading {
        font-size: 30px;
    }
    .how-we-work-sub-heading {
        font-size: 17px;
    }
    .how-we-work-card img {
        height: 50px;
    }
    .how-we-work-card h4 br {
        display: none;
    }
    .how-we-work-contents p br {
        display: none;
    }
    .how-we-work-card {
        min-height: 360px;
        padding-bottom: 5px;
    }
    .how-we-work-card h3 {
        font-size: 21px;
    }
    .how-we-work-btn {
        margin-top: 1rem;
        width: 340px;
        padding: 12px;
        font-size: 18px;
    }
    .how-we-work-play-button {
        width: 75px;
    }
    .how-it-works-sub-heading {
        font-size: 26px;
    }
    .testimonials-heading {
        font-size: 35px;
    }
    .testimonials-intro br {
        display: none;
    }
    .testimonials-intro {
        min-height: 127px;
    }
    .testimonials-card-titles-case h3 {
        font-size: 17px;
    }
    .testimonials-read-more {
        font-size: 18px;
    }
    .testimonials-play-button {
        width: 75px;
        top: 45%;
    }
    .guide-heading {
        font-size: 50px;
        line-height: 55px;
        padding-top: 50px;
    }
    .guide-content-case p {
        font-size: 15px;
        line-height: 23px;
    }
    .guide-back-word {
        font-size: 16px;
    }
    .guide-btn {
        margin-top: 1rem;
        width: 340px;
        padding: 12px;
        font-size: 18px;
    }
    .guide-featured-bg {
        width: 80%;
        bottom: 7%;
    }
    .guide-footer-content-case p br {
        display: none;
    }
    .guide-footer-btn {
        margin-top: 2.5rem;
        width: 100%;
        padding: 12px;
        font-size: 15px;
    }
    .guide-footer-btn img {
        height: 13px;
        top: -1px;
    }
    .guide-footer-icon {
        width: 79px;
        margin-top: 1.5rem;
    }
    .contact-heading {
        font-size: 23px;
    }
    .contact-sub-heading {
        font-size: 17px;
    }
    .cf-submit {
        width: 100%;
        padding: 7px;
        font-size: 18px;
    }
    .contact-pad .wpcf7-form-control.wpcf7-text, 
    .contact-pad .wpcf7-form-control.wpcf7-email, 
    .contact-pad .wpcf7-form-control.wpcf7-tel, 
    .contact-pad .wpcf7-form-control.wpcf7-textarea {
        margin-bottom: -6px;
    }
    .faqs-title {
        font-size: 35px;
    }
    .faqs-container button {
        font-size: 22px;
    }
    .faqs-contents p {
        font-size: 17px;
    }
    .faqs-btn {
        bottom: 30px;
        height: 50px;
    }
    .brigade-footer p {
        font-size: 15px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .navbar-toggler:focus {
        box-shadow: none;
        border: solid 1px #00aaff;
    }
    .brigade-nav {
        height: unset;
    }
    #menu-main-menu {
        align-items: flex-end;
        margin-top: 2rem;
    }
    #menu-main-menu .menu-item {
        display: flex;
        align-items: center;
        padding: 10px;
    }
    .introduction-section-heading-1 {
        font-size: 55px;
        line-height: 3.5rem;
    }
    .introduction-section-heading-2 {
        font-size: 21px;
    }
    .introduction-content-case p {
        margin-bottom: 0.25rem;
        padding-top: 0px;
        font-size: 11px;
    }
    .theme-btn {
        width: 100%;
    }
    .introduction-featured-image {
        top: 9rem;
    }
    .introduction-inline-ul {
        right: 15px;
    }
    .introduction-inline-ul li {
        padding: 7px 10px;
        margin-bottom: 10px;
    }
    .introduction-inline-ul li:nth-child(1) {
        --x: -85px;
    }
    .introduction-inline-ul li:nth-child(2) {
        --x: -50px;
    }
    .introduction-inline-ul li:nth-child(3) {
        --x: -15px;
    }
    .introduction-inline-ul li:nth-child(4) {
        --x: 35px;
    }
    .introduction-inline-ul img {
        height: 35px;
    }
    .introduction-inline-ul h3 {
        font-size: 13px;
    }
    .introduction-inline-ul p {
        font-size: 12px;
    }
    .introduction-featured-image-logo {
        height: 70px;
    }
    .introduction-inline-bullets img {
        height: 47px;
        margin-top: 1px;
    }
    .introduction-inline-bullets {
        gap: 5px;
    }
    .introduction-inline-bullets-case {
        padding: 10px 3px;
    }
    .vertical-line {
        height: 50px;
        top: 2px;
    }
    .problem-heading-1 {
        font-size: 25px;
    }
    .problem-inline-ul li {
        margin-bottom: 0px;
    }
    .who-we-work-heading-1 {
        font-size: 19px;
    }
    .who-we-work-heading-2 {
        font-size: 23px;
        margin-top: -10px;
    }
    .who-we-work-heading-3 {
        font-size: 30px;
    }
    .who-we-work-description {
        font-size: 13px;
        margin-top: 5px;
    }
    .who-we-work-description p br {
        display: none;
    }
    .who-we-work-heading-4 {
        font-size: 20px;
    }
    .who-we-work-card {
        min-height: 115px;
        margin-bottom: 25px;
        gap: .5rem;
        padding: 0 5px;
    }
    .who-we-work-heading-case {
        padding: 33px 43px 23px 43px;
    }
    .pt-44.pb-44 {
        padding-top: 1rem;
    }
    .pb-44 {
        padding-bottom: 1rem;
    }
    .turning-point-section-heading-1 {
        font-size: 34px;
        line-height: 2.5rem;
        margin-top: 4rem;
    }
    .turning-point-card h3 {
        font-size: 16px;
        min-height: 45px;
    }
    .turning-point-card {
        font-size: 14px;
        min-height: 380px;
    }
    .turning-point-heading-2 {
        font-size: 15px;
    }
    .who-we-are-heading-1 {
        font-size: 29px;
    }
    .who-we-are-content-case p br {
        display: none;
    }
    .who-we-are-heading-2 {
        font-size: 46px;
    }
    .who-we-are-sub-heading-2 {
        font-size: 23px;
    }
    .who-we-are-featured-image-2 {
        top: 5rem;
    }
    .who-we-are-featured-image-logo {
        height: 90px;
    }
    .how-we-work-card {
        min-height: 435px;
        padding-bottom: 5px;
    }
    .how-it-works-heading {
        font-size: 45px;
    }
    .how-it-works-sub-heading {
        font-size: 20px;
    }
    .how-it-works-card {
        min-height: 495px;
    }
    .how-it-works-container h2 {
        font-size: 42px;
    }
    .how-it-works-container h3 {
        font-size: 19px;
    }
    .guide-heading {
        font-size: 38px;
        line-height: 39px;
        padding-top: 35px;
    }
    .guide-content-case p br {
        display: none;
    }
    .guide-back-word br {
        display: none;
    }
    .contact-heading {
        font-size: 22px;
    }
    .contact-pad .wpcf7-form-control.wpcf7-text, 
    .contact-pad .wpcf7-form-control.wpcf7-email, 
    .contact-pad .wpcf7-form-control.wpcf7-tel, 
    .contact-pad .wpcf7-form-control.wpcf7-textarea {
        font-size: 12px;
    }
    .faqs-title {
        font-size: 30px;
    }
   .faqs-container button {
        font-size: 14px;
    }
    .faqs-contents p {
        font-size: 14px;
    }
    .faqs-case {
        margin-bottom: 0.75rem;
    }
	.stepping {
		padding: 5px !important;
	}
}

/* Large Mobile */
@media (max-width: 576px) {
    .introduction-section-heading-1 {
        font-size: 81px;
        line-height: 5.5rem;
    }
    .introduction-section-heading-2 {
        font-size: 31px;
    }
    .introduction-content-case p {
        margin-bottom: 5px;
        padding-top: 10px;
        font-size: 17px;
    }
    .introduction-featured-image {
        top: 2rem;
        margin-bottom: 2rem;
    }
    .introduction-featured-image-logo {
        height: 150px;
        bottom: unset;
        top: 67vw;
        right: -1rem;
    }
    .introduction-inline-ul {
        position: relative;
        left: 0;
        right: unset;
        width: 100%;
        margin-bottom: 2rem;
    }
    .introduction-inline-ul li {
        --x: 0 !important;
    }
    .introduction-inline-bullets-case {
        padding: 5px 20px;
        text-align: left;
    }
    .introduction-inline-ul {
        position: relative;
    }
    .vertical-line {
        display: none;
    }
    .problem-heading-1 {
        font-size: 37px;
    }
    .who-we-work-heading-1 {
        font-size: 23px;
    }
    .who-we-work-heading-3 {
        font-size: 35px;
    }
    .who-we-work-heading-2 {
        font-size: 30px;
    }
    .who-we-work-description {
        font-size: 16px;
    }
    .whe .col-md-4 {
        padding: 0rem !important;
    }
    .who-we-work-card {
        gap: 1rem;
        padding: 0 15px;
    }
    .who-we-work-card h3 {
        font-size: 22px;
    }
    .who-we-work-card h3 br{
        display: none;
    }
    .turning-point-section-heading-1 {
        font-size: 48px;
        line-height: 3.5rem;
        margin-top: 2rem;
        margin-bottom: -2rem;
    }
    .tpe {
        padding: 0 !important;
    }
    .turning-point-card {
        min-height: unset;
        padding-bottom: 0.5rem;
    }
    .turning-point-card h3 {
        font-size: 22px;
        min-height: 45px;
    }
    .turning-point-inline-ul {
        font-size: 16px;
    }
    .turning-point-chevron {
        width: 50px;
        right: auto;
        bottom: -35px;
        top: auto;
        left: 45%;
        transform: rotate(90deg);
    }
    .turning-point-heading-2 {
        font-size: 19px;
        padding: 1rem;
    }
    .who-we-are-featured-image-1 {
        top: 0rem;
        width: 100%;
    }
    .who-we-are-heading-1 {
        font-size: 41px;
        margin-top: 1rem;
    }
    .who-we-are-sub-heading-1 {
        font-size: 25px;
    }
    .who-we-are-content-case p {
        line-height: 22px;
        font-size: 16px;
    }
    .who-we-are-heading-2 {
        font-size: 63px;
    }
    .who-we-are-sub-heading-2 {
        font-size: 32px;
    }
    .who-we-are-featured-image-2 {
        top: 0rem;
        width: 100%;
        margin-top: 1rem;
        padding-bottom: 2rem;
    }
    .who-we-are-featured-image-logo {
        height: 145px;
        bottom: -5px;
        right: -10px;
    }
    .how-we-work-heading {
        font-size: 34px;
    }
    .how-we-work-card img {
        height: 70px;
    }
    .how-we-work-card h3 {
        font-size: 25px;
    }
    .how-we-work-card h4 {
        font-size: 17px;
    }
    .how-we-work-contents {
        font-size: 15px;
    }
    .how-we-work-card {
        min-height: 400px;
        padding-bottom: 5px;
    }
    .how-it-works-card h3 {
        min-height: unset;
    }
    .how-it-works-card {
        min-height: unset;
    }
    .testimonials-intro {
        font-size: 19px;
    }
    .testimonials-card-titles-case h3 {
        font-size: 21px;
    }
    .testimonials-play-button {
        width: 75px;
        top: 41%;
    }
    .testimonials-card-titles-case h4 {
        font-size: 18px;
    }
    .guide-heading {
        font-size: 55px;
        line-height: 55px;
        padding-top: 40px;
    }
    .mvw-100{
        height: 100vw;
    }
    .guide-footer-btn {
        margin-top: 0;
    }
    .contact-heading {
        font-size: 28px;
    }
    .contact-pad {
        padding-top: 1rem;
    }
    .hwe2 {
        padding-right: 1rem !important;
    }
    .contact-pad .wpcf7-form-control.wpcf7-text, 
    .contact-pad .wpcf7-form-control.wpcf7-email, 
    .contact-pad .wpcf7-form-control.wpcf7-tel, 
    .contact-pad .wpcf7-form-control.wpcf7-textarea {
        font-size: 14px;
    }
    .contact-pad .wpcf7-form-control.wpcf7-textarea {
        height: 125px;
    }
	.faqs-container {
		padding: 0rem 1rem;
	}
    .brigade-footer .col-md-6 {
        width: 49%;
    }
    .brigade-footer {
        padding: 10px 0px;
    }
	.stepping {
		padding: 1rem !important;
	}
	 .introduction-inline-bullets-case {
        width: 49%;
		padding: 10px 0px 6px 7px;
    }
	.how-we-work-services-heading {
        font-size: 33px;
        margin-top: 40px;
    }
	.how-we-work-services-col {
		padding: 0rem !important;
	}
}

/* Small Mobile 480px*/
@media (max-width: 480px) {
	.testimonials-card img {
        height: 13px;
    }
    .container{
        padding-left:5px;
        padding-right:5px;
    }

    section{
        padding: 0rem 0;
    }

    .custom-logo{
        max-height:42px;
    }

    /* Hero */
    .introduction-section-heading-1{
        font-size:58px;
        line-height:0.95;
    }

    .introduction-section-heading-2{
        font-size:22px;
        line-height:1.3;
    }

    .introduction-content-case p{
        font-size:16px;
        line-height:1.7;
    }

    .introduction-inline-ul{
         left: -14px;
		 top: 3rem;
    }
    .introduction-featured-image-logo {
        top: 56vw;
    }

    /* Buttons */
    .theme-btn,
    .guide-btn,
    .how-we-work-btn{
        width:100%;
        max-width:100%;
        padding:14px 24px;
        font-size:16px;
    }

    /* Headings */
    .problem-heading-1{
        font-size:30px;
        line-height:1.2;
    }
	    .who-we-work-heading-2 {
        font-size: 27px;
    }

    .who-we-work-heading-3{
        font-size:32px;
    }

    .turning-point-section-heading-1{
        font-size:40px;
        line-height:1.15;
    }

    .who-we-are-heading-1 {
        font-size: 35px;
    }

    .who-we-are-sub-heading-1 {
        font-size: 23px;
    }
    .who-we-are-heading-2 {
        font-size: 55px;
    }

    .guide-heading{
        font-size:46px;
        line-height:1.1;
    }
    .how-it-works-container h2 {
        font-size: 38px;
    }
    .testimonials-heading{
        font-size:30px;
    }
    .testimonials-sub-heading {
        font-size: 23px;
    }

    .contact-heading{
        font-size:23px;
    }

    /* Cards */
    .who-we-are-card,
    .how-we-work-card,
    .turning-point-card,
    .testimonials-card{
        min-height:auto;
        padding:2rem;
    }

    /* Contact Form */
    .contact-pad .wpcf7-form-control{
        font-size:16px;
    }

    .contact-pad textarea{
        min-height:180px;
    }

    iframe{
        height:300px;
    }
    .brigade-footer p {
        font-size: 10px;
    }
	.how-it-works-btn {
		width: 100%;
	}
	.how-it-works-container {
		padding: 39px 19px;
	}
	.testimonials-full-contents p {
		font-size: 18px;
		line-height: 24px;
	}
	.carousel-indicators {
		gap: 12px;
		margin-bottom: -34px;
	}
	.testimonials-container {
		height: 100%;
	}
	.carousel-caption h3 {
		font-size: 20px;
	}
	.carousel-caption h4 {
		font-size: 16px;
	}
	.testimonials-brigade-logo {
		height: 55px;
		bottom: 69px;
		right: 13px;
	}
	.guide-footer-container {
        padding: 20px;
        padding-bottom: 45px;
    }
	.testimonials-intro {
        min-height: 325px;
    }
	.guide-footer-btn {
        display: block;
    }
	.how-we-work-services-heading {
        font-size: 34px;
        margin-top: 35px;
    }
	.how-we-work-services-col-heading {
		padding: 18px 10px 5px 15px;
		border-radius: 10px 50px 0px 0px;
	}
	.how-we-work-services-col-heading img {
        height: 46px;
    }
	.how-we-work-services-col-heading h3 {
        font-size: 25px;
    }
	.how-we-work-services-heading-contents h4 {
        font-size: 13px;
    }
	.how-we-work-services-col-content h3 {
        font-size: 17px;
    }
	.how-we-work-services-btn {
		padding: 20px;
		font-size: 16px;
	}
	.introduction-featured-image-logo {
        top: 71vw;
        height: 110px;
        right: 0rem;
    }
	.who-we-work-card h3 {
        font-size: 18px;
    }
	.how-it-works-sub-heading br {
		display: none;
	}
	.steps-case {
		margin-bottom: 0;
	}
	.how-it-works-card {
        margin-top: 20px;
        margin-bottom: 2rem;
    }
	.faqs-container img {
		margin-right: -4px;
	}
	.faq-btn span {
		padding-right: 1.5rem;
		text-align: left;
	}
}


/* Very Small Mobile 375*/
@media (max-width: 390px) {

    .container{
        padding-left:16px;
        padding-right:16px;
    }

    .custom-logo{
        max-height:38px;
    }

    .introduction-section-heading-1{
        font-size:50px;
    }

    .introduction-section-heading-2{
        font-size:20px;
    }

    .problem-heading-1{
        font-size:30px;
    }

    .turning-point-section-heading-1{
        font-size:34px;
    }

    .who-we-are-heading-1{
        font-size:34px;
    }

    .who-we-are-heading-2{
        font-size:46px;
    }

    .guide-heading{
        font-size:38px;
    }

    .contact-heading{
        font-size:24px;
    }

    .theme-btn,
    .guide-btn,
    .how-we-work-btn{
        font-size:15px;
        padding:13px 20px;
    }

    .who-we-are-card,
    .how-we-work-card,
    .turning-point-card{
        padding:1.5rem;
    }
    .how-it-works-btn {
        width: 100%;
        font-size: 16px;
    }
    .col-md-8.d-flex.guide-footer-m-content {
        flex-direction: column;
        text-align: center;
    }
    .guide-footer-btn {
        font-size: 13px;
    }
    .padding-y-mod {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .guide-footer-icon {
        margin: auto;
        margin-bottom: 1rem;
    }
	.problem-heading-1 {
        font-size: 27px;
        line-height: 1.2;
    }
	.who-we-work-heading-2 {
        font-size: 23px;
    }
	.who-we-work-heading-3 {
        font-size: 30px;
    }
	.who-we-are-heading-1 {
        font-size: 31px;
    }
	.who-we-are-sub-heading-1 {
        font-size: 20px;
    }
	.who-we-are-heading-2 {
        font-size: 48px;
    }
	.who-we-are-sub-heading-2 {
        font-size: 26px;
    }
	.turning-point-section-heading-1 {
        font-size: 35px;
        line-height: 1;
        margin-top: 0px;
    }
}


/* Extra Small Devices */
@media (max-width: 320px) {

    .custom-logo{
        max-height:34px;
    }

    .introduction-section-heading-1{
        font-size:42px;
    }

    .introduction-section-heading-2{
        font-size:18px;
    }

    .problem-heading-1{
        font-size:26px;
    }

    .turning-point-section-heading-1{
        font-size:30px;
    }

    .who-we-are-heading-1{
        font-size:30px;
    }

    .who-we-are-heading-2{
        font-size:40px;
    }

    .guide-heading{
        font-size:34px;
    }

    .contact-heading{
        font-size:20px;
    }

    .theme-btn,
    .guide-btn,
    .how-we-work-btn{
        font-size:14px;
        padding:12px 18px;
    }

    .contact-pad .wpcf7-form-control{
        font-size:14px;
    }

    iframe{
        height:250px;
    }
}