@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;400;600&display=swap');
/* font-family: 'Work Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
/*subheadings 
font-family: font-family: "Tangerine", cursive;
 */

:root {
	--prime-dark: 	#1C1C1C;
	--prime-orange: #d37bed; 
	--prime-beige:	#D6C5AC;
	--prime-white: 	#FBFBF9;	
	--second-dgreen:#71118c;
	--second-lgreen:#b416e0;
	--second-gray:	#55675F;
	--second-skin:	#E2AF90;	
	
	--prime-gold: gold;
	--prime-brown: #754910;
	--prime-black: #000000;
}

/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #53575a; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: var(--prime-dark);
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: "Poppins"
}

h2 {
	color: var(--prime-dark);
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;	
	font-family: 'Work Sans', sans-serif;
}

h3 {
	color: var(--prime-dark);
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: 'Work Sans', sans-serif;
}

h4 {
	color: var(--prime-dark);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: 'Work Sans', sans-serif;
}

h5 {
	color: var(--prime-dark);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: 'Work Sans', sans-serif;
}

h6 {
	color: var(--prime-dark);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: 'Work Sans', sans-serif;
}

.MainHeading
{
	color: #FFFFFF;
}

.MainSubHeading
{
	color: #C1C1C1;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.inlineLink
{	
	text-decoration: none;
	transition: all 0.2s;
}

.inlineLink:hover
{
	color: var(--prime-brown);	
	text-decoration: none;
}

.inline-Image
{
	margin: 10px 0 20px 0;
	width: 100%;
	height: auto;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Poppins"
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #53575a;
	text-decoration: underline;
}

a:hover {
	color: #53575a;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.read-more {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}

.green {
	color: var(--second-lgreen);
}

.bg-gray {
	background-color: var(--second-gray);
}

.info .row
{
	padding-bottom: 20px;
}

/**********************/
/*       Buttons      */
/**********************/

.btn-submit
{
	display: block;
	color: var(--prime-white);
	border: 1px solid var(--prime-dark);
	background-color: var(--prime-dark);	
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	transition: all 300ms ease-in-out;
}
.btn-submit:hover
{
	display: block;
	color: var(--prime-gold);
	border: 1px solid var(--prime-dark);
	background-color: var(--prime-dark);	
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
}


.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid var(--prime-dark);
	border-radius: 4px;
	background-color: var(--prime-dark);
	color: var(--prime-white);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: var(--prime-dark);
	color: var(--prime-gold); /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid var(--prime-dark);
	border-radius: 4px;
	background-color: var(--prime-dark);
	color: var(--prime-white);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: var(--prime-dark);
	color: var(--prime-gold); /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: var(--prime-dark);
	color: var(--prime-gold);
	text-decoration: none;
}

.btn-meetme
{
	padding: 5px;
	background: var(--prime-orange);	
	color: var(--prime-white) !important;
}
.btn-meetme:hover
{
	background: var(--prime-dark);
	color: var(--prime-gold);	
}

@media (max-width: 1024px) 
{
	.navbar .nav-item > .btn-meetme
	{
		background: var(--prime-dark);
		color: var(--prime-white);
	}
}


/**********************/
/*        Form        */
/**********************/

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid var(--prime-dark);
	border-radius: 4px;
	background-color: var(--prime-dark);
	color: var(--prime-white);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid var(--prime-gold);
	background-color: var(--prime-dark);
	color: var(--prime-gold);
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: var(--prime-dark) !important;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
	
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar .navbar-brand {
	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar .logo-image img {
    width: 60%;
	height: auto;
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 5.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: var(--prime-dark);
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: var(--prime-white);
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: var(--prime-gold);
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown
{
    0%
	{
        opacity: 0;
    }

    100%
	{
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: var(--prime-dark);
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: var(--prime-white);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color:var(--second-dark);
	color: var(--prime-gold);
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #5b5f66;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: var(--prime-gold);
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: var(--prime-white);;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--prime-white);
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: var(--prime-gold);
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: relative;
	height: 83vh !important;
}

.camlogo
{
	width: 12%;
	height: auto;
	margin: 10px 0;
}

.header .header-content {
	padding-top: 9rem;
	padding-bottom: 9rem;
	background: url("../images/header-background.jpg");
	background-size: cover;
	text-align: center; 
	height: 83vh !important;
}

.header .h1-large {
	margin-bottom: 2.25rem;
	color: var(--prime-dark);
	font-size: 3rem;
	line-height: 3.75rem;
}

@media only screen and (max-width: 995px) 
{
	.header
	{
		height: 100vh !important;
	}
	.header .header-content
	{
		height: 100vh !important;
	}
}
	

/************************/
/*       Section        */
/************************/

section
{
	padding: 5rem 0;	
	text-align: left;
}

section h2 
{
	color: var(--prime-brown);
	font-weight: 400;
	font-size: 2em;
}

/************************/
/*    Contact form      */
/************************/

.contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.label {
  color: var(--prime-orange);
  font-size: 16px;
}

.form-control {
  background-color: var(--prime-beige);
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin-bottom: 10px;
}

.form-control:hover,
.form-control:active,
.form-control:focus
 {
  border-color: #ff80ff;
  box-shadow: 0 0 8px 4px rgba(213, 30, 12, 0.4);
  text-decoration: none;
}


/************************/
/*    Pricing Table     */
/************************/

.columnsTable {
  display: flex;
  flex-direction: column;
  
  width: 32%;
  min-height: 100px;    
  border: 1px solid #dedede;  
  background: var(--prime-white);
  margin-bottom: 30px;
  transition: all 150ms ease-in-out;
}


.columnsTable:hover
{
	box-shadow: 0 0 25px 2px rgba(0,0,0,0.7);
}

.columnsTable p
{
	text-align: left;
	padding: 10px 5px 0px 10px;
	color: var(--prime-gray);	
}

.columnsTable h4
{
	text-align: left;
	padding: 5px 5px 0px 10px;
	font-size: 18px;	
}

.columnsTable .grey
{
	background: var(--prime-dark);
	font-size: 24px;
	font-weight: bold;
	color: var(--prime-white);
	padding: 20px 20px 20px 26px;
}

.columnsTable ul 
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.columnsTable li {
  padding: 5px 5px 5px 25px;
  text-align: left;
}

.columnsTable .PriceHeader {
  background-color: var(--prime-dark);
  color: white;
  font-size: 25px;
  padding: 25px;
}

.columnsTable .PriceHeaderFeatured {
  background-color: var(--prime-dark);
  color: var(--prime-gold);
  font-size: 25px;
  padding: 25px;
}

.content {
  flex-grow: 1;  
}

.columnsTable .bottomCard
{
  display: block;
  background-color: #eeeeee;
  width: 100%;
  height: auto;
  padding: 20px 8px;
  text-align: center;
}

.columnsTable .button { 
  background-color: var(--prime-dark);
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px; 
}

.columnsTable .button:hover,
.columnsTable .button:focus,
.columnsTable .button:active
{
  background-color: var(--prime-black); 
  color: var(--prime-gold);
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 995px) {
  .columnsTable
  {
	display: block;
	margin: 10px 0;
    width: 99%;
  }
}

/************************/
/*     Introduction     */
/************************/

.h2-heading {
	margin-bottom: 1.125rem;	
}

.p-heading {
	margin-bottom: 4rem;
	text-align: center;
}

.card {
	display:inline-block;
	margin-bottom: 4rem;
	border: none;	
}

.card-body {
	padding: 0;
}

.card-icon {
	width: 90px;
	height: 90px;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: var(--second-lgreen);
	text-align: left;
}

.card-icon .fas {
	color: #ffffff;
	font-size: 2.125rem;
	line-height: 90px;
}

.card-title {
	margin-bottom: 1rem;
	color: var(--prime-brown);
	text-align: left;
	font-size: 1.4em;	
}

.card-info {
	color: var(--prime-dark);
	text-align: left;
}

@media (max-width: 1024px) 
{
	.card
	{
		display: block;
		width: 100%;
		height: auto;
	}
	.btn-meetme
	{
		display: block;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Lightbox Projects
--------------------------------------------------------------*/

#projects-grid
{	
	display: flex;
	justify-content: center;	
}

.modal-content, 
.modal-header,
.modal-body,
.modal-footer
{
  border-color: #202020;
  background-color: #202020;
}

.modal-content
{
  border-radius: 8px; 
  border: none;
}

.modal-title
{
	color: var(--prime-orange);
}

.modal-header .close 
{
  color: white; 
  font-size: 40px; 
  line-height: 40px;
  font-weight: bold; 
  opacity: 0.7; 
  text-shadow: none; 
  background: none;
  border-radius: 10%;
  border: none;
  padding: 5px;
}

.modal-header .close:hover 
{
  color: var(--prime-orange); 
  opacity: 1; 
  background: none;
}

.lightbox-thumbnail 
{
	display: inline-block;
	cursor: pointer;
	margin: 5px;
}

.lightbox-thumbnail img 
{
	width: 80px;
	height: 60px;
	object-fit: cover;	
}

.modal-footer
{
	margin: 5px auto;
}

/*--------------------------------------------------------------
# Data Badges Blocks
--------------------------------------------------------------*/
.infobar
{
	background: #D51E0C;
	border-radius: 0px;
}

.dataDisplay
{	
	display:inline-block;
	position: relative;
	width: 300px;
	padding: 10px;
	margin: 10px;
	background: #D51E0C;
	font-size: 1.3em;
	border-radius: 5px;
	color: #FFF;	
	transition: all 150ms ease-in-out;
}

.dataDisplay:hover
{
	-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,1);
	box-shadow:inset 0 0 5px 0 rgba(0,0,0,1);
	
	background: #FF0000;
	color: #FFF;	
}

/* Dropdown Content (Hidden by Default) */
.flyout-content {
  display: none;
  margin-top: 10px;
  position: absolute;
  background-color: #010101;
  color: #c1c1c1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 150ms ease-in-out;  
}

.flyout-content:after
{
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
	border-top: solid 10px #010101;
	transform: rotate(180deg);
	position: absolute;
	z-index: -1;
	content: '';
	bottom: 100%;
	left: 2%;
	height: 0;
	width: 0;
}

/* inside the dropdown */
.flyout-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.flyout-content p {
  color: #FFF;
  text-align: left;
  padding: 12px 12px 0;
  text-decoration: none;
  display: block;
  text-size: 10px  !important;
  text-weight: 300 !important;
}

/* Show the dropdown menu on hover */
.dataDisplay:hover .flyout-content 
{
	display: block;
	margin-top: 20px;
	right: 0;	
	width: 100%;
	height: auto;
	padding: 5px;		
	transition: all 150ms ease-in-out;	
}

.dataDisplay .FAicon
{
	display: inline-block;	
	width: 10%;	
	text-align: center;		
	margin: 0;	
	font-size: 1.3em;
	font-weight: 100;
}

.dataDisplay .text
{	
	width: 50%;
	display: inline-block;
	margin: 0;
	color: #FFF;
}

@media (max-width: 1024px) 
{
	.dataDisplay .text,
	.dataDisplay .FAicon
	{
		width: 100%;
		text-align: center;
		margin: 8px 0;
	}
	.dataDisplay .FAicon
	{
		font-size: 42px;
		height: auto;
	}		
}

@media (max-width: 680px) 
{	
	.dataDisplay
	{		
		width: 100% !important;	
		margin: 5px 0;
	}
	.infobar
	{
		background: transparant;
		border-radius: 0;
		width: 100%;
		height: auto;
		padding: 0;
		margin:0;
	}
	.flyout-content
	{
		display: block;
		position: inherit;
		margin-top: 20px;
		right: 0;	
		width: 100%;
		height: auto;
		padding: 5px;	
	}	
	.flyout-content p 
	{
	  text-align: center;	 
	}
	.dataDisplay .FAicon
	{
		margin-bottom: 10px;
	}	
	.dataDisplay:hover
	{
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.flyout-content:after
	{		
		left: 47.5%;
	}
}

/*******************/
/*     Details     */
/*******************/
.split .area-1 {
	height: 430px;
	background: url('../images/details-background.jpg') center center no-repeat;
	background-size: cover;
}

.split .area-2 {
	padding-top: 9.25rem;
	padding-bottom: 9.75rem;
}

.split h2 {
	margin-bottom: 1.5rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split p:last-of-type {
	margin-bottom: 0;
}


/**********************/
/*     Services 1     */
/**********************/
.basic-1 {
	padding-top: 9.75rem;
	padding-bottom: 5rem;
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.basic-1 .image-container img {
	border-radius: 8px;
}

.basic-1 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 2     */
/**********************/
.basic-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-2 .image-container {
	margin-bottom: 4rem;
}

.basic-2 .image-container img {
	border-radius: 8px;
}

.basic-2 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 3     */
/**********************/
.basic-3 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-3 .image-container {
	margin-bottom: 4rem;
}

.basic-3 .image-container img {
	border-radius: 8px;
}

.basic-3 h2 {
	margin-bottom: 1.5rem;
}


/********************/
/*     Projects     */
/********************/
.filter {
	padding-top: 9.5rem;
	padding-bottom: 5.625rem;
	text-align: center;
}

.filter h2 {
	margin-bottom: 2.625rem;
}

.filter .button-group {
	margin-bottom: 1.375rem;
}

.filter .button {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	margin-left: 0.25rem;
	padding: 0.125rem 0.875rem;
	border: none;
	background-color: #ffffff;
	color: #53575a;
	font-weight: 600;
	font-size: 0.875rem;
}

.filter .button:hover,
.filter .button.is-checked {
	background-color: var(--second-dgreen);
	color: #ffffff;
}

.filter .grid {
	margin-right: auto;
	max-width: 351px;
	margin-left: auto;
}

.filter .element-item {
	margin-bottom: 3rem;
}

.filter .element-item a {
	text-decoration: none;
}

.filter .element-item img {
	margin-bottom: 1.125rem;
	border-radius: 8px;
}

.filter .element-item p {
	text-align: left;
}


/************************/
/*     Testimonials     */
/************************/

.slider-1 {
	position: relative;
	padding-top: 9.75rem;
	padding-bottom: 9.5rem;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 86%;
	text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .testimonial-image {
	width: 120px;
	height: 120px;
	margin-bottom: 2.25rem;
	border-radius: 50%;
}

.slider-1 .testimonial-text {
	margin-bottom: 1.75rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0.25rem;
	color: #161223;
}

.slider-1 .text-decoration {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}


/*******************/
/*     Contact     */
/*******************/

.form-1 {
	padding-top: 9.25rem;
	padding-bottom: 8.5rem;
	background: linear-gradient(rgba(2, 15, 29, 0.1), rgba(2, 15, 29, 0.1)), url('../images/contact-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 1.125rem;
	color: #ffffff;
}

.form-1 .p-heading {
	margin-bottom: 0.375rem;
	color: #ffffff;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
	color: #ffffff;
}

.form-1 .list-unstyled a {
	color: #ffffff;
}

.form-1 .list-unstyled .fas {
	color: var(--prime-orange);
}

.form-1 .form-control-input,
.form-1 .form-control-textarea {
	border-color: #374959;
	background-color: #293642;
	color: #efefef;
}

.form-1 .form-control-input::placeholder,
.form-1 .form-control-textarea::placeholder {
	color: #efefef;
}



/******************/
/*     Footer     */
/******************/

.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
	background-color: var(--prime-dark);
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: var(--prime-white);
}

.footer p,
.footer a,
.footer ul {
	color: var(--prime-white);
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third
{
	text-align: left !important;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #293642;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
    color: #9ba3b1;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
    color: var(--second-white);
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/

.copyright {
	padding: 1rem;
	background-color: #000000;
	text-align: center;
}

.copyright p,
.copyright a {
	color: var(--prime-white);
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/

#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 34px; 
	right: 34px; 
	display: none; 
	width: 42px;
	height: 42px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #323137; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	margin-bottom: 0.25rem;
	margin-left: 0.125rem;
	width: 18px;
}


/***********************/
/*     Extra Pages     */
/***********************/

.ex-header {
	padding-top: 6.5rem;
	padding-bottom: 1.2rem;
	background-color: #101010;
}

@media (max-width: 994px) 
{
	.ex-header h1
	{
		text-align: center;
	}
}

.ex-header h1 
{
	font-family: "Tangerine", cursive;
	font-weight: 700;
	font-style: normal;
	font-size: 4em;
	text-align: left;   
    
	line-height: 1.2; /* Prevents clipping */
    background: linear-gradient(45deg, #FFD700, #FFA500, #FFD700);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: var(--color-light-gray);
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: var(--prime-orange);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/	

/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header .header-content {
		padding-top: 15rem;
		padding-bottom: 13rem;
	}
	/* end of header */

	/* Statistics */
	.counter .counter-cell {
		display: inline-block;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
		vertical-align: top;
	}

	.counter .purecounter {
		font-size: 6rem;
		line-height: 4rem;
	}
	/* end of statistics */


	/* Contact */
	.form-1 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		/*padding-top: 1.75rem;
		background-color: transparent;*/
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: var(--prime-white); /*var(--second-lgreen);*/
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}	
	
	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		/*background-color: transparent;*/
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}	
	
	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 18rem;
		padding-bottom: 16rem;
	}
	
	.header .h1-large {
		margin-bottom: 2.75rem;
		font-size: 5rem;
		line-height: 5.75rem;
	}
	/* end of header */


	/* Introduction */
	.cards-1 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}
	/* end of introduction */


	/* Details */
	.split {
		height: 786px;
	}
	
	.split .area-1 {
		height: 100%;
		width: 50%;
		display: inline-block;
	}
	
	.split .area-2 {
		height: 100%;
		width: 50%;
		display: inline-block;
		padding-bottom: 0;
		vertical-align: top;
	}

	.split .text-container {
		width: 400px;
		margin-left: 3rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .image-container {
		margin-bottom: 0;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .image-container {
		margin-bottom: 0;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 750px;
	}

	.filter .element-item {
		display: inline-block;
		width: 351px;
		margin-right: 0.625rem;
		margin-left: 0.625rem;
		vertical-align: top;
	}
	/* end of projects */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.container {
		max-width: 1140px;
	}
	/* end of general styles */
	
	/* Header */
	.header {
		height: 100vh;
	}
	
	.header .header-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .btn-solid-lg {
		padding: 1.875rem 3rem;
		font-size: 1rem;
	}
	/* end of header */


	/* Introduction */
	.cards-1 .card {
		width: 330px;
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 3.625rem;
		margin-left: 3.625rem;
	}
	/* end of introduction */


	/* Details */
	.split {
		height: 708px;
	}

	.split .text-container {
		width: 450px;
		margin-left: 6rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 1120px;
	}
	/* end of projects */


	/* Testimonials */
	.slider-1 .slider-container {
		width: 82%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of testimonials */


	/* Statistics */
	.counter .counter-cell {
		margin-right: 3.5rem;
		margin-left: 3.5rem;
	}
	
	.counter .counter-cell:first-of-type {
		margin-left: 0;
	}

	.counter .counter-cell:last-of-type {
		margin-right: 0;
	}
	/* end of statistics */


	/* Contact */
	.form-1 form {
		width: 776px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of contact */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of extra pages */	
}
/* end of min-width 1200px */