:root {
	--hover-bg: #e9ecef;
	--link-bg-color: #aaaaaa;
	--main-font-color: #121212;
	--secondary-font-color: #cccccc;
}

@font-face {
	font-family: "GilamBlack";
	src: url("../fonts/GilamBlack.otf")
}

html,
body {
	height: 100%;
	font-family: 'Roboto', 'GilamBlack', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--main-font-color);
	margin: 0 0 10px 0;
	font-weight: 700;
}

h1 {
	font-size: 60px;
	margin-bottom: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

h4 {
	font-size: 16px;
}

p {
	font-size: 18px;
	color: var(--main-font-color);
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

a, 
a:visited {
	color: var(--main-font-color);
	text-decoration: none;
}

a:hover,
a:focus {
	background: var(--link-bg-color);
	color: initial;
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.btn .vr {
	border-left: 1px solid var(--secondary-font-color);
	margin: 0 5px;
	transition: .5s;
}

.btn:hover .vr {
	border-left: 1px solid var(--main-font-color);
	transition: .5s;
}

.form-check-input:checked {
	background-color: var(--link-bg-color);
	border-color: var(--link-bg-color);
}

.form-check-input:focus {
	box-shadow: none;
}

.form-control:focus {
	border-color: var(--link-bg-color);
	box-shadow: 0 0 0 .25rem rgba(170, 170, 170, .25);
}

.nav-link:hover {
	color: initial;
}

.side_img {
	max-height: 500px;
}

.text-danger ul {
	list-style-position: inside;
	list-style-type: disclosure-closed;
}

.row-list {
	padding: 0 15px;
}

.row-list ul li {
	padding-bottom: 15px;
}

/*------------------------
  Helper css
--------------------------*/
.border-round-1 {
	border-radius: .25em;
}

.border-round-2 {
	border-radius: .5em;
}

.border-round-3 {
	border-radius: .75em;
}

.border-round-4 {
	border-radius: 1em;
}

.btn-outline-light {
	color: #fff;
	border-color: #fff;
	border-width: 2px;
}

.btn-outline-light:hover {
	color: #fff;
	background-color: rgba(16, 121, 171, 0.8);
}

.btn-outline-light:visited {
	color: #fff;
}

.btn-secondary:focus {
	box-shadow: none;
}

.btn-secondary a,
.btn-secondary a:active,
.btn-secondary a:hover,
.btn-secondary a:visited {
	background-color: initial;
	color: #ffffff;
}

.btn-style:hover {
	background-color: initial;
	color: var(--bs-secondary);
}

.divider {
	flex: 0.2 0 auto;
	text-align: center;
}

.divider-wrapper {
	display: flex;
	font-size: 16px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.divider-wrapper:after {
	border-bottom: 1px solid var(--main-font-color);
	content: "";
	flex: 1 0 auto;
	height: 0.75em;
	margin: 0;
}

.divider-wrapper:before {
	border-bottom: 1px solid var(--main-font-color);
	content: "";
	flex: 1 0 auto;
	height: 0.75em;
	margin: 0;
}

.dropdown-button button.dropdown-item {
	color: var(--main-font-color);
}

.dropdown-button button.dropdown-item:active,
.dropdown-button button.dropdown-item.active
{
	background-color: var(--hover-bg);
}

.form-floating > label {
	left: initial;
}

.form-check-input[type=checkbox] {
	margin-top: 0;
}

.galleryButton {
	align-content: center;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	color: var(--main-font-color);
	font-weight: bold;
	height: 100px;
	text-align: center;
}

.galleryButton::before {
	content: "";
	display: block;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
}

.galleryLink:hover {
	background: initial;
}

.galleryText {
	color: rgba(0,0,0,1.0);
	font-size: larger;
	position: relative;
	text-shadow: 0 2px 5px #ffffff;
	top: -60px;
}

.gap16 {
	gap: 4rem;
}

.hidden {
	visibility: hidden;
}

.icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 80px;
}

.iframe {
	display: block; 
	height: 1180px; 
	overflow: hidden; 
	position: relative; 
	width: 100%;
}

.listing-link a,
.listing-link span {
	color: initial;
}


.sp-title {
	font-size: 60px;
	margin-bottom: 40px;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ms25 {
	margin: 0 25px;
}

.ms50 {
	margin: 0 50px;
}

.ms100 {
	margin: 0 100px;
}

.mt25 {
	margin-top: 25px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.ps25 {
	padding: 0 25px;
}

.ps50 {
	padding: 0 50px;
}

.ps100 {
	padding: 0 100px;
}

.pt25 {
	padding-top: 25px;
}

.pt50 {
	padding-top: 50px;
}

.pt100 {
	padding-top: 100px;
}

.quick-link {
	transition: all 0.4s;
	width: 200px;
}

.quick-link:hover {
	transform: scale(1.06);
}

.quick-link a:hover {
	background-color: transparent;
}

.spad {
	padding: 100px 0;
}

.section-title {
	margin-bottom: 15px;
}

.section-title h1,
.section-title h2 {
	display: inline-block;
	background: var(--link-bg-color);
	padding: 0 20px;
	margin-bottom: 0;
	font-size: 60px;
}

.set-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}

.splitter:after {
	border-bottom: 1px solid var(--secondary-font-color);
	content: "";
	display: block;
	margin-bottom: 25px;
	width: 60px;
}

.contact-form {
	padding-top: 10px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	font-size: 16px;
	border: none;
	background: #f0f0f0;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.contact-form textarea {
	height: 200px;
	margin-bottom: 30px;
}

.contact-form ::-webkit-input-placeholder {
	font-style: italic;
}

.contact-form :-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::placeholder {
	font-style: italic;
}

/*------------------------
  Common element css
--------------------------*/
/*=== Preloder ===*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 30px;
	height: 30px;
	border: 3px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	border-left-color: transparent;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.multi-select {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	position: relative;
	width: 100%;
	user-select: none;
}
.multi-select .multi-select-header {
	border: 1px solid #dee2e6;
	padding: 7px 30px 7px 12px;
	overflow: hidden;
	gap: 7px;
	min-height: 45px;
}
.multi-select .multi-select-header::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23949ba3' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
	height: 12px;
	width: 12px;
}
.multi-select .multi-select-header.multi-select-header-active {
	border-color: #c1c9d0;
}
.multi-select .multi-select-header.multi-select-header-active::after {
	transform: translateY(-50%) rotate(180deg);
}
.multi-select .multi-select-header.multi-select-header-active + .multi-select-options {
	display: flex;
}
.multi-select .multi-select-header .multi-select-header-placeholder {
	color: #65727e;
}
.multi-select .multi-select-header .multi-select-header-option {
	display: inline-flex;
	align-items: center;
	background-color: #f3f4f7;
	font-size: 14px;
	padding: 3px 8px;
	border-radius: 5px;
}
.multi-select .multi-select-header .multi-select-header-max {
	font-size: 14px;
	color: #65727e;
}
.multi-select .multi-select-options {
	display: none;
	box-sizing: border-box;
	flex-flow: wrap;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	margin-top: 5px;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.multi-select .multi-select-options::-webkit-scrollbar {
	width: 5px;
}
.multi-select .multi-select-options::-webkit-scrollbar-track {
	background: #f0f1f3;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb {
	background: #cdcfd1;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb:hover {
	background: #b2b6b9;
}
.multi-select .multi-select-options .multi-select-option, .multi-select .multi-select-options .multi-select-all {
	padding: 4px 12px;
	height: 42px;
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all .multi-select-option-radio {
	margin-right: 14px;
	height: 16px;
	width: 16px;
	border: 1px solid #ced4da;
	border-radius: 4px;
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-text, .multi-select .multi-select-options .multi-select-all .multi-select-option-text {
	box-sizing: border-box;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: inherit;
	font-size: 16px;
	line-height: 20px;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
	border-color: #40c979;
	background-color: #40c979;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	margin: 0.17em 0 0 0.37em;
	border: solid #fff;
	border-width: 0 0.15em 0.15em 0;
	transform: rotate(45deg);
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
	color: #40c979;
}
.multi-select .multi-select-options .multi-select-option:hover, .multi-select .multi-select-options .multi-select-option:active, .multi-select .multi-select-options .multi-select-all:hover, .multi-select .multi-select-options .multi-select-all:active {
	background-color: #f3f4f7;
}
.multi-select .multi-select-options .multi-select-all {
	border-bottom: 1px solid #f1f3f5;
	border-radius: 0;
}
.multi-select .multi-select-options .multi-select-search {
	padding: 7px 10px;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	margin: 10px 10px 5px 10px;
	width: 100%;
	outline: none;
	font-size: 16px;
}
.multi-select .multi-select-options .multi-select-search::placeholder {
	color: #b2b5b9;
}
.multi-select .multi-select-header, .multi-select .multi-select-option, .multi-select .multi-select-all {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	color: #212529;
}

.primary-image {
	aspect-ratio: 16 / 9;
	border-radius: 5px;
	width: 100%;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.site-btn {
	display: inline-block;
	font-weight: 700;
	border: 4px solid;
	min-width: 200px;
	text-align: center;
	padding: 19px 0;
	position: relative;
	background-color: transparent;
	margin-right: 15px;
	z-index: 1;
}

.site-btn:disabled,
.site-btn:disabled:hover,
.site-btn.sb-dark:disabled,
.site-btn.sb-dark:disabled:hover,
.site-btn.sb-light:disabled,
.site-btn.sb-light:disabled:hover {
	background-color: var(--secondary-font-color);
	color: var(--link-bg-color);
	cursor: not-allowed;
}

.site-btn.sb-dark:disabled::after,
.site-btn.sb-dark:disabled::before,
.site-btn.sb-dark:disabled:hover::after,
.site-btn.sb-dark:disabled:hover::before,
.site-btn.sb-light:disabled::after,
.site-btn.sb-light:disabled::before,
.site-btn.sb-light:disabled:hover::after,
.site-btn.sb-light:disabled:hover::before {
	background: var(--link-bg-color);
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 4px;
	right: -15px;
}

.site-btn:after {
	bottom: 8px;
}

.site-btn:before {
	bottom: 18px;
}

.site-btn.sb-flex {
	margin-right: initial;
	min-width: initial;
	padding: 8px 18px 8px 12px;
}

.site-btn.sb-small {
	padding: 8px 12px;
}

.site-btn.sb-light {
	color: #fff;
}

.site-btn.sb-light:after,
.site-btn.sb-light:before {
	background: #fff;
}

.site-btn.sb-light:hover {
	background: var(--secondary-font-color);
	color: var(--main-font-color);
}

.site-btn.sb-light:hover::after,
.site-btn.sb-light:hover::before {
	background: var(--main-font-color);
}

.site-btn.sb-danger,
.site-btn.sb-danger a {
	color: var(--bs-danger);
}

.site-btn.sb-danger:after,
.site-btn.sb-danger:before {
	background: var(--bs-danger);
}

.site-btn.sb-danger:hover,
.site-btn.sb-danger:hover > a {
	background: var(--bs-danger);
	border-color: var(--main-font-color);
	color: var(--bs-white);
	cursor: pointer;
}

.site-btn.sb-danger:hover::after,
.site-btn.sb-danger:hover::before {
	background: var(--main-font-color);
}

.site-btn.sb-dark,
.site-btn.sb-dark a {
	color: var(--main-font-color);
}

.site-btn.sb-dark:after,
.site-btn.sb-dark:before {
	background: var(--main-font-color);
}

.site-btn.sb-dark:hover,
.site-btn.sb-dark:hover > a {
	background: var(--main-font-color);
	color: var(--secondary-font-color);
	cursor: pointer;
}

.site-btn.sb-dark:hover::after,
.site-btn.sb-dark:hover::before {
	background: var(--secondary-font-color);
}

.svg-shadow {
	drop-shadow(0 3px 11px rgba(0, 0, 0, .34));
}

.element {
	margin-bottom: 100px;
}

/*===  Loader ===*/
.circle-progress {
	text-align: center;
	padding-top: 30px;
	display: inline-block;
}

.circle-progress .prog-circle {
	position: relative;
	margin-bottom: -155px;
}

.circle-progress .prog-circle:after {
	position: absolute;
	content: "";
	width: 177px;
	height: 177px;
	left: 9px;
	top: 9px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}

.circle-progress canvas {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	width: 100%;
	border-radius: 150px;
	margin: 0 auto;
	padding-top: 22px;
}

.circle-progress .progress-info h2 {
	font-size: 48px;
}

.circle-progress .prog-title {
	text-align: center;
	margin-top: 100px;
}

.circle-progress .prog-title h3 {
	font-size: 18px;
	color: #727272;
}

.img-popup-warp .mfp-content {
	opacity: 0;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header-area {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 500;
	background-image: linear-gradient(white, transparent);
}

.logo-area {
	float: left;
	display: inline-block;
	background: transparent;
	padding: 10px 60px 0;
}

.logo-size {
	height: 120px;
}

.phone-number {
	padding: 10px;
	float: right;
	display: inline-block;
	margin-top: 45px;
	margin-right: 50px;
}

.nav-switch {
	display: none;
}

.nav-menu {
	display: inline-block;
	float: left;
	margin-top: 45px;
}

.nav-menu-admin {
	margin-top: 0;
}

.nav-menu ul {
	list-style: none;
}

.nav-menu ul li {
	display: inline;
}

.nav-menu ul li > a:not(#manage) {
	background-color: initial;
	color: var(--main-font-color);
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 30px;
	padding: .2em 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-item.dropdown a.nav-link {
	cursor: pointer;
}

.nav-item.dropdown:hover > .dropdown-menu {
	display: block;
}

.nav-item .dropdown-menu .dropdown-item:active,
.nav-item .dropdown-menu .dropdown-item:hover {
	background-color: var(--hover-bg);
}

.nav-menu ul li div.dropdown-menu {
	border-radius: 5px;
	padding: 0;
}

.nav-menu ul li div.dropdown-menu a {
	border-radius: 5px;
	color: var(--main-font-color);
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-right: 30px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s ease all;
}

.nav-menu ul li div.dropdown-menu a:after {
	bottom: 5px;
	content: "";
	position: absolute;
	background-color: var(--main-font-color);
	height: 2px;
	left: 0;
	margin-left: 20%;
	transform: scale(0);
	transition: 400ms;
	width: 60%;
}

.nav-menu ul li div.dropdown-menu a:hover:after {
	transform: scale(1) translate3d(0, .1em, 0);
}

.nav-menu ul li:not(.dropdown, .omit) > a:after {
	background: var(--main-font-color);
	bottom: 0;
	content: "";
	height: 0.15em;
	left: 0;
	margin-left: 10%;
	opacity: 0;
	position: absolute;
	transform: scale(0);
	transition: opacity 300ms, transform 400ms;
	width: 80%;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.nav-menu ul li:not(.dropdown) a:hover:after {
	opacity: 1;
	transform: scale(1) translate3d(0, .25em, 0);
}

.nav-menu ul li.active>a:after {
	height: 25px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: var(--bs-secondary);
}

.omit a:hover {
	background: initial;
}

/*.dropdown-toggle:after {*/
/*	border: 2px;*/
/*}*/

/*---------------------------------------*/
/*  Hero Section CSS
/*----------------------------------------*/
.hero-section {
	height: 100vh;
	background: #ededed;
	position: relative;
}

.hero-slider .hero-slide-item {
	width: 100%;
	height: 100vh;
	display: table;
}

.hero-slider .hero-slide-item .slide-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.hero-slider .owl-nav {
	position: relative;
	display: inline-block;
	left: 10%;
	bottom: 100px;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
	color: var(--main-font-color);
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 5px;
	margin-right: 30px;
	text-shadow: 0 0 2px white;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.hero-slider .owl-nav .owl-prev:hover,
.hero-slider .owl-nav .owl-next:hover {
	background: var(--link-bg-color);
	text-shadow: none;
}

.hero-slider .owl-nav .owl-prev i {
	margin-right: 5px;
}

.hero-slider .owl-nav .owl-next {
	margin-right: 0;
}

.hero-slider .owl-nav .owl-next i {
	margin-left: 5px;
}

.slide-num-holder {
	width: 153px;
	height: 153px;
	position: absolute;
	right: 60px;
	background: rgba(128, 128, 128, 0.70);
	bottom: 20px;
	z-index: 111;
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
	color: var(--main-font-color);
	font-weight: 700;
	border-radius: 5px;
}

.slide-num-holder span {
	font-size: 48px;
	color: var(--main-font-color);
	position: relative;
	top: -10px;
	right: -10px;
}

.slide-content {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	margin: 0 auto;
	max-width: 750px;
	padding: 20px 30px;
	position: relative;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	text-align: center;
	transition: all 0.6s;
}

.slide-content h2 {
	color: var(--main-font-color);
	font-size: 3em;
	padding-bottom: 50px;
}

.slide-content h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}

.owl-item.active .slide-content {
	opacity: 1;
}

/*----------------------------------------*/
/*  Intro Section CSS
/*----------------------------------------*/
.intro-text p {
	margin-bottom: 50px;
}

.intro-text p.last-paragraph {
	margin-bottom: 0;
}

/*----------------------------------------*/
/*  CTA Section CSS
/*----------------------------------------*/
.cta-section {
	position: relative;
	margin-bottom: 100px;
}

.cta-section:after {
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	right: 0;
	top: 0;
	background: #222222BB;
	z-index: 2;
}

.cta-section .cta-image-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-image: url("../img/footer_blueprint.png");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.25;
}

.cta-section .container {
	position: relative;
	z-index: 9;
}

.cta-section .cta-content h2 {
	color: #fff;
}

.cta-section .cta-content p {
	color: #fff;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 50px;
	margin: 0 40px 0 0;
}

.cta-section .cta-content .cta-img-icon:last-child {
	margin-right: 0;
}

.cta-section .cta-content .cta-img-icon img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 100%;
}

/*----------------------------------------*/
/*  Footer Section CSS
/*----------------------------------------*/
.footer-contact {
	margin-bottom: 15px;
	text-align: left;
}

.footer-contacts {
	margin: 0 auto;
	width: 230px;
}

.footer-section {
	box-shadow: 0 -3px 8px;
	padding-bottom: 110px;
	padding-top: 110px;
	position: relative;
}

.footer-section .copyright {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--main-font-color);
	text-align: center;
}

.footer-title {
	margin-bottom: 15px;
	padding: 0 5px;
	text-transform: uppercase;
	text-align: center;
}

.footer-item {
	text-align: center;
}

.copyright a,
.copyright a:visited {
	color: var(--main-font-color);
	padding: 0 5px;
}

.copyright a:active,
.copyright a:hover {
	background: var(--link-bg-color);
}

.copyright div img {
	margin-bottom: 20px;
}

.footer-section .footer-social {
	width: 75px;
	text-align: center;
	position: absolute;
	right: 60px;
	top: -55px;
	padding-top: 20px;
	background: var(--main-font-color);
}

.footer-item ul {
	list-style: none;
}

.footer-item ul li {
	display: block;
	margin-bottom: 10px;
}

.footer-item ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--main-font-color);
	padding: 0 5px;
}

.footer-item ul li a:hover {
	background: var(--link-bg-color);
}

/*----------------------------------------*/
/*  Other pages CSS
/*----------------------------------------*/
.grey-bg {
	background-color: #f2f2f2;
}

.page-header-section {
	height: 355px;
	padding-top: 150px;
	background-color: rgba(255, 255, 255, 0.6);
	background-blend-mode: lighten;
}

.page-header-section .header-title {
	font-size: 82px;
	color: var(--main-font-color);
}

.card {
	min-width: 415px;
	box-shadow: 0 3px 8px var(--main-font-color);
}

.card-img-top {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.card-img-bottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#cardDeck {
	justify-content: center;
}

#cardDeck .col {
	min-width: 440px;
}

.card-inspiration {
	box-shadow: 0 3px 8px var(--main-font-color);
}

.card-inspiration .card-body {
	align-content: center;
	display: flex;
	padding: .5rem;
}

.col-inspiration {
	min-width: initial;
	transition: 300ms;
}

.col-inspiration:hover {
	transform: scale(1.1);
	transition: 300ms;
	z-index: 999;
}

#deck {
	justify-content: center;
}

