@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
 
section {
    overflow: hidden;
}

section .container {
    /* max-width: 1100px; */
    /* max-width: 100%; */
    max-width: 1400px;
    padding: 0 100px;
}

.max-w-559px {
    max-width: 559px;
}

.owl-dots:not(.disabled) {
    display: block !important;
}

.btn {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 18px 40px;
    color: #000000;
    background-color: transparent;
    display: inline-block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.sec-bg-img .btn {
    color: #ffffff;
    border-color: #ffffff;
}

.btn:hover,
.sec-bg-img .btn:hover {
    background-color: #227D94;
    border-color: #227D94;
    color: white;
    text-decoration: none !important;
}

.btn.btn-bg {
    background-color: #227D94;
    border-color: #227D94;
    color: white;
}
.btn.btn-bg:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

/* Banner Block Start */
.slide-progress {
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #227D94;
    margin: 0 auto 0 0;
}
.qf-hero-slider .owl-carousel .item {
    position: relative;
    width: 100%;
    height: 600px;
}
.qf-hero-slider .owl-carousel .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.qf-hero-slider .content h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 27px;
    line-height: 43px;
}
.qf-hero-slider .content h1 strong {
    font-weight: 700;
}
.qf-hero-slider .content h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.qf-hero-slider .content .buttons {
    display: flex;
    column-gap: 24px;
    margin-top: 72px;
}
.qf-hero-slider .projects-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin-top: 85px;
}
.qf-hero-slider .projects-text a.link {
    font-weight: 700;
    color: #ffffff;
}
.qf-hero-slider .projects-text a.link:hover {
    color: #000000;
}
.qf-hero-slider .owl-nav {
    position: absolute;
    bottom: 100px;
    right: 140px;
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .qf-hero-slider .owl-nav::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    height: 2px;
    width: 188px;
    background-color: #ffffff;
} */
.qf-hero-slider .owl-nav > button {
    color: #ffffff !important;
}
.qf-hero-slider .owl-nav > button:hover {
    background: transparent !important;
}


/* CTA Bar */
.qf-cta-bar {
    padding: 45px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.qf-cta-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(132 232 235 / 69%);
}
.qf-cta-bar .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}
.qf-cta-bar .content h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.qf-cta-bar .content .btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

/* Case Studies */
.qf-case-studies {
    height: auto;
    padding: 115px 0;
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.qf-case-studies::after {
    content: url('../images/white-plus-icons.png');
    position: absolute;
    right: -70px;
    bottom: 70px;
}
/* .qf-case-studies::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0.4) 100%);
} */
.qf-case-studies .content {
    position: relative;
    z-index: 1;
    max-width: 628px;
}
.qf-case-studies p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    color: #ffffff;
    line-height: 43px;
    font-weight: 400;
}
.qf-case-studies h5 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    color: #ffffff;
    margin-top: 50px;
}
.qf-case-studies a.btn {
    margin-top: 90px;
}

/* Image Banner */
.qf-image-banner {
    padding: 120px 0;
}

.qf-image-banner .title {
    width: 100%; 
    margin-bottom: 70px;
    
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.qf-image-banner .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    gap: 80px;
}
.qf-image-banner .content img {
    /* max-width: 133px; */
    width: 100%; 
    height: 100%; 
    object-fit: contain;
}
/*
.qf-image-banner .image-carousel {
    display: none;
}
*/

/* Blog Grid */
.qf-blog-grid {
    padding: 110px 0;
}
.qf-blog-grid .container {
    position: relative;
}
.qf-blog-grid .container::after {
    content: url('../images/gray-plus-icons.png');
    position: absolute;
    right: -70px;
    top: 0;
}
.qf-blog-grid h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #0a0a0a;
    margin-bottom: 70px;
}
.qf-blog-grid a.btn {
    margin-top: 90px;
}

