/*!
Theme Name: devcrew
Theme URI: http://underscores.me/
Author: Sheroo
Author URI: http://underscores.me/
Description: Devcrew website theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: devcrew
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

devcrew is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**asdasd
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: 'Lexend';
    src: url('./fonts/Lexend/Lexend-ExtraBold.eot');
    src: url('./fonts/Lexend/Lexend-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend/Lexend-ExtraBold.woff2') format('woff2'),
        url('./fonts/Lexend/Lexend-ExtraBold.woff') format('woff'),
        url('./fonts/Lexend/Lexend-ExtraBold.ttf') format('truetype'),
        url('./fonts/Lexend/Lexend-ExtraBold.svg#./fonts/Lexend/Lexend-ExtraBold') format('svg');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('./fonts/Lexend/Lexend-Bold.eot');
    src: url('./fonts/Lexend/Lexend-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend/Lexend-Bold.woff2') format('woff2'),
        url('./fonts/Lexend/Lexend-Bold.woff') format('woff'),
        url('./fonts/Lexend/Lexend-Bold.ttf') format('truetype'),
        url('./fonts/Lexend/Lexend-Bold.svg#./fonts/Lexend/Lexend-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('./fonts/Lexend/Lexend-Light.eot');
    src: url('./fonts/Lexend/Lexend-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend/Lexend-Light.woff2') format('woff2'),
        url('./fonts/Lexend/Lexend-Light.woff') format('woff'),
        url('./fonts/Lexend/Lexend-Light.ttf') format('truetype'),
        url('./fonts/Lexend/Lexend-Light.svg#./fonts/Lexend/Lexend-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('./fonts/Lexend/Lexend-SemiBold.eot');
    src: url('./fonts/Lexend/Lexend-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend/Lexend-SemiBold.woff2') format('woff2'),
        url('./fonts/Lexend/Lexend-SemiBold.woff') format('woff'),
        url('./fonts/Lexend/Lexend-SemiBold.ttf') format('truetype'),
        url('./fonts/Lexend/Lexend-SemiBold.svg#./fonts/Lexend/Lexend-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('./fonts/Lexend/Lexend-Medium.eot');
    src: url('./fonts/Lexend/Lexend-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend/Lexend-Medium.woff2') format('woff2'),
        url('./fonts/Lexend/Lexend-Medium.woff') format('woff'),
        url('./fonts/Lexend/Lexend-Medium.ttf') format('truetype'),
        url('./fonts/Lexend/Lexend-Medium.svg#./fonts/Lexend/Lexend-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('./fonts/Lexend/Lexend-Regular.eot');
    src: url('./fonts/Lexend/Lexend-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend/Lexend-Regular.woff2') format('woff2'),
        url('./fonts/Lexend/Lexend-Regular.woff') format('woff'),
        url('./fonts/Lexend/Lexend-Regular.ttf') format('truetype'),
        url('./fonts/Lexend/Lexend-Regular.svg#./fonts/Lexend/Lexend-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    margin: 0;
    padding: 0;
}

body {
    background: #FFFFFF; 
    color: #282828;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Lexend';
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 0;
}

h1 {
    font-size: 84px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p{
    margin-bottom: 0;
}

a {
    color: #282828;
    text-decoration: none;
    /*letter-spacing: 3px;*/
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}


a:hover {
    color: inherit;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}
section {
    overflow: hidden;
}
/* .single.single-post figure, */
.postid-3428 figure{
    width: 100% !important;
/*  margin-top: 2rem; */
/*  margin-bottom: 2rem; */
}
.postid-3428 a img{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.ymi-nav nav button {
    top: 0;
    right: 0;
}
.ymi-nav nav .close {
    background-color: transparent;
    padding: 55px;
    font-size: 60px;
    line-height: 35px;
}
.ymi-nav .navbar-collapse {
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: 10;
    background: url(img/nav-bg.png), linear-gradient(110.97deg, rgba(255, 255, 255, 0.8) -4.87%, rgba(255, 255, 255, 0.32) 103.95%);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
}
.ymi-nav .navbar-collapse.show{
    position: fixed !important;
}
.collapsing {
    transition: none;
}
.primary-menu-container ul {
    flex-direction: column;
    align-items: center;
}
 .headings-wrapper {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.headings-wrapper .wp-block-button__link {
    border: 1px solid #FFFFFF;
}
.headings-wrapper .syp .wp-block-button__link {
    padding: 19px 49px;
}
.headings-wrapper .syp .wp-block-button__link:hover {
    color: #fff;
}
.headings-wrapper .clutchp-review .wp-block-button__link {
    padding: 16px 58px;
}
.single-project.website .headings-wrapper {
    top: 50%;
    left: 60px;
    position: absolute;
    transform: translate(0, -50%);
}
.single-project.mobile .img-before figure img {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.single-project .img-before {
    mix-blend-mode: normal;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.single-project.mobile .img-before {
    mix-blend-mode: normal;
}
.single-project.mobile .wp-block-image img {
    padding: 50px 65px 0;
    width: 100%;
}
.single-project.website .img-before {
    /*background: linear-gradient(107.95deg, #70252D 22.32%, #181818 101.07%);*/
    max-width: 580px;
}
.single-project .img-before {
    margin-bottom: 0;
    border-radius: 15px;
}
.single-project .img-before figure {
    margin-bottom: 0;
}
.single-project.website .img-before figure {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 650px;
}
.single-project .img-before figure:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/single-project-pattern.png);
    background-repeat: no-repeat;
}
.single-project.website .img-before figure img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-12deg);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 25%);
    border-radius: 15px;
}
.headings-wrapper .wp-block-group {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(46px);
    margin-bottom: 0;
}
.clutch-widget iframe {
    width: 215px;
}
.bg-color1 {
    background-color: #1B1B1B;
}
ul#menu-footer, ul.si-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
ul#menu-footer li.current-menu-item a{
    border-bottom: 2px solid #FFFFFF;
}
ul#menu-footer a {
    color: #FFFFFF;
}
.copyright-text {
    color: #FFFFFF;
    opacity: 0.5;
}
.si-wrap .si-item::marker {
    content: '';
}
/*.footer-about img {
    margin-right: 20px;
}*/
.navbar-light .navbar-toggler {
    display: block;
    border-radius: unset;
}
.navbar {
    position: initial;  
}
header .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
}
header ul#menu {
    padding: 0px 0;
    margin-bottom: 0;
}
header ul#menu li a{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 70px;
    padding: 0;
}
header ul#menu li.current-menu-ancestor > a, header ul#menu li.current-menu-item > a {
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg, #D41927 0%, #6E0D14 100%);
    padding: 10px 15px;
    border-radius: 5px;
}
.bg-black {
    background: #1B1B1B;
}
.testimonail {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
/*     color: #fff; */
    position: relative;
}
.slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-items: center;
}
.slick-list.draggable {
    overflow: hidden;
}
.testimonail img {
    width: 80px;
    height: 80px;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
}
/* .testi-foot-rt {
    margin-left: 20px;
} */
.testimonail h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #971B1F;
}
.testimonail span {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}
.subscribe {
    padding-bottom: 90px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
}
.subscribe .subscribe-wrapper {
    /*background-color: #F1F1F3;*/
    position: absolute;
    left: 50%;
}
.subscribe .wpcf7-form-control-wrap {
    width: 71%;
}
.subscribe input[type="submit"]{
    width: 29%;
}
.subscribe .wpcf7 .ajax-loader {
    margin-top: 10px;
}
.wpcf7 .ajax-loader{
    display: none !important;
}
.wpcf7 form.submitting .ajax-loader{
    display: inline-block !important;
}
.technologies-wrapper {
    max-width: 1260px;
    margin: 0 auto;
}
.technologies-wrapper .technology {
    margin: 0 25px 50px;
}
.technology-img-wrapper {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 18%);
    border-radius: 7px;
    padding: 5px 18px;
}


.featured-insights .slick-list img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* .featured-insights .slick-arrow{
    display: none !important;
} */
article.post .post-date a {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #888B97;
}

.error-404 {
    background: #971B1F;
}
.error-404 .content {
    background: url(img/404-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding: 290px 25%;
}
.error-404 .homepage {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px -16px rgba(151, 27, 31, 0.3);
    border-radius: 5px;
    padding: 20px 70px;
    max-width: 310px;
    margin: 60px auto 0;
}
.error-404 a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #971B1F;
}
/* our portfolio starts */
.p-intro {
    padding: 80px 100px 90px;
}
.p-intro > .wp-block-column:first-child{
    min-width: 360px;
}
.p-intro .content * {
    margin: 0;
}
.p-intro h1 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    color: #282828;
}
.p-intro p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    padding-top: 35px;
    margin-bottom: 54px;
}
.p-intro p:last-child {
    padding: 0;
    margin-bottom: 0;
}
.p-intro a, .ar-contact-us a {
    display: inline-block;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #971B1F;
    box-shadow: 0px 20px 30px -16px rgba(151, 27, 31, 0.3);
    border-radius: 5px;
    position: relative;
    border-radius: 5px;
    position: relative;
    padding: 20px 70px 25px 20px;
}
.p-intro a:after, .ar-contact-us a:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    width: 26px;
    height: 26px;
    background: url(img/cta-icon.svg);
    background-repeat: no-repeat;
}
.op-our-projects {
    padding: 0 60px 10px;
}
.op-our-projects-heading {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 66px;
    line-height: 82px;
    color: #282828;
    margin-bottom: 50px;
}
.margin-bottom-none {
    margin-bottom: 0 !important;
}
.op-our-projects img {
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}
.op-our-projects h4{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.op-our-projects p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
/* our portfolio ends */

/* blog post starts */
.blog-post{
    padding: 50px 110px 60px;
}
.blog-post .banner img{
    border-radius: 15px;
    width: 100%;
}
.blog-post .wp-block-columns{
    margin-bottom: 0;
}
.blog-post .content{
    padding-top: 40px;
}
.blog-post .publish-date{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.blog-post h1{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 62px;
    color: #282828;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-post .author{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #282828;
    margin-bottom: 20px;
}
.blog-post .author span{
    color: #971B1F;
}
.blog-post p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.blog-post p:last-child{
    margin-bottom: 0;
}
/* blog post ends */

/* single project starts */
.single-project p, .single-project .headings-wrapper p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 35px;
    text-align: justify;
}
.single-project .headings-wrapper h1{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 62px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
    white-space: normal;
}
.single-project .headings-wrapper h1 img{
    margin-bottom: 20px;
}
.single-project .headings-wrapper p{
    margin-bottom: 0;
}
.single-project .exp{
    gap: 50px !important;
}
.single-project .exp p:last-child, .single-project .exp-full-width p:last-child {
    margin-bottom: 0;
}
.single-project h2 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 25px;
}
.exp-full-width {
    margin-bottom: 0;
    padding: 80px 75px;
}

.single-project.mobile .headings-wrapper {
    top: 50%;
    left: 60px;
    right: 60px;
    position: absolute;
    transform: translate(0, -50%);
}
.single-project.mobile .headings-wrapper .text-right {
    text-align: right !important;
}
.single-project.mobile .exp {
    padding: 60px 75px;
}
.single-project .exp:nth-child(even) {
    margin-bottom: 0;
    padding: 0 75px 60px;
}
.single-project .exp:nth-child(even) .row {
    flex-direction: row-reverse;
}
.single-project .exp:nth-child(odd) {
    margin-bottom: 0;
    padding: 0 75px 60px;
}
.app-store-platforms .wp-block-button a {
    padding: 0px;
    border-radius: 8px !important;
}
.app-store-platforms .wp-block-button img {
    width: 100% !important;
}
/*.wp-block-buttons>.wp-block-button {
    width: 40%;
    max-width: 220px;
}*/
/* single project ends */

/* careers-intro starts */
.careers-intro .content {
    padding-left: 50px;
}
.careers-intro .content * {
    margin-bottom: 0;
}
.careers-intro h1 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-size: 75px;
    line-height: 94px;
    letter-spacing: -0.03em;
    color: #282828;
}
.careers-intro h1 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    letter-spacing: -0.03em;
    color: #282828;
}
.careers p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #282828;
}
/* careers-intro ends */

/* what-we-do starts */
.what-we-do {
    padding: 45px 95px 190px;
    background-color: white !important;
}
.what-we-do h2 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 55px;
    text-align: center;
    color: #282828;
    margin-bottom: 40px;
}
.what-we-do h4 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #282828;
}
/* what-we-do ends */

