article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 14px;
}
form{
	margin-top: 1em;
}

@font-face {
    font-family: 'Museo 300';
    src:url('../fonts/Museo300-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 500';
    src:url('../fonts/Museo500-Regular.otf')  format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 700';
    src:url('../fonts/Museo700-Regular.otf')  format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 900';
    src:url('../fonts/Museo900-Regular.otf')  format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'boxicons';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/boxicons.eot') format('embedded-opentype'), url('../fonts/boxicons.woff2') format('woff2'), url('../fonts/boxicons.woff') format('woff'), url('../fonts/boxicons.ttf') format('truetype'), url('../fonts/boxicons.svg?#boxicons') format('svg')
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-vector:before {
    content: "\ec6b"
}

.bxs-droplet-half:before {
    content: "\ed98"
}

.bxs-t-shirt:before {
    content: "\eed9"
}

.bx-cricket-ball:before {
    content: "\ef0c"
}

.bx-slideshow:before {
    content: "\ec18"
}

.bxl-instagram:before {
    content: "\e942"
}

body {
	--color-text: #e0e0e0;
	--color-text-secondary: #5e6262;
	--color-bg: #151616;
	--color-link: #5e6262;
	--color-link-hover: #e0e0e0;
	--color-date: #e0e0e0;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: "Museo 300";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

#container {
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	position: fixed;
	z-index: -1;
}

canvas {
	display: block;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.demo-1 .frame {
	opacity: 0;
}

.frame__deco {
	margin-top: 10vh;
}

.frame__deco span {
	position: relative;
	display: inline-block;
}

.frame__deco span::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0% 50%;
	background: var(--color-text);
	transition: transform 0.5s cubic-bezier(0.2,1,0.3,1);
}

.frame__deco--hide span::after {
	transform: scale3d(0,1,1);
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: normal;
}

.frame__links {
	display: inline;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demos a,
.frame__links a {
	display: inline-block;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
	text-decoration: underline;
}

.content {
	display: grid;
	grid-template-columns: 100%;
	grid-auto-rows: 100%;
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	justify-items: center;
	text-align: center;
}
#portfolio .list-group{
	margin: 0 auto;
	width: 300px;
}
#portfolio .list-group .list-group-item{
	margin: 20px;
	background-color: rgba(40, 40, 40, 0.5) !important;
}
#portfolio .list-group .list-group-item a,#portfolio .list-group .list-group-item a:visited{
	color: #FFF;
}
#portfolio .list-group .list-group-item a:hover{
	color: #BE4524;
	cursor: pointer;
	pointer-events: auto;
}
#portfolio .icon{
	font-size: 2.5rem !important;
}

.filter-buttons {
    margin-top: 20px;
}

.filter-btn {
    background-color: transparent;
    border-radius: 6px;
    color: #fff;
    padding: 5px 17px;
    margin: 10px;
	border: none;
	outline: none !important;
	box-shadow: none;
	font-size: 18px;
}

.filter-btn.active {
    background-color: #BE4524;
    color: white;
}

.filter-btn:hover {
    background-color: #BE4524;
    color: white;
}


#portfolio .overlay {
	background-color: rgba(190, 69, 36, 0.5);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

#portfolio .overlay i {
	color: #BE4524;
}

#portfolio .pimg:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}


/* .pimg img{
	opacity: 0.6;
}
.pimg:hover img{
	opacity: 1;
    transition: all 1s;
} */

.js .content__item {
	grid-area: 1 / 1 / 2 / 2;
}

.js .content__item > * {
	opacity: 0;
	pointer-events: none;
}

.content__location {
	margin: 0;
	font-weight: 300;
	color: var(--color-text-secondary);
}

.content__title {
	margin: 0;
}

.js .content__item .content__title {
	opacity: 0;
}

.content__title span {
	display: inline-block;
	opacity: 0;
}

.content__date {
	font-size: 3rem;
	font-weight: 700;
	margin: 1rem 0 0 0;
	color: var(--color-date);
}

