img {
    -webkit-object-fit: contain;
    object-fit: contain;
    -webkit-object-position: center center;
    object-position: center center;
    height: auto;
}

body,
html {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
    font-size: 19px;
    line-height: 1.5;
    font-display: swap;
    max-width: 100vw;
    position: relative;
}

a:hover {
    color: #ffc90b !important;
}

.siteHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.siteHeader.stickyHeader {
    position: fixed;
    top: -175px;
    animation: animateStickyHeader 0.8s ease-in-out 0.2s forwards;
}

@keyframes animateStickyHeader {
    0% {
        top: -175px;
    }
    100% {
        top: 0;
    }
}

.secondary-wrap {
    background-color: #ffc90b;
    position: relative;
    z-index: 10;
}

.siteHeader.stickyHeader .socialLinks {
    display: none;
}

.secondary-wrap a {
    color: #231f20;
    font-weight: 600;
    text-decoration: none;
}

.secondary-wrap .topbarLinks {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 140px;
}

.secondary-wrap .socialLinks img {
    height: 18px;
}

.topbarLinks .topbarLinksExtend {
    position: absolute;
    z-index: 10;
    bottom: 1px;
    left: 0;
    right: 0;
    transform: translateY(100%);
}

.siteHeader.stickyHeader .secondary-wrap .col-auto {
    height: 0;
}

.topbarLinksExtend .btn {
    display: block;
    padding: 0.3em 0.1em;
}