/*
.blog-grid-carousel {
    position: relative;
}
.blog-grid-carousel .item {
    max-width: 328px;
}
.blog-grid-carousel .owl-nav > button {
    background-color: transparent !important;
    position: absolute;
    top: 50%;
}
.blog-grid-carousel .owl-nav > button.owl-prev {
    left: -60px;
}
.blog-grid-carousel .owl-nav > button.owl-next {
    right: -60px;
}
.blog-grid-carousel a {
    display: block;
}
.blog-grid-carousel a:hover {
    text-decoration: none !important;
}
.blog-grid-carousel img {
    border-radius: 15px;
}
.blog-grid-carousel p.cats a {
    font-size: 14px !important;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.blog-grid-carousel h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    margin: 12px 0 0;
    color: #0a0a0a;
    font-weight: 400;
}
.blog-grid-carousel h3:hover {
    color: #119fac;
}
.blog-grid-carousel a.image {
    position: relative;
    display: inline;
}
.blog-grid-carousel a.image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.6);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.blog-grid-carousel .item:hover a.image::after {
    height: 100%;
}
*/

.blog-card .image {
    display: block;
    padding-top: 100%;
    width: 100%;
    height: 0;
    max-height: 0;
    min-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    scale: 100%;
    opacity: 1;
    transition: 0.6s ease-in-out;
  }
  .blog-card .image img {
    position: absolute;
    inset: 0 auto auto 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    scale: 100%;
    transition: 0.6s ease-in-out;
  }
  .blog-card .content {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
    margin-top: 26px;
    transition: 0.6s ease-in-out;
  }
  @media screen and (max-width: 950px) {
    .blog-card .content {
      margin-top: 15px;
    }
  }

  .blog-card .content h3, .blog-card .content .h3 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #0a0a0a;
  }
  @media screen and (max-width: 950px) {
    .blog-card .content h3, .blog-card .content .h3 {
      font-size: 18px;
    }
  }

  .blog-card a:hover,
  .blog-card a.blog-title:hover {
    text-decoration: none;
  }

  .blog-card .content .blog-category {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0a0a0a;
    max-width: 450px;
    line-height: 24px;
    margin: 0;
  }
  .blog-card:hover .image {
    scale: 95%;
    transition: 0.375s ease-in-out;
  }
  .blog-card:hover .image img {
    scale: 110%;
    transition: 0.375s ease-in-out;
  }
  .blog-card:hover .content {
    translate: 0 -5%;
    transition: 0.375s ease-in-out;
  }

/* Services */
.qf-services {
    padding: 150px 0;
}
.qf-services h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #0a0a0a;
    max-width: 350px;
}
.qf-services h2 strong {
    font-weight: 700;
}
.qf-services p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
    max-width: 350px;
    line-height: 24px;
}
.services-swiper,
.services-carousel {
    margin-top: 145px;
    position: relative;
}
.services-swiper .owl-stage,
.services-carousel .owl-stage {
    padding-left: 100px;
}
.services-swiper::after,
.services-carousel::after {
    content: url('../images/light-green-plus-icons.png');
    position: absolute;
    left: -70px;
    top: -70px;
}
.services-swiper > div,
.services-carousel > div {
    position: relative;
    z-index: 1;
}
.services-swiper .swiper-slide,
.services-carousel .item {
    max-width: 370px;
}

@media screen and ( max-width: 450px ) {
    .services-swiper .swiper-slide,
    .services-carousel .item {
        max-width: 80vw;
    }
}
.services-swiper a.image,
.services-carousel a.image {
    position: relative;
    display: flex;
    aspect-ratio: 1;
    height: auto; 
    min-height: unset;
    width: 100%; 
    max-width: 444px;
    overflow: hidden;
    border-radius: 10px;
}
.services-swiper a.image img,
.services-carousel a.image img {
    scale: 1; 
    transition: scale .35s cubic-bezier(0.4, 0, 1, 1);
}
.services-swiper a.image::after,
.services-carousel a.image::after {
    content: '';
    pointer-events: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: opacity cubic-bezier(0.11, 0.8, 0.72, 0.81) .15s;
}
.services-swiper .swiper-slide.swiper-slide-active a.image::after,
.services-swiper .swiper-slide:hover a.image::after,
.services-carousel .item:hover a.image::after {
    /* height: 0; */
    opacity: 0;
}
.services-swiper .swiper-slide.swiper-slide-active a.image img,
.services-swiper .swiper-slide:hover a.image img,
.services-carousel .item:hover a.image img {
    scale: 1.1;
}
.services-swiper .swiper-slide,
.services-carousel .item {
    width: 370px;
}
.services-swiper .swiper-slide .content,
.services-carousel .item .content {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.services-swiper .swiper-slide .content .text,
.services-carousel .item .content .text {
    max-width: 336px;
}
.services-swiper .swiper-slide .content h3,
.services-carousel .item .content h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #0a0a0a;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 15px;
}

