body {
	font-family: "Outfit" !important;
	font-weight: normal;
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: #000 !important;
}

p {
	padding: 0;
	margin: 0;
	font-family: "Outfit" !important;
}

.btn {
	font-family: "Outfit" !important;
}

a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: "Outfit" !important;
	font-weight: 700;
	color: var(--bs-dark-text-emphasis);
}

.section-title {
	padding: 22px 25px 24px;
	line-height: 36px;
}
.section-title span {
	font-weight: 800;
}
.section-title,
.section-title-2 {
	font-weight: 300;
	font-size: 30px;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	color: #000;
}
.news-box {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 40px;
}
.news-box figure {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background: #856d47;
}
.news-box .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 80px;
}
.news-box .content .category {
	display: inline-block;
	color: #dec384;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
.news-box .content .category:before {
	content: "";
	width: 36px;
	height: 1px;
	background: #dec384;
	position: absolute;
	left: -80px;
	top: calc(50% - 0.5px);
}
.news-box .content .date {
	display: inline-block;
	font-size: 14px;
	opacity: 0.5;
	font-weight: 600;
	margin-left: 15px;
}
.news-box .content .date:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #141414;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
	transform: translateY(-2px);
}
.news-box .content h3 {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 38px;
	line-height: 1.4;
	font-weight: 400;
	font-family: "Argesta Display";
}
.news-box .content h3 a {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #141414;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-box .content p {
	display: block;
	color: #222;
	font-size: 16px;
}
.position-sticky h6 {
	font-size: 18px;
	font-weight: 500;
	color: #141414;
}

.text-body-secondary {
	--bs-text-opacity: 1;
	color: rgb(10 10 10 / 75%) !important;
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
	min-height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}

.room-section1 {
	padding: 170px 0;
	width: 100%;
	/* height: 100vh; */
	top: 0;
	left: 0;
	background: linear-gradient(270deg, rgb(11 11 11 / 20%) 0%, #000000ab 72%);
	display: flex;
	align-items: center;
}

.slider-text h1 {
	font-size: 60px;
	color: #fff;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}

.slider-text h1 span {
	color: #fff;
}

.slider-text p {
	font-weight: 400;
	color: #fff;
}

.btn.btn-primary {
	background: #0792b2;
	border: 1px solid #0792b2 !important;
	color: #fff !important;
}

.btn.btn-white {
	background: #fff !important;
	border: 1px solid #fff !important;
	color: #000 !important;
}

.about-left {
	position: relative;
	margin-right: 40px;
}

.about-left::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 80%;
	border-radius: 200px;
	border: 10px double #f0f0f0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.about-img img {
	border-radius: 200px;
}

.py-120 {
	padding: 120px 0;
}

.about-img .img-2 {
	margin-top: 90px;
}

.about-img img {
	border-radius: 0px;
}

.about-experience {
	background: #dcc283;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	line-height: 1.2;
	border-radius: 100px;
	text-align: center;
	border: 10px solid #ffffff;
}

.about-experience h5 {
	color: #ffffff;
	font-size: 40px;
	margin-top: 15px;
}

.about-experience p {
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
}

.about-right {
	position: relative;
	display: block;
}

.site-heading {
	margin-bottom: 50px;
	position: relative;
}

.site-title-tagline {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-white);
	position: relative;
	background: #222223;
	border-radius: 50px;
	padding: 5px 10px 5px 2px;
}

.site-title-tagline i {
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: var(--color-white);
	color: var(--theme-color);
	text-align: center;
	border-radius: 50px;
}

.site-title {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 40px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 0;
}

.site-title span {
	color: #dcc283;
}

.about-text {
	color: #616161;
}

.about-content {
	margin-top: 25px;
	margin-bottom: 35px;
}

.about-item {
	display: flex;
	gap: 12px;
	border-radius: 25px;
	padding: 15px;
	position: relative;
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.about-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	bottom: 30px;
	border-left: 2px solid var(--theme-color);
}

.about-item .icon {
	width: 68px;
	height: 68px;
	line-height: 76px;
	text-align: center;
	background: #dec384;
	border-radius: 50px;
}

.about-item .icon i {
	font-size: 30px;
	color: #fff;
}

.about-item .content {
	flex: 1;
}

.about-item .content h6 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 5px;
}

.about-item .content p {
	color: #333333;
	font-size: 14px;
}

.section-header {
	margin-bottom: 40px;
}

.category-wrap {
	text-align: center;
	margin-bottom: 24px;
}

.category-wrap .category-img {
	background: #f8fafb;
	border-radius: 10px;
	margin-bottom: 8px;
	text-align: center;
	height: 168px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	overflow: hidden;
	position: relative;
	padding: 10px;
}

.category-wrap .category-img img {
	transform: scale(1);
	-webkit-transition: all 0.9s;
	-ms-transition: all 0.9s;
	transition: all 0.9s;
}

.category-wrap .category-img:hover img {
	transform: scale(1.12);
	-webkit-transition: all 0.9s;
	-ms-transition: all 0.9s;
	transition: all 0.9s;
}

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

.category-wrap .category-img .badge {
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px 0 0 5px;
	position: absolute;
	top: 10px;
	right: 0;
}

.badge.badge-secondary {
	background: #222223;
	color: #fff;
}

.badge {
	padding: 0.25rem 0.45rem;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 4px;
}

