html, body {
	font-family: 'Montserrat', sans-serif;
	color: #404040;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0 25px;
}
h1 {
	font-weight: 900;
	font-size: 48px;
}
h2 {
	font-weight: 700;
	font-size: 32px;
}
h3 {
	font-weight: 600;
	font-size: 24px;
}
h4 {
	font-weight: 500;
	font-size: 20px;
}
h5 {
	font-weight: 500;
	font-size: 18px;
}
h6 {
	font-weight: 600;
	font-size: 13px;
}
.display-header {
	font-size: 62px;
	font-weight: 900;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .5px;
	position: relative;
}
a {
	color: #4be1ab;
}
a:hover {
	color: #4be1ab;
	opacity: 0.8;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.p2 {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .5px;
}
.p2 i {
	font-size: 18px;
	font-weight: 600;
}
.single p {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	color: #3a405b;
	letter-spacing: 0.5px;
	margin: 10px 0 30px;
}

dt {
	margin-bottom:5px;
}

dd, td {
	margin: 0 0 20px;
	line-height: 22px;	
    color: #73757d;
}

address{
	color: #555555;
	font-size: 16px;
    font-weight: 600;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
code {
    color: #e67e22;
    background-color: #fff1e7;
}	

pre {
    padding: 25px;
    color: #999;
    border: none;
	font-size:16px;
    font-weight: 400;
    border-radius: 5px;
    background-color: #1f1f1f;
}
#home-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 0px 0;
	height: 100vh;
	position: relative;
}
#home-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffa600;
	opacity: 0.4;
}
#home-banner .content {
	position: relative;
	text-align: center;
}
#home-banner h1 {
	color: #fff;
	font-weight: 500;
	font-size: 42px;
	line-height: 1.2;
	max-width: 650px;
	margin: 0 auto;
}
#home-banner h1 span {
	color: #fff;
	font-weight: 500;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	padding: 0;
}
#home-banner h1 span:after {
	display: block;
	content: '';
	bottom: -2px;
	left: 0px;
	margin-top: 3px;
	height: 2px;
	width: 0%;
	background-color: #fff;
}
#home-banner h1 span.liner:after {
	width: 100%;
	transition: all ease-in-out 2s;
}
#home-banner span {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.8px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	padding-bottom: 18px;
	display: inline-block;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.arrow {
	text-align: center;
	color: #fff;
 	position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}

.section-title a {
	float: right;
	padding: 12px 50px;
	font-size: 11px;
	line-height: 1.42857143;
	border-radius: 0px;
	background-color: transparent;
	border: 2px #d9d9d9 solid;
	color: #404040;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-top: -43px;
	text-align: right;
}
.section-title a:hover {
	background-color: #ffa600;
	border: 2px #ffa600 solid;
	color: #fff;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	text-decoration: none;
}

#our-work-block {
	padding: 80px 0 160px;
}
#our-work-block h2 {
	font-size: 32px;
	color: #ffa600;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#our-work-block h2:after {
	border: 1px #ffa600 solid;
	width: 64px;
	height: 64px;
	content: "";
	display: inline-block;
	position: absolute;
	margin-top: -12px;
	left: 45%;
	transform: rotate(136deg);
	z-index: -1;
}
#our-work-block .section-title, #process-block .section-title{
	margin-bottom: 90px;
}

#our-work-block .works ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#our-work-block .works ul li {
	float: left;
	min-height: 100%;
	width: 31%;
	margin: 10px;
	list-style: none;
}
#our-work-block .works figure {
	position: relative;
	overflow: hidden;
}
#our-work-block .works figure img {
	width: 100%;
	height: 100%;
	max-height: 312px;
	min-height: 312px;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.page #our-work-block .works figure img, .single #our-work-block .works figure img {
	border-radius: 0;
	margin-top: auto;
}
#our-work-block .works figure:hover img, #our-work-block .works figure:focus img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#our-work-block .works figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25% 0;
	width: 89%;
	height: 89%;
	backdrop-filter: blur(5px) saturate(167%);
    -webkit-backdrop-filter: blur(5px) saturate(167%);
    background-color: rgba(255, 255, 255, 0.59);
    border-radius: 12px;
	text-align: center;
	font-size: 15px;
	margin: 20px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#our-work-block .works figcaption a {
	color: #fff
}
#our-work-block .works figcaption a:hover, #our-work-block .works figcaption a:focus {
	color: #73d0da
}
#our-work-block .works figure:hover figcaption, #our-work-block .works figure:focus figcaption {
	opacity: 1
}
.visible {
	opacity: 1
}
#our-work-block .works figure.cs-hover figcaption {
	opacity: 1
}
#our-work-block .works figcaption i {
	font-size: 35px
}
#our-work-block .works figcaption h6 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #4c4c4c;
}
#our-work-block .works figcaption hr {
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	background: #000;
	margin-top: 8px;
	margin-bottom: 8px;
}
#our-work-block .works figcaption .caption-content a {
	color: #6f6f6f;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	font-family: 'PT Serif', serif;
}
#our-work-block .works figcaption .caption-content a:hover {
	text-decoration: none;
	color: #ffa600;
	transition: all 300ms ease-in-out;
}
#our-work-block .works figcaption .caption-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -100px;
	text-align: center;
	width: 200px;
	-webkit-transform: translate(0px, 15px);
	-ms-transform: translate(0px, 15px);
	transform: translate(0px, 15px);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#our-work-block .works figure:hover figcaption .caption-content, #our-work-block .works figure:focus figcaption .caption-content {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
#our-work-block .works figure figcaption .work-more li {
	display: inline-block;
	list-style: none;
	min-width: inherit;
	width: auto;
	float: none;
	min-height: inherit;
	margin: 10px 5px;
}
#our-work-block .works figure figcaption .work-more li a {
	background: #ffa600;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	padding: 6px 10px;
	transition: all 300ms ease-in-out;
}
#our-work-block .works figure figcaption .work-more li a i {
	font-size: 12px;
	color: #fff;
}
#our-work-block .works figure figcaption .work-more li a:hover {
	padding: 10px 13px;
	transition: all 300ms ease-in-out;
}

@media (max-width: 1000px)
{
#our-work-block .works ul li {
	width: 47%;
}
.section-title a {
	display: block;
	float: none;
	text-align: center;
	margin-top: 50px;
}
}

@media (max-width: 768px) {

#our-work-block .works ul li {
	width: 47%;
	min-height: 100%;
	float: left;
	margin: 10px;
}
.section-title a {
	display: block;
	float: none;
	text-align: center;
	margin-top: 50px;
}
}

@media (max-width: 603px) {
#our-work-block .works ul li {
	width: 100%;
	min-height: 100%;
	float: none;
	margin: 10px 0;
}
.section-title a {
	display: block;
	float: none;
	text-align: center;
	margin-top: 50px;
}
}
