@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* CSS Document */
/********************** Reset **********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	font-size: 100%;
}
legend {
	color: #000;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.right {
	float: right;
}
span.noshow {
	display: none;
	margin: 0;
}
a {
	outline: none;
	text-decoration: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
html {
	scroll-behavior: smooth;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/********************** style **********************/
body {
	font-family: 'Museo 100';
	src: url('../fonts/Museo100-Regular.woff2') format('woff2'), url('../fonts/Museo100-Regular.woff') format('woff');
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'Museo 100';
	src: url('../fonts/Museo100-Regular.woff2') format('woff2'), url('../fonts/Museo100-Regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo 300';
	src: url('../fonts/Museo300-Regular.woff2') format('woff2'), url('../fonts/Museo300-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo 500';
	src: url('../fonts/Museo500-Regular.woff2') format('woff2'), url('../fonts/Museo500-Regular.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo 700';
	src: url('../fonts/Museo-700.woff2') format('woff2'), url('../fonts/Museo-700.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo 900';
	src: url('../fonts/Museo900-Regular.woff2') format('woff2'), url('../fonts/Museo900-Regular.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
.content-container {
	background-color: #253746;
}
.content-container h1, .content-container h2, .content-container h3, .content-container h4 {
	font-family: 'Museo 900';
	font-weight: 900;
	color: #ffb81c;
}
.content-container h2 {
	font-size: 60px;
	line-height: 115%;
}
.content-container p {
	font-size: 20px;
	line-height: 150%;
	font-family: 'Museo 100';
	font-weight: 300;
}
.content-ctnr {
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.scrolltop {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid #ffb81c;
	position: fixed;
	bottom: 2%;
	right: 1%;
	display: none;
	z-index: 1000;
}
.scrolltop:after {
	content: '';
	position: absolute;
	left: 17px;
	top: 17px;
	text-align: center;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #ffb81c;
}
.mobile-top-bar-wrapper {
	height: 80px;
	background-color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
	display: none;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.search-icon {
	display: flex;
	margin: 0 auto 0 0
}
.logo-mobile {
	width: 220px;
	display: flex;
}
.logo-mobile img {
	width: 100%;
}
.social-icon-ctnr {
	display: flex;
	margin: 0 0 0 auto;
}
.social-icon-ctnr a {
	margin-right: 20px;
	align-items: center;
}
.social-icon-ctnr a:last-child {
	margin-right: 0;
}
header {
	width: 100%;
	z-index: 1000;
	position: relative;
}
.header-bar-wrapper {
	width: 100%;
	background-color: #253746;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	z-index: 1000;
	border-bottom: solid 6px #ffb81c;	
}
.header-bar-ctnr {
	width:100%;
	max-width:1420px;
	margin:0 auto;
	display: flex;
	align-items: center;
	padding:20px 0;
}
.logo {
	display:block;
	width: 235px;	
}
.logo span {
	font-family: "Lato", sans-serif;
	font-size:13px;
	line-height:100%;
	font-weight:600;
	color:#ffb81c;
	display:block;
	margin-top:6px;
}
.logo img {
	width: 100%;
	display:block;
}
nav {
	display: flex;
	margin: 0 0 0 auto;
}
.topbar-mobile-email-ctnr {
	display: none;
	align-items: center;
}
.topbar-mobile-email-ctnr a {
	margin: 0 25px 0 0;
}
.technical-wrapper {
	padding: 50px 0 40px 0;
}
.technical-partner-ctnr, .what-next-ctnr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.technical-partner-ctnr {
	max-width: 1320px;
}
.what-next-ctnr {
	max-width: 1120px;
}
.technical-partner-ctnr div.tech-info {
	width: 100%;
	max-width: 650px;
}
.technical-partner-ctnr h1 {
	font-size: 80px;
	line-height: 115%;
}
.technical-partner-ctnr div.tech-ph {
	width: 100%;
	max-width: 620px;
}
.technical-partner-ctnr div.tech-ph img {
	width: 100%;
}
.dwon-arrow img {
	display: block;
	margin: 0 auto;
}
.parallax-item-1 {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	min-height: 100vh;
}
.parallax-item-1 {
	background: url(../images/agency-partnerwork.png);
	background-size: cover;
	background-position: center top;
}
.parallax-item-1 h2 {
	font-size: 50px;
	line-height: 115%;
	color: #EEEEEE;
	text-shadow: 0px 13px 40px rgba(0,0,0,0.81);
	text-align: center;
}
.parallax-item-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
.parallax-item-2 {
	background: url(../images/agency-together.png);
	background-size: cover;
	background-position: center top;
}
.parallax-item-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
.parallax-item-3 {
	background: url(../images/team-members.png) no-repeat center center;
	background-size: 100% auto;
	background-attachment: fixed;
}
.start-conv-btn-wrapper {
	width: 100%;
	margin-top: 270px;
}
.start-conv-btn-ctnr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.start-conv-btn-ctnr a.start-conv-btn, .start-conv-btn-ctnr a.view-work-btn, .loadmore-btn, .web-dev-btn a.start-conv-btn, .web-dev-btn a.view-work-btn, .work-item-info a.visit-web-btn, .ready-talk-btn a.email-btn, .ready-talk-btn a.callus-btn {
	background-color: #ffb81c;
	min-width: 340px;
	height: 50px;
	font-family: 'Museo 900';
	font-size: 14px;
	line-height: 50px;
	font-weight: 900;
	color: #253746;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border: solid 1px #ffb81c;
	margin: 0 20px;
	display: block;
}
.start-conv-btn-ctnr a.view-work-btn, .web-dev-btn a.view-work-btn, .ready-talk-btn a.callus-btn {
	background-color: #253746;
	color: #ffb81c;
}
.start-conv-btn-ctnr a.start-conv-btn:hover, .getin-form-ctnr p input[type=submit]:hover, .web-dev-btn a.start-conv-btn:hover, .ready-talk-btn a.email-btn:hover {
	background-color: #253746;
	color: #ffb81c;
	border: solid 1px #ffb81c;
	transition: all .3s ease-in-out;
}
.start-conv-btn-ctnr a.view-work-btn:hover, .web-dev-btn a.view-work-btn:hover, .ready-talk-btn a.callus-btn:hover {
	background-color: #ffb81c;
	color: #253746;
	border: solid 1px #253746;
	transition: all .3s ease-in-out;
}
.start-conv-btn-ctnr a.start-conv-btn, .start-conv-btn-ctnr a.view-work-btn {
	margin-top: 35px;
}
.loadmore-btn {
	min-width: 290px !important;
	margin-top: 50px;
	display: none;
}
.delivery-gap-ctnr h2 {
	font-size: 100px;
	line-height: 90%;
	text-align: center;
	margin-top: 150px;
}
.delivery-gap-ctnr h2 small {
	font-size: 50px;
	line-height: 115%;
	display: block;
}
.delivery-gap-grid-ctnr {
	display: flex;
	flex-wrap: nowrap;
	    justify-content: center;
	align-items: flex-start;
	padding-bottom: 90px;
}
.delivery-gap-grid {
	width: 100%;
	max-width: 551px;
	background-color: #253746;
	border-radius: 34px;
	padding: 40px 30px;
	box-shadow: 0px 27px 31px 5px rgba(0,0,0,0.25);
	box-sizing: border-box;
	margin: 65px 40px 0 40px;
}
.delivery-gap-grid.pad-btm {
	padding-bottom: 75px;
}
.delivery-gap-grid.shadow {
	box-shadow: 0px 27px 31px 5px rgba(0,0,0,0.35);
}
.delivery-gap-grid h3 {
	background-color: #fff;
	font-family: 'Museo 500';
	font-size: 48px;
	line-height: 127%;
	font-weight: 500;
	color: #253746;
	padding: 30px 20px 10px 20px;
	border-radius: 34px;
	display: block;
}
.delivery-gap-grid h3 small {
	font-family: 'Museo 900';
	font-size: 14px;
	line-height: 100%;
	font-weight: 900;
	color: #212121;
	display: block;
	margin-bottom: 6px;
}
.delivery-gap-grid p {
	color: #EEEEEE;
	padding: 57px 40px 30px 40px;
}
.delivery-gap-grid h4 {
	font-size: 25px;
	line-height: 146%;
	text-align: center;
}
.delivery-gap-grid ul {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	margin: 0 auto;
}
.delivery-gap-grid ul li {
	width: 33.3%;
	padding: 30px 10px 0 10px;
	box-sizing: border-box;
	text-align: center;
}
.delivery-gap-grid ul li h4 {
	font-size: 15px;
	line-height: 146%;
	margin-top: 10px;
}
.client-logo-slider-wrapper h2 {
	font-family: 'Museo 500';
	font-size: 40px;
	line-height: 115%;
	font-weight: 500;
	color: #ffb81c;
	text-align: center;
	margin: 90px 0 50px 0;
}
.client-logos-ctnr {
	width: 85%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.client-logos-ctnr figure {
	width: 100%;
	max-width: 12%;
	padding: 40px 2.5%;
	box-sizing: border-box;
}
.client-logos-ctnr figure img {
	width: 100%;
}
.years-wrapper {
	padding: 95px 0 130px 0;
}
.years-ctnr h2 {
	text-align: center;
}
.years-exp-grid {
	width: 100%;
	max-width: 1144px;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
}
.exp-ph {
	width: 100%;
	max-width: 1114px;
	margin: 0 auto;
	display: block;
}
.about-code-brewery-ctnr {
	background-color: #fff;
	padding: 100px 30px;
	border-radius: 68px;
	display: block;
	box-shadow: 0px 139px 54px -65px rgba(0,0,0,0.25);
	margin-top: -180px;
}
.about-code-brewery-ctnr img {
	width: 100%;
	max-width: 1070px;
	display: block;
	margin: 0 auto;
	margin-top: 70px;
}
.about-cb-info {
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
	text-align: center;
}
.about-cb-info h3 {
	font-family: 'Museo 500';
	font-size: 50px;
	line-height: 115%;
	font-weight: 500;
	color: #323B4B;
	margin-top: 10px;
}
.technical-partner-ctnr p, .about-cb-info p, .complex-digital-ctnr p, .way-work-info p, .agency-tell-ctnr p, .what-next-ctnr p, .four-stage-ctnr p {
	color: #5D6A83;
	margin-top: 30px;
}
.about-cb-info p {
	font-family: 'Museo 300';
	font-weight: normal;
	margin-top: 30px;
}
.team-member-ctnr img {
	width: 100%;
}
.complex-digital-ctnr h2, .complex-digital-ctnr p, .agency-tell-ctnr h2, .agency-tell-ctnr p, .lets-talk-ctnr h2, .lets-talk-ctnr h3, .four-stage-ctnr h2, .four-stage-ctnr p {
	width: 100%;
	max-width: 900px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.complex-digital-ctnr h2 {
	margin-top: 140px;
}
.complex-digital-ctnr p, .agency-tell-ctnr p, .what-next-ctnr p, .four-stage-ctnr p {
	text-align: center;
	color: #EEEEEE;
	margin-top: 20px;
}
.cd-grid-ctnr {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
	margin-top: 50px;
}
.cd-grid {
	position: relative;
	width: 100%;
	max-width: 282px;
	height: 282px;
	background-color: #253746;
	border-radius: 20px;
	box-shadow: 0px 27px 36px 18px rgba(0,0,0,0.25);
	overflow: hidden;
	margin: 40px 2%;
	transition: 0.5s;
}
.cd-grid:hover {
	transform: translate(0, -30px);
}
.cd-grid-b {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cd-grid-b h3 {
	font-size: 24px;
	line-height: 150%;
	color: #EEEEEE;
	margin-top: 20px;
}
.cd-grid-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #c6c6c8;
}
.cd-grid:hover .cd-grid-overlay {
	opacity: 1;
}
.cd-grid-f {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.cd-grid-f h3 {
	font-size: 18px;
	line-height: 150%;
	color: #253746;
}
.cd-grid-f p {
	font-family: 'Museo 500';
	font-size: 15px;
	line-height: 160%;
	font-weight: 500;
	color: #253746;
}
.cd-grid-f p {
	margin-top: 30px;
}
.way-work-ctnr {
	max-width: 1440px;
	padding-top: 100px;
	margin: 0 auto;
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
}
.way-work-info {
	background: url(../images/ways-workingtogether-code-brewery.png) no-repeat right top;
	background-size: 70% auto;
}
.way-work-info div {
	width: 100%;
	max-width: 480px;
	padding: 330px 0 30px 50px;
}
.way-work-info h2 {
	text-align: left;
}
.technical-partner-ctnr p, .way-work-info p {
	margin-top: 20px;
	color: #EEEEEE;
}
.technical-partner-ctnr p {
	display: none;
}
.cow-ctnr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 40px;
}
.cow-ctnr div {
	width: 100%;
	max-width: 290px;
}
.cow-ctnr div.one {
	background: url(../images/1.png) no-repeat 50px top;
	background-size: 50% auto;
}
.cow-ctnr div.two {
	background: url(../images/2.png) no-repeat 50px top;
	background-size: 50% auto;
}
.cow-ctnr div.three {
	background: url(../images/3.png) no-repeat 50px top;
	background-size: 50% auto;
}
.cow-ctnr div h3 {
	font-family: 'Museo 500';
	font-size: 24px;
	line-height: 150%;
	font-weight: 500;
	color: #ffb81c;
	margin-top: 120px;
}
.cow-ctnr div p {
	font-size: 14px;
	line-height: 150%;
	color: #EEEEEE;
	margin-top: 15px;
}
.agency-tell-ctnr {
	margin-top: 170px;
}
.agency-tell-ctnr h2 {
	max-width: 800px;
}
.four-stage-ctnr {
	padding-top: 120px;
}
.four-stage-info-ctnr {
	width: 100%;
	max-width: 910px;
	margin: 0 auto;
	margin-top: 30px;
}
.four-stage-info-ctnr img {
	width: 100%;
}
.agency-tell-grid {
	width: 100%;
	max-width: 1378px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
	overflow-x: hidden;
}

.ag-gr-1, .ag-gr-2, .ag-gr-3, .ag-gr-4 {
	position: relative;
}
.ag-gr-1, .ag-gr-4 {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}
.ag-gr-2, .ag-gr-3 {
	width: 57%;
	display: inline-block;
	vertical-align: middle;
}
.ag-gr-1 {
	left: 8.6%;
	top: 0;
}
.ag-gr-2 {
	right: 0.12%;
}
.ag-gr-3 {
	left: -40.2%;
	margin-top: -16.9%;
}
.ag-gr-4 {
	left: 48.73%;
	margin-top: -16.88%;
}
.ag-gr-1 figure img, .ag-gr-2 figure img, .ag-gr-3 figure img, .ag-gr-4 figure img {
	width: 100%;
}
.ag-gr-1 p, .ag-gr-2 p, .ag-gr-3 p, .ag-gr-4 p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	margin-top: 0;
}
.ag-gr-1 p {
	width: 50%;
	margin-top:28px;
}
.ag-gr-4 p {
	width: 50%;
	margin-top:28px
}

.ag-gr-2 p {
	width: 55%;	
}
.ag-gr-3 p{
	width: 46%;	
}
.ag-gr-1 p strong, .ag-gr-2 p strong, .ag-gr-3 p strong, .ag-gr-4 p strong {
	font-family: 'Museo 900';
	font-weight: 900;
	color: #ffb81c;
}
.client-testimonial-ctnr {
	width: 100%;
	max-width: 1045px;
	display: block;
	margin: 0 auto;
	padding: 30px 0 100px 0;
	text-align: center;
}
.client-testimonial-ctnr p {
	font-family: 'Museo 500';
	font-size: 40px;
	line-height: 136%;
	font-weight: 500;
	color: #EEEEEE;
}
.testi-ph-name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	text-align: left;
}
.testi-ph-name figure {
	margin-right: 20px;
}
.testi-ph-name p {
	font-size: 24px;
	font-family: "Inter", sans-serif;
	letter-spacing: 1px;
}
.testi-ph-name p strong {
	font-weight: 900;
}
.testi-ph-name p small {
	font-size: 18px;
	font-weight: 500;
	color: #ffb81c;
	display: block;
}
.portfolio-tab-grid-wrapper {
	width: 100%;
	margin-top: 10px;
}
.portfolio-tab-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
}
.g-box {
	width: 100%;
	max-width: 26.8%;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin: 40px 25px 0 25px;
}
.g-box div.g-top-bar {
	border-top: solid 1px #9f9e9b;
	padding: 12px 0;
	display: flex;
	flex-wrap: wrap;
}
.g-box div.g-top-bar span {
	font-family: 'Museo 900';
	font-size: 12px;
	font-weight: 900;
	color: #6e6d69;
	margin-right: 20px;
	border-right: solid 1px #9f9e9b;
	padding-right: 20px;
}
.g-box div.g-top-bar span:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.g-box img {
	width: 100%;
}
.service-portfolio-ctnr {
	margin-top: 170px;
}
.service-portfolio-ctnr h2 {text-align:center;}
.service-portfolio-ctnr .g-box h2, .service-portfolio-ctnr .portfo-popup-ctnr h2 {
	font-size: 15px;
	line-height: 160%;
	color: #0e0c05;
	margin-top: 15px;
	text-align:left;
}
.g-box h3, .portfo-popup-ctnr h3 {
	font-size: 12px;
	line-height: 160%;
	color: #253746;
}
.g-box p, .portfo-popup-ctnr p {
	font-size: 14px;
	line-height: 150%;
	font-weight: 300;
	color: #6e6d69;
	margin-top: 15px;
}
.g-box a, .portfo-popup-ctnr a {
	background-color: #ffb81c;
	height: 50px;
	font-family: 'Museo 900';
	font-size: 14px;
	line-height: 50px;
	font-weight: 900;
	color: #253746;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	border: solid 1px #ffb81c;
	box-sizing: border-box;
}
.g-box a:hover, .portfo-popup-ctnr a:hover, .work-item-info a.visit-web-btn:hover {
	background-color: #fff;
	color: #253746;
	border: solid 1px #253746;
	transition: all .3s ease-in-out;
}
.portfo-popup-ctnr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
}
.portfo-ph, .portfo-info {
	width: 50%;
	box-sizing: border-box;
}
.portfo-ph {
	padding-right: 15px;
}
.portfo-info {
	padding-left: 15px;
}
.portfo-ph img {
	width: 100%;
}
.portfo-popup-ctnr h2 {
	font-family: 'Museo 900';
	font-size: 18px;
	font-weight: 900;
}
.portfo-popup-ctnr h3 {
	font-family: 'Museo 900';
	font-size: 15px;
	font-weight: 900;
}
.portfo-popup-ctnr a {
	max-width: 276px;
}
.join-stage-ctnr {
	background-color: #fff;
	height: 330px;
	border-radius: 7px;
	box-shadow: 0px 22px 56px 15px rgba(0,0,0,0.25);
	position: relative;
	margin-top: 70px;
}
.join-stage-info {
	width: 100%;
	max-width: 982px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.join-stage-info h2 {
	width: 100%;
	max-width: 272px;
	font-family: 'Museo 500';
	font-size: 56px;
	line-height: 64px;
	font-weight: 500;
	color: #253746;
}
.join-stage-info ul {
	padding-left: 40px;
}
.join-stage-info ul li {
	list-style: disc;
	font-size: 20px;
	line-height: 150%;
	font-weight: 300;
	color: #253746;
}
.join-stage-info ul li:last-child {
	margin-bottom: 0;
}
.join-stage-info ul li strong {
	font-family: 'Museo 900';
	font-weight: 900;
}
.lets-talk-ctnr {
	margin-top: 230px;
}
.lets-talk-ctnr h2, .lets-talk-ctnr h3 {
	max-width: 770px;
}
.lets-talk-ctnr h3 {
	font-family: 'Museo 500';
	font-size: 40px;
	line-height: 136%;
	font-weight: 500;
	color: #ffb81c;
	text-align: center;
	margin-top: 22px;
}
.lets-talk-grid-ctnr {
	width: 100%;
	max-width: 1440px;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-evenly;
	margin: 120px auto 0 auto;
}
.lets-grid {
	width: 100%;
	max-width: 420px;
	background-color: #253746;
	border-radius: 35px;
	box-shadow: 0px 22px 56px 15px rgba(0,0,0,0.25);
	margin: 40px 2%;
	padding: 80px 40px;
	box-sizing: border-box;
	transition: 0.5s;
}
.lets-grid:hover {
	transform: translate(0, -60px);
}
.lets-grid h4 {
	font-size: 25px;
	line-height: 160%;
	color: #ffb81c;
}
.lets-grid p {
	font-size: 20px;
	line-height: 150%;
	font-weight: 300;
	color: #DADADA;
	margin-top: 15px;
}
.lets-grid p small {
	font-family: 'Museo 900';
	font-size: 18px;
	line-height: 160%;
	font-weight: 900;
	color: #ffb81c;
	display: block;
}
.lets-grid:hover {
	background-color: #fff;
	transition: all .5s ease-in-out;	
}
.lets-grid:hover > h4, .lets-grid:hover > p {
	color: #253746;
}
.lets-grid:hover > p small {
	font-size: 18px;
	font-family: 'Museo 900';
	font-weight: 900;
	color: #253746;
}
.getin-touch-wrapper {
	padding: 60px 0 90px 0;
	box-shadow: 0px 22px 56px 15px rgba(0,0,0,0.25);
	margin-top: 220px;
}
.getin-touch-ctnr {
	max-width: 700px;
	margin: 0 auto;
}
.getin-touch-ctnr h6 {
	font-size: 12px;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #D9D9D9;
}
.getin-touch-ctnr h2 {
	font-size: 32px;
	line-height: 134%;
	color: #ffb81c;
	margin-top: 15px;
}
.getin-touch-ctnr h6, .getin-touch-ctnr h2 {
	padding: 0 1.5%;
}
.getin-form-ctnr {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	margin-top: 40px;
}
.getin-form-ctnr p {
	width: 47%;
	box-sizing: border-box;
	margin: 1.5%;
}
.getin-form-ctnr p.full {
	width: 100%;
}
.getin-form-ctnr p input {
	background-color: #D9D9D9;
	font-size: 16px;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #212121;
	border: none;
}
.getin-form-ctnr p textarea {
	font-size: 16px;
	width: 100%;
	background-color: #D9D9D9;
	height: 103px;
	display: inline-block;
	padding: 10px 10px;
	box-sizing: border-box;
	color: #212121;
	border: none;
}
.select-dropdwon {
	height: 30px;
	position: relative;
	background: #ffb81c;
	overflow: hidden;
	display: table;
}
.select-dropdwon::after {
	background: url(../images/sel-arrow-dwn.png) no-repeat center center;
	width: 30px;
	height: 30px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
}
.select-dropdwon:hover::after {
	color: #23b499;
}
.select-dropdwon select {
	width: 100%;
	font-family: 'Museo 900';
	font-size: 15px;
	line-height: 30px;
	font-weight: 900;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: 0!important;
	background: #ffb81c;
	color: #253746;
	cursor: pointer;
	padding: 0 0 0 10px;
}
.select-dropdwon select::-ms-expand {
 display: none;
}
.select-dropdwon select option {
	background-color: #ffffff;
	font-family: 'Museo 500';
	font-size: 14px;
	font-weight: 500;
	color: #253746;
	padding: 10px;
	text-align: left;
}
.getin-form-ctnr p input[type=submit] {
	background-color: #ffb81c;
	width: 100%;
	height: 50px;
	font-family: 'Museo 900';
	font-size: 14px;
	line-height: 50px;
	font-weight: 900;
	color: #253746;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #333333;
	display: block;
	cursor: pointer;
}
.what-next-wrapper {
	padding: 55px 0;
}
.what-next-ctnr h2 {
	line-height: 120%;
}
.what-next-ctnr h2, .what-next-ctnr p {
	text-align: left;
}
.what-next-ctnr p {
	margin-top: 40px;
}
.what-next-ctnr ol {
	padding-left: 20px;
	margin-top: 20px;
}
.what-next-ctnr ol li {
	list-style: decimal;
	font-size: 20px;
	line-height: 150%;
	font-weight: 300;
	color: #EEEEEE;
}
.what-next-ctnr ol li:last-child {
	margin-bottom: 0;
}
.what-next-info {
	width: 100%;
	max-width: 460px;
}
.what-next-ph {
	width: 100%;
	max-width: 572px;
	margin-left: 60px;
	box-sizing: border-box;
}
.what-next-ph img {
	width: 100%;
}
.what-next-ctnr p a {
	text-decoration: underline;
	color: #EEEEEE;
	display: inline-block;
}
.senior-dev-wrapper {
	height: 610px;
	background: url(../images/agency-partnerwork-noparallax.png) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.senior-dev-wrapper h2 {
	font-size: 50px;
	line-height: 115%;
	color: #EEEEEE;
	text-shadow: 0px 13px 40px rgba(0,0,0,0.81);
	text-align: center;
}
.start-conv-btn-wrapper-2 {
	width: 100%;
}
.delivery-gap-wrapper {
	background: url(../images/agency-together-noparallax.png) no-repeat center center;
	background-size: 100% auto;
}
.client-logo-slider-wrapper h2.mrg-top {
	margin-top: 10px;
}
.scroll-mrg-top {
	scroll-margin-top: 150px;
}
.partnership-scroll-mrg-top {
	scroll-margin-top: 40px;
}
.testi-scroll-mrg-top {
	scroll-margin-top: 160px;
}
.testi-scroll-mrg-top h2 {text-align:center; margin-top:160px; padding:0 10px;}
.process-scroll-mrg-top, .faq-scroll-marg-top {
	scroll-margin-top: 30px;
}
.web-dev-ctnr, .we-understand-ctnr {
	width: 100%;
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 130px auto 0 auto;
}
.web-dev-ctnr h1 {
	font-size: 60px;
	line-height: 115%;
}
.web-dev-ctnr h1 small {
	font-size: 18px;
	line-height:28px;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #EEEEEE;
	display: block;
	margin-bottom:10px;
}
.web-dev-ctnr h1 strong {
	color: #EEEEEE;
	display: block;
}
.web-dev-ctnr p {
	width: 100%;
	max-width: 618px;
	color: #EEEEEE;
	margin-top: 20px;
}
.web-dev-btn, .ready-talk-btn {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.web-dev-btn a.start-conv-btn, .web-dev-btn a.view-work-btn {
	min-width: 280px;
	margin: 35px 20px 0 0;
}
.trusted-by {
	margin-top: 130px;
	display: flex;
	flex-wrap: wrap;
}
.trusted-by p {
	font-size: 14px;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #EEEEEE;
	margin-top: 0;
}
.trusted-by figure {
	height: 120px;
	background-color: #fff;
	display: flex;
	align-items: center;
	margin: 30px 30px 0 0;
	border-radius: 20px;
	padding: 0 30px;
	overflow: hidden;
}
.trusted-by figure img {
	width: auto;
	height: 88px;
}
.we-understand-wrapper {
	padding: 120px 0;
	box-shadow: 0px 22px 56px 15px rgba(0,0,0,0.25);
	margin-top: 75px;
}
.we-understand-ctnr {
	margin-top: 0;
	justify-content: space-between;
}
.we-understand-ctnr h2, .our-work-ctnr h2, .why-choose-ctnr h2, .how-we-help-ctnr h2, .how-we-work-ctnr h2, .readyto-talk-ctnr h2 {
	width: 100%;
	font-size: 48px;
	font-family: 'Museo 500';
	font-weight: 500;
}
.we-understand-ctnr p {
	width: 47%;
	color: #EEEEEE;
	margin-top: 20px;
	box-sizing: border-box;
}
.our-work-ctnr, .why-choose-ctnr, .how-we-help-ctnr, .how-we-work-ctnr, .faq-ctnr, .readyto-talk-ctnr {
	width: 100%;
	max-width: 1290px;
	padding: 0 30px;
	box-sizing: border-box;
	display: block;
	margin: 160px auto 0 auto;
}
.our-work-ctnr h2, .why-choose-ctnr h2, .how-we-help-ctnr h2, .how-we-work-ctnr h2, .readyto-talk-ctnr h2 {
	text-align: center;
}
.our-work-tab-ctnr {
	margin-top: 50px;
}
.our-work-tab-items {
	background-color: #fff;
	border-radius: 68px;
	display: flex;
	box-shadow: 0px 139px 54px -65px rgba(0,0,0,0.25);
	margin-top: 30px;
	overflow: hidden;
}
.work-tab-ph, .work-item-info, .work-tab-ph-achia, .work-tab-ph-bandaar {
	width: 50%;
}
.work-tab-ph {
	background: url(../images/ACHIA-ph.jpg) no-repeat center center #f3e9e7;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.work-tab-ph.bandaar {
	background: url(../images/bandaar-ph.jpg) no-repeat center center #fdf3e7;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.work-tab-ph figure {
	background-color: #fff;
	display: grid;
	justify-items: center;
	border-radius: 20px;
	padding: 20px 30px;
	overflow: hidden;
}
.work-tab-ph figure img {
	width: auto;
	height: 76px;
}
.work-tab-ph figure figcaption {
	font-size: 14px;
	line-height: 115%;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #5D6A83;
	margin-top: 20px;
}
.work-tab-ph-achia {
	background-color:#f3e9e7;
	display:flex;
	align-items: center;
}
.work-tab-ph-bandaar {
	background-color:#fdf3e7;
	display:flex;
	align-items: center;
}
.work-tab-ph-achia img, .work-tab-ph-bandaar img {width:100%;}
.work-item-info {
	padding: 50px;
}
.work-item-info h2 {
	font-size: 32px;
	color: #5D6A83;
	text-align: left;
}
.work-item-info h2 small {
	font-size: 14px;
	line-height: 115%;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #5D6A83;
	display: block;
	margin-bottom: 20px;
}
.work-item-info h3 {
	font-size: 25px;
	line-height: 125%;
	font-family: 'Museo 500';
	font-weight: 500;
	color: #5D6A83;
	margin-top: 25px;
}
.work-item-info h4 {
	font-size: 20px;
	color: #5D6A83;
	text-align: left;
	margin-top: 30px;
}
.work-item-info p {
	margin-top: 15px;
	color: #5D6A83;
}
.work-item-info a.visit-web-btn {
	min-width: 240px;
	margin: 20px 0 0 0;
	display: inline-block;
}
.why-choose-ctnr, .how-we-help-ctnr {
	max-width: 1440px;
}
.why-choose-ctnr ul, .how-we-help-ctnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start
}
.why-choose-ctnr ul li {
	width: 30%;
	background-color: #253746;
	border-radius: 35px;
	box-shadow: 0px 22px 56px 15px rgba(0,0,0,0.25);
	margin: 70px 1.5% 0 1.5%;
	padding: 30px 30px 50px 30px;
	box-sizing: border-box;
}
.why-choose-ctnr ul li small {
	font-size: 20px;
	line-height: 100%;
	font-family: 'Museo 500';
	font-weight: 500;
	color: #ffb81c;
}
.why-choose-ctnr ul li h3, .how-we-work-ctnr ul li h3 {
	font-size: 25px;
	line-height: 150%;
	margin-top: 25px;
}
.why-choose-ctnr ul li p, .how-we-work-ctnr ul li p {
	color: #DADADA;
	margin-top: 10px;
}
.how-we-help-ctnr ul li {
	width: 20%;
	background-color: #D9D9D9;
	border-radius: 20px;
	box-shadow: 0px 22px 56px 15px rgba(0,0,0,0.25);
	margin: 90px 2.5% 0 2.5%;
	box-sizing: border-box;
	position: relative;
}
.how-we-help-ctnr ul li figure {
	height: 160px;
	background-color: #ffb81c;
	display: grid;
	justify-items: center;
	align-items: center;
	border-radius: 20px 20px 0 0;
	padding: 20px 30px;
	overflow: hidden;
}
.how-we-help-ctnr ul li figure img {
	width: auto;
	height: 48px;
}
.how-we-help-ctnr ul li h3 {
	font-size: 24px;
	line-height: 150%;
	margin-top: 40px;
	color: #253746;
	text-align: center;
	padding: 0 30px;
}
.how-we-help-ctnr ul li p {
	color: #253746;
	padding: 15px 30px 40px 30px;
	text-align: center;
}
.how-we-help-ctnr ul li:hover {
	background-color: #253746;
	margin-top: 40px;
	transition: all .3s ease-in-out;
}
.how-we-help-ctnr ul li:hover > figure {
	background-color: #D9D9D9;
}
.how-we-help-ctnr ul li:hover > h3, .how-we-help-ctnr ul li:hover > p {
	color: #fff;
}
.how-we-work-ctnr, .faq-ctnr {
	max-width: 790px;
}
.how-we-work-ctnr ul {
	margin-top: 40px;
}
.how-we-work-ctnr ul li {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
.how-we-work-ctnr ul li strong {
	width: 60px;
	height: 60px;
	background-color: #ffb81c;
	font-size: 20px;
	line-height: 60px;
	font-family: 'Museo 500';
	font-weight: 500;
	color: #253746;
	display: block;
	text-align: center;
	border-radius: 100%;
	margin-right: 30px;
}
.how-we-work-ctnr ul li h3, .how-we-work-ctnr ul li p {
	margin-top: 0;
}
.faq-wrapper {
	background-color: #fff;
	padding: 120px 0;
	box-shadow: 0px 22px 56px 15px rgba(0, 0, 0, 0.25);
	margin-top: 160px;
}
.faq-ctnr {
	margin-top: 0;
}
.faq-ctnr h2 {
	font-family: 'Museo 500';
	font-weight: 500;
	font-size: 48px;
	line-height: 115%;
	color: #5D6A83;
}
.faq-info p {
	color: #253746;
	padding-bottom: 30px;
}
.glossymenu {
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%; /*width of menu*/
	border-bottom: solid 1px rgba(37, 55, 70, 0.30);
}
.glossymenu a.menuitem {
	font-size: 25px;
	line-height: 35px;
	font-family: 'Museo 500';
	font-weight: 500;
	color: #5D6A83;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 20px 60px 20px 0;
	text-decoration: none;
	display: block;
	transition: all .2s ease-in-out;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	width: 30px;
	height: 40px;
	background-color: #F00;
	position: absolute;
	top: 17px;
	right: 20px;
	border: none;
}
.glossymenu a.unselected { /*header that's currently not selected*/
	color: #5D6A83;
	border-top: solid 1px rgba(37, 55, 70, 0.30);
	transition: all .2s ease-in-out;
}
.glossymenu a.unselected:before {
	background: url(../images/open-icon.png) no-repeat center center;
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	transition: all .2s ease-in-out;
}
.glossymenu a.selected { /*header that's currently selected*/
	color: #5D6A83;
	border-top: solid 1px rgba(37, 55, 70, 0.30);
}
.glossymenu a.selected:before {
	background: url(../images/open-icon.png) no-repeat center center;
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	transition: all .2s ease-in-out;
	transform: rotate(45deg);
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: none;
}
.readyto-talk-ctnr {
	max-width: 966px;
}
.readyto-talk-ctnr p {
	color: #EEEEEE;
	text-align: center;
	margin-top:20px;
}
.ready-talk-btn {
	justify-content: center;
	margin-top: 35px;
}
.ready-talk-btn a.email-btn, .ready-talk-btn a.callus-btn {
	min-width: 234px;
	margin-top: 35px;
}
.readyto-talk-ctnr p.email-address {
	margin-top: 80px;
}
.readyto-talk-ctnr p.email-address a {
	color: #EEEEEE;
	text-decoration: underline;
	display: inline-block;
}
.code-acknow {
	background-color: #fff;
	padding: 30px 15px;
	box-shadow: 0px 22px 56px 15px rgba(0, 0, 0, 0.25);
	margin-top: 160px;
	box-sizing:border-box;
}
.code-acknow p {
	width:100%;
	max-width:790px;
	color: #5D6A83;
	text-align:center;
	margin: 0 auto;
}
.foot-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 80px;
	font-size: 16px;
	margin-top: 30px;
	padding:0 30px 30px 30px;
}
.foot-info p {
	font-size:16px;
	color: #EEEEEE;
	text-align: left;
	margin-top:0;
}
.foot-info p a {
	color: #EEEEEE;
	display: inline-block;
	margin-left: 30px;
}