.content__item--columns {
	font-size: 1.5rem;
}

.content__inner {
	list-style: none;
	padding: 0;
	margin: 2rem 0 0 0;
	display: block;
}

.content__inner-item {
	display: inline;
	white-space: nowrap;
	font-weight: 700;
}

.content__inner-item--date {
	display: block;
	margin: 0 0 1.5rem;
	font-size: 2rem;
}

.content__inner-item:nth-child(3n-1) {
	font-family: titling-gothic-fb-narrow, sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}

.content__inner-item:nth-child(3n) {
	font-family: titling-gothic-fb-extended, sans-serif;
	font-weight: 200;
}

.content__button {
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	color: var(--color-text);
	cursor: pointer;
	position: relative;	
}

.content__button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: currentColor;
	left: 0;
	top: 100%;
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
}

.content__button:hover::after {
	opacity: 1;
	transition: transform 0.3s, opacity 0.1s;
	transform: scale3d(1,1,1);
}


.js .content__item .content__button {
	opacity: 1;
	pointer-events: auto;
}

.content__button:focus {
	outline: none;
}

@media screen and (min-width: 53em) {
	.frame {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 3rem 4rem;
		pointer-events: none;
		grid-template-columns: 40% 20% 40%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'deco demos demos'
							'... ... ...'
							'title title credits';
	}
	.frame__deco {
		justify-self: start;
		margin: 0;
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
		justify-content: end;
	}
	.frame__title {
		margin: 0 8vw 0 0;
	}
	.frame__credits {
		grid-area: credits;
		margin: 0;
		justify-self: end;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: end;
		text-align: right;
	}
	.frame__demos a {
		pointer-events: auto;
	}
	.frame__credits a {
		pointer-events: auto;
	}
	.frame__links a {
		pointer-events: auto;
		margin: 0 0 0 1rem;
	}
	.frame__links a:not(:last-child)::after {
	    content: '|';
	    color: var(--color-text);
	    opacity: 0.1;
	    margin: 0 0 0 1rem;
	}
}

/* custom styles */

.frame {
	position: fixed;
	width: 100%;
}

.logo a, .portfolio a, .portfolio button, .pricing button, .contact input, .contact button, .contact textarea, .contact a {
	pointer-events: auto;
}
.logo img {
	max-height: 40px;
}

.content__button {
	font-size: 4.25rem;
	font-family: "Museo 500";
}

.content__title {
	font-size: 7vw;
	font-family: "Museo 900";
	letter-spacing: 5px;
}

.content {
	width: 100%;
	padding: 3rem 0;
	margin: auto;
	height: 100vh;
	justify-content: center;
	align-items: center;
}

.content__item--columns {
	height: 100%;
    width: 100%;
}

.content__inner {
	padding: 100px 0;
	margin: 0;
}
#home p{
	font-size: 6rem !important;
	line-height: 8.775rem !important;
	padding-top: 25px;
	font-weight: 700;
	text-align: left;
}

.content__inner:nth-child(even) {
	background-color: rgba(40, 40, 40, 0.5);
}

.content__inner h2 {
	text-align: center;
	margin-bottom: 24px;
	font-size: 5.25rem;
}
.service-info{
/*	padding: 24px 16px !important;*/
	background-color: rgba(40, 40, 40, 0.5) !important;
	pointer-events: auto;
}
#pricing .box{
	background-color: rgba(40, 40, 40, 0.5) !important;
	pointer-events: auto;
}
#pricing .box:hover{
	background: #BE4524 !important;
	cursor: pointer;
	pointer-events: auto;
}
/*
#pricing .featured{
	background: #BE4524 !important;
} 
*/
.service-info h3, .service-info p, #contact h3{
	text-align: left;
}

