html.w-mod-touch * {
 background-attachment: scroll !important;
}

.w-slider {
 text-align: center;
 clear: both;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 tap-highlight-color: rgba(0, 0, 0, 0);
 background: #ddd;
 position: relative;
}
.w-slider-mask {
 z-index: 1;
 height: 100%;
 white-space: nowrap;
 display: block;
 position: relative;
 left: 0;
 right: 0;
 overflow: hidden;
}
.w-slide {
 vertical-align: top;
 width: 100%;
 height: 100%;
 white-space: normal;
 text-align: left;
 display: inline-block;
 position: relative;
}
.w-dyn-empty {
 background-color: #ddd;
 padding: 10px;
}
.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
 display: none !important;
}
.wf-layout-layout {
 display: grid;
}
.studio_text {
 z-index: 1;
 background-color: #fff;
 justify-content: center;
 padding-top: 160px;
 padding-bottom: 200px;
 display: flex;
 position: relative;
}
.studio_text_div {
 max-width: 800px;
 flex-direction: column;
 flex: 0 auto;
 align-items: center;
 margin-left: 90px;
 margin-right: 90px;
 display: flex;
}
.studio_text_1_heading {
 color: var(--purple);
 text-align: center;
 margin-top: 0;
 margin-bottom: 60px;
 font-family: Ambit, sans-serif;
 font-weight: 400;
}
.studio_text_1_para {
 color: var(--black);
 text-align: center;
 font-family: Ambit, sans-serif;
}
.studio_portfolio {
	z-index: 1;
	background-color: var(--grey-background);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 7%;
	padding-bottom: 0;
	display: flex;
	position: relative;
	margin-bottom: 4%;
}
.our_portfolio_wrapper {
 width: 100%;
 grid-template-rows: auto auto;
 grid-template-columns: 1fr 1fr 1fr;
 grid-auto-columns: 1fr;
 margin-top: 24px;
 display: block;
}
.our_portfolio_list {
 grid-template-rows: auto auto;
 grid-template-columns: 1fr 1fr 1fr;
 grid-auto-columns: 1fr;
 display: grid;
}
.our_portfolio_item {
 height: auto;
 padding: 2%;
}
.studio_portfolio_div {
 width: 100%;
 max-width: 1920px;
 flex-direction: column;
 align-items: center;
 padding-bottom: 90px;
 padding-left: 90px;
 padding-right: 90px;
 display: flex;
}
.our_portfolio_image_div {
 width: 100%;
 height: auto;
 position: relative;
 overflow: hidden;
}
.studio_our_portfolio_title {
 color: #fff;
 margin-bottom: 41px;
 font-family: Ambit, sans-serif;
 font-size: 16px;
 font-weight: 300;
 line-height: 26px;
}
.studio_our_portfolio_description {
 color: #fff;
 margin-bottom: 28px;
 font-family: Ambit, sans-serif;
 font-size: 18px;
 font-weight: 300;
 line-height: 22px;
}
.studio_our_portfolio_description.hide {
 display: none;
}
.studio_our_portfolio_name {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
.studio_our_portfolio_image {
 width: 100%;
 height: 100%;
 max-width: none;
 object-fit: fill;
 position: relative;
}
.studio_ticker {
 z-index: 1;
 width: 100%;
 height: 200px;
 background-color: var(--lavender);
 flex-direction: column;
 justify-content: center;
 align-items: center;
 display: flex;
 position: relative;
 overflow: hidden;
}
.studio_ticker.hide {
 display: none;
}
.our_portfolio_image_rollover {
 z-index: 1;
 width: 100%;
 height: 100%;
 background-color: rgba(23, 25, 26, 0.75);
 opacity: 0;
 flex-direction: column;
 justify-content: space-between;
 padding: 20px;
 transition: opacity .3s;
 display: flex;
 position: absolute;
}
.our_portfolio_image_rollover:hover {
 opacity: 1;
}
.our_portfolio_linkedin_div {
 align-items: center;
 transition: transform .2s;
 display: flex;
}
.our_portfolio_linkedin_div:hover {
 transform: translate(0, -3px);
}
.our_portfolio_linkedin_text {
 color: #fff;
 font-size: 16px;
 text-decoration: none;
}
.studio_our_portfolio_description_heading {
 color: #fff;
 margin-bottom: 4px;
 font-size: 20px;
 font-weight: 400;
 line-height: 24px;
}
.studio_our_portfolio_description_heading.hide {
 display: none;
}
.our_portfolio_description_text_wrapper {
 max-width: 400px;
 color: #fff;
 text-align: center;
 padding-top: 4%;
 padding-left: 10%;
 padding-right: 10%;
}


.our_portfolio_link_div {
  align-items: center;
  transition: transform .2s;
  display: flex;
		width: 80px;
		position: absolute;
		left: auto;
		right: 0;
		top: auto;
		bottom: 2px;
		text-decoration: none !important;
}
.our_portfolio_link_div:hover {
  transform: translate(0, -3px);
}

.our_portfolio_link_text {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
		font-weight: 800;
}
.our_portfolio_link_text a {
  color: #fff;
  text-decoration: none !important;
}
.white_arrow {
  width: 22px;
  object-fit: fill;
  margin-top: 0;
  margin-left: 4px;
}
.st0 {
fill:#FFFFFF;
}
.magnifier {
  align-items: center;
  transition: transform .2s;
  display: flex;
		width: 32px;
		position: absolute;
		left: 10px;
		right: auto;
		top: auto;
		bottom: 4px;
}

@media screen and (max-width: 479px) {
 .w-container {
  max-width: none;
 }
 .w-hidden-main, .w-hidden-medium, .w-hidden-small {
  display: inherit !important;
 }
 .w-hidden-tiny {
  display: none !important;
 }
 .w-col {
  width: 100%;
 }
 .w-col-tiny-1 {
  width: 8.33333%;
 }
 .w-col-tiny-2 {
  width: 16.6667%;
 }
 .w-col-tiny-3 {
  width: 25%;
 }
 .w-col-tiny-4 {
  width: 33.3333%;
 }
 .w-col-tiny-5 {
  width: 41.6667%;
 }
 .w-col-tiny-6 {
  width: 50%;
 }
 .w-col-tiny-7 {
  width: 58.3333%;
 }
 .w-col-tiny-8 {
  width: 66.6667%;
 }
 .w-col-tiny-9 {
  width: 75%;
 }
 .w-col-tiny-10 {
  width: 83.3333%;
 }
 .w-col-tiny-11 {
  width: 91.6667%;
 }
 .w-col-tiny-12 {
  width: 100%;
 }
}

@media screen and (max-width: 991px) {
 .studio_text {
  padding-top: 100px;
  padding-bottom: 100px;
 }
 .studio_portfolio {
  padding-top: 100px;
 }
 .our_portfolio_wrapper {
  /*margin-top: 100px;*/
 }
	 .our_portfolio_wrapper {
  margin-top: 0;
 }
 .studio_portfolio_div {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
 }
 .studio_our_portfolio_title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
 }
 .studio_our_portfolio_description {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  display: none;
 }
 .studio_our_portfolio_name {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 26px;
 }
 .studio_our_portfolio_description_heading {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  display: none;
 }
}