.margin-left {
	margin-left: .25rem;
}

.rounded-card {
	border-radius: 5px;
}

.rounded-card img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* ===========================
  Responsive
==============================*/
@media only screen and (max-width: 1477px) {
	.slide-num-holder.test-slider {
		left: auto;
		right: 0;
	}
}

@media (min-width: 1400px) {
	#cardDeck {
		justify-content: left;
	}
}

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.phone-number {
		margin-right: 30px;
	}
	.nav-menu ul li a {
		margin-right: 20px;
	}
	.milestone p {
		margin-left: 10px;
		font-size: 17px;
	}
	.milestone h2 {
		font-size: 55px;
	}
	.milestone:after {
		width: 90px;
		height: 90px;
	}
	.slide-num-holder {
		right: 20px;
	}
	.hero-right-text {
		right: 100px;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo-area {
		padding: 20px 40px 30px;
	}
	.slide-content h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.hero-slider .owl-nav {
		left: 170px;
	}
	.slide-num-holder {
		right: 20px;
	}
	.hero-right-text {
		bottom: 70%;
		right: 100px;
	}
	.nav-menu ul li a {
		margin-right: 5px;
		font-size: 13px;
		padding: 37px 7px 5px;
	}
	.phone-number {
		font-size: 12px;
		margin-right: 10px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.portfolio-warp .grid-item {
		width: 50%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 50%;
	}
	.portfolio-warp .grid-sizer {
		width: 50%;
	}
	.solid-service-box {
		margin-bottom: 30px;
	}
	.cta-section {
		background: var(--main-font-color);
		margin-bottom: 0;
	}
	.testimonials-section {
		background: var(--main-font-color);
		margin: 0;
	}
	.testimonials-image-box,
	.testimonials-section:after,
	.cta-image-box,
	.cta-section:after {
		display: none;
	}
	.hero-section,
	.hero-slider .hero-slide-item {
		height: 850px;
	}
	.milestone,
	.solid-service-box {
		margin-bottom: 30px;
	}
	.footer-section .footer-social {
		width: auto;
		top: -25px;
		right: 50%;
		padding: 10px;
		margin-right: -133px;
	}
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.projects-filter-nav li {
		margin-left: 0;
		margin-right: 15px;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto -50px;
		left: 0;
		top: 0;
		padding-left: 15px;
		text-align: center;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	h1,
	.sp-title {
		font-size: 45px;
	}
	.page-header-section .header-title {
		font-size: 55px;
	}
	.left-bar {
		width: 70px;
	}
	.slide-content:after,
	.hero-right-text,
	.phone-number {
		display: none;
	}
	.nav-switch {
		position: absolute;
		right: 20px;
		font-size: 30px;
		color: var(--main-font-color);
		top: 20px;
		display: block;
		z-index: 999;
	}
	.nav-menu {
		background: #ffffff;
		flex-direction: row;
		left: 0;
		margin-top: 0;
		padding-bottom: 0;
		position: absolute;
		width: 100%;
	}
	.nav-menu ul li a {
		display: block;
		padding: 16px 21px;
		border-bottom: 1px solid var(--main-font-color);
		margin-right: 0;
	}
	.nav-menu ul li a:after {
		left: 20px;
	}
	.nav-menu ul li.active>a:after,
	.nav-menu ul li a:hover:after {
		height: 10px;
	}
	.hero-section {
		height: auto;
	}
	.hero-slider .hero-slide-item {
		padding: 150px 0;
		height: auto;
	}
	.slide-content h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.hero-slider .owl-nav {
		bottom: 50px;
		padding-left: 0;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.slide-num-holder,
	.slide-num-holder.test-slider {
		right: 10px;
		height: 75px;
		width: 136px;
		padding-top: 18px;
		bottom: 80px;
	}
	.slide-num-holder span,
	.slide-num-holder.test-slider span {
		font-size: 40px;
	}
	.slide-num-holder.test-slider {
		bottom: -135px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.portfolio-warp .grid-item {
		width: 50%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 50%;
	}
	.portfolio-warp .grid-sizer {
		width: 50%;
	}
	.cta-section {
		background: var(--main-font-color);
		margin-bottom: 0;
	}
	.testimonials-section {
		background: var(--main-font-color);
		margin: 0;
	}
	.testimonials-image-box,
	.testimonials-section:after,
	.cta-image-box,
	.cta-section:after {
		display: none;
	}
	.milestone,
	.solid-service-box {
		margin-bottom: 30px;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.footer-section .footer-social {
		width: auto;
		top: -25px;
		right: 50%;
		padding: 10px;
		margin-right: -133px;
	}
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto -50px;
		left: 0;
		top: 0;
		padding-left: 15px;
	}
	.footer-item {
		margin-bottom: 40px;
	}
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
	.logo-area {
		padding: 20px 30px 30px;
	}
	.header-area {
		padding-right: 66px;
	}
	.nav-menu {
		width: 100%;
		left: 0;
		margin-top: 0;
		border-top: 2px solid;
	}
	.left-bar {
		display: none;
	}
	.hero-slider .owl-nav {
		padding-left: 0;
	}
	.slide-content h2 {
		font-size: 35px;
		line-height: 1.5;
	}
	.portfolio-warp .grid-item {
		width: 100%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 100%;
	}
	.portfolio-warp .grid-sizer {
		width: 100%;
	}
	.projects-slider {
		padding: 0 15px;
	}
}