/*  */
.owl-theme .owl-dots {
    position: relative;
    bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
    display: none;
}
.owl-theme .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border: 0 !important;
    background-color: rgb(10 10 10 / 20%) !important;
}
.owl-theme .owl-dots button.owl-dot.active {
    background-color: rgb(10 10 10 / 40%) !important;
}

.qf-staticbanner .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 596px;
    display: flex;
    align-items: center;
    position: relative;
}
.qf-staticbanner .bg-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(10 10 10 / 40%);
}
.qf-staticbanner .heading {
    position: relative;
    z-index: 1;
    max-width: 575px;
}
.qf-the-team .heading h2,
.qf-staticbanner .heading h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    background-color: #724888;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 0 22px;
    box-shadow: 0 0 10px #724888;
}
.qf-the-team .heading h3,
.qf-staticbanner .heading h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: 300;
    line-height: 43px;
}
.qf-staticbanner .heading h3 strong {
    font-weight: 700;
}

.qf-staticbanner .number-repeater {
    height: 133px;
}
.qf-staticbanner .number-repeater .text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    height: 100%;
}
.qf-staticbanner .number-repeater .text h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 55px;
    line-height: 66px;
    font-weight: 700;
    margin: 0;
}
.qf-staticbanner .number-repeater .text p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin: 0;
}

.qf-staticbanner .number-repeater > div {
    transition: .1s ease-in-out;
}

.qf-imageabout {
    background-color: #f5f5f5;
    padding: 100px 0;
}
.qf-imageabout .heading {
    max-width: calc(50% - 40px);
}
.qf-imageabout h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 25px;
}
.qf-imageabout p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 615px;
}
.qf-imageabout .images {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* margin-top: -70px; */
}
.qf-imageabout .images .image-left {
    position: relative;
    z-index: 2;
    left: 70px;
}
.qf-imageabout .images img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.qf-imageabout .images .image-left::after {
    content: "";
    position: absolute;
    left: -128px;
    bottom: -60px;
    background-image: url('../images/pink-plus-icons-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 325px;
    height: 325px;
}
.qf-imageabout .images .image-right {
    position: relative;
    bottom: 135px;
}

/* The Team */
.qf-the-team {
    padding: 50px 0;
    text-align: center;
}
.qf-the-team .container {
    max-width: 1290px;
}
.qf-the-team .term-departments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
    list-style: none;
    padding: 0;
}
.qf-the-team .term-departments li {
    padding-left: 28px;
    position: relative;
}
.qf-the-team .term-departments li div {
    font-weight: 600;
}
.qf-the-team .term-departments li::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #dddddd;
    border-radius: 100%;
    opacity: 0.5;
}
.qf-the-team .term-departments li::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #dddddd;
    left: 2px;
    top: 2px;
    border-radius: 100%;
}
.qf-the-team .term-departments li a {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #0A0A0A;
}
.qf-the-team .heading {
    max-width: 780px;
    margin: 0 auto;
}
.qf-the-team .heading h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: #0A0A0A;
    font-size: 44px;
    font-weight: 400;
    line-height: 53px;
    margin-bottom: 45px;
}
.qf-the-team .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 18px;
    grid-column-gap: 30px;
}
.qf-the-team .team-grid .team-col {
    /* width: 250px; */
    width: 100%;
}
.qf-the-team .team-grid .single {
    border-radius: 10px;
    margin-bottom: 18px;
    overflow: hidden;
    background-color: #ffffff;
    min-height: 63px;
    position: relative;
}
.qf-the-team .team-grid .single:hover {
    box-shadow: 0 0 10px #dddddd;
}
.qf-the-team .team-grid .single .team-image {
    overflow: hidden;
}
.qf-the-team .team-grid .single .team-image img {
    /* max-width: fit-content; */
    object-fit: cover;
    width: 100%;  height: 100%; 
}
.qf-the-team .team-grid .content {
    padding: 15px 15px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
}
.qf-the-team .team-grid .name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    color: #0A0A0A;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 16px;
}
.qf-the-team .team-grid .department {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    color: #0A0A0A;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 16px;
}