@media screen and (max-width: 767px) {
 .studio_text_div {
  margin-left: 40px;
  margin-right: 40px;
 }
 .our_portfolio_list {
  grid-template-columns: 1fr;
 }
 .studio_our_portfolio_description {
  display: none;
 }
 .studio_our_portfolio_description_heading {
  display: none;
 }
}

@media screen and (max-width: 1079px) {
 .our_portfolio_list {
  grid-template-columns: 1fr;
 }
	}
	@media screen and (min-width: 768px) {
 .our_portfolio_list {
  grid-template-columns: 1fr 1fr;
 }
	}
	
	@media screen and (min-width: 1399px) {
 .our_portfolio_list {
  grid-template-columns: 1fr 1fr 1fr;
 }
	}
	
@media screen and (max-width: 479px) {
 .studio_text {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
 }
 .studio_text_div {
  margin-left: 20px;
  margin-right: 20px;
 }
 .studio_text_1_heading {
  margin-bottom: 30px;
 }
 .studio_portfolio {
  padding-top: 60px;
 }
 .our_portfolio_list {
  grid-template-columns: 1fr;
 }
 .studio_portfolio_div {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
 }
 .our_portfolio_image_div {
  height: auto;
  max-height: none;
 }
 .studio_our_portfolio_title {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
 }
 .our_portfolio_image_rollover {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
 }
 .our_portfolio_linkedin_text {
  font-size: 13px;
 }
 .studio_our_portfolio_description_heading {
  display: none;
 }
}
