@media screen and (min-width: 315px) and (max-width: 599px) {
  html body header {
    padding: 15px;
  }
  html body header.sticky-header {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: -1px 8px 20px 6px rgba(0, 0, 0, 0.05);
  }
  html body header.sticky-header .navbar-collapse {
    box-shadow: none;
  }
  html body header.sticky-header.inverted nav .navbar-brand img {
    filter: invert(0);
  }
  html body header.sticky-header.inverted nav .navbar-nav li a {
    color: #000000;
  }
  html body header nav .navbar-toggler {
    border: none;
    top: 15px;
    left: 10px;
    position: relative;
  }
  html body header nav .navbar-toggler:focus {
    box-shadow: none;
    border: none;
  }
  html body header nav .navbar-collapse {
    background-color: #ffffff;
    box-shadow: -1px 8px 20px 6px rgba(0, 0, 0, 0.05);
  }
  html body header nav .navbar-collapse .navbar-nav {
    align-items: center;
    margin-bottom: 0 !important;
    padding: 0 20px;
  }
  html body header nav .navbar-collapse .navbar-nav li {
    width: 100%;
    text-align: center;
  }
  html body header nav .navbar-collapse .navbar-nav li a {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
  }
  html body header nav .navbar-collapse .navbar-nav li:last-child a {
    border-bottom: none;
  }
  html body section {
    padding: 50px 16px;
  }
  html body section.hero-banner::after {
    border: 16px solid #ffffff;
    top: auto;
    bottom: 0;
    height: 90vh;
  }
  html body section.hero-banner .banner-caption {
    transform: translate(-50%, -40%);
  }
  html body section.hero-banner .banner-caption h1 {
    font-size: 65px;
    line-height: 55px;
  }
  html body section.hero-banner .banner-caption h1 span {
    font-size: 25px;
  }
  html body section.hero-banner .banner-caption h2 {
    font-size: 18px;
    width: 60%;
    margin: 40px auto 0;
    line-height: 30px;
  }
  html body section.hero-banner .banner-caption .primary-btn {
    margin-top: 40px;
    padding: 15px 40px;
    font-size: 15px;
  }
  html body section.about {
    padding-top: 20px;
  }
  html body section.about .about-caption p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  html body section.about .stats {
    padding: 0;
    gap: 16px;
  }
  html body section.about .stats .stat-item {
    font-size: 15px;
    background: #f3f3f3;
    padding: 30px;
  }
  html body section.about .stats .stat-item .mask {
    justify-content: center;
    height: 50px;
  }
  html body section.about .stats .stat-item .mask .counter {
    font-size: 50px;
  }
  html body section.about .stats .stat-item .mask .plus {
    font-size: 40px;
  }
  html body section.about .stats .stat-item p {
    margin: 15px 0 0;
    font-size: 15px;
  }
  html body section.case-studies .container {
    padding: 50px 0;
  }
  html body section.case-studies .container .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
  }
  html body section .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 0;
  }
  html body section .grid .grid-item h4,
  html body section .grid .grid-item h3 {
    text-align: center !important;
  }
  html body section .secondary-btn {
    padding: 15px 30px;
    font-size: 15px;
  }
  html body section.video-line .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    transform: translate(0px, 0px) !important;
  }
  html body footer {
    padding: 50px 16px;
  }
  html body footer .footer-title {
    font-size: 50px;
    line-height: 60px;
    width: 100%;
    margin: 0 auto 50px;
  }
  html body footer .button-group {
    display: flex;
    gap: 25px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
  html body footer .button-group a {
    width: 80%;
    padding: 20px;
  }
  html body footer .footer-bottom {
    margin-top: 50px;
    padding: 50px 0 0;
  }
  html body footer .footer-bottom .footer-social ul {
    padding: 0;
    text-align: center;
  }
  html body footer .footer-bottom .footer-social ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }
  html body footer .footer-bottom .copyright {
    text-align: center;
    border-top: none;
    padding: 50px 16px 0;
  }
  html body.inner-page section.hero-banner.inner-banner {
    min-height: 85vh;
  }
  html body.inner-page section.hero-banner.inner-banner .banner-caption {
    width: 80%;
  }
  html body.inner-page section.hero-banner.inner-banner .banner-caption h1 {
    font-size: 45px;
    line-height: 60px;
    margin: 0;
  }
  html body.inner-page section.hero-banner::after {
    height: 74vh;
  }
  html body.inner-page section.about-pg {
    padding-top: 20px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .hello-text {
    font-size: 80px;
    margin-bottom: -20px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img img {
    width: 100%;
    height: auto;
    top: 65%;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img::after {
    width: 100%;
    height: 100%;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .abt-content-contaner {
    padding: 0;
    margin-top: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .abt-content-contaner p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  html body.inner-page section.about-pg .about-wrapper .stats {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    display: grid;
    margin-top: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item {
    font-size: 15px;
    background: #f3f3f3;
    padding: 30px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask {
    justify-content: center;
    height: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask .counter {
    font-size: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask .plus {
    font-size: 40px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item p {
    margin: 15px 0 0;
    font-size: 15px;
    text-align: center;
  }
  html body.inner-page section.services .service-container {
    padding: 0;
  }
  html body.inner-page section.services .service-container .grid {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  html body.inner-page section.services .service-container .grid .grid-item .service-card {
    min-height: 250px;
  }
  html body.inner-page section.services .service-container .grid .grid-item.d-none-mob {
    display: none;
  }
  html body.inner-page section.journey .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
    line-height: 1.2;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline {
    flex-direction: column;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .company {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .position {
    width: 100%;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .position h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: center;
  }
  html body.inner-page section.journey .career-wrapper .career-container .duration p {
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
  html body.inner-page section.journey .career-wrapper .career-container .duration p span {
    display: none;
  }
  html body.inner-page section.journey .career-wrapper .career-container .location p {
    text-align: center;
    font-size: 15px;
    width: 100%;
    float: none;
    justify-content: center;
  }
  html body.inner-page section.journey .career-wrapper .career-container .location p span {
    display: none;
  }
  html body.inner-page section.contact {
    padding-top: 130px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
    line-height: 1.2;
    text-align: center;
  }
  html body.inner-page section.contact .container .contact-wrapper .details ul li {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details ul li span {
    text-align: center;
  }
  html body.inner-page section.contact .container .contact-wrapper .details form {
    margin-top: 50px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details form button {
    width: 100%;
  }
  html body.inner-page section.case-studies {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  html body.inner-page section.case-studies .container {
    padding: 0;
  }
  html body.inner-page section.case-study {
    padding: 130px 16px 50px;
  }
  html body.inner-page section.case-study .case-wrapper .case-heading .section-title {
    font-size: 30px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 45px;
  }
  html body.inner-page section.case-study .case-wrapper .case-heading h2 {
    text-align: center;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner {
    margin: 50px 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner img {
    height: 33vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner video {
    height: 27vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info {
    flex-direction: row;
    gap: 40px;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info.col-hidden {
    display: none;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info .case-info-item h3 {
    font-size: 15px;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info .case-info-item h4 {
    font-size: 16px;
    margin: 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-content p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-images {
    margin: 50px 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-images .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-images.bottom-75 {
    margin-bottom: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-images.top-75 {
    margin-top: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-video,
  html body.inner-page section.case-study .case-wrapper .case-social-media {
    margin: 50px 0;
  }
  html body.inner-page section.other-case-studies .section-title {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px !important;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 820px) {
  html body header {
    padding: 15px;
  }
  html body header.sticky-header {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: -1px 8px 20px 6px rgba(0, 0, 0, 0.05);
  }
  html body header.sticky-header .navbar-collapse {
    box-shadow: none;
  }
  html body header.sticky-header.inverted nav .navbar-brand img {
    filter: invert(0);
  }
  html body header.sticky-header.inverted nav .navbar-nav li a {
    color: #000000;
  }
  html body header nav .navbar-toggler {
    border: none;
    top: 15px;
    left: 10px;
    position: relative;
  }
  html body header nav .navbar-toggler:focus {
    box-shadow: none;
    border: none;
  }
  html body header nav .navbar-collapse {
    background-color: #ffffff;
    box-shadow: -1px 8px 20px 6px rgba(0, 0, 0, 0.05);
  }
  html body header nav .navbar-collapse .navbar-nav {
    align-items: center;
    margin-bottom: 0 !important;
    padding: 0 20px;
  }
  html body header nav .navbar-collapse .navbar-nav li {
    width: 100%;
    text-align: center;
  }
  html body header nav .navbar-collapse .navbar-nav li a {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
  }
  html body header nav .navbar-collapse .navbar-nav li:last-child a {
    border-bottom: none;
  }
  html body section {
    padding: 50px 16px;
  }
  html body section.hero-banner::after {
    border: 16px solid #ffffff;
    top: auto;
    bottom: 0;
    height: 90vh;
  }
  html body section.hero-banner .banner-caption {
    transform: translate(-50%, -40%);
  }
  html body section.hero-banner .banner-caption h1 {
    font-size: 115px;
    line-height: 100px;
  }
  html body section.hero-banner .banner-caption h1 span {
    font-size: 55px;
  }
  html body section.hero-banner .banner-caption h2 {
    font-size: 25px;
    width: 60%;
    margin: 40px auto 0;
    line-height: 45px;
  }
  html body section.hero-banner .banner-caption .primary-btn {
    margin-top: 40px;
    padding: 15px 40px;
    font-size: 15px;
  }
  html body section.about {
    padding-top: 20px;
  }
  html body section.about .about-caption p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  html body section.about .stats {
    padding: 0;
    gap: 16px;
  }
  html body section.about .stats .stat-item {
    font-size: 15px;
    background: #f3f3f3;
    padding: 30px;
  }
  html body section.about .stats .stat-item .mask {
    justify-content: center;
    height: 50px;
  }
  html body section.about .stats .stat-item .mask .counter {
    font-size: 50px;
  }
  html body section.about .stats .stat-item .mask .plus {
    font-size: 40px;
  }
  html body section.about .stats .stat-item p {
    margin: 15px 0 0;
    font-size: 15px;
  }
  html body section.case-studies .container {
    padding: 50px 0;
  }
  html body section.case-studies .container .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
  }
  html body section .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0;
  }
  html body section .grid .grid-item h4,
  html body section .grid .grid-item h3 {
    text-align: center !important;
  }
  html body section .secondary-btn {
    padding: 15px 30px;
    font-size: 15px;
  }
  html body section.video-line .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    transform: translate(0px, 0px) !important;
  }
  html body footer {
    padding: 50px 16px;
  }
  html body footer .footer-title {
    font-size: 50px;
    line-height: 60px;
    width: 100%;
    margin: 0 auto 50px;
  }
  html body footer .button-group {
    display: flex;
    gap: 25px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
  html body footer .button-group a {
    width: 50%;
    padding: 20px;
  }
  html body footer .footer-bottom {
    margin-top: 50px;
    padding: 50px 0 0;
  }
  html body footer .footer-bottom .footer-social ul {
    padding: 0;
    text-align: center;
  }
  html body footer .footer-bottom .footer-social ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }
  html body footer .footer-bottom .copyright {
    text-align: center;
    border-top: none;
    padding: 50px 16px 0;
  }
  html body.inner-page section.hero-banner.inner-banner {
    min-height: 85vh;
  }
  html body.inner-page section.hero-banner.inner-banner .banner-caption {
    width: 80%;
  }
  html body.inner-page section.hero-banner.inner-banner .banner-caption h1 {
    font-size: 45px;
    line-height: 60px;
    margin: 0;
  }
  html body.inner-page section.hero-banner::after {
    height: 74vh;
  }
  html body.inner-page section.about-pg {
    padding-top: 20px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .hello-text {
    font-size: 80px;
    margin-bottom: -20px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img img {
    width: 100%;
    height: auto;
    top: 65%;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img::after {
    width: 100%;
    height: 100%;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .abt-content-contaner {
    padding: 0;
    margin-top: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .abt-content-contaner p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  html body.inner-page section.about-pg .about-wrapper .stats {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    display: grid;
    margin-top: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item {
    font-size: 15px;
    background: #f3f3f3;
    padding: 30px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask {
    justify-content: center;
    height: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask .counter {
    font-size: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask .plus {
    font-size: 40px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item p {
    margin: 15px 0 0;
    font-size: 15px;
    text-align: center;
  }
  html body.inner-page section.services .service-container {
    padding: 0;
  }
  html body.inner-page section.services .service-container .grid {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  html body.inner-page section.services .service-container .grid .grid-item .service-card {
    min-height: 250px;
  }
  html body.inner-page section.services .service-container .grid .grid-item.d-none-mob {
    display: none;
  }
  html body.inner-page section.journey .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
    line-height: 1.2;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline {
    flex-direction: column;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .company {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .position {
    width: 100%;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .position h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: center;
  }
  html body.inner-page section.journey .career-wrapper .career-container .duration p {
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
  html body.inner-page section.journey .career-wrapper .career-container .duration p span {
    display: none;
  }
  html body.inner-page section.journey .career-wrapper .career-container .location p {
    text-align: center;
    font-size: 15px;
    width: 100%;
    float: none;
    justify-content: center;
  }
  html body.inner-page section.journey .career-wrapper .career-container .location p span {
    display: none;
  }
  html body.inner-page section.contact {
    padding-top: 130px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
    line-height: 1.2;
    text-align: center;
  }
  html body.inner-page section.contact .container .contact-wrapper .details ul li {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details ul li span {
    text-align: center;
  }
  html body.inner-page section.contact .container .contact-wrapper .details form {
    margin-top: 50px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details form button {
    width: 100%;
  }
  html body.inner-page section.case-studies {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  html body.inner-page section.case-studies .container {
    padding: 0;
  }
  html body.inner-page section.case-study {
    padding: 130px 16px 50px;
  }
  html body.inner-page section.case-study .case-wrapper .case-heading .section-title {
    font-size: 30px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 45px;
  }
  html body.inner-page section.case-study .case-wrapper .case-heading h2 {
    text-align: center;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner {
    margin: 50px 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner img {
    height: 33vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner video {
    height: 27vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info {
    flex-direction: row;
    gap: 80px;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info.col-hidden {
    display: none;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info .case-info-item h3 {
    font-size: 15px;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info .case-info-item h4 {
    font-size: 16px;
    margin: 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-content p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-images {
    margin: 50px 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-images .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-images.bottom-75 {
    margin-bottom: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-images.top-75 {
    margin-top: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-video,
  html body.inner-page section.case-study .case-wrapper .case-social-media {
    margin: 50px 0;
  }
  html body.inner-page section.other-case-studies .section-title {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px !important;
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  html body header {
    padding: 15px;
  }
  html body header.sticky-header {
    padding: 15px;
  }
  html body header.sticky-header .navbar-collapse {
    box-shadow: none;
  }
  html body header.sticky-header.inverted nav .navbar-brand img {
    filter: invert(0);
  }
  html body header.sticky-header.inverted nav .navbar-nav {
    flex-direction: row !important;
  }
  html body header.sticky-header.inverted nav .navbar-nav li a {
    color: #000000;
  }
  html body header nav .navbar-toggler {
    border: none;
    top: 15px;
    left: 10px;
    position: relative;
  }
  html body header nav .navbar-toggler:focus {
    box-shadow: none;
    border: none;
  }
  html body section {
    padding: 50px 16px;
  }
  html body section.hero-banner::after {
    border: 16px solid #ffffff;
    top: auto;
    bottom: 0;
    height: 100vh;
  }
  html body section.hero-banner .banner-caption {
    transform: translate(-50%, -40%);
  }
  html body section.hero-banner .banner-caption h1 {
    font-size: 115px;
    line-height: 100px;
  }
  html body section.hero-banner .banner-caption h1 span {
    font-size: 55px;
  }
  html body section.hero-banner .banner-caption h2 {
    font-size: 25px;
    width: 60%;
    margin: 40px auto 0;
    line-height: 45px;
  }
  html body section.hero-banner .banner-caption .primary-btn {
    margin-top: 40px;
    padding: 15px 40px;
    font-size: 15px;
  }
  html body section.about {
    padding-top: 20px;
  }
  html body section.about .about-caption p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  html body section.about .stats {
    padding: 0;
    gap: 16px;
  }
  html body section.about .stats .stat-item {
    font-size: 15px;
    background: #f3f3f3;
    padding: 30px;
  }
  html body section.about .stats .stat-item .mask {
    justify-content: center;
    height: 50px;
  }
  html body section.about .stats .stat-item .mask .counter {
    font-size: 50px;
  }
  html body section.about .stats .stat-item .mask .plus {
    font-size: 40px;
  }
  html body section.about .stats .stat-item p {
    margin: 15px 0 0;
    font-size: 15px;
  }
  html body section.case-studies .container {
    padding: 50px 0;
  }
  html body section.case-studies .container .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
  }
  html body section .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0;
  }
  html body section .grid .grid-item h4,
  html body section .grid .grid-item h3 {
    text-align: center !important;
  }
  html body section .secondary-btn {
    padding: 15px 30px;
    font-size: 15px;
  }
  html body section.video-line .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    transform: translate(0px, 0px) !important;
  }
  html body footer {
    padding: 50px 16px;
  }
  html body footer .footer-title {
    font-size: 50px;
    line-height: 60px;
    width: 100%;
    margin: 0 auto 50px;
  }
  html body footer .button-group {
    display: flex;
    gap: 25px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
  html body footer .button-group a {
    width: 50%;
    padding: 20px;
  }
  html body footer .footer-bottom {
    margin-top: 50px;
    padding: 50px 0 0;
  }
  html body footer .footer-bottom .footer-social ul {
    padding: 0;
    text-align: center;
  }
  html body footer .footer-bottom .footer-social ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }
  html body footer .footer-bottom .footer-social {
    width: 100%;
  }
  html body footer .footer-bottom .copyright {
    text-align: center;
    border-top: none;
    padding: 0;
    width: 100%;
  }
  html body.inner-page section.hero-banner.inner-banner {
    min-height: 85vh;
  }
  html body.inner-page section.hero-banner.inner-banner .banner-caption {
    width: 80%;
  }
  html body.inner-page section.hero-banner.inner-banner .banner-caption h1 {
    font-size: 45px;
    line-height: 60px;
    margin: 0;
  }
  html body.inner-page section.hero-banner::after {
    height: 85vh;
  }
  html body.inner-page section.about-pg {
    padding-top: 20px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .hello-text {
    font-size: 80px;
    margin-bottom: -20px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img img {
    width: 100%;
    height: auto;
    top: 65%;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .about-img::after {
    width: 100%;
    height: 100%;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .abt-content-contaner {
    padding: 0;
    margin-top: 50px;
    padding-left: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .about-container .abt-content-contaner p {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
  }
  html body.inner-page section.about-pg .about-wrapper .stats {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    display: grid;
    margin-top: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item {
    font-size: 15px;
    background: #f3f3f3;
    padding: 30px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask {
    justify-content: center;
    height: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask .counter {
    font-size: 50px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item .mask .plus {
    font-size: 40px;
  }
  html body.inner-page section.about-pg .about-wrapper .stats .stat-item p {
    margin: 15px 0 0;
    font-size: 15px;
    text-align: center;
  }
  html body.inner-page section.services .service-container {
    padding: 0;
  }
  html body.inner-page section.services .service-container .grid {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  html body.inner-page section.services .service-container .grid .grid-item .service-card {
    min-height: 250px;
  }
  html body.inner-page section.services .service-container .grid .grid-item.d-none-mob {
    display: none;
  }
  html body.inner-page section.journey .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
    line-height: 1.2;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline {
    flex-direction: column;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .company {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .position {
    width: 100%;
  }
  html body.inner-page section.journey .career-wrapper .career-container .career-timeline .position h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: center;
  }
  html body.inner-page section.journey .career-wrapper .career-container .duration p {
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
  html body.inner-page section.journey .career-wrapper .career-container .duration p span {
    display: none;
  }
  html body.inner-page section.journey .career-wrapper .career-container .location p {
    text-align: center;
    font-size: 15px;
    width: 100%;
    float: none;
    justify-content: center;
  }
  html body.inner-page section.journey .career-wrapper .career-container .location p span {
    display: none;
  }
  html body.inner-page section.contact {
    padding-top: 130px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details .section-title {
    font-size: 30px;
    width: 80%;
    margin: 0 auto 50px;
    line-height: 1.2;
    text-align: center;
  }
  html body.inner-page section.contact .container .contact-wrapper .details ul li {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details ul li span {
    text-align: center;
  }
  html body.inner-page section.contact .container .contact-wrapper .details form {
    margin-top: 50px;
  }
  html body.inner-page section.contact .container .contact-wrapper .details form button {
    width: 100%;
  }
  html body.inner-page section.case-studies {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  html body.inner-page section.case-studies .container {
    padding: 0;
  }
  html body.inner-page section.case-study {
    padding: 130px 16px 50px;
  }
  html body.inner-page section.case-study .case-wrapper .case-heading .section-title {
    font-size: 30px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 45px;
  }
  html body.inner-page section.case-study .case-wrapper .case-heading h2 {
    text-align: center;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner {
    margin: 50px 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner img {
    height: 33vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body.inner-page section.case-study .case-wrapper .case-banner video {
    height: 27vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info {
    flex-direction: row;
    gap: 80px;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info.col-hidden {
    display: none;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info .case-info-item h3 {
    font-size: 15px;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-info .case-info-item h4 {
    font-size: 16px;
    margin: 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-details .case-content p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-images {
    margin: 50px 0;
  }
  html body.inner-page section.case-study .case-wrapper .case-images .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-images.bottom-75 {
    margin-bottom: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-images.top-75 {
    margin-top: 30px;
  }
  html body.inner-page section.case-study .case-wrapper .case-video,
  html body.inner-page section.case-study .case-wrapper .case-social-media {
    margin: 50px 0;
  }
  html body.inner-page section.other-case-studies .section-title {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px !important;
    text-align: center;
  }
}/*# sourceMappingURL=mediaqueries.css.map */