.content__inner h2, .services h3, .contact h3 {
	font-family: "Museo 700";
}
h2{
	text-align: left;
}
#about h2, #about p, #services h2, #services p, #portfolio h2, #portfolio p, #pricing h2, #pricing p, #contact h2, #contact p {
	text-align: left;
}

.home {
	font-family: "Museo 500";
    line-height: 40px;
/*	height: calc(100vh - 84px);*/
    align-items: center;
    display: flex;
    margin: 0 auto !important;
}

.home span {
	color: #BE4524;
}

.about {
	text-align: left;
}

.about .mb-4 {
	margin-bottom: 2rem !important;
}

.about ul {
	width: 85%;
}


.services .service-info, .pricing .box {
	background: #494a4b;
	border-radius: 2px;
	pointer-events: auto;
}

.services .service-info:hover {
	background-color: #3E3E3E !important;
	cursor: pointer;
	pointer-events: auto;
}



.services .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 0.3s ease-out 0s;
	display: flex;
	align-items:center;
	justify-content: center;
	margin-bottom: 20px;
	transform-style: preserve-3d;
	text-align: left;
	
}
  
.services .icon i {
	color: #fff;
	font-size: 28px;
}

.portfolio .filter-sec button {
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	font-family: "Museo 500";
	background: transparent;
	border: none;
	outline: none;
}

.portfolio .filter-sec button.active {
	color: #BE4524;
}

.portfolio img {
	max-width: 100%;
	height: auto;
}

.pricing .box {
	padding: 20px;
    text-align: center;
	width: 100%;
}

.pricing .box h4 {
    font-size: 42px;
    color: #BE4524;
    font-family: "Museo 500";
    margin-bottom: 20px;
}
.pricing .box:hover h4 {
    color: #FFF;
}

.pricing .box h4 span {
    color: #bababa;
    font-size: 1rem;
    font-family: "Museo 300";
}

.pricing .box h4 sup, .pricing ul, .pricing button {
	font-size: 1.25rem;
}

.pricing .box h4 sup {
	top: -15px;
    left: -3px;
}

.pricing ul {
	list-style: none;
}

.pricing button {
	padding: 15px;
    text-align: center;
	background: #BE4524;
	border: none;
	color: #fff;
}

.pricing button:hover {
	background: #D34D28;
}

.pricing .featured {
    background: #BE4524;
}

.pricing .featured h4 {
	color: #fff;
}

.pricing .featured button {
	background: rgba(255, 255, 255, 0.2);
}

.pricing .featured button:hover {
	background: #fff;
	color: #BE4524;
  }

.contact a {
	color: #BE4524;
}

.contact input, .contact textarea,.contact button, 
.contact input::placeholder, .contact textarea::placeholder {
	color: #fff;
	font-size: 1.5rem;
} 

.contact input, .contact textarea {
	padding: 10px 15px;
	color: #fff !important;
	background: transparent !important;
}

.contact button {
	background: #BE4524;
    border: 0;
    padding: 10px 24px;
}

@media screen and (max-width: 575px) {
	.content__inner {
		padding: 50px 0;
	}
	.content__inner h2 {
		font-size: 2.75rem;
	}
	#home p {
		font-size: 3.052rem !important;
		line-height: 3.815rem !important;
	}
	#about p, #services p{
		font-size: 1.25rem !important;
		line-height: 1.563rem !important;
	}
}

@media screen and (max-width: 767px) and (min-width: 576px) {
	.content__inner h2 {
		font-size: 3.5rem;
	}
	#home p {
		font-size: 3.052rem !important;
    	line-height: 3.815rem !important;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.content__inner h2 {
		font-size: 4.5rem;
	}
	#home p {
		font-size: 3.815rem !important;
    	line-height: 4.768rem !important;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.content__inner h2 {
		font-size: 5rem;
	}
	#home p {
		font-size: 4.768rem !important;
    	line-height: 5.96rem !important;
	}
}

@media screen and (max-width: 1199px) {
	.content__button, .content__title {
		font-size: 3rem;
	}
}