.qf-services-header {
    background-color: #F5F5F5;
    color: #000000;
}
.qf-services-header .page-head {
    padding: 100px 0;
}
.qf-services-header .heading {
    max-width: 400px;
}
.qf-services-header .heading h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    background-color: #BD4D58;
    color: white;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 0 22px;
    box-shadow: 0 0 10px #BD4D58;
}
.qf-services-header .heading h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    color: #000000;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 0;
}

/*
.qf-case-studies-header {
    background-color: #000000;
    color: #ffffff;
}
.qf-case-studies-header .page-head {
    padding: 100px 0;
}
.qf-case-studies-header .heading {
    max-width: 400px;
}
.qf-case-studies-header .heading h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    background-color: #227D94;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 0 22px;
    box-shadow: 0 0 10px #227D94;
}
.qf-case-studies-header .heading h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 0;
}
*/
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
select#cs-sectors {
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 8px;
    width: 200px;
    height: 45px;
    background: none;
    background-color: #000;
}

/*
.qf-case-studies-header .page-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.qf-case-studies-header .page-content .single {
    position: relative;
}
.qf-case-studies-header .page-content .span-2 {
    grid-column: span 2 / span 2;
}
.qf-case-studies-header .page-content .single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 20px;
}
.qf-case-studies-header .page-content .single ul.meta {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.qf-case-studies-header .page-content .single ul.meta li {
    display: inline-block;
}
.qf-case-studies-header .page-content .single ul.meta li a {
    display: block;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.7);
    color: #000000;
    font-size: 12px;
}
.qf-case-studies-header .page-content .single .content {
    text-align: right;
}
*/

/* Responsive */
@media (min-width: 768px) {
    .qf-hero-slider .bg-image {
        background-image: none !important;
    }
}
@media (max-width: 1130px) {
    .qf-imageabout .heading {
        max-width: 500px;
    }
    .qf-imageabout h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 1300px) {
    section .container {
        padding: 0 15px;
    }
    .qf-the-team .team-grid .team-col {
        max-width: 100%;
/*         width: 24%; */
    }
}

@media (max-width: 1000px) {
    .qf-imageabout .heading {
        max-width: 100%;
        margin-bottom: 45px;
    }
    .qf-imageabout h2 {
        margin-bottom: 46px;
    }
    .qf-imageabout p {
        max-width: 100%;
    }
    .qf-imageabout .images {
        align-items: center;
        margin-top: 0;
        justify-content: space-between;
        gap: 15px;
    }
    .qf-imageabout .images .image-left {
        left: 0;
    }
    .qf-imageabout .images .image-right {
        bottom: 0;
    }
    .qf-imageabout .images .image-right img {
        z-index: 2;
    }
    .qf-imageabout .images .image-left::after {
        transform: rotate(45deg);
        width: 126px;
        height: 126px;
        left: auto;
        bottom: -40px;
        right: -66px;
    }
}


