#hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hero-section .title {
    position: absolute;
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 160px;
    line-height: 140px;
    letter-spacing: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
#hero-section .banner-desktop,
#hero-section .banner-tablet,
#hero-section .banner-mobile {
    width: 100%;
}
#hero-section .banner-tablet, 
#hero-section .banner-mobile {
    display: none;
}
#what-we-do {
	padding: 100px 60px;
}
#what-we-do #quote-section .about-quote {
	padding: 40px 0 40px 80px;
}
#what-we-do #quote-section blockquote {
	font-family: 'Rajdhani';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 2.08px;
	text-transform: uppercase;
	color: #111111;
}
#what-we-do #quote-section blockquote:before {
	left: 0;
}
#what-we-do .content-section .content {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #676767;
}
#services-list-title-section .qodef-m-title,
#text-stack-title-section .qodef-m-title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 18px;
}
#text-stack-title-section {
	padding: 100px 0;
}
#tech-stack-list {
	padding-bottom: 200px;
}
#service-steps {
    padding: 100px 0;
}
#service-steps .qodef-m-item .qodef-e-title,
#service-steps-tablet .qodef-m-item .qodef-e-title {
    font-size: 26px;
    font-family: Rajdhani;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2.08px;
    text-transform: uppercase;
    margin: 0;    
}
#services-list-title-section {
    padding: 50px 0 100px 0;
}
#services-list-title-section .qodef-m-subtitle {
	font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2.4px;
    color: #111111;
    opacity: 0.5;
    margin: 0;
}
#services-list-section {
    margin: 0;
}
#services-list-section .elementor-container {
    max-width: unset;
    width: 100%;
    padding: 0 100px;
    column-gap: 100px;
    justify-content: center;
}
#services-list-section .service-item img {
    width: 100px;
    height: 100px;
}
#services-list-section .service-item .qodef-m-title {
    font-size: 26px;
    font-family: Rajdhani;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2.08px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    display: inline-flex;
    flex-direction: column;
}
#services-list-section .service-item .qodef-m-text {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 24px;
    color: #676767;
    margin: 10px 0 0;
    letter-spacing: 0;
}
#services-list-section.two-column .service-item {
    width:25%;
}
#services-list-section.two-column .elementor-container {
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    #hero-section .title {
        font-size: 38px;    
        line-height: 40px;
        letter-spacing: 6px;
    }
    #hero-section .banner-desktop, 
    #hero-section .banner-tablet {
        display: none;
    }
    #hero-section .banner-mobile {
        display: block;
    }
    #what-we-do {
        padding: 40px 20px;
    }
    #what-we-do .elementor-widget-wrap {
        padding: 0;
    }
    #what-we-do #quote-section .about-quote {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.1em;
        padding: 20px 0px 20px 45px;
    }
    #what-we-do #quote-section .about-quote:before {
        width: 30px;
        height: 30px;
        background-size: cover;
        position: absolute;
        top: 20px;
		left: 0;
    }
    #what-we-do .content-section .content {
		font-size: 12px;
		line-height: 20px;
	}
    #text-stack-title-section {
        padding: 50px 0;
    }
    #text-stack-title-section .elementor-element {
		max-width: unset;
		width: 100%;
	}
    #services-list-title-section .qodef-m-title,
    #text-stack-title-section .qodef-m-title {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 8px;
	}
    #tech-stack-list {
		padding-bottom: 50px;
	}
    #service-steps-tablet {
        padding: 30px 20px;
    }
    #service-steps-tablet .qodef-qi-item-showcase {
        align-items: center;
        justify-content: center;
    }
    #service-steps-tablet .qodef-m-item {
        margin-bottom: 10px;
    }
    #service-steps-tablet .qodef-m-item .qodef-e-title {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.98px;
    }
    #service-steps-tablet .qodef-qi-item-showcase .qodef-m-items.qodef--left,
    #service-steps-tablet .qodef-qi-item-showcase .qodef-m-items.qodef--right {
        text-align: center;
    }
    #service-steps-tablet .qodef-qi-item-showcase .qodef-m-image {
        display: block;
        position: relative;
        padding: 20px 0 !important;
        width: 100%;
    }
    #service-steps-tablet .qodef-qi-item-showcase .qodef-m-image img {
        margin: 0 auto;
    }
    #service-steps-tablet.no-bottom-item .qodef-qi-item-showcase .qodef-m-items.qodef--right {
        display: none;
    }
    #services-list-title-section {
        padding: 20px 0;
    }
    #services-list-title-section .qodef-m-subtitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 1.4px;
    }
    #services-list-section {
        padding: 0;
    }
    #services-list-section .service-item {
        padding: 20px;
    }
    #services-list-section .elementor-container {
        padding: 0;
        column-gap: 0;
    }
    #services-list-section .service-item img {
        width: 50px;
        height: 50px;
    }
    #services-list-section .service-item .qodef-m-title {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 1.8px;
        margin: 14px 0 0 0;
        display: block;
    }
    #services-list-section .service-item .qodef-m-text {
        font-size: 12px;
        line-height: 20px;
    }
    #services-list-section.two-column .service-item {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #hero-section .title {
        font-size: 80px;
        line-height: 90px;
        letter-spacing: 10px;
    }
    #hero-section .banner-desktop, 
    #hero-section .banner-mobile {
        display: none;
    }
    #hero-section .banner-tablet {
        display: block;
    }
    #what-we-do .content-section .content {
		font-size: 15px;
		line-height: 22px;
	}
    .about-quote{
        padding: 0;
    }
    #what-we-do {
        padding: 60px 50px;
    }
    #what-we-do #quote-section .about-quote {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 2px;
        padding: 20px 0px 20px 45px;
    }
    #what-we-do #quote-section .about-quote:before {
        width: 30px;
        height: 30px;
        background-size: cover;
        position: absolute;
        top: 20px;
		left: 0;
    }
    #text-stack-title-section {
        padding: 60px 0;
    }
    #services-list-title-section .qodef-m-title,
    #text-stack-title-section .qodef-m-title {
		font-size: 44px;
		line-height: 44px;
		letter-spacing: 8px;
	}
    #tech-stack-list {
		padding-bottom: 60px;
	}
    #service-steps-tablet {
        padding: 50px 20px;
    }
    #service-steps-tablet .qodef-qi-item-showcase {
        align-items: center;
        flex-wrap: nowrap;
    }
    #service-steps-tablet .qodef-qi-item-showcase .qodef-m-image {
        display: block;
        position: relative;
        padding: 0 40px !important;
    }
    #service-steps-tablet .qodef-qi-item-showcase .qodef-m-items.qodef--left {
        text-align: right;
        left: unset;
        width: 100%;
    }
    #service-steps-tablet .qodef-qi-item-showcase .qodef-m-items.qodef--right {
        left: unset;
        width: 100%;
    }
    #service-steps-tablet .qodef-m-item {
        margin-bottom: 30px;
    }
    #service-steps-tablet .qodef-m-item .qodef-e-title {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 1.12px;
    }
    #services-list-title-section {
        padding: 40px 0;
    }
    #services-list-title-section .qodef-m-subtitle {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 1.6px;
    }
    #services-list-section {
        padding: 30px 80px 0 80px;
    }
    #services-list-section.two-column {
        padding: 30px 80px 0 80px;
    }
    #services-list-section .elementor-container {
        padding: 0;
        column-gap: 30px;
        row-gap: 30px;
    }
    #services-list-section .service-item {
        flex-basis: calc(50% - 15px);
    }
    #services-list-section .service-item img {
        width: 60px;
        height: 60px;
    }
    #services-list-section .service-item .qodef-m-title {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 2px;
        margin: 14px 0 0 0;
    }
    #services-list-section .service-item .qodef-m-text {
        font-size: 13px;
        line-height: 20px;
    }
}
@media only screen and (min-width:1025px) and (max-width: 1440px) {
    #hero-section .title {
        font-size: 110px;
        line-height: 105px;
        letter-spacing: 23px;
    }
    .banner-about-section .content-section {
        padding: 80px 100px;
    }
    #services-list-section .elementor-container {
        padding: 0 80px;
        column-gap: 50px;
    }
    #services-list-section .service-item .qodef-m-title {
        font-size: 17px;
        line-height: 20px;
    }
    #services-list-section .service-item .qodef-m-text {
        font-size: 14px;
        line-height: 22px;
    }
    #services-list-title-section .qodef-m-title, 
    #text-stack-title-section .qodef-m-title {
        font-size: 57px;
        line-height: 62px;
        letter-spacing: 14px;
    }
    #services-list-title-section .qodef-m-subtitle {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
    #hero-section .title {
        font-size: 120px;
        line-height: 115px;
        letter-spacing: 25px;
    }
    #services-list-section .elementor-container {
        padding: 0 90px;
        column-gap: 70px;
    }
    #services-list-section .service-item .qodef-m-title {
        font-size: 18px;
        line-height: 20px;
    }
    #services-list-section .service-item .qodef-m-text {
        font-size: 14px;
        line-height: 22px;
    }
}
#bottom-subtitle .qodef-m-subtitle {
    font-family: 'Montserrat' !important;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 15px;
    color: #111111;
    opacity: 0.5;
    text-transform: none;
}
.clientele_txt h2.qodef-m-title {
    font-size: 40px;
}