.category-wrap h6 a {
	color: #fff;
}

.location-item {
	border-radius: 10px;
	border: 1px solid #e4ebf1;
	margin-bottom: 24px;
}

.location-item .location-img {
	border-radius: 10px 10px 0 0;
	position: relative;
	overflow: hidden;
	display: block;
}

.location-item .location-img::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.7) 100%
	);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.location-item .location-img img {
	border-radius: 10px 10px 0 0;
	transform: scale(1);
	-webkit-transition: all 0.9s;
	-ms-transition: all 0.9s;
	transition: all 0.9s;
}

.location-item .location-img .location-name {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}

.location-item .location-img .location-name h5,
.location-item .location-img .location-name p {
	color: #fff;
}

.location-item .location-info {
	padding: 20px;
}

.location-item .location-info .location-view {
	width: 32px;
	height: 32px;
	background: #dcc283;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.location-info p {
	font-size: 12px;
}

.service-block-three .inner-box .content-box .title a {
	color: #fff;
	position: relative;
}
.service-block-three .inner-box:hover .content-box .title a {
	color: #ffffff;
}
.service-block-three {
	margin-bottom: 32px;
	width: 100%;
}
.service-block-three .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box .image {
	overflow: hidden;
}
figure.image {
	margin-bottom: 0;
}
.service-block-three .inner-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.service-block-three .inner-box .content-box {
	background: rgb(5 5 5 / 80%);
	backdrop-filter: blur(2px);
	padding: 25px 30px 24px;
	position: absolute;
	bottom: 30px;
	left: 0;
	min-width: 100px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-block-three .inner-box .content-box:before {
	background-color: #aa8453d6;
	backdrop-filter: blur(4px);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-block-three .inner-box .content-box .title {
	line-height: 30px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.service-block-three .inner-box:hover .content-box:before {
	height: 100%;
}

.masonry .mItem .service-thumb {
	display: inline-block;
	margin-bottom: 16px;
	width: 100%;
}

@media (min-width: 1200px) {
	.masonry {
		column-count: 4;
		column-gap: 15px;
	}
}

@media (max-width: 1199px) {
	.masonry {
		column-count: 3;
	}
}

@media (max-width: 991px) {
	.masonry {
		column-count: 2;
	}
}

@media (max-width: 767px) {
	.masonry {
		column-count: 2;
	}
}

.single-post2 {
	display: inline-block;
}

.blog-thumb2 {
	overflow: hidden;
	background: #eeeeee;
	border-radius: 10px;
	padding: 15px;
}

.hover-zoomin a {
	display: block;
	position: relative;
	overflow: hidden;
}

.hover-zoomin img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.blog-content2 {
	padding: 30px 15px 0;
}

.blog-content2 .b-meta {
	color: #898a91;
	padding-bottom: 10px;
	font-size: 14px;
}

.blog-content2 .b-meta ul {
	padding-left: 0 !important;
}

ul {
	margin: 0px;
	padding: 0px;
}

.b-meta ul li {
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #898a91;
}

li {
	list-style: none;
}

.b-meta ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.b-meta ul li:last-child {
	color: #222223;
}

.blog-content2 h4 {
	font-size: 26px;
	margin-bottom: 15px;
}

.tg-contact-info-wrap {
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	background: #f8f8f8;
	padding: 46px 50px 40px 50px;
}

.tg-team-details-contant h6 {
	font-weight: 600;
	font-size: 24px;
	text-transform: capitalize;
	color: #020615;
}

.tg-team-details-contant p {
	line-height: 22px;
}

.tg-contact-info-wrap .tg-team-details-contact {
	display: block;
}

.tg-team-details-contact {
	text-transform: capitalize;
	color: #353844;
	display: flex;
	margin-bottom: 5px;
}

.tg-contact-info-wrap .item {
	margin-bottom: 14px;
}

.tg-team-details-contact span {
	flex: 0 0 auto;
}

.tg-team-details-contact a {
	font-weight: 500;
	font-size: 18px;
	color: #020615;
}

/*--------------------------------------------------------------
# Popup CSS
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	font-size: 14px;
	background-color: #000;
	padding: 50px 0;
	color: rgba(255, 255, 255, 0.7);
}
.footer .about-item .icon i {
	font-size: 20px;
	color: #fff;
}
.footer .about-item .icon {
	width: 39px;
	height: 39px;
	line-height: 37px;
	text-align: center;
	background: #747474;
	border-radius: 50px;
}
.footer .about-item .content h6 {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 5px;
}
.footer .about-item .content p {
	color: #8b8b8b;
	font-size: 11px;
}
.footer .icon {
	margin-right: 15px;
	font-size: 24px;
	line-height: 0;
}

.footer h4 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
	color: #fff;
}

.footer .footer-links {
	margin-bottom: 30px;
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-links ul a {
	color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

.footer .footer-links ul a:hover {
	color: #fff;
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/* border: 1px solid rgb(247 191 57); */
	background-color: #222223;
	font-size: 16px;
	color: rgb(255 255 255);
	margin-right: 10px;
	transition: 0.3s;
}

.btn-1 {
	background-color: #222223 !important;
	border: #222223 !important;
}

.footer .social-links a:hover {
	color: #fff;
	border-color: #fff;
}

.footer .copyright {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
	padding-top: 4px;
	text-align: center;
	font-size: 13px;
}

.footer .credits a {
	color: #fff;
}