.btn-inspiria-pm {
    color: #231f20;
    background-color: #FFF;
    border-color: #FFF;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-inspiria-sc {
    color: #231f20;
    background-color: #ffc90b;
    border-color: #ffc90b;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-inspiria-pm:hover,
.btn-inspiria-pm:active,
.btn-inspiria-pm:focus,
.btn-inspiria-sc:hover,
.btn-inspiria-sc:active,
.btn-inspiria-sc:focus {
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;
    border-radius: 0px;
    border-color: #ffc90b;
}

.btn-inspiria-pm img,
.btn-inspiria-sc img {
    filter: invert(0);
    transition: all 0.3s ease-in-out;
}

.btn-inspiria-pm:hover img,
.btn-inspiria-pm:active img,
.btn-inspiria-pm:focus img,
.btn-inspiria-sc:hover img,
.btn-inspiria-sc:active img,
.btn-inspiria-sc:focus img {
    filter: invert(1);
}

.logo-wrap {
    background-color: #231f20;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

.siteHeader.stickyHeader .logo-wrap {
    border-top: 4px solid #ffc90b;
}

.siteHeader.stickyHeader .logo-wrap .site-logo {
    width: 80px;
}

.logo-wrap a {
    font-size: 0.9rem;
    color: #FFF;
    text-decoration: none;
    padding: 0.1em 0.4em;
}

.logo-wrap a:hover {
    color: #ffc90b
}

.logo-wrap a span {
    display: inline-block;
    color: #fff !important;
    line-height: 1;
}

.logo-wrap a img {
    -webkit-object-position: center top;
    object-position: center top;
    padding-top: 3px;
    margin-right: 5px;
    height: auto;
}

.nav-desk .col-auto:nth-child(even) a {
    color: #ffc90b;
}

.nav-desk a:hover,
.nav-desk a:active,
.nav-desk a:focus,
.nav-desk a.active {
    background: #ffc90b;
    color: #231f20 !important;
}

.logo-wrap .writeToUs {
    transform: translateY(15%);
}


/* ------------------------------------- Banner */

.site-banner {
    margin-top: 164px;
    height: 600;
    background: #ffc90b;
}

.banner-slider .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-slider .carousel-item img {
    height: 600px;
    position: relative;
    z-index: 1;
    -webkit-object-fit: cover;
    object-fit: cover;
    background: #ffc90b;
}

.banner-slider h1 {
    font-size: 5rem;
    font-weight: 600;
    line-height: 0.9em;
    color: #231f20;
}

.banner-slider h1.clr-wh {
    color: #FFF;
}

.banner-slider h4 {
    margin-top: 30px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 0.8em;
    color: #231f20;
    background-color: rgba(255, 201, 11, 0.5);
    padding: 15px 15px 24px 15px;
    display: inline-block;
}

.siteSection {
    padding: 80px 0px;
}

.banner-slide {
    position: absolute;
    z-index: 3;
    inset: 50% 0 auto 0;
    transform: translateY(-50%);
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 5;
    width: auto;
    opacity: 1;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control {
    position: absolute;
    z-index: 10;
    inset: auto 50% 0 auto;
    width: 135px;
    height: 70px;
    background: rgba(35, 31, 32, 0.74);
    transform: translateX(730px);
}


/* -------------------------------------- about us */

.inspTitle {
    font-weight: 600;
    font-size: 2.8rem;
}

.inspiria-overview p {
    font-size: 1rem;
}

.inspiria-overview h4 {
    font-size: 1.4rem;
    font-weight: 600;
}


/* ------------------------ our mission */

.our-mission {
    background: #ffc90b;
}

.our-mission h1 {
    font-weight: 600;
    font-size: 3.8rem;
    color: #231f20;
    line-height: 1;
}

.our-mission p {
    font-size: 1rem;
    color: #231f20;
    margin: 0;
}


/* ------------------------------------ offer */

.offer h1 {
    font-weight: 600;
    font-size: 3.8rem;
    color: #231f20;
    line-height: 1;
}

.offerhead {
    font-weight: 600;
    font-size: 2.2rem;
    background-color: #231f20;
    color: #ffc90b;
    line-height: 1;
    padding: 0.25em 0.2em 0.4em;
    position: relative;
    z-index: 1;
}

.offerhead.head-left::after {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: #231f20;
    width: 55vw;
}

.offerhead.head-right::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: #231f20;
    width: 55vw;
}

.offer p b {
    font-weight: 600;
}

.offer p {
    font-size: 1rem;
    color: #231f20;
}

.offer-image {
    height: 420px;
    position: relative;
    width: 100%;
}

.offer-image img {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 50vw;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center center;
    object-position: center center;
}

.offer-image.offer-image-left img {
    right: 0;
}

.offer-image.offer-image-right img {
    left: 0;
}


/* --------------------- Highlights */

.highlights {
    background: #ffc90b;
    padding: 3rem 0 2.5rem;
}

.highlights h1 {
    font-weight: 600;
    font-size: 3.8rem;
    color: #231f20;
    margin-bottom: 20px;
    line-height: 1;
}

.highlight_single {
    background: #231f20;
    height: 100%;
}

.highlight_single h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffc90b;
}

.highlight_single p {
    font-size: 1rem;
    color: #fff;
}


/* ----------------------------- Works*/

.works h1 {
    font-weight: 600;
    font-size: 3.8rem;
    color: #231f20;
    line-height: 1;
}

.works p {
    font-size: 1rem;
    color: #231f20;
}


/* ---------------------------- our-areas*/

.our-areas {
    background: #231f20;
}

.our-areas h1 {
    font-weight: 600;
    font-size: 3.8rem;
    color: #fff;
    line-height: 1;
}

.our-areas-content li {
    font-weight: 400;
    padding: 0.1em;
    color: #000;
}

.our-areas-content ul ul {
    list-style-type: disc;
}

.our-areas-content .offer-image {
    height: 520px;
}


/* our methododlgy*/

.our-methodology {
    background: #ffc90b;
}

.our-methodology h1 {
    font-weight: 600;
    font-size: 3.8rem;
    color: #231f20;
    line-height: 1;
}

.our-methodology-content h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #231f20;
    line-height: 1;
}

.our-methodology-content p {
    font-size: 1rem;
    color: #231f20;
}

.our-methodology-content p span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #231f20;
}

.our-methodology-content .offer-image {
    height: 525px;
}


/* experts */

.our-experts h1 {
    font-weight: 600;
    font-size: 3.8rem;
    color: #231f20;
    line-height: 1;
}

