/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: var(--tertiary);
}
/* Skin Colors */
:root {
	--primary: #c69d66;
	--primary-100: #bf9153;
	--primary-200: #bc8b4a;
	--primary-300: #b58544;
	--primary--100: #cda979;
	--primary--200: #d0af82;
	--primary--300: #d4b58b;
	--primary-rgba-0: rgba(198, 157, 102, 0);
	--primary-rgba-10: rgba(198, 157, 102, 0.1);
	--primary-rgba-20: rgba(198, 157, 102, 0.2);
	--primary-rgba-30: rgba(198, 157, 102, 0.3);
	--primary-rgba-40: rgba(198, 157, 102, 0.4);
	--primary-rgba-50: rgba(198, 157, 102, 0.5);
	--primary-rgba-60: rgba(198, 157, 102, 0.6);
	--primary-rgba-70: rgba(198, 157, 102, 0.7);
	--primary-rgba-80: rgba(198, 157, 102, 0.8);
	--primary-rgba-90: rgba(198, 157, 102, 0.9);
	--secondary: #D9B372;
	--secondary-100: #d4a85e;
	--secondary-200: #d1a354;
	--secondary-300: #ce9d4a;
	--secondary--100: #debe86;
	--secondary--200: #e1c390;
	--secondary--300: #e4c99a;
	--secondary-rgba-0: rgba(217, 179, 114, 0);
	--secondary-rgba-10: rgba(217, 179, 114, 0.1);
	--secondary-rgba-20: rgba(217, 179, 114, 0.2);
	--secondary-rgba-30: rgba(217, 179, 114, 0.3);
	--secondary-rgba-40: rgba(217, 179, 114, 0.4);
	--secondary-rgba-50: rgba(217, 179, 114, 0.5);
	--secondary-rgba-60: rgba(217, 179, 114, 0.6);
	--secondary-rgba-70: rgba(217, 179, 114, 0.7);
	--secondary-rgba-80: rgba(217, 179, 114, 0.8);
	--secondary-rgba-90: rgba(217, 179, 114, 0.9);
	--tertiary: #C59F5E;
	--tertiary-100: #be944b;
	--tertiary-200: #ba8e43;
	--tertiary-300: #b08740;
	--tertiary--100: #ccaa71;
	--tertiary--200: #cfb07a;
	--tertiary--300: #d3b583;
	--tertiary-rgba-0: rgba(197, 159, 94, 0);
	--tertiary-rgba-10: rgba(197, 159, 94, 0.1);
	--tertiary-rgba-20: rgba(197, 159, 94, 0.2);
	--tertiary-rgba-30: rgba(197, 159, 94, 0.3);
	--tertiary-rgba-40: rgba(197, 159, 94, 0.4);
	--tertiary-rgba-50: rgba(197, 159, 94, 0.5);
	--tertiary-rgba-60: rgba(197, 159, 94, 0.6);
	--tertiary-rgba-70: rgba(197, 159, 94, 0.7);
	--tertiary-rgba-80: rgba(197, 159, 94, 0.8);
	--tertiary-rgba-90: rgba(197, 159, 94, 0.9);
	--quaternary: #cccccc;
	--quaternary-100: #bfbfbf;
	--quaternary-200: #b9b9b9;
	--quaternary-300: #b3b3b3;
	--quaternary--100: #d9d9d9;
	--quaternary--200: #dfdfdf;
	--quaternary--300: #e6e6e6;
	--quaternary-rgba-0: rgba(204, 204, 204, 0);
	--quaternary-rgba-10: rgba(204, 204, 204, 0.1);
	--quaternary-rgba-20: rgba(204, 204, 204, 0.2);
	--quaternary-rgba-30: rgba(204, 204, 204, 0.3);
	--quaternary-rgba-40: rgba(204, 204, 204, 0.4);
	--quaternary-rgba-50: rgba(204, 204, 204, 0.5);
	--quaternary-rgba-60: rgba(204, 204, 204, 0.6);
	--quaternary-rgba-70: rgba(204, 204, 204, 0.7);
	--quaternary-rgba-80: rgba(204, 204, 204, 0.8);
	--quaternary-rgba-90: rgba(204, 204, 204, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: var(--tertiary);
	--tertiary-inverse: #FFF;
	--quaternary-inverse: var(--tertiary);
	--dark-inverse: #FFF;
	--light-inverse: var(--tertiary);
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

.custom-font-secondary {
		font-family: "Lora", sans-serif !important;
}

body {
		font-family: "Poppins", sans-serif;
}

.body {
		margin: 0;
}

@media (min-width: 1440px) {
		.body {
				margin: 0 50px 50px;
		}
}

@media (min-width: 1440px) and (max-width: 1600px) {
		.container-xl-custom {
				padding: 0 80px;
		}
}

/*
* Custom Text Size
*/
.custom-text-size-1 {
		font-size: 1em !important;
}

.custom-text-size-2 {
		font-size: 1.35em !important;
}

/*
* Custom Colors
*/
.custom-text-color-light-1 {
		color: #cbd5f1 !important;
}

.custom-text-color-light-2 {
		color: #e0e1e5 !important;
}

.custom-text-color-light-3 {
		color: #bfbfbf !important;
}

.custom-text-color-grey-1 {
		color: #acb4be !important;
}

.custom-bg-color-grey-1 {
		color: #f9f7f4 !important;
}

/*
* Custom Position
*/
.custom-position-center-x-y {
		position: absolute;
		top: 46%;
		left: 45%;
		max-width: 130%;
		transform: translate3d(-50%, -50%, 0);
}

/*
* Custom Box Shadow
*/
.custom-box-shadow-1 {
		box-shadow: 0px 0px 37px -4px rgba(0, 0, 0, 0.1) !important;
}

/*
* "Remove" body left and right margins on sections
*/
@media (min-width: 576px) {
		.custom-section-full-width {
				margin-left: -50px !important;
				margin-right: -50px !important;
		}
}

/*
* Custom Heading Bar
*/
.custom-heading-bar {
		position: relative;
}

.custom-heading-bar:before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc( 100% + 15px);
		width: 50px;
		border-top: 5px solid #CCC;
		transform: translate3d(0, -50%, 0);
}

.custom-heading-bar.custom-heading-bar-right:before {
		right: auto;
		left: calc( 100% + 15px);
}

.custom-heading-bar.custom-heading-bar-with-padding {
		padding-left: 65px;
}

.custom-heading-bar.custom-heading-bar-with-padding:before {
		right: auto;
		left: 0;
}

/*
* Custom Icon
*/
.custom-arrow-icon {
		position: relative;
		display: inline-block;
		width: 17px;
		height: 17px;
}

.custom-arrow-icon:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		border-top: 1px solid #CCC;
		border-color: inherit;
		transform: translate3d(0, -50%, 0);
}