/*  how-we-do-it starts */
.careers *{
    margin-bottom: 0;
}
.careers .how-we-do-it .pr {
    padding-right: 5%;
}
/*.careers .how-we-do-it .wp-block-column:first-child {
    padding-right: 90px;
}*/
.careers .how-we-do-it {
    margin-left: 68px;
    margin-bottom: 60px;
    overflow: hidden;
}
.careers .how-we-do-it h2 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 55px;
    color: #282828;
    margin-bottom: 20px;
    text-align: left;
}
.careers .how-we-do-it {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #282828;
}
.careers .how-we-do-it .slicker{
    /*min-width: calc(100% + 15%);*/
    background: #1B1B1B;
}
.careers .how-we-do-carousels .slick-track, .a-about .life-at-devcrew-carousels .slick-track {
    flex-direction: column !important;
}
.careers .how-we-do-it .wp-block-image img {
    width: 100%;
    padding-left: 20px;
}
/* how-we-do-it ends */


/* contact-us starts */
.contact-us .bg-image{
    background-size: cover;
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
}
.contact-us .hero-banner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/contact-us-banner-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-us .headings-wrapper h1{
    font-weight: 700;
    white-space: break-spaces;
}
.get-in-touch img{
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}
.get-in-touch.wp-block-columns{
    gap: 50px !important;
}
.get-in-touch h2{
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #282828;
    margin-bottom: 15px;
}
.get-in-touch p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
.get-in-touch{
    padding: 80px 50px;
}
.google-map h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    color: #282828;
    margin-top: 30px;
}
.google-map.wp-block-columns{
    gap: 100px !important;
    padding: 60px 50px;
}
.google-map iframe{
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}
.contact-info-wrapper{
    position: relative;
    padding: 60px 175px;
}
.contact-info-wrapper.wp-block-columns{
    position: relative;
    gap: 25% !important;
}
.contact-info figure{
    display: flex;
    width: 40px;
    height: 40px;
    background: #971B1F;
    border-radius: 40px !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.contact-info .wp-block-image img{
    width: 20px !important;
    border-radius: unset;
}
.contact-info .wp-block-columns{
    gap: 0 !important;
    margin-bottom: 25px;
}
.contact-info .wp-block-columns:last-child{
    margin-bottom: 0;
}
.contact-info .wp-block-columns p{
    margin-bottom: 0;
}
.contact-info > .wp-block-column:first-child{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*.contact-info > .wp-block-column:first-child .wp-block-columns:nth-child(2){
    margin-bottom: 32px;
}*/
.contact-info .wp-block-column .wp-block-column:first-child{
    flex-basis: 56px !important;
}
/*.contact-info .wp-block-column .wp-block-column:last-child{
    flex-basis: auto !important;
}*/
.contact-info-wrapper h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
}
.contact-info-wrapper p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.contact-info p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.contact-info a{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 32px;
    letter-spacing: unset;
    text-align: left;
}
.contact-info .wp-block-button__link{
    padding: 0;
    background: unset;
}
.work-for-us.wp-block-columns {
    padding: 68px 80px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(img/work-for-us-si.png);
    border-radius: 20px;
    margin: 70px 50px 80px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    gap: 150px !important;
}
.work-for-us h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
}
.work-for-us p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    max-width: 640px;
}
.work-for-us .button-wrapper{
    text-align: right;
}
.work-for-us .wp-block-button, .work-for-us a{
    max-width: 100%;
}
.work-for-us a{
    width: 290px;
    height: 75px;
    left: 1015px;
    top: 2863px;
    background: #FFFFFF;
    border: 0;
    box-shadow: 0px 20px 30px -16px rgba(151, 27, 31, 0.3);
    border-radius: 5px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 45px;
    color: #971B1F !important;
}
.work-for-us a:hover{
    color: #971B1F;
}
/* contact-us ends */

/* career page starts */
.careers .apply-now {
    padding: 120px 68px;
}
.careers .apply-now img {
    box-shadow: 0px 4px 10px 5px rgb(0 0 0 / 20%);
    border-radius: 30px;
}
.careers .apply-now h2 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 55px;
    color: #282828;
    margin-bottom: 20px;
}
.careers .apply-now .content p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 30px;
}
.ctm-form .column {
    margin-bottom: 40px;
}
.ctm-form .your-cv {
    display: none;
}
#jobApplicationModal .ctm-form .column {
    margin-bottom: 25px;
}
#jobApplicationModal .ctm-form .choose-file{
    font-weight: 500;
}
#jobApplicationModal .ctm-form label, #jobApplicationModal .ctm-form input[type="submit"]{
    font-weight: 600;
}
#jobApplicationModal .ctm-form input{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
#jobApplicationModal h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 55px;
    color: #282828;
    margin-bottom: 30px;
}
#jobApplicationModal input[type='file']{
    opacity: 1;
}
#jobApplicationModal input[type='file']::file-selector-button {
  background-color: #27436E;
  border: 0;
  border-radius: 8px;
  color: #fff;
  padding: 1rem 1.25rem;
  text-shadow: 0 1px 1px #333;
  transition: all 0.25s;
  margin-right: 30px;
}
#jobApplicationModal .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
@media (min-width: 600px){
    .brands-we-worked-with figure{
        min-height: 150px;
        max-width: 150px;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
    }
}
.ctm-form label {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #282828;
    margin-bottom: 8px;
}
.ctm-form input {
    font-family: 'Lexend';
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D5D4DC;
    border-radius: 5px;
    padding: 15px;
    height: 60px;
    color: #282828;
    opacity: 0.5;
}
.ctm-form textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D5D4DC;
    border-radius: 5px;
    padding: 15px;
    height: 140px;
    color: #282828;
    opacity: 0.5;
}
.ctm-form input[type="submit"] {
    font-weight: 600;
    background: #971B1F;
    box-shadow: 0px 20px 30px -16px rgba(151, 27, 31, 0.3);
    border-radius: 5px;
    color: #FFFFFF;
    opacity: 1;
}
.ctm-form .wpcf7 .ajax-loader {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.ctm-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 20px;
}
.ctm-form form > p {
    position: relative;
    margin-bottom: 0;
}
.ctm-form .file-wrapper {
    padding: 15px;
    border: 1px solid #D5D4DC;
    border-radius: 5px;
}
.ctm-form .choose-file {
    width: 118px;
    height: 32px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    background: #971B1F;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.ctm-form .file-name, .limitations {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #282828;
    opacity: 0.5;
}
.ctm-form .file-name {
    padding-left: 30px;
}
.ctm-form input {
    padding: 8px;
    height: 50px;
}
.lets-talk .column {
    margin-bottom: 5px;
}
.lets-talk textarea {
    height: 200px;
    padding: 8px;
}
.lets-talk label {
    font-weight: 600;
    margin-bottom: 5px;
}
.lets-talk .wpcf7-submit {
    width: 135px;
}
/* career page ends */



/* my css */
/* banner section css */
.column-services a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: unset;
    font-size: 0;
    background: unset;
}
.column-services .wp-block-column {
    position: relative;
}
.p-relative{
    position: relative;
}
.headings-wrapper .wp-block-group{
    max-width: 980px;
    margin:0 auto;
}
.headings-wrapper h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 55px;
    color: #FFFFFF;
}
.headings-wrapper h1{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
    white-space: nowrap;
    margin-bottom: 10px;
}
.headings-wrapper p{
    margin-top: 20px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.video-container{
    padding-bottom: 55%;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-containerr:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #923f42;
    mix-blend-mode: multiply;
}
.single-project.website .exp .bg-image {
    margin: 0 40px;
}
.single-project.website .hero-image img {
    right: 0;
    bottom: 0;
    margin: auto;
}
.single-project.website .exp .hero-image img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-12deg) scale(1.07, 1.07);
    border-radius: 15px;
}

/* services css */
.service-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
}
.service-wrapper:first-child {
  padding-top:0;
}
.service-wrapper:last-child {
  padding-bottom:0;
  border-bottom: none;
}
.service-wrapper .service img {
    max-width: 100px;
    margin-right: 20px;
}

.service-wrapper p .our-services p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #282828;
}
.our-services .about p {
    margin-bottom: 40px;
}
.our-services .about p:last-child {
    display: flex;
    margin-bottom: 0 !important;
}
.our-services p img {
    margin-bottom: 0 !important;
    width: 100%;
}

.service h4{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #282828;
}
.service p{
font-family: 'Lexend';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #282828;
}
.service {
    margin-bottom: 20px;
}
/* .our-services .about h2{
    font-family: 'Lexend';
    color:#971B1F;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
} */
.our-services .about * {
    margin-bottom: 16px;
}
.our-services h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
}
.our-services p.has-text-align-center {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    max-width: 810px;
    margin: 20px auto 50px;
}
.our-services .column-services h4, .our-services .row-services h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.our-services .row-services h4 {
    color: #fff;
}
.our-services .column-services p, .our-services .row-services p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

/* projects css */
.projects{
    padding: 60px 0 60px 75px;
}
.slick-dots {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    display: inline-block;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    margin: 2px;
    border: 1px solid #971B1F;
}
.featured-insights .slick-dots li {
    background: rgba(27, 27, 27, 0.75);
}
.slick-dots li.slick-active {
/*    width: 25px;*/
    background: #971B1F;
}
.projects h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #FFFFFF;
}
.nav-wrapper .paging-info {
    width: 120px;
}
.projects h3{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 20px 0;
}
.projects p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    /*padding-right: 180px;*/
    margin-bottom: 0;
}
.projects a {
    margin-top: 50px;
}

/*technologies section css*/
.technologies-we-work-on {
    padding: 70px 65px 55px;
}
.technologies-we-work-on .wp-block-column {
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
}
.technologies-we-work-on figure {
    min-height: 120px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 7px;
}
.technologies-we-work-on .wp-block-column figure {
    margin: 15px 0;
}
.technologies-we-work-on h2,
.awards-and-recognition h2,
.talk-about-section h2,
.featured-insights h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #282828;
    margin-bottom: 40px;
}
.technologies-we-work-on h2 {
    margin-bottom: 25px;
}
.technologies-we-work-on p {
    margin-bottom: 20px;
}
.talk-about-section h2{
    margin-bottom: 20px;
}
.flip-card {
  background-color: transparent;
  /*width: 200px;
  height: 120px;*/
  perspective: 1000px;
}

.flip-card-inner {
  /*position: relative;*/
  width: 200px;
  height: 120px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /*background-color: #971B1F;*/
  color: black;
}

.flip-card-back {
    background-color: #971B1F;
    transform: rotateY(180deg);
    border-radius: 7px;
}
.flip-card-back h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120px;
    color: white;
}

/* featured-insights css */
.featured-insights {
    background-color: #F7F7F7;
}
.featured-insights ul.wp-block-latest-posts {
    position: relative;
    padding: 0 40px;
}
.featured-insights ul.wp-block-latest-posts li {
    position: relative;
    margin: 0 20px !important;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    min-height: 380px;
}
.featured-insights ul.wp-block-latest-posts a:after {
    position: absolute;
    content: 'Read More >>';
    bottom: 10px;
    right: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #971B1F;
}
.featured-insights ul.wp-block-latest-posts li > div {
    margin-bottom: 20px;
}
.featured-insights ul.wp-block-latest-posts a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: justify;
}
.featured-insights ul.wp-block-latest-posts > img {
    position: absolute;
}
.featured-insights ul.wp-block-latest-posts > img.slick-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.featured-insights ul.wp-block-latest-posts > img.slick-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.featured-insights a.wp-block-latest-posts__read-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #971B1F;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* testimonail css */
.testimonail{
    padding: 50px 0 85px;
}
.testimonail .slick-track {
    gap: 20px;
}
.testimonail .column{
    margin-bottom: 15px;
}
.testimonail h2{
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    padding: 0 18px;
    margin-bottom: 0;
}
.testi-slider-item .testi-content figure:before {
    content: '';
    position: absolute;
    top: 20;
    right: 0;
    background: url(img/review-quote-icon-red.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 44px;
}
.testi-slider-item {
    background-color: #F7F7F7;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 10px;
    padding: 30px;
    margin: 60px 40px;
}

.testimonail .testi-content{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
/*     color: #FFFFFF; */
    margin-bottom: 38px;
    position: relative;
/*     padding-top: 60px; */
    padding-bottom: 30px;
    max-width: 1070px;
    margin: 0 auto;
    min-height: 240px;
}
.testimonail .testi-content p {
    margin-top: 20px;
}


.case-studies {
    padding: 100px 90px 70px;
}
.case-studies h2 {
font-weight: 600;
font-size: 48px;
line-height: 100%;
margin-bottom: 20px;
}
.case-studies h4 {
font-weight: 700;
font-size: 40px;
line-height: 100%;
color: #971B1F;
margin-bottom: 20px;
}
.case-studies p {
font-weight: 500;
font-size: 20px;
line-height: 32px;
margin-bottom: 20px;
}
.case-studies {
    margin-top: 20px;
}
.case-studies .slick-dots {
    margin-top: 45px;
}

/* What We Do? */
.what-we-do .wp-block-columns {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.what-we-do .wave img {
    position: absolute;
    width: 100%;
    padding: 0 16%;
    top: 80px;
    left: 0;
    z-index: 0;
}
.what-we-do .we-do figure {
    position: relative;
    width: 116px;
    height: 116px;
    background: maroon;
    border-radius: 100px;
    /*margin-top: 40px;*/
    margin-bottom: 40px;
}
.what-we-do .we-do figure img {
    position: absolute;
    width: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: unset;
}



/* What We Doo */
.what-we-doo {
    padding: 110px 65px;
    background-color: #F7F7F7;
}
.what-we-doo img {
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 20px;
}
.post-services .mb-10 strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #971B1F;
}
.mb-10 {
    margin: 0 auto 10px !important;
}
.what-we-doo h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 20px;
}
.what-we-doo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;
}


