.work-page-banner{
	height: 680px;
}
.work-page-header{
	width: 76%;
	margin: 0 auto;
}
.work-page-header h1{
	color: #212121;
	font-family: Geomanist-bold;
	/*font-size: 60px;
	line-height: 72px;*/
	padding-bottom: 12px;
}
.work-page-header p{
	color: #666666;
	font-family: Geomanist;
	font-size: 24px;
	line-height: 35px;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align {
  height: 784px;
  position: relative;
}
.case-studies-title {
	color: #212121;
	font-family: Geomanist;
	font-size: 36px;
	line-height: 43px;
	padding-bottom: 10px;
}
.view-project {
	color: #00B46A;
	font-family: Geomanist;
	font-size: 20px;
	font-weight: 800;
	line-height: 23px;
}
.view-project:hover {
	text-decoration: none;
}
.case-studies-image{
	display: flex;
	align-items: center;
}
.case-studies-right-section {
	padding-left: 114px;
}
.case-studies-right-section h3{
	padding-bottom: 10px;
}
.case-studies-left-section h3{
	padding-bottom: 10px;
}
.case-studies-left-section {
	padding-right: 114px;
}
.case-studies-right-section-full{
	padding-left: 76px;
	padding-right: 234px;
}
.light-bg{
	background-color: #FAFAFA;
}
.case-studies-tb-100{
	padding-top: 110px;
	padding-bottom: 110px;
}
.left-m-0{
	padding-left: 0px;
}
.work-banner{
    background:#fff;
	display: flex;
	align-items: center;
    
}
.work-page-uper{
	display: flex;
	padding: 110px 0;
	justify-content: space-between;
	align-items: center;
}
.work-page-uper-txt{
	width: 36%;
}
.work-page-uper-image{
	width: 50%;
}
@media screen and (max-width:1600px) {
	.work-page-header h1{
		font-size: 58px;
		/*line-height: 58px;*/
	}
	.work-page-banner {
    	height: 600px;
	}
	.vertical-align {
	    height: 640px;
	    position: relative;
	}
	.case-studies-right-section-full {
	    padding-left: 76px;
	    padding-right: 90px;
	}
}
@media screen and (max-width:1400px) {
	.work-page-header h1{
		font-size: 58px;
		/*line-height: 58px;
*/
	}
	.work-page-banner {
   	 	height: 680px;
	}
	.vertical-align {
	    height: 640px;
	    position: relative;
	}
}
@media screen and (max-width:1280px) {
	.work-page-banner {
    	height: 600px;
	}
	/*.work-page-header h1{
		font-size: 48px;
		line-height: 58px;
	}*/
	.vertical-align {
	    height: 580px;
	    position: relative;
	}
	.case-studies-right-section {
    	padding-left: 32px;
	}
	.case-studies-right-section-full {
    	padding-left: 32px;
	}
	.case-studies-left-section {
    	padding-right: 36px;
	}
	.case-studies-title {
	    font-size: 32px;
	    line-height: 40px;
	}
}
@media screen and (max-width:1024px) {
	
	.case-studies-right-section-full {
	    padding-left: 76px;
	    padding-right: 20px !important;
	}
	.vertical-align {
	    height: 430px;
	    position: relative;
	}
}
@media screen and (max-width:768px) {
	.work-page-header {
	    width: 94%;
	    margin: 0 auto;
	}
	.work-page-header h1{
		font-size: 54px;
		/*line-height: 42px;*/
	}	
	.work-page-banner {
    	height: 500px;
	}
	.vertical-align {
	    height: 350px;
	}
	.case-studies-tb-100 {
	    padding-top: 0;
	    padding-bottom: 110px;
	}
	.case-studies-right-section {
    	padding-left: 0;
	}
	.case-studies-right-section-full {
    	padding-left: 30px;
	}
	.work-page-header h1 {
	    padding-bottom: 25px;
	}
	.work-banner{
      height: 724px;
  }
}
@media screen and (max-width: 767px){
	.work-page-header{
		width: 100%;
	}
	.work-page-header h1{
		font-size: 40px;
		line-height: 42px;
	}	
	.work-page-banner {
    	height: 640px;
	}
	.case-studies-right-section {
    	padding-left: 0px;
	}
	.case-studies-left-section {
    	padding-right: 0px;
	}
	.case-studies-title {
	    font-size: 26px;
	    line-height: 34px;
	}
	.case-studies-right-section-full {
    	padding-left: 25px;
    	padding-right: 0px;
	}
	.vertical-align {
	    height: 360px;
	    position: relative;
	}
	.case-studies-tb-100 {
	    padding-top: 0px;
	    padding-bottom: 40px;
	}
	.view-project {
	    font-size: 18px;
	}
	.light-bg {
	    background-color: #FAFAFA;
	    background-size: cover;
	    border-top: 1px solid #EEE;
	    border-bottom: 1px solid #EEE;
	}
	.case-studies-right-section h3 {
    	 padding-bottom: 10px; 
	}
	.work-page-header h1{
		padding-bottom: 20px;
	}
	.work-page-uper{
		flex-direction: column-reverse;
		padding: 60px 0;
	}
	.work-page-uper.reverse{
		flex-direction: column;
		padding: 60px 0;
	}
	.work-page-uper-txt, .work-page-uper-image{
		width: 100%;
	}
	.mobile-pad20{
		padding-top: 20px;
	}
}