.custom-arrow-icon:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 50%;
		height: 50%;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-color: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
}

/*
* Custom Link Effect
*/
.custom-link-effect-1 > i {
		transition: ease all 300ms;
}

.custom-link-effect-1:hover > i {
		transform: translate3d(10px, 0, 0);
}

.custom-link-effect-1.btn {
		transition: ease all 300ms;
}

.custom-link-effect-1.btn:hover {
		padding-right: 35px !important;
}

/*
* Header
*/
#header.header-effect-shrink .header-container {
		min-height: 138px;
}

#header .header-body {
		left: 0;
		border-bottom-color: transparent !important;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				font-size: 13px;
				letter-spacing: 0.3px;
		}
		#header .header-nav-main nav > ul > li > a.active {
				color: #444 !important;
		}
		#header .header-nav-main nav > ul > li > a.active:before {
				background-color: #444 !important;
		}
		#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li:focus > a {
				color: #444 !important;
		}
		#header .header-nav-main nav > ul > li.active > a:before, #header .header-nav-main nav > ul > li:hover > a:before, #header .header-nav-main nav > ul > li:focus > a:before {
				background-color: #444 !important;
		}
		#header .header-nav-main nav > ul > li:first-child {
				margin-left: 0;
		}
}

@media (min-width: 1440px) {
		#header .header-nav-main nav > ul > li {
				margin-left: 12px;
		}
}

/*
* Home - Intro
*/
.custom-section-svg {
		position: relative;
}

.custom-section-svg > svg {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
}

.custom-section-svg > .container {
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 992px) {
		.custom-section-svg > svg {
				background-attachment: fixed;
		}
}

@media (max-width: 767px) {
		.custom-section-svg > svg {
				width: 230%;
		}
}

/*
* Home - Who We Are
*/
.custom-section-pull-top-1 {
		margin-top: -111px !important;
}

@media (max-width: 1199px) {
		.custom-section-pull-top-1 {
				margin-top: -70px !important;
		}
}

@media (max-width: 991px) {
		.custom-section-pull-top-1 {
				margin-top: -57px !important;
		}
}

@media (max-width: 767px) {
		.custom-section-pull-top-1 {
				margin-top: -105px !important;
		}
}

@media (max-width: 575px) {
		.custom-section-pull-top-1 {
				margin-top: -14vw !important;
		}
}

.custom-overlapping-cards {
		display: flex;
		position: relative;
}

.custom-overlapping-cards > div {
		z-index: 1;
}

.custom-overlapping-cards > div:nth-child(1) {
		max-width: 47%;
}

.custom-overlapping-cards > div:nth-child(1) img {
		transform: translate3d(-20px, -20px, 0);
}

.custom-overlapping-cards > div:nth-child(2) {
		z-index: 0;
		transform: translate3d(-50px, 50px, 0);
}

.custom-overlapping-cards > div:nth-child(2) img {
		max-width: 89%;
		transform: translate3d(70px, -20px, 0);
}

.custom-overlapping-cards .custom-overlapping-cards-puzzle-background {
		position: absolute;
		top: -80px;
		left: -158px;
		z-index: -1;
}