@media (max-width: 767px) {
    .qf-imageabout .images {
        gap: 0;
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw;
    }
    .qf-imageabout .images img {
        transform: scale(1.1);
    }
    .qf-imageabout .images .image-right {
        right: -15px;
    }
    .qf-imageabout .images .image-left {
        left: -15px;
    }
    .qf-imageabout .images .image-left::after {
        right: -75px;
    }
    /* .qf-imageabout .images .image-left::after {
        transform: rotate(0deg);
        left: auto;
        right: -70px;
        bottom: -70px;
    } */
    .slide-progress {
        height: 4px;
    }
    section .container {
        padding: 0 15px;
        height: 100%;
    }
    .btn {
        padding: 17px 35px;
    }
    .qf-hero-slider .bg-image  {
        background-position: 66%;
    }
    .qf-hero-slider .owl-carousel .item img {
        max-width: max-content;
        width: auto;
    }
    .qf-hero-slider .owl-carousel .item .content {
        flex-direction: column;
        justify-content: space-between;
    }
    .qf-hero-slider .sld-text {
        background-color: #000000;
        padding: 50px 20px;
    }
    .qf-hero-slider .content h1 {
        font-size: 28px;
        margin: 0;
    }
    .qf-hero-slider .content .buttons {
        margin-top: 40px;
    }
    .qf-hero-slider .content h4 {
        font-size: 16px;
        line-height: 24px;
        max-width: 300px;
    }
    .qf-hero-slider .max-w-559px {
        padding: 20px 0px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .qf-services {
        padding: 50px 0;
    }
    .qf-services .heading {
        padding: 0 15px;
    }
    .qf-services h2 {
        font-size: 28px;
    }
    .services-carousel {
        margin-top: 80px;
    }

    .qf-case-studies {
        background-position: 73%;
    }
    .qf-case-studies p {
        font-size: 24px;
        line-height: 35px;
    }
    .qf-case-studies::after,
    .qf-blog-grid .container::after {
        content: none;
    }

    .qf-cta-bar .content {
        flex-direction: column;
        gap: 30px;
    }
    .qf-cta-bar .content h3 {
        font-size: 18px;
    }

    .qf-case-studies {
        min-height: 670px;
        padding: 65px 0;
        display: flex;
        align-items: flex-end;
    }
    .qf-case-studies a.btn {
        display: none;
    }

    .qf-blog-grid {
        padding: 50px 0;
    }
    /*
    .qf-blog-grid .container {
        padding-left: 0;
        padding-right: 0;
    }
    */
    .qf-blog-grid h2 {
        margin-bottom: 50px;
    }
    .blog-grid-carousel h3 {
        font-size: 18px;
    }
    .qf-blog-grid a.btn {
        display: none;
    }

    .qf-image-banner {
        padding: 60px 0;
    }
    .qf-image-banner .image-carousel {
        /* display: block; */
    }
    .qf-image-banner .image-carousel .owl-item {
        align-items: center;
    }
    .qf-image-banner .content {
        /* display: flex;
        overflow-x: scroll;
        gap: 40px; */
        /* display: none; */
        grid-template-columns: repeat(3, 1fr);
    }
    .qf-image-banner .content > div {
        flex: 0 0 auto;
    }

    .services-carousel .item {
        width: 234px;
    }
    .services-carousel .item .content {
        margin-top: 17px;
    }
    .services-carousel .item .content h3 {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 16px;
    }
    .services-carousel .item .content .text > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #707070;
    }
    .services-carousel .item .content .text {
        max-width: 100%;
    }

    .services-carousel .owl-stage {
        padding-left: 30px;
    }

    .qf-hero-slider .owl-carousel .item {
        height: 836px;
    }
    .qf-hero-slider .owl-nav {
        bottom: auto;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 324px;
    }
    .qf-hero-slider .owl-nav button {
        display: none !important;
    }

    .qf-staticbanner .number-repeater > div:not(.active) > div.text {
        display: none;
    }
    .qf-staticbanner .bg-image {
        align-items: flex-end;
    }
    .qf-staticbanner .bg-image .container {
        height: auto;
    }

    .qf-staticbanner .heading h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 46px;
    }
    .qf-staticbanner .heading h2 {
        margin: 0 0 29px;
    }
    .qf-imageabout {
        padding: 55px 0;
    }

    .qf-the-team .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .qf-the-team .team-grid .team-col {
        /* width: 160px; */
        width: 100%;
    }
    .qf-the-team .term-departments {
        gap: 20px;
    }
    .qf-the-team .term-departments {
        flex-direction: column;
    }
    .qf-the-team .term-departments li {
        margin: 0 auto 0 0;
    }
    .qf-the-team .heading {
        text-align: left;
    }
    .qf-the-team .heading h3 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .qf-the-team .team-grid {
        grid-column-gap: 20px;
    }
    .qf-the-team .team-grid .team-col {
        /* display: none; */
    }
    .qf-the-team .team-grid .team-col:nth-child(1),
    .qf-the-team .team-grid .team-col:nth-child(2) {
        display: block;
    }
}

@media (max-width: 550px) {

    .qf-image-banner .content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 60px;
    }
    
}

@media (max-width: 450px) {
    /* .qf-imageabout h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .qf-imageabout .images .image-right {
        margin-right: -45px;
    }
    .qf-imageabout .images .image-left img {
        margin-left: -45px;
    } */

    /*
    .qf-image-banner .content {
        grid-template-columns: repeat(1, 1fr);
    }
    */

    .qf-the-team .team-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}