.our-experts .offerhead {
    background-color: #ffc90b;
    color: #231f20;
}

.our-experts .offerhead::after {
    background: #ffc90b;
}

.our-experts .offer-image {
    height: 800px;
}

.our-experts .offer-image img {
    -webkit-object-position: center top;
    object-position: center top;
}

.our-experts h4 {
    font-size: 1.4rem;
    font-weight: 600;
}

.our-experts p {
    font-size: 1rem;
    color: #231f20;
}


/*---------------------------------- talk to us */

.input-group {
    background: #E6E7E8;
    padding: 6px 40px;
    margin-bottom: 8px;
}

.input-group,
.input-group * {
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
}

.input-group::after {
    position: absolute;
    inset: 0 auto 0 0;
    content: "";
    width: 10px;
    background: #ffc90b;
    border-right: 5px solid #FFF;
    z-index: 2;
}

.input-group::before {
    position: absolute;
    inset: 0 0 0 auto;
    content: "";
    width: 10px;
    background: #ffc90b;
    border-left: 5px solid #FFF;
    z-index: 2;
}

.input-group-text {
    background: transparent;
    padding-right: 10px;
    font-weight: 400;
    width: 110px;
}

.form-control,
.form-control:hover,
.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
    border: none;
}

label.error {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    color: #f00;
    font-size: 12px !important;
    font-weight: 400;
}

#form-response {
    display: none;
    text-align: center;
    padding-top: 1rem;
    font-weight: 600;
}

.input-group textarea {
    resize: none;
}

.btn-submit {
    background: #E6E7E8;
    text-transform: uppercase;
    border-radius: 0;
    width: 180px;
    position: relative;
    z-index: 1;
    border-left: 5px solid #ffc90b;
    border-right: 5px solid #ffc90b;
}

.btn-submit:focus,
.btn-submit:active {
    box-shadow: none;
}

.siteFooter a {
    color: #fff;
    text-decoration: none;
}

.siteFooter p {
    font-size: 17px;
}

.siteFooter p span {
    font-weight: 600;
}

.siteFooter h3 {
    font-weight: 600;
    text-transform: uppercase;
}

.siteFooter ul {
    list-style-type: none;
}

.copyright,
.copyright a {
    background: #111;
    color: #a0a0a0;
    text-decoration: none;
}