@media (max-width: 575px) {
		.custom-overlapping-cards {
				flex-wrap: wrap;
				justify-content: center;
		}
		.custom-overlapping-cards > .card:nth-child(1) {
				max-width: 80%;
		}
		.custom-overlapping-cards > .card:nth-child(2) {
				margin-top: 50px;
				max-width: 80%;
				transform: none;
		}
		.custom-overlapping-cards > .card:nth-child(2) img {
				max-width: 100%;
				transform: translate3d(20px, -20px, 0);
		}
}

/*
* Home - We Provide
*/
.featured-icon.custom-featured-icon-style-1 {
		width: 115px;
		height: 115px;
		border-radius: 100% !important;
}

.custom-section-half-background-color-light {
		position: relative;
}

.custom-section-half-background-color-light:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30%;
		background-color: #FFF;
}

@media (max-width: 575px) {
		.custom-section-half-background-color-light:after {
				height: 60%;
		}
}

/*
* Testimonial
*/
.testimonial.custom-testimonial-style-1.testimonial-style-4 blockquote {
		padding-top: 25px;
		padding-right: 0;
}

.testimonial.custom-testimonial-style-1.testimonial-style-4 blockquote:before {
		top: -5px;
		left: -5px;
		font-size: 90px;
		font-family: "Poppins", sans-serif;
}

.testimonial.custom-testimonial-style-1.testimonial-style-4 .testimonial-author {
		position: relative;
		margin-left: 70px;
}

.testimonial.custom-testimonial-style-1.testimonial-style-4 .testimonial-author:before {
		content: '';
		position: absolute;
		top: 6px;
		right: calc( 100% + 10px);
		width: 30px;
		border-top: 4px solid #000;
}

/*
* Process
*/
.process.custom-process-style-1 .process-step-circle {
		border-color: #e2e5e8;
		width: 110px;
		height: 110px;
}

.process.custom-process-style-1 .process-step-content {
		padding-top: 32px;
}

@media (min-width: 992px) {
		.process.custom-process-style-1:before {
				content: '';
				display: block;
				position: absolute;
				width: calc( 100vw - 120px);
				height: 2px;
				top: 53px;
				left: 50%;
				background-color: #EDEDED;
				transform: translate3d(-50%, 0, 0);
		}
		.process.custom-process-style-1 .process-step .process-step-circle {
				background-color: #FFF;
		}
		.process.custom-process-style-1 .process-step .process-step-circle:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: calc( 100% + 30px);
				background-color: #FFF;
				height: 100%;
				transform: translate3d(-50%, -50%, 0);
				z-index: -1;
		}
		.process.custom-process-style-1 .process-step:before {
				content: none;
		}
		.process.custom-process-style-1 .process-step:nth-child(1) .process-step-circle, .process.custom-process-style-1 .process-step:nth-child(3) .process-step-circle {
				margin-top: -75px;
		}
}

/*
* Nav
*/
.custom-nav-style-1 > li {
		margin-left: 20px;
		margin-bottom: 20px;
}

.custom-nav-style-1 > li:hover > a, .custom-nav-style-1 > li:focus > a {
		border-color: #212529 !important;
}

.custom-nav-style-1 > li:first-child {
		margin-left: 0;
}

@media (max-width: 991px) {
		.custom-nav-style-1 > li {
				margin-right: 20px;
				margin-left: 0;
		}
		.custom-nav-style-1 > li:last-child {
				margin-right: 0;
		}
}

@media (max-width: 767px) {
		.custom-nav-style-1 > li {
				margin-right: 10px;
				margin-bottom: 10px;
		}
}

/*
* Blog
*/
.custom-post-style-1:hover .overlay:before {
		opacity: 0.2;
}

/*
* Social Icons
*/
.social-icons.custom-social-icons-icon-light li a {
		color: var(--quaternary) !important;
}

.social-icons.custom-social-icons-icon-light li:hover a {
		color: #FFF !important;
}

/*
* Page Header - Internal Pages
*/
@media (max-width: 767px) {
		.page-header.custom-page-header-style-1 h1 {
				font-size: 32px !important;
		}
}

.page-header.custom-page-header-style-1 .breadcrumb > li {
		font-size: 1em;
		font-weight: 600;
		color: #acb4be;
}

.page-header.custom-page-header-style-1 .breadcrumb > li > a {
		color: #acb4be;
}

.page-header.custom-page-header-style-1 .breadcrumb > li > a:hover {
		color: #FFF;
}

.page-header.custom-page-header-style-1 .breadcrumb > li + li:before {
		content: "/";
}

/*
* Pagination
*/
.custom-pagination-style-1 .page-item .page-link {
		border: 2px solid #999999;
		box-sizing: content-box;
		color: #999999;
		background: transparent;
}

.custom-pagination-style-1 .page-item.active .page-link, .custom-pagination-style-1 .page-item:hover .page-link {
		color: #FFF;
}

/*
* Footer
*/
#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css), #footer .footer-copyright p {
		color: #a3b6e7;
		font-weight: 500;
}