/* Our Blogs css */
.featured-insights .section-title{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 55px;
    text-align: center;
    text-transform: capitalize;
    color: #282828;
    margin-bottom:30px;
}
.featured-insights .post{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(156, 156, 156, 0.4);
    border-radius: 10px;
}
.featured-insights .post-content{
    padding: 10px 20px 15px;
}
.post-date{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #888B97;
    margin-bottom: 0;
}
.featured-insights .post-title{
    font-family: 'Lexend';
   font-style: normal;
   font-weight: 600;
   font-size: 20px;
   line-height: 25px;
   color: #282828;
   margin-top: 10px;
   margin-bottom: 10px;
}
.post-excerpt {
    margin-bottom: 10px;
}
.featured-insights .post-excerpt p {
   font-family: 'Lexend';
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 28px;
   color: rgba(57, 57, 57, 0.75);
   margin-bottom: 0;
}

.post-content a.read-more{
    font-family: 'Lexend';
    font-style: normal;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #971B1F;
}
/* Our Blogs media */

/* Positions We Are Looking For starts */
.positions {
    padding: 60px 70px;
}
.positions * {
    color: #FFFFFF;
}
.positions h2 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 66px;
    line-height: 82px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.positions .nav-tabs {
    margin-bottom: 25px;
}
.positions .nav-tabs .nav-link {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    background-color: #1B1B1B;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 6px 25px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.positions .nav-tabs .nav-link.active {
    background-color: #FFFFFF;
    color: #1B1B1B;
}
.positions .nav-tabs .nav-link:hover {
    background-color: #FFFFFF;
    color: #1B1B1B;
}
.positions a > div {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
.positions a:last-child > div{
    border: none;
}
.positions h4 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0;
}
.positions span {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}
.positions img {
    padding-left: 20px;
}
/* Positions We Are Looking For ends */

/* single-open_positions starts */
.single-open_positions .headings-wrapper {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
}
.sop-content {
    padding: 80px 77px 54px;
}
.sop-content h2 {
    margin-bottom: 25px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    color: #282828;
}
.sop-content ul {
    margin-bottom: 30px;
    padding-left: 26px;
}
.sop-content ul li, .sop-content p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    /*text-align: justify;*/
    color: #282828;
}
.sop-content p {
    margin-bottom: 20px;
}
.sop-content .br-1 {
    margin-top: 40px;
}
.sop-content .wp-block-image figure{
    margin: 0 auto !important;
}
.sop-content .wp-block-image img{
    width: 70px !important;
    margin-bottom: 10px;
}
.sop-content .sop-f1 {
    padding: 0 125px;
}
.sop-content .sop-f2 {
    padding: 0 10px;
}
.sop-content .wp-block-columns p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #1B1B1B;
    padding: 0 5px;
}
.btn-apply-now{
    padding: 0 77px 111px;
}
.btn-apply-now button
{
    background: #971B1F;
    box-shadow: 0px 20px 30px -16px rgba(151, 27, 31, 0.3);
    border-radius: 5px;
    border: unset;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0;
}
.btn-apply-now a{
    background: #971B1F;
    box-shadow: 0px 20px 30px -16px rgba(151, 27, 31, 0.3);
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0;    
}
/* single-open_positions ends */

/* about starts */
/*.a-about * {
    margin-bottom: 0;
}
.a-about .heading {
    margin-bottom: 0;
}*/
.a-about .heading {
    margin: 125px 95px 50px;
}
.a-about .heading img {
    width: 100%;
}
.a-about h2, .a-about h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #282828;
    margin-bottom: 30px;
}
.a-about .work h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 30px;
}
.a-about p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #282828;
}
.a-about .life-at-devcrew-carousels img {
    min-width: 100%;
}
.a-about .life-at-devcrew-carousels .slick-list.draggable{
    max-height: 805px;
}
.a-about .life-at-devcrew .wp-block-image * {
    width: 100%;
}
.a-about .life-at-devcrew{
    padding-top: 20px;
    padding-bottom: 90px;
}
.a-about .padding {
    padding-left: 95px;
    padding-right: 95px;
}
/*.a-about .padding > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/
.a-about .intro {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*.a-about .intro h2 {
    padding-right: 30px;
}*/
.a-about .skilled-team img{
    width: 100%;
}
.a-about .work {
    padding-top: 95px;
    padding-bottom: 95px;
}
.a-about .work *{
}
.a-about .work ul{
    padding: 0;
    list-style: none;
    padding-bottom: 17px;
}
.a-about .work li{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 37px;
    padding-bottom: 13px;
}
.a-about .work li:before{
    position: absolute;
    content: '';
    background-image: url(img/tick.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 11px;
    left: 7px;
    z-index: 1;
}
.a-about .work li:after{
    position: absolute;
    content: '';
    background-color: #971B1F;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    top: 3px;
    left: 0;
}
.a-about .our-story{
    padding-top: 100px;
    padding-bottom: 100px;
}
.a-about .our-story .right-column .wp-block-cover{
    padding: 0;
    min-height: 323px;
}
.a-about .our-story .right-column{
    min-height: 323px;
}
.a-about .our-story .right-column img{
    object-fit: unset;
    position: unset;
    min-width: 100%;
    height: auto;
    border-radius: 15px;
}
.a-about .our-story .right-column a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: unset;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 0;
}
.a-about .our-story .right-column a img{
    position: absolute;
    top: 49%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 50px !important;
    height: 32px;
}
.a-about .life-at-devcrew h2 {
    margin-bottom: 50px;
}
.why-us {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(img/why-us-si.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    gap: 150px !important;
}
.a-about .why-us{
    margin-bottom: 90px;
}
.a-about .why-us .wp-block-media-text__content{
    padding: 0 20px;
}
.a-about .why-us .reasons img {
    max-width: 50px;
}
.w-100 *{
    width: 100%;
}
.a-about .why-us h3 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}
.a-about .why-us .wp-block-image img {
    max-width: 50px;
    margin-bottom: 15px;
}
/* about ends */

/* subscribe starts */
.subscribe h2, .subscribe p{
    margin-bottom: 20px;
}
.subscribe .content form *{
    margin-bottom: 0;
}
.subscribe h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #282828;
}
.wpcf7-not-valid-tip{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.subscribe .wpcf7 form .wpcf7-response-output{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    margin-top: 15px;
}
.subscribe-wrapper .wpcf7 form.invalid .wpcf7-response-output{
    display: none;
}
.subscribe P{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
}
.subscribe span[data-name="your-email"] input{
    width: 100%;
    /*max-width: 380px;*/
    height: 58px;
    background: #F9F9F9;
    border: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px;
    outline: none;
}
.subscribe input[type="submit"]{
    height: 58px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    background: #971B1F;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #FFFFFF;
}
/* subscribe ends */

/* footer css */
footer.footer.bg-color1 {
    padding: 71px 0 66px;
}
.primary-menu-container .footer-nav a{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 30px 0 5px;
}
.footer .primary-menu-container{
    /*margin-top: 30px;*/
}
.primary-menu-container .footer-nav li{
    margin: 0 40px;
}
.si-wrap .si-item{
    color: #fff;
    margin: 20px 0;
    padding: 12px 20px;
} 
.copyright-text {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.204545px;
}



/* archive starts */
.searchBox {
    position: absolute;
    height: 50px;
    border-radius: 40px;
    padding-left: 10px;
    max-width: 425px;
}
.searchButton {
    color: white;
    float: right;
    height: 48px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    background: transparent;
    margin-right: 10px;
    pointer-events: none;
}
.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    /*color: white;*/
    font-size: 16px;
    transition: 0.4s;
    line-height: 48px;
}
.archive h1{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    color: #282828;
    margin-bottom: 40px;
}
.archive .tag-title, .archive .author-display-name{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 40px;
}
.archive .tag-title span, .archive .author-display-name span{
    color: #971B1F;
}
.archive .archive-description p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #282828;
    margin-bottom: 0;
}
.archive .post-title{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
}
.archive .post-excerpt p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #282828;
    margin-bottom: 0;
}
.archive .post-title a{
    letter-spacing: unset;
}
.archive header{
    margin: 0 auto;
}
.archive-header{
    padding: 135px 77px 0;
}
.archive .form-fields-wrapper{
    /*max-width: 680px;
    margin-bottom: 50px;*/
}
.archive .form-fields-wrapper .search-field{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    color: #282828;
    opacity: 0.5;
    padding: 20px 30px;
    background-image: url(img/search-icon.svg);
    background-position: right; 
    background-repeat: no-repeat;
    border: 1px solid transparent;
}
.archive .form-fields-wrapper .search-field:focus{
    background: unset;
    border: 1px solid #D2D6DA;
    border-radius: 5px;
}
.archive .form-fields-wrapper .img-btn{
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    max-width: 26px;
}
.archive .post-container{
    padding: 30px 23px;
}
.archive .post{
    padding: 20px;
}
.archive .other-posts .post-meta{
    padding-top: 20px;
    padding-bottom: 5px;
}
.archive .post-meta{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #282828;
}
.archive .post-wrapper{
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 10px rgba(156, 156, 156, 0.25);
    border-radius: 15px;
}
.archive #menu-archive-menu{
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
}
.archive #menu-archive-menu li {
    display: inline-block;
}
.archive #menu-archive-menu .current-menu-item {
    border-bottom: 2px solid #971B1F;
}
.archive #menu-archive-menu li a {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 45px;
    color: #282828;
    padding-left: 25px;
    padding-right: 25px;
}
.archive #menu-archive-menu li.current-menu-item a {
    color: #971B1F;
}
.archive .nav-links {
    text-align: center;
}
.archive a.page-numbers {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #971B1F;
    background: #FFFFFF;
    border: 1px solid #971B1F;
    border-radius: 6px;
    max-width: 64px;
    padding: 20px 25px;
    display: inline-block;
    margin: 0 10px 10px;
}
.archive span.page-numbers {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #971B1F;
    border: 1px solid #971B1F;
    border-radius: 6px;
    max-width: 64px;
    padding: 20px 25px;
    margin: 0 10px;
}
.archive .pagination{
    justify-content: center;
    margin-top: 100px;
}
.archive .read-time{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6E6E6E;
}
.archive .other-posts a.read-more{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
.archive .latest-post .post{
    display: flex;
    align-items: center;
}
.archive .latest-post .post-header{
    margin-top: 12px;
    margin-bottom: 12px;
}
.archive .latest-post .post-thumbnail img{
    border-radius: 15px;
    /*min-width: 476px;*/
    width: 100%;
}
.archive .other-posts .post-thumbnail img{
    border-radius: 10px;
    width: 100%;
}
.archive .post span{
    opacity: 0.5;
}
.archive .post .post-category{
    opacity: 1;
}
.archive .latest-post .post-excerpt{
    margin-bottom: 20px;
}
.archive .posts{
    padding: 60px 77px;
}
.archive .before:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1;
}
.archive .after:after {
    content: '';
    position: absolute;
    top: 30px;
    left: calc(50% - 33px);
    right: 0;
    bottom: 0;
    background: url(http://localhost/devcrew/wp-content/uploads/2022/09/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    max-width: 66px;
    height: 66px;
    z-index: 1;
}
@keyframes spin {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}
.nothing-found{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #282828;
    line-height: 200px;
}
.archive .latest-post{
    /*margin-bottom: 100px;*/
    /*padding: 25px;*/
}
/*.archive .nav-links {
    height: 64px;
}*/
/* archive ends */
/* .wp-block-columns {
    gap: 0 !important;
} */
.wp-block-columns, .wp-block-image, .wp-block-image figure, .page .wp-block-image .alignright {
    margin: 0;
}



.cc-floating-btn {
    background: #971B1F;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    left: 6px;
    z-index: 2;
    bottom: 14px;
    font-weight: 500;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 56%);
}
.cc-floating-btn a{
    font-size: 0;
    line-height: 38px;
    color: #FFFFFF;
}
.cc-floating-btn a div{
    padding: 12px 14px;
}
.cc-floating-btn:hover a div{
    gap: 10px;
}
.cc-floating-btn:hover a{
    transition: font-size 0.8s;
    font-size: 18px;
}
.cc-form-wrapper {
    margin-bottom: 90px;
}
.cc-form-wrapper form{
    padding: 50px 120px 60px;
}
.cc-form-wrapper h2{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -0.03em;
    padding-bottom: 60px;
}
.cc-form-wrapper .query{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    padding-bottom: 60px;
}
.cc-form-wrapper h2, .cc-form-wrapper p{
    color: #FFFFFF;
}
.cc-form-wrapper .wpcf7-form-control{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.cc-form-wrapper .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label{
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    background: rgba(255, 255, 255, 25%);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3px;
    gap: 3px;
    cursor: pointer;
}
.cc-form-wrapper .hide-first-option .wpcf7-list-item.first {
    display: none;
}
.cc-form-wrapper .wpcf7-form-control-wrap .wpcf7-list-item img{
    display: block;
    margin: 0 auto;
    max-height: 55px;
}
.cc-form-wrapper  .wpcf7-form-control-wrap .wpcf7-list-item input{
    display: none;
}
.cc-form-wrapper  .wpcf7-form-control-wrap .wpcf7-list-item{
    margin: 0;
}
.cc-form-wrapper  .wpcf7-form-control-wrap .wpcf7-list-item input:checked + span{
    border: 3px solid #FFFFFF;
    backdrop-filter: none;
    background: #8D161C;
}
.cc-form-wrapper input[type=text], .cc-form-wrapper input[type=email]{
    height: 63px;
}
.cc-form-wrapper input[type=text], .cc-form-wrapper input[type=email], .cc-form-wrapper textarea{
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    padding: 20px 35px;
    outline: none;
    max-width: 100%;
}
.cc-form-wrapper .wpcf7-submit-wrapper{
    padding-top: 60px;
}
.cc-form-wrapper .wpcf7-submit{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    background: #8D161C;
    box-shadow: 6px 9px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: navajowhite;
    padding: 20px;
}
.cc-form-wrapper progress{
    display: block;
    width: 100%;
    height: 70px;
    max-width: 900px;
    margin: 0 auto;
}
#other-industry .wpcf7-form-control-wrap, #other-revenue .wpcf7-form-control-wrap{
    display: flex;
    justify-content: center;
}
#other-industry, #other-revenue{
    padding: 30px 0;
}
#other-industry input, #other-revenue input{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.get-full-estimate {
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid #FFFFFF;
    /* backdrop-filter: blur(28px);*/
    border-radius: 24px;
    padding: 50px 160px;
}
.get-full-estimate label{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFF;
    padding-top: 30px;
    padding-bottom: 15px;
}
.get-full-estimate input, .get-full-estimate textarea{
    width: 100%;
}
.cc-form-wrapper input::placeholder, .cc-form-wrapper textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFF;
}
.cc-form-wrapper input:-ms-input-placeholder, .cc-form-wrapper textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFF;
}
.cc-form-wrapper input::-ms-input-placeholder, .cc-form-wrapper textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFF;
}
.actions-wrapper{
    padding-top: 30px;
}
.progress-bar-wrapper{
    padding-top: 60px;
}
#myProgress {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #191B20;
  height: 60px;
  border-radius: 30px;
  box-shadow: 6px 9px 40px rgba(48, 49, 55, 0.54);
  overflow: hidden;
}