@media( min-width: 1580px) {
    .container {
        max-width: 1500px;
    }
    .siteHeader.stickyHeader .logo-wrap .writeToUs {
        transform: translateY(35%);
    }
    .siteHeader.stickyHeader .secondary-wrap .topbarLinks {
        text-align: right;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .siteHeader.stickyHeader .secondary-wrap .topbarLinksExtend {
        bottom: 0;
    }
    .siteHeader.stickyHeader .secondary-wrap .topbarLinksExtend .btn {
        width: 140px;
        float: left;
        padding: 0.4em 0.1em;
    }
    .offer-image {
        height: 460px;
    }
    .topbarLinksExtend .btn {
        font-size: 0.75rem;
    }
    .logo-wrap a {
        font-size: 0.8rem;
    }
    .our-areas-content .offer-image,
    .our-methodology-content .offer-image {
        height: 600px;
    }
    .siteFooter a {
        font-size: 0.8rem;
    }
    .siteHeader.stickyHeader .logo-wrap a img {
        width: 35px;
        height: auto;
    }
    .siteHeader.stickyHeader .nav-desk {
        padding-bottom: 0 !important;
    }
}

@media( max-width: 1579px) {
    .topbarLinks .topbarLinksExtend {
        position: static;
        transform: translateY(0%);
        margin-left: 20px;
    }
    .secondary-wrap .topbarLinks {
        width: 216px;
        text-align: right;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .secondary-wrap .topbarLinksExtend .btn {
        width: 140px;
        float: left;
        padding: 0.4em 0.1em;
    }
    .site-logo {
        width: 130px;
    }
    .logo-wrap .row {
        position: relative;
        z-index: 1;
    }
    .logo-wrap .writeToUs {
        position: absolute;
        top: 5px;
        right: 0;
        z-index: 2;
    }
    .siteHeader.stickyHeader .logo-wrap .writeToUs {
        transform: translate(-100%, -50%) scale(0.8);
    }
    .logo-wrap a {
        font-size: 15px;
    }
    .logo-wrap a img {
        width: 35px;
    }
    .site-banner {
        margin-top: 150px;
    }
    .siteHeader.stickyHeader .topbarLinks .topbarLinksExtend {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: auto;
        right: 0;
        transform: translateY(100%);
    }
    .banner-slider .item .row {
        padding: 6rem 0;
        height: 550px;
    }
    body,
    html {
        font-size: 18px;
    }
}

@media( max-width: 1399px) {
    .carousel-control {
        transform: translateX(555px);
    }
    .banner-slider h1 {
        font-size: 4.5rem;
        line-height: 0.9em;
    }
    .banner-slider h4 {
        margin-top: 20px;
        font-size: 2.5rem;
        line-height: 0.8em;
        padding: 15px 20px;
    }
    .siteSection {
        padding: 80px 0px;
    }
    body,
    html {
        font-size: 17px;
    }
    .logo-wrap .writeToUs {
        top: 0px;
        transform: translateY(0%);
    }
}

@media( max-width: 1199px) {
    .site-logo {
        width: 100px;
    }
    .logo-wrap .writeToUs {
        top: 0px;
        transform: translateY(-20%);
    }
    .site-banner {
        margin-top: 130px;
        height: 480px;
    }
    .banner-slider .carousel-item img {
        height: 480px;
    }
    .offer p {
        font-size: 1rem;
    }
    .offer .offer-image {
        height: 370px;
    }
    .siteHeader.stickyHeader .logo-wrap .writeToUs {
        transform: translate(-100%, -40%) scale(0.8);
    }
    .carousel-control {
        transform: translateX(465px);
    }
    .hamburger {
        width: 38px;
        height: 34px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: url(../assets/icons/hamburger.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 80% auto;
        cursor: pointer;
        border-radius: 5px;
    }
    .mob-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #231f20;
        color: #fff;
        z-index: 999;
        width: 500px;
        max-width: 100%;
        padding: 3rem;
        transform: translateX(110%);
    }
    .mob-nav.active {
        transform: translateX(0%);
        transition: all 0.5s ease-in-out;
    }
    .mob-nav .close {
        width: 30px;
        height: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: #231f20;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .mob-nav .close::after,
    .mob-nav .close::before {
        position: absolute;
        z-index: 1;
        content: "";
        width: 70%;
        height: 1px;
        background: #ffc90b;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .mob-nav .close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .mob-nav::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background: #231f20;
        opacity: 0.8;
        z-index: -1;
        transform: translateX(110%);
    }
    .mob-nav.active::after {
        transform: translateX(0%);
        transition: all 0.5s ease-in-out;
    }
    .mob-nav ul {
        list-style-type: none;
    }
    .mob-nav li {
        padding-bottom: 20px;
    }
    .mob-nav a {
        color: #fff !important;
        text-decoration: none;
        font-size: 17px;
    }
}

@media( max-width: 991px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .carousel-control {
        right: 0;
        transform: none;
    }
    .highlight_single img {
        width: 80px;
    }
    .footer-logo {
        width: 180px;
    }
    .offer-image {
        height: 100% !important;
    }
    .works .offer-image img {
        background: #ffc90b;
        object-fit: contain;
    }
}

@media( max-width: 767px) {
    .siteHeader.stickyHeader .topbarLinks .topbarLinksExtend {
        display: none;
    }
    .logo-wrap .writeToUs {
        transform: translate(0%, -25%) scale(0.9);
        padding-right: 0 !important;
    }
    .siteHeader.stickyHeader .logo-wrap .writeToUs {
        display: none;
    }
    .carousel-control {
        width: 115px;
        height: 60px;
    }
    .carousel-control img {
        width: 30px;
        height: 30px;
    }
    .banner-slider h1 {
        font-size: 3.5rem;
        padding-right: 3rem;
    }
    .banner-slider h4 {
        margin-top: 10px;
        font-size: 2rem;
        padding: 15px 20px;
    }
    .banner-slider .carousel-item img,
    .site-banner {
        height: 400px;
        background: #ffc90b;
    }
    .our-areas-content .offer-image img {
        -webkit-object-position: right center;
        object-position: right center;
    }
    .our-mission h1,
    .inspTitle,
    .offer h1,
    .highlights h1,
    .works h1,
    .our-areas h1,
    .our-methodology h1,
    .our-experts h1 {
        font-size: 3.3rem;
        line-height: 1;
    }
    .input-group {
        padding: 6px 20px;
    }
    label.error {
        right: 35px;
    }
    .input-group-text {
        padding-left: 0;
    }
}

@media( max-width: 575px) {
    .site-logo {
        margin: 2px 0;
        width: 90px;
    }
    .siteHeader.stickyHeader .logo-wrap .site-logo {
        width: 70px;
    }
    .logo-wrap .writeToUs {
        top: 0px;
    }
    .logo-wrap .writeToUs img {
        width: 30px;
    }
    .banner-slider h1 {
        font-size: 3.2rem;
        padding-right: 0;
    }
    .offerhead {
        font-size: 2rem;
    }
    .our-experts .offer-image,
    .offer .offer-image,
    .works .offer-image {
        height: 300px !important;
        width: 100% !important;
    }
    .our-experts .offer-image img,
    .offer .offer-image img,
    .works .offer-image img {
        width: 100%;
    }
    .works .offer-image {
        height: 250px !important;
    }
}

@media( max-width: 384px) {
    .secondary-wrap .topbarLinksExtend .btn {
        width: auto;
        padding: 0.4em 0.8em;
    }
    .secondary-wrap .topbarLinksExtend .btn span {
        display: none;
    }
    .secondary-wrap .topbarLinks {
        width: auto;
    }
    .our-mission h1,
    .inspTitle,
    .offer h1,
    .highlights h1,
    .works h1,
    .our-areas h1,
    .our-methodology h1,
    .our-experts h1 {
        font-size: 2.8rem;
    }
}

@media( max-width: 350px) {
    .our-mission h1,
    .inspTitle,
    .offer h1,
    .highlights h1,
    .works h1,
    .our-areas h1,
    .our-methodology h1,
    .our-experts h1 {
        font-size: 2.6rem;
    }
}


/*---------- UPDATES ---- JUN 06 ---------*/

.our-experts img {
    max-width: auto;
    width: 50vw;
}

.our-experts img.left-img {
    transform: translateX( calc( ( 1284px - 100vw) / 2));
}

@media( min-width: 1580px) {
    body,
    html {
        font-size: 21px;
    }
}

@media( max-width: 1579px) {
    .our-experts img.left-img {
        transform: translateX( calc( ( 1290px - 100vw) / 2));
    }
    .secondary-wrap .topbarLinksExtend .btn {
        width: 130px;
    }
    .secondary-wrap .topbarLinks {
        width: 212px;
    }
}

@media( max-width: 1399px) {
    .our-experts img.left-img {
        transform: translateX( calc( ( 1110px - 100vw) / 2));
    }
}

@media( max-width: 1199px) {
    .our-experts img.left-img {
        transform: translateX( -15px);
    }
}

@media( max-width: 767px) {
    .our-experts img {
        max-width: auto;
        width: 100%;
        transform: none !important;
    }
    .offer-image img {
        width: 100% !important;
    }
    .offer-image {
        height: 300px !important;
        width: 100% !important;
    }
    body,
    html {
        font-size: 18px;
    }
    .secondary-wrap .topbarLinksExtend .btn {
        width: auto;
        padding: 0.4em 0.8em;
    }
    .secondary-wrap .topbarLinks {
        width: auto;
    }
}


/*------------ JUN08 ----------------*/

.our-mission p {
    font-weight: 500;
    font-size: 1.2rem;
}

.text-justify {
    text-align: justify;
}