#myBar {
  width: 10%;
  height: 100%;
  background-color: #A61D22;
  transition-duration: 1.5s;
}
#progress-bar-status {
    top: 0;
    right: 0;
    left: 0;
    color: #FFFF;
    line-height: 60px;
    text-align: center;
}
.cc-back:before {
    content: '';
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
    height: 15px;
    background: url(img/cc-form/cc-back-arrows.svg);
    background-repeat: no-repeat;
}
.cc-back {
    position: relative;
    min-width: 200px;
    line-height: 50px;
    border: none;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #FFFF;
    background: #000000;
    box-shadow: 6px 9px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.cc-next:after {
    content: '';
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
    height: 15px;
    background: url(img/cc-form/cc-next-arrows.svg);
    background-repeat: no-repeat;
}
.cc-next {
    position: relative;
    min-width: 200px;
    line-height: 50px;
    border: none;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #FFFF;
    background: #8D161C;
    box-shadow: 6px 9px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.cc-form-wrapper .wpcf7 form .wpcf7-response-output{
    color: #FFF;
    text-align: center;
}
.cc-form-wrapper .wpcf7 form.sent .wpcf7-response-output{
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    border: none;
    margin: 0;
    padding: 0;
}



.ar-banner{
    padding: 120px 60px;
    background-color: #110A06;
    color: #fff;
}
.ar-banner h2{
    font-weight: 500;
    font-size: 60px;
    line-height: 75px;
}
.ar-banner p{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.ar-sc .wp-block-media-text__content{
    padding: 130px 60px;
}
.ar-sc h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #282828;
}
.ar-sc p{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #282828;
}
.ar-banner .secondary-image {
    position: absolute;
    bottom: -14%;
    text-align: center;
    width: 19%;
}
.ar-sc .wp-block-media-text .wp-block-media-text__content{
    padding: 0 60px;
}
.brands-we-worked-with{
    background-image: url(img/ar-p-tc-bg-i.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px 0 45px;
    color: #fff;
}
.brands-we-worked-with *{
    pointer-events: none !important;
}
.brands-we-worked-with .wp-block-column{
    margin: 15px 22px;
}
.brands-we-worked-with .wp-block-column img{
    padding: 15%;
}
.brands-we-worked-with h2{
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 35px;
}
.brands-we-worked-with figure{
    background-color: rgb(255 255 255 / 40%);
    border-radius: 10px;
    border: 1px solid #fff;
    backdrop-filter: blur(23px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.brands-we-worked-with .row2{
    direction: rtl;
}
.ParallaxVideo:after {
    background: rgba(34, 34, 34, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
}
.ParallaxVideo video, .ParallaxVideo source{ 
    min-width: 100%;
    position: fixed;
    top:0;
    z-index: -999;
    height: 100vh;
    object-fit: cover !important;
}
.ParallaxVideo h1 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.wp-block-image.position-relative img{
    position: absolute;
    top: -100px;
    right: 0;
    width: 75%;
    min-width: 200px;
}
.s-video-parallax .wp-block-columns .wp-block-column figure:first-child img {
    width: 60%;
    min-width: 180px;
}
.s-video-parallax{
    margin: 100px 0;
}
.s-video-parallax .wp-block-columns{
    height: 100vh;
/*    display: flex;*/
}
.vp-right-column figure{
    text-align: right;
}
.vp-right-column .wp-block-image.position-relative img{
    left: 0;
}
.ar-contact-us{
    padding: 80px 80px 60px;
}
.ar-contact-us.wp-block-cover img.wp-block-cover__image-background{
    object-position: 90%;
}
.ar-contact-us h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}
.ar-contact-us h2:nth-child(2){
    margin-bottom: 30px;
}
.ar-contact-us p{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 40px;
}
.ar-contact-us a{
    background: #FFFFFF;
    color: #971B1F;
}
.ar-contact-us a:after{
    background: url(img/ar-cta-icon.svg);
}
.woocommerce-page .site-main{
    margin-top: 90px;
    margin-right: 45px;
    margin-bottom: 6rem;
}
/*.woocommerce-account .site-main{
    margin-bottom: 6rem;
}*/
h1.woocommerce-products-header__title {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 43px;
    color: #282828;
    text-align: left;
    margin-bottom: 40px;
}
.woocommerce span.onsale{
    line-height: 43px;
    background-color: #971B1F;
}
section.related.products h2{
    font-family: Lexend;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 35px;
}
.woocommerce ul.products li.product a img{
    border-radius: 15px;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #282828;
    padding-top: 20px;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .price del{
    color: #858C94;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #971B1F;
    margin-bottom: 0;
}
.woocommerce div.product form.cart .button {
    padding: 17px 25%;
    background: #FFFFFF;
    border: 1px solid #971B1F;
    border-radius: 3px;
    color: #971B1F;
    height: 53px;
}
div.product .woocommerce-product-gallery .flex-viewport {
    height: unset !important;
}



.woocommerce div.product .product_title{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
}
.woocommerce div.product p.price{
    margin-top: 20px;
    margin-bottom: 25px;
}
/*.woocommerce-product-details__short-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
}*/
.woocommerce div.product p.price del{
    color: #858C94;
}
.woocommerce div.product p.price ins{
    text-decoration: none;
}
.woocommerce div.product span.posted_in{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}
.woocommerce .quantity .qty {
    height: 53px;
    border-width: 1px;
    border-radius: 3px;
    outline: none;
}
.woocommerce div.product span.posted_in a{
    color: #858C94;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 30px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
    padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-bottom: 1px solid #971B1F !important;
    color: #971B1F;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
    background-color: unset !important;
    border: none !important;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    position: unset !important;
}
.woocommerce .woocommerce-notices-wrapper .button, .woocommerce-cart .return-to-shop{
    display: none;
}
.woocommerce-page .entry-title{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 43px;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
}
.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart .woocommerce > * {
    flex-grow: 1;
    width: 50%;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce-cart .return-to-shop{
    width: 100%;
}
form.woocommerce-cart-form{
    padding-right: 45px;
}
.woocommerce-cart table.cart img{
    width: 50px;
    border-radius: 5px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    background: #F6F6F6;
    border-radius: 4px;
    width: 25%;
    padding: 60px;
}
.woocommerce .cart button[name=apply_coupon]{
    background: #971B1F;
    color: #fff;
    /*border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    min-height: 40px;*/
}
/*.woocommerce .cart button[name=update_cart]{
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    min-height: 40px;
}*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background: #971B1F;
    color: #fff;
    /*border-radius: 4px;
    font-weight: 600;
    font-size: 16px;*/
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    border-radius: 3px;
    /*min-width: 40px;*/
    width: unset;
    margin-right: 10px;
    /*font-size: 16px;*/
}
.woocommerce table.cart td.actions{
    padding: 20px 12px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: unset;
}
.woocommerce .cart-collaterals .cart_totals h2{
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.woocommerce-info, .woocommerce-message{
    border-top-color: #971B1F;
}
.woocommerce-info::before, .woocommerce-message::before{
    color: #971B1F;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #971B1F;
}
.woocommerce form .form-row input.input-text{
    min-height: 60px;
    border-radius: 5px;
    border: 1px solid #D5D4DC;
    opacity: 0.5;
}
.woocommerce form .form-row input.input-text:focus-visible{
    outline-style: auto;
    outline-color: rgb(0, 95, 204);
    outline-width: 1px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 8px;
    opacity: 0.5;
    border: 1px solid #D5D4DC;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single{
    height: 53px;
    padding: 11px 0 !important;
    opacity: 0.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 58px;
}
.woocommerce-checkout .col2-set h3, .woocommerce-account .addresses .title h3
, .woocommerce-view-order h2, .woocommerce-checkout form #order_review_heading{
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #282828;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
    margin-top: 20px;
}
.woocommerce-account .addresses .title .edit {
    line-height: 38px;
}
.woocommerce-account .woocommerce-MyAccount-content p a{
    color: #971B1F;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
}
#tab-description h2{
    display: none;
}
#tab-technical_specs .wp-block-column{
    padding-left: 5px;
    padding-right: 5px;
}
#tab-technical_specs .wp-block-column h4:first-child{
    margin-top: 0;
}
#tab-technical_specs h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 5px;
}
#tab-technical_specs p{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
#tab-technical_specs strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.woocommerce-checkout h3{
    margin: 1rem auto 2rem;
}
.woocommerce-checkout form #order_review{
    padding-top: 37px;
}
.woocommerce-checkout form[name=checkout] {
    display: table;
    width: 100%;
}
.woocommerce-checkout form .col2-set {
    width: 50%;
    float: left;
    padding-right: 1.5vw;
}
.woocommerce-checkout form .col2-set .col-1, .woocommerce-checkout form .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
    width: 50%;
    padding-left: 1.5vw;
    float: right;
    clear: right;
}
input#billing_address_1::-webkit-input-placeholder {
    color: #fff;
}
.woocommerce-order-received p {
    margin-bottom: 30px;
}
.woocommerce-order-received ul.order_details li, .woocommerce-order-received ul.order_details li strong{
    font-size: 16px;
}
.woocommerce-order-received h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #282828;
    margin: 0 auto 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    padding: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
    margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 1.5rem 0;
    padding: 0;
    border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-size: 18px;
    font-weight: 700;
    color: #282828;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
    color: #971B1F;
}
.woocommerce-order-downloads a.button.alt, .woocommerce-order-downloads a.button.alt:hover{
    background-color: #971B1F;
}


.footer {
    padding: 40px 0;
    background: #222;
    color: #fff;
}
    footer.footernew.bg-color1 {
    padding: 50px 0 30px;
}
.footernew .social-icons img {
    width: 20px;
    height: 20px;
}
    .footer .container {
        flex-direction: column;
    }
    .footer .row {
        width: 100%;
    }
.footer-logo {
    max-width: 90%;
    margin-bottom: 10px;
}
.company-desc {
    font-size: 18px;
    margin-bottom: 20px;
}
.footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}
.footer-nav {
    list-style: none;
    padding: 0;
}
.footer-nav li {
    margin-bottom: 5px;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
}
.contact-details {
    list-style: none;
    padding: 0;
}
.contact-details li {
    margin-bottom: 5px;
    font-size: 18px;
}
.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}
.social-icons li {
    display: inline-block;
}
.social-icons img {
    width: 30px;
    height: 30px;
}
.btm-footer {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.talk-about-section {
    padding: 90px 120px;
}
.talk-about {
    box-shadow: 0px 4px 15px 0px #00000040;
    padding: 20px 30px;
    border-radius: 10px;
}
.row-services {
    margin-bottom: 2em;
}
.row-services .wp-block-column {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.row-services h2, .row-services p {
    color: #fff;
}
.row-services h2 {
    color: #fff;
}
.row-services p {
    color: #fff;
}
.row-services a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: unset;
    font-size: 0;
    background: unset;
}
.row-services .wp-block-column {
    position: relative;
}
.row-services .wp-block-column path {
    fill: white;
}
/* .row-services .wp-block-column:hover path {
    fill: white;
} */
.augmented-reality {
    background: linear-gradient(90deg, #fbba77ba 0%, #DFA871 100%);
}
.web-development {
    background: linear-gradient(90deg, #41EAE3 0%, #2293B7 100%);
}
.mobile-apps {
    background: linear-gradient(90deg, #69529F 0%, #463864 100%);
}
.e-commerce {
    background: linear-gradient(90deg, #4386D2 0%, #0962C5 100%);
}
.virtual-reality {
    background: linear-gradient(90deg, #A5A2F6 0%, #564FD6 100%);
}
.AI-powered-solutions {
    background: linear-gradient(90deg, #FF8088 0%, #984141 100%);
}
.service-wd-banner-cover {
    padding: 175px 90px;
}
.service-wd-banner-cover h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 20px;
}
.service-wd-banner-cover h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    margin: 20px 0;
}
.service-wd-banner-cover p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
    max-width: 540px;
}
.service-wd-banner-cover a, .ymi-btn a {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    background-color: #fff;
    color: #000000;
    width: 275px;
    border-radius: 10px;
}
.service-wd-banner-cover .btn-contact-us a, .ymi-btn-dark-red a {
    background: linear-gradient(90deg, #670B12 0%, #6E0D14 22%, #821319 55%, #A31C21 94%, #A91E23 100%), linear-gradient(90deg, #7F56D9 0%, #432E73 100%);
    color: #fff;
}

/* Service - Web Development */
.text-img {
    padding: 70px 90px 0;
}
.img-text {
    padding: 70px 90px;
}
.text-img h4, .img-text h4 {
font-weight: 400;
font-size: 36px;
line-height: 100%;
letter-spacing: 0px;
margin-bottom: 20px;
}
.text-img p, .img-text p {
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
}
.text-img img, .img-text img {
    border-radius: 32px;
}
.what-are-we-offering {
    padding: 70px 90px;
}
.what-are-we-offering h2 {
font-weight: 600;
font-size: 48px;
line-height: 100%;
}
.what-are-we-offering p.has-text-align-center {
font-weight: 400;
font-size: 20px;
line-height: 145%;
}
.what-are-we-offering p.has-text-align-center {
font-weight: 400;
font-size: 20px;
line-height: 145%;
margin-top: 20px;
margin-bottom: 50px;
}
.what-are-we-offering .wp-block-column {
border-radius: 10px;
background-color: #fff;
padding: 30px;
}
.what-are-we-offering .pb {
    margin-bottom: 2rem;
}
.what-are-we-offering .wp-block-columns h4 {
    position: relative;
font-weight: 700;
font-size: 20px;
line-height: 100%;
margin-top: 20px;
margin-bottom: 40px;
}
.what-are-we-offering .wp-block-columns h4:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 90px;
    height: 6px;
    background: url(img/h4-bottom-border.png);
}
.what-are-we-offering .wp-block-columns p {
font-weight: 500;
font-size: 16px;
line-height: 22px;
}
.do-cool {
    margin-top: 100px;
}
.do-cool h4 {
font-weight: 600;
font-size: 48px;
line-height: 100%;
margin-bottom: 25px;
}
.do-cool p {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
}
.why-choose-us {
    padding: 80px;
    background-color: #F7F7F7;
}
.why-choose-us h2 {
font-weight: 600;
font-size: 40px;
line-height: 48px;
margin-bottom: 40px;
}
.why-choose-us h6 {
font-weight: 500;
font-size: 18px;
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.why-choose-us .wp-block-column {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px #00000040;
    padding: 20px;
}
.why-choose-us .wp-block-column p {
font-weight: 400;
font-size: 14px;
line-height: 22px;
}


.our-development-process {
    padding: 90px;
}
.our-development-process h2 {
font-weight: 600;
font-size: 48px;
line-height: 100%;
}
.our-development-process .about {
font-weight: 400;
font-size: 20px;
line-height: 145%;
margin-top: 20px;
padding-bottom: 45px;
}
.our-development-process h4 {
font-weight: 600;
font-size: 40px;
line-height: 100%;
text-transform: capitalize;
}
.our-development-process .queue-container p {
font-weight: 400;
font-size: 18px;
line-height: 28px;
text-align: justify;
text-transform: capitalize;
}
    .queue-container > .wp-block-group__inner-container {
      position: relative;
      width: 70%;
      height: 380px; /* Adjusted height for better stacking */
      margin: 90px auto;
      perspective: 1000px;
    }

    .queue-container .wp-block-group {
        padding: 0 40px;
      background: #fff;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.4s ease;
      box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    }
    .queue-container .wp-block-media-text, .our-development-process h4 {
        margin-bottom: 20px;
    }

    .queue-container .wp-block-group:nth-child(2) { background-color: #FFDFDF; }
    .queue-container .wp-block-group:nth-child(3) { background-color: #FFCFCF; }
    .queue-container .wp-block-group:nth-child(4) { background-color: #E18F91; }
    .queue-container .wp-block-group:nth-child(5) { background-color: #B43E41; }
    .queue-container .wp-block-group:nth-child(6) { background-color: #971B1F; }
.talk-about-section p {
    font-size: 20px;
    margin-bottom: 40px;
}
.faq {
    padding: 60px 90px;
    background: #F7F7F7;
}
.faq .wp-block-group {
    position: relative;
    margin: 20px 0;
    padding: 30px 0;
    border-bottom: 2px solid #E4E4E4;
}

.faq h2 {
font-weight: 600;
font-size: 48px;
line-height: 100%;
margin-bottom: 60px;
}
.faq h4 {
font-weight: 500;
font-size: 34px;
line-height: 100%;
max-width: calc(100% - 70px);
margin-bottom: 25px;
}
.faq .wp-block-group p {
font-weight: 500;
font-size: 22px;
line-height: 100%;
  display: none;
  max-width: calc(100% - 70px);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.opacity-1 {
  opacity: 1 !important;
}
.faq .wp-block-group::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    content: "+";
    font-size: 20px;
    transition: transform 0.3s ease;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background: #fff;
    color: #971B1F;
    border: 2px solid #000000;
}
.faq .wp-block-group.active::after {
  content: "−"; /* minus symbol */
    background: #971B1F;
    color: #fff;
}
.about-and-why-choose-us {
    padding: 80px 60px;
}
.about-and-why-choose-us h2 {
    font-family: Lexend;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
}
.about-and-why-choose-us-p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.about-and-why-choose-us-columns {
    margin-bottom: 20px;
}
.about-and-why-choose-us .bold {
    font-weight: 600;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.awards-and-recognition {
    padding: 105px 0;
    background: #F7F7F7;
}
.awards-and-recognition .wp-block-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0px 4px 10px 0px #00000040;
    background-color: #fff;
    border-bottom: 2.5px solid #971B1F;
    min-height: 190px;
}
@media (max-width: 1370px) {
    .ar-banner h2{
        font-weight: 500;
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 1200px) {
    .contact-info-wrapper{
        padding: 30px;
    }
    .what-we-do .we-do .wp-block-column img{
        width: 50px;
    }
    .what-we-do .we-do .wp-block-column figure{
        width: 100px;
        height: 100px;
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .what-we-do .we-do .wp-block-column:first-child figure{
        margin-top: 0;
    }
    .what-we-do h4{
        font-size: 20px;
        line-height: 28px;
    }
    .subscribe {
        /*height: 520px;*/
    }
    .we-do {
        flex-wrap: wrap !important;
    }
    .we-do > div {
        min-width: 100%;
    }
    .what-we-do .we-do:before {
        position: absolute;
        /* width: 340px; */
        max-width: 100%;
        top: 3%;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 85%;
        z-index: 0;
        content: '';
        background-image: url(img/mobile-wave.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .a-about .why-us * {
        /*flex-basis: auto !important;*/
    }
    .a-about .why-us .wp-block-column:first-child{
        /*margin-bottom: 45px;*/
    }
    .a-about .padding {
        padding-left: 23px;
        padding-right: 23px;
    }
    .featured-insights{
        padding: 60px 0;
    }
    .a-about .heading{
        margin: 60px 23px 44px;
    }
    .p-intro{
        padding-left: 23px;
        padding-right: 23px;
    }
    .single-project.website .headings-wrapper {
        top: 40px;
        left: 23;
        right: 23px;
        position: absolute;
        transform: translate(0, 0);
    }
    .single-project.website .hero-image img{
        min-height: 400px;
        max-height: calc(100% - 260px);
        transform: rotate(-7deg);
        right: -7%;
        bottom: 7%;
        object-fit: cover;
        object-position: left;
    }
    .single-project.website .img-before figure {
        height: 560px;
    }
    .wp-block-image.position-relative img {
        top: -90px;
    }
    .ar-banner h2 {
        font-size: 42px;
        line-height: 58px;
    }
}
@media (max-width: 1099px) {
    .ar-banner .wp-block-media-text .wp-block-media-text__content {
        padding: 0 65px 0 0;
    }
    .ar-banner h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .ar-sc{
        grid-template-columns: auto 45% !important;
    }
    .s-video-parallax .wp-block-columns {
        height: 90vh;
    }
    .wp-block-image.position-relative img {
        top: -80px;
    }
}
@media (max-width: 1024px) {
    .home .headings-wrapper h2{
        font-size: 14px;
        line-height: 15px;
    }
    .home .headings-wrapper h1{
        font-size: 22px;
        line-height: 28px;
    }
    .home .headings-wrapper p{
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    header .bg-image {
        height: 440px;
    }
    .ar-sc{
        grid-template-columns: auto 50% !important;
    }
    .s-video-parallax .wp-block-columns {
        height: 80vh;
    }
    .wp-block-image.position-relative img {
        top: -70px;
    }
}
@media (max-width: 990px) {
    .service-wrapper:first-child{
        padding-top: 26px;
    }
    .contact-info-wrapper.wp-block-columns{
        gap: 25px !important;
    }
    .contact-info-wrapper.wp-block-columns:after{
        left: 63%;
    }
    .testimonail .nav-wrapper{
        display: none;
    }
    .work-for-us.wp-block-columns {
        padding: 40px 23px 60px;
        margin: 0 23px 60px !important;
        gap: 90px !important;
    }
    .subscribe .subscribe-wrapper {
        top: 40px;
        transform: translate(-50%, 0);
    }
    .testi-slider-item .testi-content figure:before{
        width: 34px;
        height: 26px;
    }
    .projects .logo-title-wrapper{
        gap: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
    }
    .slick-dots {
        margin-top: 10px;
    }
    .our-services .row{
        flex-direction: column-reverse;
    }
    .project-slider-item .row{
        flex-direction: column-reverse;
    }
    .featured-insights .post{
        margin: 0 23px 35px;
    }
    .featured-insights .slick-dots{
        margin-top: 0;
    }
    .google-map.wp-block-columns{
        gap: 40px !important;
        padding: 60px 23px;
    }
    .google-map h2{
        font-size: 22px;
        line-height: 28px;
        margin-top: 20px;
    }
    .careers .careers-intro figure{
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .positions{
        padding-top: 35px;
        padding-bottom: 0;
    }
    .positions a > div{
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .positions a:last-child > div{
        padding-bottom: 10px;
    }
    .positions a:last-child > div{
        border: none;
    }
    .positions .nav-tabs{
        margin-bottom: 15px;
    }
    .careers .apply-now{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .subscribe span[data-name="your-email"] input{
        max-width: 100%;
    }
    .sop-content .wp-block-columns{
        flex-wrap: wrap !important;
    }
    .sop-content .wp-block-columns .wp-block-column{
        flex-basis: 50% !important;
        flex-grow: unset;
    }
    .ar-banner {
        padding: 120px 20px;
    }
    .ar-sc .wp-block-media-text__content{
        padding: 130px 20px;
    }
    .wp-block-image.position-relative img {
        top: -60px;
    }
}
@media (max-width: 781px) {
    .what-we-doo {
    padding: 40px 23px !important;
}
    .nav-wrapper{
        margin-top: 86px;
    }
    .awards-and-recognition .wp-block-column img {
        max-width: 200px;
    }
    .talk-about-media {
        text-align: center;
    }
    .careers .how-we-do-it-img-wrapper .slick-slide img{
        padding: 5px;
    }
    .single-project.website .img-before figure {
        height: 380px;
    }
    #jobApplicationModal .modal-content{
        border-radius: 10px;
    }
    #jobApplicationModal .modal-body{
        padding: 40px 25px;
    }
    .careers-intro h1{
        font-size: 44px;
        line-height: 55px;
    }
    .careers-intro h1{
        font-size: 44px;
        line-height: 55px;
        padding: 15px 0;
    }
    .careers p{
        font-size: 14px;
        line-height: 24px;
    }
    .what-we-do h2, .careers .how-we-do-it h2{
        font-size: 30px;
        line-height: 38px;
    }
    .careers .how-we-do-it, .careers .apply-now p{
        font-size: 14px;
        line-height: 24px;
    }
    .do-cool .wp-block-buttons {
        justify-content: center;
    }
    .careers .careers-intro, .careers .what-we-do, .careers .how-we-do-it .wp-block-column:first-child, .positions, .careers .apply-now, 
    .service-wd-banner-cover, .text-img, .img-text, .what-are-we-offering, .our-development-process, .why-choose-us, .do-cool, .case-studies, .faq, .talk-about-section {
        padding-left: 23px;
        padding-right: 23px;
    }
    .positions h2{
        font-size: 30px;
        line-height: 38px;
    }
    .positions .nav-tabs .nav-link{
        font-size: 12px;
        line-height: 26px;
    }
    .positions h4{
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .positions span{
        font-size: 14px;
        line-height: 24px;
    }
    .careers .apply-now h2{
        font-size: 30px;
        line-height: 38px;
    }
    .careers .how-we-do-it{
        margin-left: unset;
    }
    .careers .apply-now > .wp-block-column:first-child{
        margin-bottom: 40px;
    }
    .what-we-do{
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .careers .how-we-do-it .wp-block-column:first-child{
        padding-bottom: 30px;
    }
    .careers .how-we-do-it .wp-block-image img{
        padding-left: 5px;
    }
    .a-about .heading{
        font-size: 34px;
        line-height: 60px;
    }
    .a-about .intro{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .a-about .work{
        padding-top: 60px;
        padding-bottom: 84px;
    }
    .a-about .our-story{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .a-about .our-story > .wp-block-column:first-child{
        padding-bottom: 60px;
    }
    .a-about .our-story .right-column, .a-about .our-story .right-column .wp-block-cover {
        min-height: 185px;
    }
    .a-about .our-story .right-column .wp-block-cover {
        min-height: 185px;
    }
    .a-about .our-story .right-column iframe{
        max-height: 185px;
    }
    .a-about .life-at-devcrew h2 {
        margin-bottom: 30px;
    }
    .a-about .life-at-devcrew{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .a-about .why-us{
        padding: 60px 42px 0;
        text-align: center;
    }
    .a-about .why-us .reasons .wp-block-column{
        margin-bottom: 50px;
    }
    /*.a-about .heading:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: -1px;
        top: 32px;
        z-index: -1;
        background: url(img/mobile-bars.svg);
        background-repeat: no-repeat;
    }*/
    .a-about .why-us p {
        text-align: center;
    }
    .a-about h2, .a-about h1{
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .a-about p{
        font-size: 14px;
        line-height: 24px;
        text-align: unset;
    }
    .a-about .work h2{
        font-size: 30px;
        line-height: 40px;
        padding-top: 50px;
    }
    .a-about .work li{
        font-size: 14px;
        line-height: 32px;
    }
    .a-about .why-us h2{
        margin-bottom: 15px;
    }
    .a-about .why-us .wp-block-columns .wp-block-column{
        /*margin-bottom: 45px;*/
    }
    .a-about .why-us h3{
        font-size: 16px;
    }
    .archive .latest-post .post{
        flex-wrap: wrap;
    }
    .archive .latest-post .post{
        flex-wrap: wrap;
    }
    .archive .latest-post .post-meta {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .archive .latest-post a.read-more{
        font-family: 'Lexend';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }
    .archive .posts{
        padding: 15px 0 60px;
    }
    .archive h1{
        font-size: 45px;
        line-height: 56px;
        padding-top: 60px;
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 20px;
    }
    .archive .tag-title, .archive .author-display-name{
        font-family: 'Lexend';
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 40px;
    }
    .archive .archive-description {
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 20px;
    }
    .archive .archive-description p{
        font-size: 14px;
        line-height: 24px;
    }
    .archive #menu-archive-menu li a{
        font-size: 16px;
        line-height: 35px;
    }
    .archive .post-title{
        font-size: 16px;
        line-height: 23px;
    }
    .archive .pagination {
        margin-top: 5px;
    }
    .archive a.page-numbers, .archive span.page-numbers{
        max-width: 45px;
        padding: 11px 17px;
        margin: 0 5px 10px;
    }
    .archive .form-fields-wrapper {
        margin-bottom: 20px;
        padding-left: 11px;
        padding-right: 11px;
    }
    .archive #menu-archive-menu{
        padding-left: 11px;
        padding-right: 11px;
    }
    .archive .post-container{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .subscribe span[data-name="your-email"] input {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .subscribe input[type="submit"] {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .p-intro figure, .p-intro figure img{
        width: 100%;
    }
    .exp-full-width{
        padding: 60px 23px 50px;
    }
    .single-project .exp:nth-child(odd){
        padding: 0 23px 50px;
    }
    .single-project .exp:nth-child(even){
        padding: 0 23px 60px;
        flex-direction: column-reverse;
    }
    .single-project h2{
        font-size: 24px;
        line-height: 30px;
    }
    .single-project p{
        font-size: 14px;
        line-height: 24px;
    }
    .single-project .headings-wrapper h1{
        font-size: 44px;
        line-height: 55px;
    }
    .single-project .headings-wrapper p{
        font-size: 14px;
        line-height: 24px;
    }
    .contact-us .hero-banner:after{
        background-image: url(img/contact-us-mobile-banner-bg-pattern.png);
    }
    .cc-form-wrapper form {
        padding: 50px 15px 60px;
    }
    .cc-form-wrapper h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .cc-form-wrapper .query {
        font-size: 16px;
        line-height: 26px;
    }
    .get-full-estimate {
        padding: 0 15px;
    }
    .cc-form-wrapper input[type=text], .cc-form-wrapper input[type=email], .cc-form-wrapper textarea{
        padding: 10px 15px;
    }
    .cc-form-wrapper .wpcf7-submit {
        padding: 15px;
    }
    .cc-back, .cc-next {
        min-width: 100%;
    }
    .cc-back:before {
        left: 15px;
    }
    .cc-next:after {
        right: 15px;
    }
    #myProgress {
        height: 45px;
    }
    #progress-bar-status {
        line-height: 45px;
    }
    .wp-block-image.position-relative img{
        width: 40%;
        left: 25%;
    }
    .s-video-parallax .wp-block-columns .wp-block-column figure:first-child img {
        width: 30%;
    }
    .vp-right-column .wp-block-image.position-relative img {
        left: auto;
        right: 25%;
    }
    .s-video-parallax .wp-block-columns{
        display: block;
    }
    .ar-banner .wp-block-media-text .wp-block-media-text__content{
        padding-left: 1px;
    }
    .video-container{
        padding-bottom: 75%;
    }
    .error-404 .content {
        background: url(img/404-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        padding: 90px 20%;
    }
    .contact-info-wrapper{
        padding: 40px 26px 20px;
        margin: 0 23px !important;
    }
    .contact-info-wrapper.wp-block-columns{
        flex-wrap: wrap !important;
        gap: 30px !important;
    }
    .contact-info-wrapper > .wp-block-column:first-child{
        padding-bottom: 30px;
        border-bottom: 1px solid #FFFFFF;
    }
    .a-about .why-us .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
    }
    .a-about .why-us .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .a-about .why-us .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
    .searchBox {
        top: 0;
        right: 50%;
        transform: translate(50%, 0);
        width: 100%;
        border: 1px solid #D2D6DA;
    }
    .searchInput{
        width: 80%;
    }
    .work-for-us .button-wrapper{
        text-align: center;
    }
    .work-for-us h2{
        font-size: 30px;
        line-height: 38px;
    }
    .work-for-us p{
        font-size: 14px;
        line-height: 24px;
    }
    .work-for-us .wp-block-button{
        width: 100%;
    }
    .work-for-us a{
        width: 100%;
        height: 55px;
        line-height: 25px;
    }
    .careers .how-we-do-it-img-wrapper .slick-list.draggable{
        min-height: 435px !important;
    }
    .careers .how-we-do-it .slicker{
        padding-left: 2.5px;
        padding-right: 2.5px;
    }
    .careers .how-we-do-it-img-wrapper .slick-slide img {
      /*min-width: 140px;*/
    }
    .careers .apply-now .content p {
        font-size: 14px;
        line-height: 23px;
    }
    .projects .logo-title-wrapper img{
        max-height: 75px;
    }
    .testimonail .pb{
        /*padding-bottom: 25px;*/
    }
    .footer-about img {
        max-width: 240px;
    }
    .headings-wrapper .wp-block-group{
        padding: 15px 20px;
        min-width: 490px;
    }
    .headings-wrapper h2{
        font-size: 12px;
        line-height: 15px;
    }
    .headings-wrapper h1{
        font-size: 22px;
        line-height: 28px;
    }
    .contact-us .headings-wrapper h1{
        font-size: 45px;
        line-height: 56px;
    }
    .headings-wrapper p{
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    header .bg-image {
        height: 270px;
    }
    header ul#menu li a{
        font-size: 40px;
        line-height: 50px;
    }
    .ymi-nav nav .close {
        padding: 30px;
        font-size: 40px;
        line-height: 25px;
    }
    header ul#menu {
        padding: 100px 0;
    }
    footer.footer.bg-color1{
        padding: 50px 0;
    }
    ul#menu-footer{
        flex-direction: column;
    }
    .primary-menu-container .footer-nav a{
        margin-bottom: 35px;
        font-weight: 600;
    }
    .primary-menu-container .footer-nav li:last-child a{
        margin-bottom: 0;
    }
    .copyright-text{
        max-width: 220px;
        margin: 0 auto;
    }
    .our-services .about h2{
        font-size: 16px;
    }
    .our-services .about h3, .our-services .about h4{
        font-size: 26px;
        line-height: 32px;
    }
    .our-services h2{
        font-size: 30px;
        line-height: 45px;
    }
    .our-services p {
        font-size: 14px !important;
        line-height: 24px;
        margin: 10px auto 0px !important;
    }
    p.has-text-align-center {
    margin-bottom: 25px !important;
}
    .projects h2 {
        font-size: 30px;
        line-height: 45px;
/*      margin-bottom: 20px; */
    }
    .projects{
        padding: 40px 23px 35px;
    }
    .projects p{
        padding-right: 0;
    }
    .projects h3{
        font-size: 20px;
        line-height: 30px;
    }
    .projects p{
        font-size: 14px;
        line-height: 20px;
    }
    .technologies-we-work-on {
        padding: 40px 23px;
    }
    .technologies-we-work-on h2{
        font-size: 30px;
        line-height: 38px;
        padding: 0 35px;
    }
    .technologies-wrapper .technology{
        margin: 0 15px 25px;
    }
    .flip-card-inner{
        width: 150px;
        height: 90px;
    }
    .flip-card-back h2{
        line-height: 90px;
        font-size: 16px;
    }
    .featured-insights{
        padding: 40px 23px 30px;
    }
    .featured-insights .section-title{
        font-size: 26px;
        line-height: 35px;
    }
    .testi-slider-item{
        padding: 54px 0 0;
    }
    .subscribe .row > div{
        padding: 0;
    }
    .subscribe .pl{
        padding: 0 23px;
    }
    .subscribe .row {
        flex-direction: column-reverse;
    }
    .subscribe h2, .subscribe p{
        margin-bottom: 15px;
    }
    .subscribe h2{
        font-size: 20px;
        line-height: 25px;
    }
    .blog-post{
        padding: 60px 23px;
    }
    .blog-post .content{
        padding-top: 40px;
    }
    .blog-post h1{
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .blog-post .author{
        font-size: 14px;
        line-height: 18px;
    }
    .blog-post p{
        font-size: 16px;
        line-height: 24px;
    }
    .testimonail{
        padding: 40px 15px 35px;
    }
    .testimonail h2{
        font-size: 30px;
        line-height: 38px;
        padding: 0;
    }
/*  .slick-arrow{
        display: none !important;
    } */
    .testimonail .testi-content{
        font-size: 14px;
        line-height: 25px;
    }
    .testimonail h3{
        font-size: 14px;
        line-height: 18px;
    }
    .testimonail span{
        font-size: 12px;
        line-height: 15px;
    }
    .nav-wrapper .arrow{
        max-width: 9px;
    }
    .nav-wrapper .paging-info{
        width: 70px;
/*      margin-bottom:20px; */
    }
    .testimonail .column{
        margin-bottom: 25px;
    }
    .p-intro{
        padding: 0 23px 60px;
    }
    .op-our-projects{
        padding: 0 11px 20px;
    }
    .p-intro h1{
        font-size: 44px;
        line-height: 55px;
        max-width: 290px;
        padding-top: 50px;
    }
    .p-intro p{
        font-size: 14px;
        line-height: 24px;
        padding-top: 22px;
        margin-bottom: 20px;
    }
    .p-intro a{
        margin-bottom: 37px;
    }
    .op-our-projects-heading{
        font-size: 45px;
        line-height: 56px;
        margin-bottom: 30px;
    }
    .op-our-projects h4{
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .op-our-projects p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .sop-content {
        padding: 60px 23px 20px;
    }
    .btn-apply-now{
        padding: 0 23px 60px;
    }
    .sop-content h2{
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .sop-content ul li, .sop-content p{
        font-size: 14px;
        line-height: 24px;
    }
    .sop-content .wp-block-columns p{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 40px;
    }
    .sop-content ul{
        padding-left: 20px;
    }
    .single-open_positions .headings-wrapper h1{
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        white-space: break-spaces;
        padding: 0 30px;
    }
    .single-open_positions .headings-wrapper p{
        font-size: 14px;
        line-height: 24px;
    }
    .service-wrapper {
        padding-top: 30px;
        padding-bottom:10px;
    }
    .get-in-touch{
        padding: 50px 23px 60px;
    }
    .get-in-touch h2{
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
    }
    /*.contact-info .wp-block-column .wp-block-column:nth-child(2) {
        flex-basis: 86% !important;
    }*/
    .contact-info-wrapper h2{
        font-size: 22px;
        line-height: 20px;
    }
    .get-in-touch p, .contact-info p{
        font-size: 14px !important;
        line-height: 24px;
    }
/* Home Page Media */
    .wp-block-video video{
        min-height: 400px !important;
    }
    .headings-wrapper .syp .wp-block-button__link{
                padding: 16px 10px;
        font-size: 14px;
        width: 140px;
    }
    .headings-wrapper .clutchp-review .wp-block-button__link {
            padding: 12px 20px;
        width: 135px;
}
    .our-services {
    padding: 40px 23px !important;
}
    .our-services .column-services h4{
    font-size: 20px;
    margin-bottom: 10px;
    }   
    .about-and-why-choose-us{
        padding: 40px 23px;
    }
    .about-and-why-choose-us h2{
                font-size: 30px;
        line-height: 36px;
    margin-bottom: 10px;
    }
    .ar-sc h2, .brands-we-worked-with h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .about-and-why-choose-us-p{
        font-size: 14px;
        line-height: 24px;
            margin-top: 10px;
    margin-bottom: 30px;
    }
    .about-and-why-choose-us .bold{
            font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .about-and-why-choose-us p{
        font-size: 14px;
        line-height: 20px;
    }
    .projects .logo-title-wrapper{
        margin-bottom: 10px;
    }
    .awards-and-recognition h2{
                font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .awards-and-recognition{
        padding: 40px 23px;
    }
/*  .awards-and-recognition .wp-block-column {
        height: 110px;
        width: 20px;
    }
    .awards-and-recognition img{
        max-width: 55%;
    display: flex
    margin: auto;
    } */
/*  .technologies-we-work-on figure{
        width: 90px;
        min-height: 90px;
    } */
/*  img.slick-prev.slick-arrow, img.slick-next.slick-arrow {
    display: none !important;
} */
/*  .testi-slider-item.slick-center {
    transform: scale(1.1);
} */
    .testi-slider-item{
            padding: 20px;
            margin: 30px 0px 20px 20px;
    }
    .testimonail .testi-content {
        padding-bottom: 10px;
    }
    .testimonail img{
        width: 40px;
    height: 40px;
    }
    .testimonail .testi-content p{
        font-size: 14px;
    line-height: 20px;
    }
    .featured-insights h2{
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .featured-insights ul.wp-block-latest-posts li{
        min-height: 320px;
    }
    .talk-about-section{
        padding: 40px 23px;
    }
    .talk-about-section h2{
        font-size: 30px;
        line-height: 45px;
    }
    .talk-about-section p{
        font-size: 14px;
        line-height: 24px; 
        margin-bottom: 20px;
    }
    .featured-insights ul.wp-block-latest-posts{
            padding: 0;
    }
    .featured-insights ul.wp-block-latest-posts a{
        font-size: 14px;
    }
    .featured-insights ul.wp-block-latest-posts a:after{
        font-size: 14px;
                text-align: -webkit-center;
    }
    
/*  Services Page Media */
        .service-wd-banner-cover {
        padding: 40px 23px;
    }
    .service-wd-banner-cover h1{
        font-size: 30px;
        line-height: 45px;
    }
    .service-wd-banner-cover h2{
        font-size: 24px;
    }

    .text-img{
        padding: 40px 23px;
    }
    .text-img h4, .img-text h4{
        font-size: 30px;
        line-height: 45px;
    }
    .text-img p, .img-text p{
        font-size: 14px;
        line-height: 24px; 
    }
    .what-are-we-offering{
        padding: 40px 23px;
    }
    .what-are-we-offering h2{
        font-size: 30px;
        line-height: 45px;
    }
    .what-are-we-offering p.has-text-align-center{
        font-size: 14px;
        line-height: 24px; 
            margin-bottom: 30px;
    }
    .what-are-we-offering .wp-block-columns p{
        font-size: 14px;
    }
    .what-are-we-offering .wp-block-column{
        padding: 20px;
    }
    .our-development-process{
        padding: 40px 23px 0px;
    }
    .our-development-process h2{
        font-size: 30px;
        line-height: 45px;
    }
    .our-development-process .about{
        font-size: 14px;
        padding-bottom: 20px;
    }
    
    .queue-container .wp-block-group{
            padding: 0 10px;
    }
    .wp-block-media-text__media img, .wp-block-media-text__media video{
            width: 30%;
        margin-bottom: 20px;
    }
    .our-development-process h4{
        font-size: 20px;
    }
    .our-development-process .queue-container p{
        font-size: 14px;
        line-height: 20px;
    }
    .do-cool h4{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .do-cool p{
        font-size: 14px;
        line-height: 20px;
    }
    .ymi-btn a{
            font-size: 18px;
/*      width: 150px; */
    }
    .case-studies{
        padding: 40px 23px;
    }
    .case-studies .wp-block-image img{
        max-width: 70%;
    }
    .case-studies h2{
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 0;
    }
    .case-studies h4{
        font-size: 28px;
        line-height: 42px;
      margin-bottom: 10px;
    }
    .case-studies p {
        font-size: 14px;
        line-height: 20px;
    }
    .why-choose-us{
        padding: 40px 23px;
    }
    .why-choose-us h2{
        font-size: 30px;
        line-height: 45px;
    }
    .faq{
        padding: 40px 23px;
    }
    .faq h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .faq h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .faq .wp-block-group p {
    font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .faq .wp-block-group::after{
        width: 32px;
    height: 32px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .a-about .life-at-devcrew-carousels{
        margin: 0 -8px;
    }
    .a-about .life-at-devcrew-carousels img {
        padding: 8px;
    }
    .nav-bar{
        padding: 17px 25px;
        position: fixed;
        z-index: 4;
        background: white;
        width: 100%;
        top: 0;
        box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
        max-height: 100px;
    }
    .single-project.mobile .headings-wrapper {
        top: 80px;
        left: -13%;
        right: -13%;
        position: absolute;
        transform: translate(0, 0);
    }
    .single-project.mobile .headings-wrapper .col-md-5{
        padding: 0 16% 60px;
    }
    .single-project.mobile .headings-wrapper img {
        width: 100%;
        max-height: 356px;
        object-fit: contain;
    }
}
@media (max-width: 600px) {
    .wp-block-image.position-relative img {
        top: -45px;
    }
    .ar-banner {
        padding: 50px 20px;
    }
    .ar-banner p, .ar-sc p{
        text-align: left;
    }
    .ar-banner .secondary-image {
        bottom: -4%;
    }
    .ar-banner .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }
    .ar-banner .secondary-image {
        width: 20%;
    }
    .ar-banner .wp-block-media-text.is-stacked-on-mobile{
        display: flex;
        flex-direction: column;
    }
    .ar-banner .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
        padding-top: 10%;
        text-align: right;
    }
    .ar-banner .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img{
        width: 60%;
    }
    .ar-sc .wp-block-media-text__content {
        padding: 60px 20px;
    }
    .brands-we-worked-with {
        padding: 40px 20px 30px;
    }
    .ar-contact-us{
        padding: 45px 20px;
    }
}
@media (max-width: 599px) {
    .brands-we-worked-with figure{
        min-height: 100px !important;
        min-width: 100px !important;
    }
    .brands-we-worked-with .wp-block-column img{
        padding: 5% 15%;
    }
}
@media (max-width: 500px) {
    .headings-wrapper .wp-block-group {
        padding: 10px;
        min-width: 355px;
    }
    .careers .how-we-do-it-img-wrapper .slick-list.draggable{
        min-height: 350px !important;
    }
    .ar-banner .secondary-image {
        width: 25%;
    }
}
@media (max-width: 370px) {
    .headings-wrapper .wp-block-group {
        min-width: auto;
    }
    .ar-banner .secondary-image {
        width: 30%;
    }
}
.contact-info .wp-block-column .wp-block-column:nth-child(2) {
    flex-basis: calc(100% - 56px) !important;
}
@media (min-width: 991px) {
    .contact-info-wrapper.wp-block-columns:after {
        left: 61%;
    }
    .subscribe .subscribe-wrapper {
        top: 50%;
        transform: translate(-50%, -50%);
    }
/*     .testi-slider-item .testi-content figure:before{
        width: 60px;
        height: 55px;
    } */
    .projects .logo-title-wrapper{
        flex-direction: column;
    }
    .projects .slick-dots {
        display: none !important;
    } 
    .featured-insights .post{
        margin: 0 35px 30px;
    }
    .positions h4 {
        min-width: 400px;
    }
    .subscribe .d-flex {
        max-width: 450px;
    }
    .sop-content .br-1{
        padding: 0 10%;
    }
}
@media (min-width: 782px) {
    
    .nav-wrapper{
/*         display: flex; */
        margin-top: 90px;
    }
    .contact-info-wrapper.wp-block-columns:after {
        content: '';
        position: absolute;
        height:57%;
        top: 20%;
        left: 64%;
        bottom: 0;
        border: 2px solid #000000;
        max-height: 170px;
    }
    .do-cool {
        padding: 80px 175px;
    }
    .a-about .why-us {
        padding: 60px 50px 50px;
    }
    .a-about .why-us .reasons > .wp-block-columns {
        gap: 30px !important;
    }
    .a-about .why-us .wp-block-media-text{
        grid-template-columns: 50px 1fr;
        justify-content: start;
        padding-bottom: 15px;
    }
    .searchBox {
        top: 40px;
        right: 28px;
        border: 1px solid transparent;
    }
    .searchInput{
        width: 0;
    }
    .searchBox {
        border: 1px solid #D2D6DA;
    }
    .searchBox > .searchInput {
        width: 240px;
        padding: 0 6px;
    }
    .searchBox:hover > .searchButton {
      color : #2f3640;
    }
    .work-for-us .wp-block-buttons{
        justify-content: right;
    }
    .careers .how-we-do-it-img-wrapper .slick-list.draggable{
        min-height: 705px !important;
    }
    .careers .how-we-do-it .slicker{
        padding-left: 10px;
        padding-right: 10px;
    }
    .careers .how-we-do-it-img-wrapper .slick-slide img {
      padding: 10px;
    }
    .slick-slide.item {
        display: flex;
        justify-content: center;
    }
    .projects .logo-title-wrapper img{
        max-width: 85px;
    }
    .testimonail .pb{
        /*padding-bottom: 25px;*/
    }
    .archive .latest-post .post > div {
        flex-basis: 50%;
    }
    /*.ctm-columns{
        padding-top: 8px;
        margin-bottom: 32px !important;
    }*/
    /*.a-about .heading:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 10px;
        top: 55px;
        z-index: -1;
        background: url(img/bars.png);
        background-repeat: no-repeat;
    }*/
    .a-about .why-us > .wp-block-column:first-child {
        /*padding-right: 35px;*/
    }
    .a-about .why-us .wp-block-columns:first-child {
        margin-bottom: 80px;
    }
    .google-map iframe{
        border-radius: 15px;
    }
    .a-about .our-story > .wp-block-column:first-child *{
        padding-right: 23px;
    }
    .archive .latest-post .post-thumbnail{
        padding-right: 20px;
    }
    .archive .latest-post .post{
        padding: 0;
    }
    .archive .latest-post .post-wrapper{
        padding: 25px;
        border-radius: 5px;
    }
    .archive .latest-post .post-title{
        font-family: 'Lexend';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
    }
    .archive .latest-post p{
        font-family: 'Lexend';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
    }
    .archive .latest-post .read-time{
        font-family: 'Lexend';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
    .projects > .row{
        padding-right: 100px;
    }
    .careers .apply-now{
        gap: 50px !important;
    }
    .careers .apply-now .wp-block-column:first-child *{
        /*padding-right: 23px;*/
    }
     .single-project.website .headings-wrapper {
        width: 400px;
    }
    #jobApplicationModal .modal-content{
        border-radius: 15px;
    }
    #jobApplicationModal .modal-body{
        padding: 63px 100px;
    }
}
@media (min-width: 1201px) {
    .careers .how-we-do-it-img-wrapper {
        min-width: calc(100% - 42%);
        overflow: hidden;
    }
    /*.subscribe {
        height: 422px;
    }*/
    .projects p{
        padding-right: 54px;
    }
    .what-we-do .we-do:before {
        position: absolute;
        width: 68%;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 60%;
        z-index: 0;
        content: '';
        background-image: url(img/wave.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .careers .apply-now .wp-block-column:first-child *{
        /*padding-right: 200px;*/
    }
    .a-about .why-us > .wp-block-column:first-child {
        /*padding-right: 135px !important;*/
    }
    .a-about .why-us > .wp-block-column:first-child * {
        /*max-width: 457px;*/
    }
    .a-about .our-story > .wp-block-column:first-child *{
        padding-right: 75px;
    }
    .featured-insights{
        padding: 60px 110px;
    }
    .single-project.website .hero-image img{
        width: calc(100% - 400px);
        transform: rotate(-10deg);
        right: -10%;
        bottom: -9%;
    }
}
@media (min-width: 1100px) {
    .a-about .why-us {
        padding: 60px 140px 80px;
    }
    .a-about .why-us .reasons > .wp-block-columns {
        gap: 184px !important;
    }
    .ar-banner .wp-block-media-text .wp-block-media-text__content{
        padding: 0 65px 0 20%;
    }
    .subscribe .pl{
        padding-left: 60px;
    }
}
@media (min-width: 768px) {
    .company-desc {
        padding-right: 20px;
    }
    .projects h2 {
        padding-left: 10px;
    }
    .projects-slider {
        margin-top: 60px;
        padding-left: 15px;
    }
    .a-about .life-at-devcrew-carousels{
        margin: 0 -15px;
    }
    .a-about .life-at-devcrew-carousels img {
        padding: 15px;
    }
    .col-md-1.nav-area, .nav-wrapper .nav-bar {
        width: 100px;
        flex-direction: column;
    }
    .col-md-11.content-area {
        width: calc(100% - 100px);
    }
    .col-md-6.column-1 {
        width: 48%;
        padding-right: 70px;
    }
    .col-md-6.column-2 {
        width: 52%;
    }
    .content-wrapper {
        display: flex;
    }
    .nav-bar{
        position: fixed;
    }
    .headings-wrapper .wp-block-group {
        padding: 35px;
        min-width: 520px;
    }
    .navbar-light .navbar-toggler {
        margin: 0 auto;
        margin-top: 250px;
    }
    .site-logo  {
/*         margin: 50px auto 0; */
    }
    .projects > .d-flex{
        padding-right: 100px;
    }
/*     .op-our-projects .project-column-1 {
        padding-right: 40px;
    } */
    .op-our-projects .project-column-2 {
        margin-top: 75px;
/*         padding-left: 40px; */
    }
    .op-our-projects p {
        margin-bottom: 50px !important;
    }
    .sop-content .wp-block-columns {
        margin-bottom: 50px;
    }
    .careers-intro {
        padding: 70px 68px;
        gap: 60px !important;
    }



}
@media (min-width: 1025px) {
    .testi-slider-item.slick-center {
        transform: scale(1.2);
    }
    .headings-wrapper .wp-block-group {
        padding: 25px;
        min-width: 915px;
    }
}
@media (min-width: 1100px) {
    .headings-wrapper .wp-block-group{
        padding: 35px;
        min-width: 960px;
    }
}
@media (min-width: 1600px) {
    .single-project.website .hero-image img{
        max-width: calc(100% - 46%);
    }
}

/*-----------------------------------------------------New Custom CSS----------------------------------*/

/* Sticky Header */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Mega Menu */
.primary-menu-container ul {
    display: flex;
    gap: 20px;
    flex-direction: row;
}
/* .primary-menu-container ul li {
    position: relative;
} */
.primary-menu-container > ul > li > ul {
    position: absolute;
    top: calc(100% - 10px);
    display: none;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.primary-menu-container > ul > li:hover ul {
    display: block;
}

/* Mobile Menu */
.mobile-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 86px);
    overflow-y: scroll;
}
.mobile-menu-list {
    list-style: none;
    padding: 10px;
    margin: 0;
}
.mobile-menu-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.mobile-menu-list li a {
    text-decoration: none;
    color: black;
    display: block;
}
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}
.header-cta a {
    background: linear-gradient(90deg, #6E0D14 0%, #D41927 100%);
    border: none;
    transition: none;
}
.header-cta a:hover {
    background: #971B1F;
    border: none;
}
header ul#menu li .sub-menu {
    padding: 0 10px;
    list-style-type: none;
}
header ul#menu li .sub-menu li a {
    font-size: 16px;
    line-height: 40px;
}
header ul#menu > li >.sub-menu {
/*     width: 40%; */
/*     min-width: 540px; */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 20px 10px #00000014;
}
header ul#menu > li >.sub-menu::before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.primary-menu-container > ul > li:hover > ul {
    display: flex;
    justify-content: space-between;
}
.d-none-a > a {
    display: none;
}
.ymi-s::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

/* Individual icon backgrounds */
.ymi-s.s-wd::before {
  background-image: url('/wp-content/uploads/2022/08/Fill-513-Fill-514.svg');
}
.ymi-s.s-mp::before {
  background-image: url('/wp-content/uploads/2022/08/Fill-145-Fill-146.svg');
}
.ymi-s.s-ec::before {
  background-image: url('/wp-content/uploads/2022/08/Vector-1.svg');
}
.ymi-s.s-ar::before {
  background-image: url('/wp-content/uploads/2022/08/Group.svg');
}
.ymi-s.s-vr::before {
  background-image: url('/wp-content/uploads/2022/08/Subtract.svg');
}
.ymi-s.s-ai::before {
  background-image: url('/wp-content/uploads/2025/03/AI.svg');
}
@media (max-width: 768px) {
    .header-cta {
        display: none;
    }
    .primary-menu-container {
        display: none;
    }
    .mobile-menu-toggle {
        display: block;
    }
    .mobile-menu-dropdown.active {
        display: block;
    }
}

.our-services {
    padding: 50px 90px;
}

/* Full-Width Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
}

.our-services .row1 {
    margin-bottom: 36px;
/*     gap: 30px; */
}
.column-services .wp-block-column {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 2px 2px 20px 0px #00000040;
}
.column-services .wp-block-column:hover {
    background: #971B1F;
}
.column-services .wp-block-column:hover * {
    color: white;
}
/* .column-services .wp-block-column path {
    fill: #971B1F;
} */
.column-services .wp-block-column:hover path {
    fill: white;
}
.service-item:hover img {
    background-color: white;
}

.service-item img {
    max-width: 80px;
    margin-bottom: 10px;
/*  padding: 10px;
    border-radius: 3px; */
}

.service-item h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 14px;
}

/* About section on top for mobile */
@media (max-width: 768px) {
    .about {
        order: -1 !important;
        margin-bottom: 20px;
    }
}

.about-us {
    padding: 50px 0;
    background: #f9f9f9;
}
.about-us .container {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    flex-direction: column;
}
.section-heading h2 {
font-family: 'Lexend';
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    font-size: 48px;
    color: #282828;
    margin-bottom: 20px;
}
.our-services .our-service-heading {
    font-family: 'Lexend';
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
}
.about-content-section, .why-us-section {
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: left;
}
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
    list-style: none;
}
.why-us-grid li {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
}
@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 24px;
    }
    .about-content-section p, .why-us-grid li {
        font-size: 14px;
    }
    .why-us-grid {
        grid-template-columns: 1fr;
    }
    .footer-contact-img {
        display: none;
    }
}
@media (max-width: 768px) {
    .footer .row {
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }
    .queue-container > .wp-block-group__inner-container {
        width: 100%;
    }
}
@media (min-width: 600px) {
/*     .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin: 0 1.25em 1.25em 0;
    } */
}