/* ----------------------------------

Template Name: Rynox - Creative Agency Portfolio Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Urbanist
Main Color   : #CDFE7D

-------------------------------------

[Typography]

Body copy:    15px 'Urbanist', sans-serif
Header:     36px 'Urbanist', sans-serif
Input, textarea:  16px 'Urbanist', sans-serif
Sidebar heading:  22px 'Urbanist', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
    04. Banner
    05. Services
        - Version One
        - Service Single
	06. About
    07. Project
        - Project Grid
        - Project Single
    08. Why Choose Us
    09. Team
        - Team Version One
        - Team Single
    10. Testimonials
    11. Why Choose Us
    12. Faq
    13. Progress
    14. Brand / Partner
    15. Feature
    16. What We Offer
    17. Pricing
    18. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* Varialbes */
:root {
	--font-default: 'Urbanist', sans-serif;
	--font-heading: 'Urbanist', sans-serif;
	--font-style-two: "Playfair Display", serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #20232b;
	--dark-secondary: #0e0e0e;
	--white: #ffffff;
	--white-secondary: #d8e3f0;
	--color-primary: #CDFE7D;
	--color-secondary: #ffeb00;
	--color-optional: #b3ea58;
	--color-primary-two: #FF4851;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f1f3f5;
	--bg-gradient: linear-gradient(45deg, var(--color-secondary) 0%, var(--color-primary) 50%);
	--bg-gradient-seconday: linear-gradient(45deg, var(--color-primary-two) 50%, #ffb500 100%);
}



/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

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

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

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

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

.color-secondary a:hover {
	color: var(--color-primary-two);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.row {
	--bs-gutter-x: 30px;
}

@media (min-width: 1024px) {
	.gutter-xl {
		--bs-gutter-x: 80px;
	}
}

@media (min-width: 1400px) {
	.gutter-xxl {
		--bs-gutter-x: 150px;
	}
}

@media (min-width: 1600px) {
	.gutter-xxl {
		--bs-gutter-x: 250px;
	}
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 600;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 20px;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
}


/* ============================================================== 
    # Helper CSS
=================================================================== */

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-full {
		max-width: 1600px;
		width: 100%;
	}

	.box-layout {
		width: 94%;
		margin: auto;
		border-radius: 30px;
	}
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1199px) {
	.container-fill {
		padding: 0 15px;
		width: 100%;
	}
}

@media only screen and (min-width: 1600px) {
	.container-stage {
		margin-left: calc((100% - 1510px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}
}

@media (min-width: 1600px) {
	.container-large {
		max-width: 1800px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

.item-center {
	display: flex;
	align-items: center;
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}

.bg-gray {
	background: var(--bg-gray);
}

.bg-dark .bg-gray {
	background: var(--dark-secondary);
}

.bg-gray-secondary {
	background: var(--bg-gray-secondary);
}

.bg-light {
	background-color: var(--white) !important;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.bg-dark-secondary {
	background-color: var(--dark-secondary) !important;
}

.bg-theme {
	background-color: var(--color-primary) !important;
}

.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}

.color-secondary .bg-gradient {
	background-color: var(--color-primary-two);
	background: var(--bg-gradient-seconday) !important;
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.text-light .bg-theme h1,
.text-light .bg-theme h2,
.text-light .bg-theme h3,
.text-light .bg-theme h4,
.text-light .bg-theme h5,
.text-light .bg-theme h6,
.text-light .bg-theme p,
.text-light .bg-theme span,
.text-light .bg-theme a {
	color: var(--color-heading);
}

.bg-dark p {
	color: var(--white-secondary);
}

.bg-gradient p,
.bg-theme p {
	color: var(--color-heading);
}

.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.shadow.dark {
	position: relative;
	z-index: 1;
}

.shadow.dark:after {
	background: var(--black);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.35;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
	position: relative;
	z-index: 1;
}

.shadow.dark-hard:after {
	background: var(--black);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.theme {
	position: relative;
	z-index: 1;
}

.shadow.theme:after {
	background: var(--color-primary) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.light {
	position: relative;
	z-index: 1;
}

.shadow.light:after {
	background: var(--white) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow-dark-left {
	position: relative;
	z-index: 1;
}

.shadow-dark-left::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 70%;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--black) 70%) repeat scroll 0 0;
	z-index: -1;
	opacity: 0.7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.default-padding-big {
	padding: 250px 0;
}

@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 70px 0;
	}
}

.default-padding-top {
	padding-top: 150px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 70px;
	}
}

.default-padding-bottom {
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom {
		padding-bottom: 70px;
	}
}

.default-padding.bottom-less {
	padding-top: 150px;
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding.bottom-less {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}

.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom.bottom-less {
		margin-bottom: 0;
		padding-bottom: 40px;
	}
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top.bottom-less {
		margin-bottom: -30px;
	}
}

@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.border-top {
	border-top: 1px solid #e7e7e7;
}

.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.border-left {
	border-left: 1px solid #e7e7e7;
}

.border-right {
	border-right: 1px solid #e7e7e7;
}

.heading {
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: -5px;
	font-size: 42px;
	line-height: 1.3;
}

.heading span {
	font-weight: 400;
}

.site-heading {
	margin-bottom: 60px;
}

.site-heading strong {
	display: inline-block;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.title {
	font-weight: 600;
	font-size: 60px !important;
	margin-top: -10px;
	font-family: var(--font-heading);
	line-height: 1.2;
	color: var(--color-heading);
}

.bg-dark .title,
.text-light .title {
	color: var(--white);
}

@media (max-width: 767px) {
	.title {
		font-size: 36px !important;
		margin-top: 0;
	}
}

.bg-dark .title {
	color: var(--white);
}

.site-heading .title {
	margin-bottom: 0;
}

.bg-dark .site-heading .title {
	color: var(--white);
}

.bg-theme .site-heading .title,
.bg-gradient .site-heading .title {
	color: var(--color-heading);
}

.sub-title {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
	padding-left: 25px;
	font-size: 22px;
	line-height: 1.2;
	font-family: var(--font-heading);
	color: var(--color-heading);
}

.bg-dark .sub-title,
.text-light .sub-title {
	color: var(--white);
}

.sub-title::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 8px;
	width: 8px;
	background: var(--color-primary);
	z-index: -1;
	margin-top: 2px;
}

.color-secondary .sub-title::after {
	background: var(--color-primary-two);
}

.bg-gradient .sub-title::after,
.bg-theme .sub-title::after {
	background: var(--dark);
}

.sub-title::before {
	position: absolute;
	left: 7px;
	top: 50%;
	content: "";
	height: 8px;
	width: 8px;
	background: var(--color-primary);
	transform: translateY(-50%);
	opacity: 0.6;
	margin-top: -5px;
}

.color-secondary .sub-title::before {
	background: var(--color-primary-two);
	opacity: 0.5;
}

.bg-gradient .sub-title::before,
.bg-theme .sub-title::before {
	background: var(--dark);
	opacity: 0.4;
}

.bg-gradient .sub-title,
.bg-theme .sub-title {
	color: var(--color-heading);
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
}

.bg-gradient h1,
.bg-theme h1 {
	color: var(--color-heading);
}

@media (max-width: 767px) {
	.sub-title {
		margin-bottom: 15px;
	}
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 25px;
}

.site-heading .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: var(--color-primary);
	position: relative;
	z-index: 1;
	left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
	background: var(--white);
}

@media (max-width: 767px) {
	.site-heading p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 40px;
		font-size: 36px;
		line-height: 1.2;
	}
}

.heading-left {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.heading-left .heading {
	font-weight: 700;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading-left .heading {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-left .heading {
		margin-bottom: 15px;
		font-size: 36px;
		line-height: 1.2;
	}
}

.heading-left p {
	margin-bottom: 0;
}

.heading-left .btn {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.heading-left {
		margin-bottom: 30px;
	}
}

.sub-heading {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 700;
	background: var(--bg-gradient-reverse);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.shadow .sub-heading {
	-webkit-text-fill-color: var(--white);
	font-weight: 700;
}

.bg-gradient .sub-heading {
	color: var(--white);
	background: transparent;
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
	-webkit-text-fill-color: inherit;
	color: var(--white);
}

.site-heading.style-two .title {
	text-transform: uppercase;
}

.site-heading.style-two p {
	padding-left: 30%;
}

.site-heading.text-left p {
	padding-left: 0;
}

.split-text {
	overflow: hidden;
	position: relative;
}

.split-text .line {
	overflow: hidden;
	display: none;
}

.zoom-thumb {
	overflow: hidden;
}

.site-heading.style-three h2 {
	font-size: 160px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -20px;
	margin-left: -10px;
}

.site-heading .d-flex img {
	max-width: max-content;
	height: 60px;
	margin-top: 10px;
}

.site-heading .d-flex {
	align-items: flex-start;
	gap: 25px;
	margin-top: 20px;
}

.site-heading .d-flex p {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
}


/* ============================================================== 
    # Button Styles
=================================================================== */
.btn-style-one {
	display: inline-flex;
	align-items: center;
	gap: 0;
	color: var(--color-heading) !important;
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.btn-style-one span {
	color: var(--color-heading);
}

.btn-style-one.dark span {
	color: var(--white);
}

.btn-style-one.solid {
	gap: 2px;
}

.btn-style-one.theme:hover,
.btn-style-one.dark:hover {
	color: var(--white);
}

.btn-style-one .icon:first-child {
	position: absolute;
	transform: translateX(50px) scale(0.7);
}

.btn-style-one:hover .icon:first-child {
	transform: translateX(0px);
}

.btn-style-one.solid:hover .icon:first-child {
	transform: translateX(-2px);
}

.btn-style-one:hover span {
	transform: translateX(48px) scale(1);
}

.btn-style-one:hover .icon:last-child {
	transform: translateX(-48px) scale(0);
}

.navbar .center-info {
	display: inline-block;
	font-size: 18px;
	border: 1px solid #cccccc;
	padding: 2px 20px;
	border-radius: 30px;
	font-weight: 600;
}

.bg-dark .nav-full-width.navbar .navbar-collapse.collapse p {
	color: var(--white);
	font-weight: 600;
}

.bg-dark .navbar .center-info {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-style-one span {
	background: var(--color-primary);
	height: 50px;
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 40px;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	z-index: 9;
}

.color-secondary .btn-style-one span {
	background: var(--color-primary-two);
	color: var(--white);
}

.btn-style-one.btn-sm span {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}

.btn-style-one.solid span {
	border-radius: 0;
}

.btn-style-one.dark span {
	background: var(--dark);
}

.btn-style-one.border-dark span {
	background: transparent;
	border: 2px solid var(--dark);
	line-height: 50px;
}

.btn-style-one.btn-sm.border-dark span {
	line-height: 48px;
}

.btn-style-one.border-white span {
	background: transparent;
	border: 2px solid var(--white);
	line-height: 50px;
}

.btn-style-one.border-white.btn-sm span {
	line-height: 48px;
}

.bg-dark .btn-style-one.border-white span {
	background: var(--dark);
}

.bg-theme .btn-style-one.border-white span {
	background: var(--color-primary);
}

.btn-style-one.border-theme span {
	background: transparent;
	border: 2px solid var(--color-primary);
	line-height: 50px;
}

.btn-style-one.border-theme.btn-sm span {
	line-height: 48px;
}

.btn-style-one.white span {
	background: var(--white);
	color: var(--color-heading);
}

.btn-style-one .icon {
	height: 50px;
	width: 50px;
	min-width: 50px;
	text-align: center;
	background: var(--color-primary);
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.color-secondary .btn-style-one .icon {
	background: var(--color-primary-two);
	color: var(--white);
}

.color-secondary .btn-style-one .icon svg path {
	stroke: var(--white);
}

.btn-style-one.btn-sm .icon {
	height: 48px;
	width: 48px;
	min-width: 48px;
}

.btn-style-one.solid .icon {
	border-radius: 0;
	background: var(--dark);
}

.bg-dark .btn-style-one.solid .icon {
	background: var(--white);
}

.bg-dark .btn-style-one.solid .icon svg path {
	stroke: var(--color-heading);
}

.btn-style-one.dark .icon {
	background: var(--dark);
}

.btn-style-one.border-dark .icon {
	background: transparent;
	border: 2px solid var(--dark);
}

.btn-style-one.border-white .icon {
	background: transparent;
	border: 2px solid var(--white);
}

.btn-style-one.border-theme .icon {
	background: transparent;
	border: 2px solid var(--color-primary);
}

.btn-style-one.white .icon {
	background: var(--dark);
}

.text-light .btn-style-one.white .icon {
	background: var(--white);
}

.btn-style-one.white {
	color: var(--color-heading);
}

.bg-theme.text-light .btn-style-one.white .icon {
	background: var(--dark);
}

.btn-large-border a {
	display: inline-flex;
	height: 150px;
	width: 150px;
	min-width: 150px;
	padding: 0 20px;
	text-align: center;
	background: var(--white);
	border: 1px solid #cccccc;
	text-transform: uppercase;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	line-height: 1.3;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.btn-large-border.large a {
	height: 220px;
	width: 220px;
}

.bg-dark .btn-large-border a {
	background: transparent;
}

.btn-large-border a:hover {
	color: var(--color-heading);
}

.bg-dark .btn-large-border a {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.btn-large-border a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 50%;
	width: 50%;
	background: var(--color-primary);
	z-index: -1;
	transition: all 0.25s ease-in-out;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}

.color-secondary .btn-large-border a::after {
	background: var(--color-primary-two);
}

.btn-large-border a:hover::after {
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.btn-large-border a:hover {
	border: 1px solid transparent;
	color: var(--color-heading);
}

.color-secondary .btn-large-border a:hover {
	color: var(--white);
}

.btn-large-border a i {
	display: inline-block;
	transform: rotate(-45deg);
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	transition: all 0.35s ease-in-out;
}

.quick-contact-items .btn-large-border {
	margin-left: 50px;
}

.quick-contact-items p {
	margin: 0;
}

.bg-theme .btn-large-border a {
	border: 2px solid;
}

.bg-theme .btn-large-border a i {
	color: var(--color-heading);
}

.bg-theme .btn-large-border a::after {
	background: var(--dark);
}

.bg-theme .btn-large-border a:hover {
	border-color: transparent;
	color: var(--white);
}

.bg-theme .btn-large-border a:hover i {
	color: var(--white);
}


/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-button i {
	display: inline-block;
	background: var(--color-primary);
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	position: relative;
}

.video-play-button i {
	font-weight: 100;
	font-size: 35px;
	position: relative;
	left: 3px;
	top: 2px;
}

.video-play-button .effect {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #07071e;
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.video-play-button .effect::before {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: #07071e;
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.video-play-button.with-text {
	width: auto;
	background: transparent;
}

.video-play-button.with-text span {
	position: relative;
	z-index: 1;
}

.video-play-button.with-text span i {
	margin-left: 25px;
	margin-right: 30px;
	color: var(--white);
	left: -1px;
}

.video-play-button.with-text .effect {
	height: 60px;
	width: 60px;
	left: 0;
	-webkit-animation: inherit;
	animation: inherit;
	background: var(--color-primary);
	top: 0;
	opacity: 1;
	z-index: 1;
}

.video-play-button.with-text .effect::before {
	display: none;
}

.video-play-button.with-text .effect::after {
	background: var(--color-primary);
	height: 100%;
	width: 100%;
	z-index: inherit;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}


/* ============================================================== 
    # Back to top
=================================================================== */

.scrollToTop {
	height: 55px;
	width: 55px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #dae0d4;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	z-index: 999;
}

.bg-dark .scrollToTop {
	background-color: var(--white);
}

.scrollToTop .water {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: var(--color-primary);
}

.color-secondary .scrollToTop .water {
	background: var(--color-primary-two);
}

.scrollToTop.active-progress {
	display: block !important;
}

.scrollToTop .arrowUp {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-heading);
	font-size: 24px;
}

.scrollToTop .arrowUp i {
	font-size: 18px;
	font-weight: 400;
}


/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--white);
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999999;
}

.nice-select::after {
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: auto;
}

.nice-select.open ::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999999;
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: #96aac1;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--white);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 700;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.mfp-iframe-holder .mfp-close {
	color: transparent;
	background: transparent;
}

.mfp-iframe-holder .mfp-close::before {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	z-index: 1;
	display: block;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	color: var(--white);
}


/* ============================================================== 
    # Banner One
=================================================================== */

.banner-style-one-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.color-secondary .banner-style-one-area {
	background: #eeeff0;
}

.banner-style-one-area:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: overlay;
	background-image: linear-gradient(var(--black), transparent 1px), linear-gradient(to right, var(--black), transparent 1px);
	background-size: 100% 40px, 40px 100%;
	opacity: 1;
}

.bg-dark .banner-style-one-area:before {
	background-image: linear-gradient(var(--white), transparent 1px), linear-gradient(to right, var(--white), transparent 1px);
	background-size: 100% 40px, 40px 100%;
	opacity: 0.15;
	mix-blend-mode: normal;
}

.banner-style-one-area::after {
	position: absolute;
	left: 50%;
	top: 15%;
	transform: translateX(-50%);
	content: "";
	height: 10%;
	width: 40%;
	background: linear-gradient(135deg, #7e7b1a, #c3c3c3);
	border-radius: 50%;
	z-index: -1;
	filter: blur(180px);
}

.color-secondary .banner-style-one-area::after {
	background: linear-gradient(135deg, #ff9ea2, #f9eec0);
}

.bg-dark .banner-style-one-area::after {
	background: linear-gradient(135deg, #7e7b1a, #0031ff);
}

.banner-style-one-area {
	padding-top: 200px;
}

.banner-style-one-area h2 {
	font-size: 110px;
	text-transform: capitalize;
	margin-bottom: 40px;
	margin-top: -30px;
}

.banner-style-one-area h2 strong {
	display: flex;
	margin-left: 85px;
	align-items: center;
}

.video-card {
	display: inline-flex;
	background: var(--white);
	text-align: left;
	padding: 30px;
	border-radius: 10px;
	gap: 25px;
	position: relative;
	z-index: 1;
	align-items: center;
}

.banner-style-one-area .video-card {
	bottom: -120px;
}

.video-card i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--color-heading);
}

.color-secondary .video-card i {
	background: var(--dark-secondary);
	color: var(--white);
}

.video-card p {
	margin: 0;
	line-height: 1.4;
	color: var(--color-heading);
	font-size: 18px;
	font-weight: 600;
}

.banner-style-one-area .content p {
	font-size: 18px;
	margin: 0;
	margin-top: 135px;
}

.banner-style-one-area h2 img {
	height: 80px;
	margin: 0 15px;
}

.banner-style-one-area p.quotes {
	font-size: 26px;
	line-height: 1.4;
	display: inline-block;
	border-top: 2px solid;
	padding-top: 20px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
	margin-left: 90px;
	color: var(--color-heading);
}

.bg-dark .banner-style-one-area p.quotes {
	color: var(--white-secondary);
}

.banner-style-one-area p.quotes::after {
	position: absolute;
	right: 0;
	content: "";
	height: 30px;
	width: 30px;
	background: url(../img/icon/arrow-head.png);
	background-repeat: no-repeat;
	background-position: right top;
	top: -15px;
}

.bg-dark .banner-style-one-area p.quotes::after {
	filter: brightness(0) invert(1);
}

.home-container {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	height: 100vh;
	margin: auto;
}

.home-container video, .home-container img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	transform: translateX(-50%);
	height: 100%;
}

/* ============================================================== 
    # About Style Three
=================================================================== */
.large-heading {
	font-size: 80px;
	line-height: 1.1;
	font-weight: 600;
}

.text-move-item {
	font-size: 20vw;
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--color-primary);
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, var(--color-primary) 0%, #edfbd8 50%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-flex;
	margin-bottom: 60px;
}

.color-secondary .text-move-item {
	background: var(--color-primary-two);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-style-one-info {
	display: grid;
	grid-template-columns: 0.7fr 1fr 300px;
	gap: 50px;
}

ul.fun-fact-style-three {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.fun-fact-style-three li {
	border: 1px solid #e7e7e7;
	padding: 40px 37px;
	margin-top: 30px;
	border-radius: 8px;
}

.bg-dark ul.fun-fact-style-three li {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.1);
}

ul.fun-fact-style-three li:first-child {
	margin-top: 0;
}

ul.fun-fact-style-three li .js-counter {
	display: flex;
	align-items: center;
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
	color: var(--color-heading);
}

.bg-dark ul.fun-fact-style-three li .js-counter {
	color: var(--white);
}

ul.fun-fact-style-three li:nth-child(2) {
	background: var(--white);
}

ul.fun-fact-style-three h2 {
	line-height: 1.4;
	font-size: 24px;
	margin-bottom: 15px;
}

.about-style-one-info img {
	border-radius: 10px;
}

.about-style-one-info p {
	font-size: 26px;
	line-height: 1.5;
}

.about-style-one-info .thumb img {
	z-index: -1;
	position: relative;
}

/* ============================================================== 
    # Services Style One
=================================================================== */
.services-style-one-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}

.services-style-one-item {
	padding: 50px 37px;
	background: var(--white);
	border: 1px solid #dddddd;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.bg-gray .services-style-one-item {
	border: 1px solid var(--bg-gray);
}

.bg-dark .services-style-one-item {
	background: var(--dark);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.bg-dark .bg-gray .services-style-one-item {
	background: var(--dark-secondary);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.services-style-one-item .icon img {
	height: 69px;
	margin-bottom: 80px;
}

.services-style-one-item a {
	font-weight: 600;
}

.services-style-one-item p {
	margin-bottom: 0;
}

.services-style-one-item h2 {
	margin-bottom: 25px;
	font-size: 24px;
}

.card-item:nth-child(2n) .services-style-one-item {
	display: flex;
	flex-direction: column-reverse;
}

.card-item:nth-child(2n) .services-style-one-item .icon img {
	margin-bottom: 0;
	margin-top: 80px;
}

/* ============================================================== 
    # Services Details
=================================================================== */

.services-details-area {
	position: relative;
	z-index: 1;
}

@media (min-width: 1024px) {
	.services-details-area::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		height: 300px;
		width: 300px;
		background: var(--bg-gradient);
		z-index: -1;
		filter: blur(150px);
	}

	.color-secondary .services-details-area::after {
		background: var(--bg-gradient-seconday);
		filter: blur(250px);
	}
}

.services-details-card {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
	gap: 50px;
}

.tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tags-list li {
	display: inline-block;
	border: 1px solid #999a9e;
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 15px;
	color: var(--color-heading);
}

.bg-dark .tags-list li {
	color: var(--white);
}

.bg-dark .tags-list li {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-details-top-info .tags-list {
	margin-top: 30px;
}

.service-details-top-info .breadcrumb {
	margin-left: -8px;
}

/* Process */
.process-area .content {
	padding-left: 110px;
}

.process-steps {
	display: flex;
	align-items: flex-end;
	line-height: 1.4;
	font-size: 28px;
	gap: 15px;
	font-weight: 500;
	color: var(--color-heading);
}

.bg-dark .process-steps {
	color: var(--white);
}

.process-steps strong {
	font-size: 150px;
	color: var(--color-primary);
	line-height: 0.8;
	font-weight: 700;
}

.timeline-progress {
	display: flex;
	gap: 30px;
}

.timeline-progress .left {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timeline-progress .left .number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	color: var(--color-heading);
	flex: 0 0 auto;
	position: relative;
	z-index: 9;
	margin: 0;
	font-weight: 700;
	border: 2px solid #dddddd;
}

.bg-dark .timeline-progress .left .number {
	background: #ffefe9;
	color: var(--color-heading);
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.color-style-two .timeline-progress .left .number {
	background: var(--color-style-two);
}

.timeline-progress .left .number-line {
	width: 3px;
	height: 100%;
	background: #cccccc;
	border-top: none;
	position: relative;
	overflow: hidden;
}

.bg-dark .timeline-progress .left .number-line {
	background: var(--white);
}

.timeline-progress .left .timeline-line-fill {
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	border-radius: 0;
	transform: scaleY(0);
	transform-origin: top;
}

.timeline-progress .content {
	border: 1px solid #dddddd;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	position: relative;
}

.bg-dark .timeline-progress .content {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline-progress:last-child .content {
	margin-bottom: 0;
}

.timeline-progress .content h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.timeline-progress .content p {
	margin: 0;
}

.timeline-progress .top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 15px;
}

.timeline-progress .top h3,
.timeline-progress .top h4 {
	margin: 0;
	font-size: 24px;
}

.timeline-progress img {
	height: 50px;
}

.timeline-progress:nth-child(2n) .top {
	flex-direction: row-reverse;
}

.progress-left .thumb img {
	border-radius: 10px;
}


/* Service Overview */

.services-details-area .title {
	margin-bottom: 25px;
}

.card-style-one {
	padding: 80px;
	background: var(--bg-gray);
}

.card-style-one h1 {
	font-size: 30px;
}

.bg-dark .card-style-one {
	background: #2d313d;
}

.service-overview-area .thumb {
	height: 100%;
	overflow: hidden;
}

.service-overview-area .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.card-style-one ul.list-style-two li {
	font-size: 18px;
}


/* ============================================================== 
    # Why Choose Us
=================================================================== */
.brand-heading h2 {
	font-weight: 500;
}

.brand-heading .btn-style-one {
	position: relative;
	top: -10px;
}

.clients-lists {
	align-items: center;
	margin-left: 20px;
	margin-right: -5px;
	display: inline-flex;
	position: relative;
	top: 12px;
}

.clients-lists img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin-left: -20px;
	border: 2px solid var(--white);
	display: inline-block;
}

.bg-dark .clients-lists img {
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.brand-heading h2 strong {
	font-weight: 500;
	font-style: italic;
	font-family: var(--font-style-two);
}

.brand-style-one-item img {
	max-height: 45px;
}

.customer-list {
	display: flex;
	align-items: center;
	text-align: left;
}

.customer-list .teams {
	margin-left: 15px;
}

.customer-list img {
	height: 55px;
	width: 55px;
	min-width: 55px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.8);
	margin-left: -15px;
}

.customer-list span, .customer-list i {
	margin: 0;
	height: 55px;
	width: 55px;
	min-width: 55px;
	text-align: center;
	line-height: 51px;
	background: var(--white);
	border-radius: 50%;
	margin-left: -20px;
	color: var(--color-heading);
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #dddddd;
}

.bg-dark .customer-list span, .customer-list i {
	background: var(--dark-secondary);
	color: var(--white);
	border: 2px solid var(--color-primary);
}

.bg-theme .customer-list span,
.bg-theme .customer-list i {
	background: var(--white);
}

.card-style-three > img {
	padding: 0 25%;
	margin-bottom: 50px;
}

.card-style-three .customer-list {
	padding-top: 10px;
}

.customer-list h3 {
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 20px;
	font-family: var(--font-default);
	font-weight: 600;
}

.shadow-shape-top {
	position: relative;
	z-index: 1;
}

.shadow-shape-top::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 300px;
	width: 300px;
	background: var(--bg-gradient);
	z-index: -1;
	filter: blur(150px);
}

.color-secondary .shadow-shape-top::after {
	display: none;
}

.grid-layout-items {
	display: grid;
	grid-template-columns: 2fr 1fr 2fr;
	gap: 20px;
}

.grid-layout-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 37px;
	background: var(--white);
	overflow: hidden;
	border-radius: 10px;
}

.bg-dark .grid-layout-item {
	background: #303648;
}

.bg-dark .bg-gray .grid-layout-item {
	background: var(--dark);
}

.grid-layout-item.card-style-three {
	background: var(--bg-gray);
}

.bg-gray .grid-layout-item.card-style-three {
	background: var(--white);
}

.bg-dark .grid-layout-item.card-style-three {
	background: #303648;
}

.bg-dark .bg-gray .grid-layout-item.card-style-three {
	background: var(--dark);
}

/* Individual items */
.grid-layout-item:first-child {
	grid-column: 1;
	grid-row: 1;
}

.grid-layout-item:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.grid-layout-item:nth-child(3) {
	grid-column: 3;
	grid-row: 1 / span 2;
}

.grid-layout-item:nth-child(4) {
	grid-column: 1 / span 2;
	grid-row: 2;
}

.grid-layout-item.experience-cards {
	padding: 0;
}

.experience-cards img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

.experience-cards {
	position: relative;
	z-index: 1;
}

.experience-cards::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--dark) 100%) repeat scroll 0 0;
	mix-blend-mode: darken;
}

.experience-cards .content {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 50px;
}

.experience-cards .content h2 {
	margin: 0;
	font-size: 24px;
	color: var(--white);
}

.counter-style-one .fun-fact {
	display: inline-flex;
	gap: 15px;
	align-items: flex-end;
	left: 0;
	bottom: 0;
	color: var(--white);
	position: relative;
	padding-right: 10px;
	margin-bottom: 15px;
}

.counter-style-one .fun-fact .timer {
	font-size: 120px;
	line-height: 90px;
	font-weight: 700;
}

.counter-style-one .fun-fact .operator {
	position: absolute;
	top: 0;
	right: -15px;
	line-height: 1;
	font-size: 35px;
}

.experience-card h4 {
	margin-bottom: 0;
	font-size: 20px;
}

.project-card {
	padding: 50px;
	background-size: cover;
	position: relative;
	background: var(--white);
	overflow: inherit;
}

.bg-gray .project-card {
	background: var(--bg-gray);
}


.bg-dark .project-card {
	background: var(--dark);
}

.bg-dark .bg-gray .project-card {
	background: var(--dark-secondary);
}

.project-card::after {
	position: absolute;
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg, #dc8c00 0%, var(--color-primary) 50%);
	content: "";
	z-index: -1;
	border-radius: 12px;
}

.color-secondary .project-card::after {
	background: linear-gradient(45deg, #000000 0%, #ff4851 70%);
}

.project-card img {
	border-radius: 10px;
	margin-top: 30px;
}

.grid-layout-item .text-move-conetnt h2 {
	font-size: 54px;
}

.grid-layout-item .text-move-conetnt:nth-child(2n) h2 {
	color: var(--white-secondary);
}

.grid-layout-item .text-move-conetnt .item::after {
	margin-top: 0;
}

.project-card .flex-item {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px;
}

.bg-theme .list-item-one li {
	color: var(--color-heading);
	font-weight: 500;
}

.bg-theme .list-item-one li::after {
	background: var(--dark);
}

.project-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.grid-layout-item.review-card {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1.8fr;
	justify-content: space-between;
	gap: 50px;
	background-size: cover;
	position: relative;
	z-index: 1;
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.07),
  0px 3px 6px rgba(0, 0, 0, 0.10),
  inset 0px -7px 0px rgba(0, 0, 0, 0.045),
  inset 0px 4px 0px rgba(255, 255, 255, 0.55);
}

.bg-dark .grid-layout-item.review-card {
	box-shadow: 0px 12px 24px rgb(14 11 11 / 42%), 0px 6px 10px rgb(0 0 0 / 28%), inset 0px -8px 0px rgb(73 73 73 / 24%), inset 0px 0px 0px rgb(255 255 255 / 10%);
}

.bg-dark .grid-layout-item.review-card::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	height: 35px;
	width: 45%;
	background: var(--color-primary);
	filter: blur(55px);
	transform: translateX(-50%);
}

.grid-layout-item.review-card .icon {
	text-align: center;
}

.grid-layout-item.review-card img {
	height: 100px;
}

.grid-layout-item.review-card h2 {
	margin-bottom: 0;
	line-height: 1.4;
}

.grid-layout-item.review-card h2 {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 20px;
}

.grid-layout-item.review-card .ratings {
	margin-bottom: 8px;
	color: #ffc300;
}

.color-secondary .grid-layout-item.review-card .ratings {
	color: var(--color-primary-two);
}

.grid-layout-item.review-card h3 {
	margin: 0;
}

.list-item-one ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	margin-top: -10px;
}

.list-item-one li {
	font-weight: 600;
	margin: 7px 0;
	position: relative;
	z-index: 1;
	padding-left: 15px;
}

.list-item-one li::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: var(--bg-gradient);
	z-index: -1;
	border-radius: 50%;
	transform: translateY(-50%);
}

.color-secondary .list-item-one li::after {
	background: var(--bg-gradient-seconday);
}

.contact-fact {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 50px;
	padding-top: 30px;
}

.contact-fact .js-counter {
	font-size: 80px;
	line-height: 1;
	color: var(--color-primary);
	font-weight: 500;
}

.contact-fact .counter-title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

.contact-fact .js-counter .js-counter-num {
	color: var(--color-primary);
}

/* ============================================================== 
    # Portfolio Style One
=================================================================== */
.large-heading {
	margin-bottom: 60px;
}

.large-heading h1 {
	text-transform: uppercase;
	font-size: 160px;
	display: block;
	line-height: 0.8;
	font-weight: 700;
	letter-spacing: -0.6px;
}

.large-heading span {
	text-transform: uppercase;
	color: var(--color-primary);
	background: linear-gradient(45deg, var(--color-primary) 0%, #ebebeb 50%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-flex;
	margin-top: 30px;
	text-align: right;
	float: right;
}

.color-secondary .large-heading span {
	color: var(--color-primary-two);
	background: linear-gradient(45deg, var(--color-primary-two) 0%, var(--color-primary-two) 50%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.portfolio-style-one {
	background: var(--white);
	position: relative;
	overflow: hidden;
	padding: 15px;
	border-radius: 10px;
	margin-top: 120px;
}

.bg-dark .portfolio-style-one {
	background: var(--dark);
}

.portfolio-style-one a {
	font-weight: 600;
}

.portfolio-style-one .info {
	padding: 15px;
	padding-bottom: 30px;
}

.portfolio-style-one .info h2 {
	font-size: 30px;
}

.portfolio-style-one img {
	border-radius: 10px;
}

.portfolio-style-one .tags {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
}

.portfolio-style-one .tags li {
	text-transform: uppercase;
	display: inline-block;
	padding: 2px 15px;
	border-radius: 7px;
	font-weight: 600;
	border: 1px solid #dddddd;
}

.bg-dark .portfolio-style-one .tags li {
	font-weight: 400;
	border: none;
}

.bg-dark .portfolio-style-one .tags li {
	padding: 4px 15px;
	box-shadow: 0px -2px 0px #0a0a0a inset, 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 10px 25px rgba(0, 0, 0, 0.15), 0px 30px 60px rgba(0, 0, 0, 0.12);
}

.portfolio-style-one .tags li a {
	font-weight: 600;
}

.color-secondary .portfolio-style-one .tags li a {
	color: var(--color-primary-two);
}

.bg-dark .portfolio-style-one .tags li a {
	font-weight: 400;
	color: var(--color-primary);
}

/* ============================================================== 
    # Project Details
=================================================================== */

.project-details-top-info h1 {
	font-size: 135px;
	line-height: 1;
	margin-bottom: 0;
}

.project-details-top-info h1 strong {
	display: block;
	font-weight: 600;
}

.project-details-top-info h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

ul.project-info-list {
	margin-bottom: 0;
	border-top: 1px solid #dddddd;
	list-style: none;
	display: flex;
	text-align: left;
	gap: 50px;
	padding-top: 50px;
	margin-top: 70px;
}

.bg-dark ul.project-info-list {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

ul.project-info-list p {
	margin: 0;
}

ul.project-info-list > li {
	flex-grow: 1;
}

ul.project-info-list > li:last-child {
	border: none;
}

ul.project-info-list ul li {
	margin-top: 5px;
}

.project-details-top-info ul.list-style-two li {
	font-size: 17px;
}

.bg-dark .project-details-top-info ul.list-style-two li {
	color: var(--white-secondary);
}

.full-width-thumb img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.thumb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.item-grid-container {
	display: grid;
	grid-row-gap: 60px;
}

.item-grid-colum {
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
}

.item-grid-colum .left-info h2 {
	display: flex;
	align-items: center;
}

.item-grid-colum .left-info h2 strong {
	position: relative;
	z-index: 1;
	margin-right: 25px;
	padding-right: 50px;
	font-size: 40px;
	font-weight: 700;
}

.bg-dark .item-grid-colum .left-info h2 strong {
	color: var(--white);
}

.item-grid-colum .left-info h2 strong::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 2px;
	width: 30px;
	border-top: 1px solid;
	color: #8d8d8d;
}

.bg-dark .item-grid-colum .left-info h2 strong::after {
	color: #b1b2f2;
}

.bg-dark .item-grid-colum .left-info h2 strong::after {
	border-top: 1px solid;
	color: var(--white);
}

.project-details-items .list-style-two li {
	font-size: 17px;
}

.bg-dark .project-details-items .list-style-two li {
	color: var(--white-secondary);
}

.project-details-items .thumb {
	overflow: hidden;
}

.gallery-item {
	height: 100%;
	overflow: hidden;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.work-overview-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.work-overview-item {
	border-top: 1px solid #dddddd;
	padding-top: 30px;
	display: flex;
	align-items: flex-end;
	gap: 30px;
}

.bg-dark .work-overview-item {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.work-overview-item .js-counter {
	font-size: 55px;
	line-height: 1;
	min-width: 180px;
	font-weight: 600;
	color: var(--color-heading);
}

.bg-dark .work-overview-item .js-counter {
	color: var(--white);
	font-weight: 500;
}

.work-overview-item:first-child, .work-overview-item:nth-child(2) {
	border: none;
}

.work-overview-item span.medium {
	font-size: 20px;
	color: var(--color-heading);
}

.bg-dark .work-overview-item span.medium {
	color: var(--white);
}

.project-details-items .thumb img {
	width: 100%;
}

.project-pagination-items {
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-pagination-items a {
	display: inline-block;
	height: 250px;
	width: 250px;
	text-align: center;
	line-height: 250px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	margin: 0 -20px;
}

.bg-dark .project-pagination-items a {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.project-pagination-items a i {
	font-weight: 100;
	font-size: 25px;
	position: relative;
	top: 3px;
}

.project-pagination-items a i.fa-long-arrow-left {
	margin-right: 5px;
}

.project-pagination-items a i.fa-long-arrow-right {
	margin-left: 5px;
}

.project-pagination-items a:hover, 
.project-pagination-items a.active {
	background: var(--color-primary);
	position: relative;
	z-index: 1;
	border-color: var(--color-primary);
	color: var(--color-heading);
}

.color-secondary .project-pagination-items a:hover, 
.color-secondary .project-pagination-items a.active {
	background: var(--color-primary-two);
	position: relative;
	z-index: 1;
	border-color: var(--color-primary-two);
	color: var(--white);
}

.project-details-area .title {
	margin-bottom: 25px;
}

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

ul.list-style-two li {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 20px;
	margin-top: 5px;
	position: relative;
	padding-left: 32px;
	color: var(--color-heading);
}

.bg-dark ul.list-style-two li {
	color: var(--white);
}

ul.list-style-two li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '\e80d';
	font-family: "validFonts";
}

ul.list-style-two li:first-child {
	margin-top: 0;
}

/* ============================================================== 
    # Award
=================================================================== */
ul.award-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.award-list li {
	display: grid;
	justify-content: space-between;
	gap: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 0;
	align-items: center;
	grid-template-columns: 1fr 2fr 150px;
}

ul.award-list li h2 {
	margin-bottom: 10px;
	font-size: 24px;
}

ul.award-list li .year {
	text-align: right;
}

ul.award-list li p {
	margin: 0;
}

ul.award-list li img {
	max-height: 35px;
}

ul.award-list li h3 {
	margin-bottom: 0;
	font-size: 20px;
	color: var(--white-secondary);
}

.award-thumb {
	height: 100%;
}

.award-thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.award-info {
	background: var(--bg-gradient);
	padding: 50px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 1;
	padding-left: 100px;
}

.award-info img {
	position: absolute;
	z-index: -1;
	left: -5%;
	max-width: 220px;
	bottom: 30px;
}

.award-info h4 {
	color: var(--color-heading);
}

.award-info h3 {
	color: var(--color-heading);
	margin: 0;
	font-style: italic;
	font-size: 24px;
}

.award-style-two-area {
	position: relative;
	z-index: 1;
	background-size: cover !important;
	background-position: bottom right !important;
}

.award-style-two-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 25%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--dark-secondary) 100%) repeat scroll 0 0;
	z-index: -1;
}

ul.award-list.style-two li {
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 10px;
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 15px;
	padding: 30px;
}

ul.award-list.style-two li:first-child {
	margin-top: 0;
}

ul.award-list.style-two li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #f6ffe9;
	color: #0D0D0D;
	clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
	transform-origin: center;
	transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.color-secondary ul.award-list.style-two li:after {
	background-color: #ffe0e2;
}

ul.award-list.style-two li:hover::after,
ul.award-list.style-two li.active::after {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

ul.award-list li.active img {
	filter: brightness(0);
}

ul.award-list li.active h2 {
	color: var(--color-heading);
}

ul.award-list li.active p {
	color: var(--color-heading);
}

ul.award-list li.active h3 {
	color: var(--color-heading);
}


/* ============================================================== 
    # Team Style One
=================================================================== */
.hover-reveal-item {
	position: relative;
}

.reveal-hover-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 300px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	border-radius: 10px;
	margin: -160px 0 0 -160px;
	transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: scale(0.35);
	background-repeat: no-repeat;
	background-size: cover;
}

.hover-reveal-item:hover .reveal-hover-thumb {
	opacity: 1;
}

.hover-reveal-item .reveal-hover-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.team-style-one-item .content .title-info {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.team-style-one-item .content .title-info span {
	display: inline-block;
	background: linear-gradient(45deg, var(--color-primary) 0%, #ebebeb 50%);
	color: var(--color-heading);
	padding: 0 10px;
	border-radius: 5px;
	font-weight: 500;
}

.color-secondary .team-style-one-item .content .title-info span {
	background: var(--dark);
	color: var(--white);
}

.hover-reveal-item a {
	font-weight: 600;
}

.team-style-one-item .social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.team-style-one-item .social a {
	display: flex;
	align-items: center;
	gap: 0;
}

.team-style-one-item .social a .icon {
	display: inline-flex;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all 0.35s ease-in-out;
}

.bg-dark .team-style-one-item .social a .icon {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-style-one-item:hover .social a .icon {
	background: var(--white);
	color: var(--color-heading);
}

.team-style-one-item .content {
	display: flex;
	align-items: center;
	gap: 50px;
	justify-content: space-between;
	border-radius: 10px;
	transition: all 0.35s ease-in-out;
	position: relative;
	z-index: 1;
}

.team-style-one-item .social a span {
	height: 40px;
	line-height: 38px;
	border: 1px solid #cccccc;
	border-radius: 30px;
	padding: 0 25px;
	font-weight: 500;
	transition: all 0.35s ease-in-out;
}

.bg-dark .team-style-one-item .social a span {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-style-one-item:hover .social a span {
	background: var(--white);
	color: var(--color-heading);
}

.team-style-one-item .content h3 {
	margin-bottom: 0;
}

.team-style-one-item .content p {
	margin: 0;
}

.team-style-one-item .content h5 {
	margin: 0;
	margin-top: 20px;
	font-weight: 500;
}

.team-style-one-item .content h5 a {
	font-weight: 500;
}

.team-style-one-item .content .left-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	text-transform: uppercase;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 10px;
}

.team-style-one-item .content .left-info ul li {
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: var(--color-paragraph);
	transition: all 0.35s ease-in-out;
	font-weight: 500;
}

.bg-dark .team-style-one-item .content .left-info ul li {
	color: var(--white-secondary);
	font-weight: 400;
}

.team-style-one-item:hover .content .left-info ul li {
	color: var(--color-heading);
}

.bg-dark .team-style-one-item:hover .content .left-info ul li {
	color: var(--white);
}

.team-style-one-item .content .left-info ul li::after {
	position: absolute;
	content: "";
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 5px;
	background: var(--color-primary);
	border-radius: 50%;
}

.color-secondary .team-style-one-item .content .left-info ul li::after {
	background: var(--color-primary-two);
}

.team-style-one-item .content .left-info ul li:last-child::after {
	display: none;
}

.team-style-one-item {
	padding: 80px 50px;
	position: relative;
	z-index: 1;
}

.team-style-one-item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 1px;
	width: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(190 190 190), rgba(255, 255, 255, 0));
	z-index: -1;
}

.bg-dark .team-style-one-item::after {
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.team-style-one-item:first-child::after {
	display: none;
}

.team-style-one-item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #f5f5f5;
	z-index: -1;
	border-radius: 30px;
}

.bg-gray .team-style-one-item::before {
	background: var(--white);
}

.bg-dark .team-style-one-item::before {
	background: rgba(255, 255, 255, 0.05);
}

.team-style-one-item .left-info span {
	color: var(--white-secondary);
}


/* ============================================================== 
    # Team Single
=================================================================== */

.team-single-items {
	position: relative;
	z-index: 1;
}

.team-single-items .thumb img {
	border-radius: 10px;
	width: 100%;
}

@media (min-width: 992px) {
	.team-single-items .thumb {
		position: sticky;
		top: 160px;
	}
}

.team-single-area .right-info .social {
	display: flex;
	margin-top: 35px;
	font-weight: 600;
	align-items: center;
}

.team-single-area .right-info .social h4 {
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 25px;
}

.team-single-area .right-info .social ul {
	margin: 0;
	padding: 0;
	border: none;
}

.team-single-area .right-info .social .share-link {
	position: relative;
	z-index: 1;
	margin-left: 15px;
	padding-right: 20px;
}

.team-single-area .right-info .social .share-link>i {
	display: inline-block;
	height: 45px;
	background: var(--dark);
	line-height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: var(--white);
}

.bg-dark .team-single-area .right-info .social .share-link>i {
	background: var(--white);
	color: var(--color-heading);
}

.team-single-area .right-info .social ul {
	display: flex;
	list-style-type: none;
	grid-gap: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
	left: 58px;
	opacity: 1;
	pointer-events: auto;
}

.team-single-area .right-info .social ul li {
	display: inline-block;
	margin: 0;
}

.team-single-area .right-info .social ul li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	line-height: 47px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 50%;
	color: var(--color-heading);
}

.team-single-items .about ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 25px;
}

.team-single-items .about ul li {
	margin-top: 10px;
	font-size: 18px;
	color: var(--color-heading);
	font-weight: 500;
}

.bg-dark .team-single-items .about ul li {
	color: var(--white);
}

.team-single-items .about ul li a {
	color: var(--color-paragraph);
	font-weight: 500;
}

.bg-dark .team-single-items .about ul li a {
	color: var(--white-secondary);
}

.team-single-items .about ul li a:hover {
	color: var(--color-primary);
}

.color-secondary .team-single-items .about ul li a:hover {
	color: var(--color-primary-two);
}

.team-single-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}

.team-single-area .right-info .title {
	margin-bottom: 10px;
}

.team-single-area .right-info .about span {
	display: block;
	margin-bottom: 20px;
	color: var(--color-primary);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}

.color-secondary .team-single-area .right-info .about span {
	color: var(--color-primary-two);
}

.team-list-item h3 {
	margin-bottom: 30px;
	font-size: 28px;
}

.team-list-item h4 {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 20px;
}

.team-list-item span {
	text-transform: none;
	margin-bottom: 5px;
	color: var(--color-heading);
	display: block;
}

.bg-dark .team-list-item span {
	color: var(--white-secondary);
}

.team-list-item li {
	margin-top: 30px;
}

.team-list-item li:first-child {
	margin-top: 0;
}

.team-single-list ul {
	border: none;
	margin-top: 0;
	padding: 0;
}

.team-list-item ul {
	border-left: 1px solid;
	padding-left: 25px;
}

.team-list-item ul li {
	position: relative;
	z-index: 1;
}

.team-list-item ul li::after {
	position: absolute;
	left: -33px;
	top: 3px;
	content: "";
	height: 15px;
	width: 15px;
	border: 2px solid var(--color-primary);
	border-radius: 50%;
	background: var(--white);
}

.color-secondary .team-list-item ul li::after {
	border: 2px solid var(--color-primary-two);
}

.bg-dark .team-list-item ul li::after {
	background: var(--dark);
}

.skill-items .progress {
    overflow: inherit;
    height: 10px;
    border-radius: 50px;
    background: #e4e5e7;
}

.bg-dark .skill-items .progress {
	background: #869099;
}

.skill-items .progress .progress-bar {
	background: var(--color-primary);
	overflow: inherit;
	border-radius: 30px;
	position: relative;
}

.color-secondary .skill-items .progress .progress-bar {
	background: var(--color-primary-two);
}

.progress-box:first-child {
	margin-top: 0;
}

.progress-box {
	margin-top: 35px;
}

.skill-items .progress-box h4 {
	font-size: 20px;
	font-weight: 500;
}

.skill-items .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -45px;
    background: #e8e6e6;
    border-radius: 5px;
    font-weight: 600;
    padding: 0px 8px;
    display: inline-block;
    color: var(--color-heading);
    font-size: 17px;
}

.bg-dark .skill-items .progress .progress-bar span {
	background: var(--white);
}

.skill-items .progress .progress-bar span::after {
	position: absolute;
	left: 3px;
	bottom: -10px;
	content: "";
	height: 11px;
	width: 12px;
	background: var(--white-secondary);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contact-form-card {
    padding: 80px;
    border-radius: 10px;
    background: #f0f0f2;
}

.bg-dark .contact-form-card {
	background: #323441;
}

.contact-form-card p {
	font-size: 17px;
}

.contact-form-card .sub-title {
	border-color: #c5c6ff;
	margin-bottom: 25px;
}

.contact-form-card .form-group {
	margin-bottom: 30px;
}

.contact-form-card .form-group input, .contact-form-card .form-group textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d6d6e2;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.bg-dark .contact-form-card .form-group input, 
.bg-dark .contact-form-card .form-group textarea {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--white);
}

/* CSS */
.bg-dark .contact-form-card .form-group input::-webkit-input-placeholder,
.bg-dark .contact-form-card .form-group textarea::-webkit-input-placeholder {
 /* Chrome */
	color: var(--white-secondary);
}

.bg-dark .contact-form-card .form-group input:-ms-input-placeholder,
.contact-form-card .form-group textarea:-ms-input-placeholder {
 /* IE 10+ */
	color: var(--white-secondary);
}

.bg-dark .contact-form-card .form-group input::-moz-placeholder,
.bg-dark .contact-form-card .form-group textarea::-moz-placeholder {
 /* Firefox 19+ */
	color: var(--white-secondary);
	opacity: 1;
}

.bg-dark .contact-form-card .form-group input:-moz-placeholder,
.bg-dark .contact-form-card .form-group textarea:-moz-placeholder {
 /* Firefox 4 - 18 */
	color: var(--white-secondary);
	opacity: 1;
}

.contact-form-card .form-group textarea {
	height: 150px;
}

/* ============================================================== 
    # Pricing Plan
=================================================================== */

@media (min-width: 1024px) {
	.pricing-left {
		position: sticky;
		top: 210px;
	}
}

.pricing-info {
	padding-left: 50px;
	border-left: 1px solid #dddddd;
	margin-left: 25%;
}

.bg-dark .pricing-info {
	border-color: rgba(255, 255, 255, 0.2);
}

.pricing-style-one-items {
	position: relative;
	z-index: 1;
}

.pricing-style-one-item:first-child {
	margin-top: 0;
}

.pricing-style-one-item {
	padding: 50px;
	border-radius: 15px;
	overflow: hidden;
	z-index: 1;
	margin-top: 30px;
	border: 5px solid var(--bg-gray);
	background: var(--white);
}

.bg-dark .pricing-style-one-item {
	border: 5px solid #32343c;
	background: var(--dark);
}

@media (min-width: 1024px) {
	.pricing-style-one-item {
		position: sticky;
		top: 0;
	}
}

.pricing-style-one-item .bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 50px;
}

.pricing-style-one-item h1 {
	font-size: 50px;
	margin-bottom: 0;
}

.pricing-style-one-item .btn {
	border-radius: 30px;
}

.pricing-style-one-item h1 sup {
	font-size: 35px;
	font-weight: 500;
}

ul.list-style-four {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

ul.list-style-four li {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

ul.list-style-four li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #d6d6d5;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 600;
	color: var(--color-heading);
}

.color-secondary ul.list-style-four li i {
	color: var(--color-primary-two);
}

.bg-dark ul.list-style-four li i {
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--color-primary);
}

ul.list-style-four li h3 {
	margin-bottom: 5px;
	font-size: 20px;
}

ul.list-style-four li p {
	margin: 0;
}

.pricing-style-one-item h2 {
	font-size: 30px;
}

.pricing-style-one-item h1 sub {
	font-size: 18px;
	font-weight: 400;
}

/* ============================================================== 
    # Text Move
=================================================================== */

.text-mov-shape {
	position: relative;
	z-index: 2;
}

.text-mov-shape::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--bg-gradient);
	z-index: -1;
	transform: rotateZ(2deg);
	opacity: 0.4;
}

.color-secondary .text-mov-shape::after {
	background: var(--bg-gradient-seconday);
}

.text-move-area {
	transform: rotateZ(-2.07deg);
	padding-top: 10px;
	padding-bottom: 25px;
}

.text-move-items {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-move-conetnt {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: slide-left 50s linear infinite;
	white-space: nowrap;
}

.text-move-conetnt h2 {
	font-size: 80px;
	margin: 0 50px;
	font-weight: 600;
	line-height: 1;
}

.bg-gradient .text-move-conetnt h2 {
	color: var(--color-heading);
}

.color-secondary .bg-gradient .text-move-conetnt h2 {
	color: var(--white);
}

.text-move-conetnt .item {
	position: relative;
}

.text-move-conetnt .item::after {
	position: absolute;
	right: -20px;
	top: 50%;
	content: "";
	height: 50px;
	width: 50px;
	background: url(../img/shape/2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	transform: translateY(-50%);
	margin-top: 7px;
}

.bg-gradient .text-move-conetnt .item::after {
	filter: brightness(0);
}

.color-secondary .bg-gradient .text-move-conetnt .item::after {
	filter: brightness(0) invert(1);
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.info-card-style-one {
	background: rgba(255, 255, 255, 0.08);
	padding: 80px 60px;
	border-radius: 10px;
}

.info-card-style-one .sub-title {
	font-size: 20px;
}


/* ============================================================== 
	# testimonial-style-one
=================================================================== */

.ceo-quote {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
	height: 100%;
}

.ceo-quote .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	color: var(--white);
}

.ceo-quote .video-btn::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background: rgba(255, 255, 255, 0.1);
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: -1;
	backdrop-filter: blur(30px);
}

.ceo-quote img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.tesimonial-style-one-area {
	background-size: 28%;
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}

.testimonial-one-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 80px;
	height: 100%;
}

.rating-card-one {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
}

.rating-card-one h2 {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	letter-spacing: -1px;
	border-radius: 5px;
	border: 1px solid;
}

.bg-dark .rating-card-one h2 {
	border-color: rgba(255, 255, 255, 0.2);
}

.rating-card-one i {
	color: #ffb500;
	font-size: 16px;
}

.rating-card-one h3 {
	margin: 0;
	margin-top: 5px;
	font-size: 24px;
}

.testimonial-style-one-item {
	padding: 50px;
	background: var(--white);
	border-radius: 10px;
}

.bg-dark .testimonial-style-one-item {
	background: #22272b;
}

.testimonial-style-one-item .tm-provider {
	border-top: 1px solid #e4e0df;
	padding-top: 20px;
	margin-top: 50px;
}

.bg-dark .testimonial-style-one-item .tm-provider {
	border-color: rgba(255, 255, 255, 0.2);
}

.testimonial-style-one-item .tm-provider h2 {
	margin-bottom: 5px;
	font-size: 24px;
}

.bg-dark .testimonial-style-one-item .tm-provider span {
	color: var(--white-secondary);
}

.testimonial-style-one-item .thumb img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.testimonial-style-one-item .thumb {
	height: 70px;
	width: 70px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.testimonial-one-left .thumb {
	position: relative;
	z-index: 1;
	max-width: 300px;
}

.testimonial-one-left .thumb img {
	border-radius: 8px;
}

.testimonial-one-left .thumb::after {
	position: absolute;
	left: 100%;
	top: -40px;
	content: "";
	height: 50px;
	width: 50px;
	background: var(--color-primary);
	border-radius: 7px;
	margin-left: -15px;
	z-index: -1;
}

.testimonial-one-left .thumb::before {
	position: absolute;
	left: 100%;
	top: -60px;
	content: "";
	height: 30px;
	width: 30px;
	background: #88976f;
	margin-left: 20px;
	border-radius: 5px;
	z-index: -1;
}

.testimonial-style-one-item .thumb i {
	position: absolute;
	right: -11px;
	bottom: 0;
	height: 40px;
	width: 40px;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--color-heading);
	line-height: 1;
	font-size: 13px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	border: 2px solid var(--white);
}

.color-secondary .testimonial-style-one-item .thumb i {
	background: var(--color-primary-two);
	color: var(--white);
}

.bg-dark .testimonial-style-one-item .thumb i {
	border: 2px solid var(--dark);
}

.testimonial-style-one-item .thumb i::before {
	top: 1px;
	position: relative;
}

.testimonial-style-one-item .item-ratings {
	position: absolute;
	right: 50px;
	top: 70px;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #dddddd;
	padding: 0 15px;
	border-radius: 30px;
}

.bg-dark .testimonial-style-one-item .item-ratings {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-style-one-item .item-ratings i {
	font-size: 16px;
	position: relative;
	top: -1px;
	color: #ffba10;
}

.color-secondary .testimonial-style-one-item .item-ratings i {
	color: var(--color-primary-two);
}

/* ============================================================== 
    # Faq
=================================================================== */
.faq-style-one-items {
	padding: 80px;
	border: 5px solid #e7e7e7;
	border-radius: 20px;
	overflow: hidden;
}

.bg-dark .faq-style-one-items {
	border-color: rgba(255, 255, 255, 0.2);
}

.faq-left-info .title {
	text-transform: uppercase;
}

.accordion-style-one-item button.accordion-button {
	box-shadow: none;
	padding: 25px 30px;
	font-size: 20px;
	border: none;
	background: transparent;
	border-radius: 10px;
	padding-right: 85px;
	line-height: 1.4;
	color: var(--color-heading);
}

.bg-dark .accordion-style-one-item button.accordion-button {
	color: var(--white);
}

.accordion-secondary .accordion-style-one-item button.accordion-button {
	border: 2px solid var(--white);
}

.accordion-style-one-item button.accordion-button::before {
	position: absolute;
	right: 30px;
	top: 20px;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	height: 35px;
	width: 35px;
	background: var(--dark);
	color: var(--white);
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 15px;
}

.bg-dark .accordion-style-one-item button.accordion-button::before {
	background: var(--white);
	color: var(--color-heading);
}


.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f068";
}

.accordion-style-one-item button.accordion-button:not(.collapsed) {
	color: var(--color-heading);
	border-radius: 0;
	border: none;
}

.bg-dark .accordion-style-one-item button.accordion-button:not(.collapsed) {
	color: var(--white);
}

.accordion-secondary .accordion-style-one-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
}

.accordion-style-one-item .accordion-body {
	position: relative;
	z-index: 1;
	padding: 30px;
}

.accordion-secondary .accordion-style-one-item .accordion-body {
	background: var(--bg-gradient);
}

.accordion-style-one-item {
	overflow: hidden;
	border-radius: 10px;
	margin-top: 15px;
	background: transparent;
	border: 1px solid #dddddd;
}

.bg-dark .accordion-style-one-item {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-style-one-item .accordion-body::after {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 0;
	content: "";
	height: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-style-one-item .accordion-body p {
	margin: 0;
}

.accordion-style-one-item:first-child {
	margin-top: 0;
}

.accordion-style-one-item button.accordion-button::after {
	display: none;
}

.faq-left-info  p {
	margin-top: 20px;
}


/* ============================================================== 
    # Blog
=================================================================== */

.blog-style-one {
	border-top: 1px solid #dddddd;
	padding-top: 50px;
	margin-top: 50px;
}

.bg-dark .blog-style-one {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-style-one-info a {
	font-weight: 500;
}

.blog-area .blog-style-one img {
	border-radius: 10px;
}

.blog-style-one:first-child {
	margin-top: 0;
}

ul.blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

ul.blog-meta li {
	position: relative;
	z-index: 1;
	padding-right: 14px;
	color: var(--color-heading);
}

.bg-dark ul.blog-meta li {
	color: var(--white);
}

ul.blog-meta li::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 5px;
	width: 5px;
	background: var(--dark);
	border-radius: 50%;
	margin-top: 1px;
}

.text-light ul.blog-meta li::after {
	background: var(--white);
}

.color-style-five ul.blog-meta li::after {
	background: var(--color-style-five);
}

ul.blog-meta li:last-child:after {
	display: none;
}

ul.blog-meta li a {
	font-weight: 400;
}

a.btn-circle-border {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 49px;
	border: 1px solid #dddddd;
	text-align: center;
	border-radius: 50%;
}

.bg-dark a.btn-circle-border {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

a.btn-circle-border:hover {
	background: var(--color-style-five);
	border-color: var(--color-style-five);
	color: var(--color-heading);
}

.btn-standard {
	display: inline-flex;
	height: 50px;
	border: 1px solid var(--dark);
	border-radius: 25px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.bg-dark .btn-standard {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-standard i {
	font-size: 15px;
	font-weight: 400;
}

.btn-standard span {
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.btn-standard:hover span {
	opacity: 1;
	visibility: visible;
	transition: all 0.35s ease-in-out;
	transition-delay: 0.2s;
}

.btn-standard:hover {
	width: 170px;
	color: var(--color-heading);
}

.color-secondary .btn-standard:hover {
	color: var(--color-heading);
}

.bg-dark .btn-standard:hover {
	color: var(--white);
}

.btn-standard:hover i {
	opacity: 0;
	visibility: hidden;
}

/* ============================================================== 
    # Contact
=================================================================== */

.contact-left-info .title {
	text-transform: uppercase;
	font-size: 55px;
}

.contact-left-info p {
	margin-top: 20px;
}

.btn i.fa-comment {
	transform: none;
}

ul.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

ul.contact-list li a {
	font-weight: 500;
	font-size: 20px;
}

ul.contact-list h2 {
	color: var(--color-paragraph);
	font-weight: 500;
	font-size: 17px;
}

.bg-dark ul.contact-list h2 {
	color: var(--white-secondary);
	font-weight: 400;
}

ul.contact-list p {
	color: var(--color-heading);
	font-weight: 600;
	margin-bottom: 0;
}

.bg-dark ul.contact-list p {
	color: var(--white);
}

.form-group {
	margin-bottom: 15px;
}

form.contact-form-style-one {
	margin-top: 50px;
	padding: 50px;
	border-radius: 15px;
	border: 1px solid #e7e7e7;
}

.bg-dark form.contact-form-style-one {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

form.contact-form-style-one input,
form.contact-form-style-one textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0;
	padding-left: 0;
	color: var(--color-heading);
}

.bg-dark form.contact-form-style-one input,
.bg-dark form.contact-form-style-one textarea {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--white);
}


/* CSS */


.bg-dark form.contact-form-style-one input::-webkit-input-placeholder,
.bg-dark form.contact-form-style-one textarea::-webkit-input-placeholder {
 /* Chrome */
	color: var(--white-secondary);
}

.bg-dark form.contact-form-style-one input:-ms-input-placeholder,
.bg-dark form.contact-form-style-one textarea:-ms-input-placeholder {
 /* IE 10+ */
	color: var(--white-secondary);
}

.bg-dark form.contact-form-style-one input::-moz-placeholder,
.bg-dark form.contact-form-style-one textarea::-moz-placeholder {
 /* Firefox 19+ */
	color: var(--white-secondary);
	opacity: 1;
}

.bg-dark form.contact-form-style-one input:-moz-placeholder,
.bg-dark form.contact-form-style-one textarea:-moz-placeholder {
 /* Firefox 4 - 18 */
	color: var(--white-secondary);
	opacity: 1;
}

form.contact-form-style-one input:focus,
form.contact-form-style-one textarea:focus {
	background: transparent;
	box-shadow: none;
	border-color: var(--dark);
}

.bg-dark form.contact-form-style-one input:focus,
.bg-dark form.contact-form-style-one textarea:focus {
	background: transparent;
	box-shadow: none;
	border-color: var(--white);
}

form.contact-form-style-one textarea {
	height: 180px;
}

form.contact-form-style-one button {
	margin-top: 25px;
}

.google-maps iframe {
	height: 650px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}


/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
	position: relative;
	z-index: 1;
}

.error-page-area .shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: left !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-page-area .shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: right !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-box h1 {
	font-size: 150px;
	line-height: 110px;
	font-weight: 700;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
	font-weight: 600;
	margin-bottom: 20px;
}

.error-box p {
	padding: 0 10%;
}

/* ============================================================== 
    # Footer
=================================================================== */

footer {
	position: relative;
	z-index: 1;
}

footer .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 35%;
}

footer .shape img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

footer .shape::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 60%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--dark-secondary) 80%) repeat scroll 0 0;
}

footer img.logo {
	height: 50px;
	margin-bottom: 30px;
}

.footer-style-two .about p {
	padding-right: 20%;
}

footer .f-item.about h3 {
	line-height: 1.4;
}

footer .f-item.about h3 a {
	text-decoration: underline;
}

ul.social-style-two {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 10px;
}

ul.social-style-two li a {
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 20px;
	border-radius: 10px;
	color: var(--white-secondary);
	text-transform: uppercase;
	font-weight: 500;
}

.bg-dark-secondary ul.social-style-two li a {
	background: #2d2e31;
}

ul.social-style-two li a:hover {
	background: var(--white);
	color: var(--color-heading);
}

ul.social-style-two li a i {
	margin-right: 3px;
}

footer ul.address-list {
	display: flex;
	gap: 100px;
}

footer ul.address-list p {
	margin: 0;
}

.f-item.link.style-two {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 30px;
}

footer .widget-title {
	margin-bottom: 30px;
	font-weight: 700;
}

.style-two .useful-link {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 10px;
}

.style-two .useful-link li {
	margin: 0;
}

.footer-style-three .about p {
	font-size: 20px;
}

.f-item.link.style-two {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 30px;
}

ul.social-style-two {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 10px;
}

footer .f-item.link li a {
	display: inline-block;
	font-weight: 500;
	color: var(--white-secondary);
	font-size: 17px;
}

footer .f-item.link li a:hover {
	color: var(--white);
}

.bg-dark footer .f-item.link li a:hover {
	color: var(--white);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0;
	margin-top: 120px;
}

.footer-bottom p {
	margin-bottom: 0;
}

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

.footer-bottom ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

.footer-bottom ul li::after {
	position: absolute;
	left: -4px;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: var(--white);
	transform: translateY(-50%);
	border-radius: 50%;
	margin-top: 1px;
}

.footer-bottom ul li:first-child::after {
	display: none;
}

.footer-bottom ul li a {
	font-weight: 500;
}

/* ============================================================== 
    # Responsive
=================================================================== */

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.banner-style-one-area h2 {
		font-size: 100px;
	}
}

.banner-style-one-area h2 img {
	height: 70px;
}

@media screen and (max-width: 1399px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	/* Default CSS */
	.title {
		font-size: 48px !important;
	}

	/* Banner */
	.banner-style-one-area h2 {
		font-size: 80px;
	}

	.banner-style-one-area h2 img {
		height: 55px;
	}

	.banner-style-one-area .content p {
		margin: 0;
	}

	.banner-style-one-area p.quotes {
		margin-left: 0;
	}

	.banner-style-one-area .col-xl-3 {
		width: 33.33333333%;
	}

	.home-container video, .home-container img {
		width: 100% !important;
	}

	/* About */

	.about-style-one-area {
		padding-top: 100px;
	}

	.about-style-one-info p {
		font-size: 20px;
		line-height: 1.8;
	}

	/* Services */
	.services-style-one-item {
		padding: 50px 30px;
	}

	.services-style-one-item h2 {
		margin-bottom: 25px;
		font-size: 20px;
	}

	/* Why Choose Us */

	.grid-layout-item {
		display: block;
		grid-column: inherit !important;
		grid-row: inherit !important;
	}

	.grid-layout-items {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.experience-cards .content {
		right: auto;
		left: 0;
		padding: 30px;
	}

	.grid-layout-item br {
		display: none;
	}

	.project-card {
		padding: 30px;
	}

	.project-card h2 {
		font-size: 30px;
	}

	.grid-layout-item.review-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.project-card .flex-item {
		gap: 30px;
	}

	.customer-list img:nth-child(2) {
		display: none;
	}

	/* Project Details */
	.project-details-top-info h1 {
		font-size: 100px;
		line-height: 1.1;
	}

	/* Award */
	.award-style-two-items .offset-xl-1 {
		margin-left: 0 !important;
		width: 66.66666667%;
	}

	/* Testimonial */
	.testimonial-style-one-item {
		padding: 50px 37px;
	}

	/* Blog */
	.blog-style-one .align-items-center {
		align-items: flex-start !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
	/* Default CSS */
	.title {
		font-size: 42px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* Default CSS */
	.title {
		font-size: 48px !important;
	}

	.breadcrumb-area h1 {
		font-size: 50px;
	}

	/* Banner */

	.home-container video, .home-container img {
		width: 100% !important;
	}

	.banner-style-one-area .content p {
		margin-left: 85px;
		margin-top: 0;
	}

	.banner-style-one-area .video-card {
		margin-top: -50px;
		margin-left: 85px;
	}

	/* About */

	.about-style-one-area {
		padding-top: 100px;
	}

	.about-style-one-info {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		margin-right: calc(-.5 * var(--bs-gutter-x));
		margin-left: calc(-.5 * var(--bs-gutter-x));
	}

	.about-style-one-info > div {
		flex: 0 0 auto;
		width: 50%;
		max-width: 100%;
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	.about-style-one-info > div.right-info {
		width: 100%;
		margin-top: 50px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}

	.about-style-one-info .thumb {
		margin: 0;
		height: 100%;
		position: relative;
	}

	.about-style-one-info .thumb img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.about-style-one-info p {
		font-size: 22px;
		line-height: 1.65;
	}

	/* Services */
	.services-style-one-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.services-style-one-item {
		height: 100%;
	}

	.card-item:nth-child(2n) .services-style-one-item {
		display: block;
	}

	.services-style-one-item .icon img {
		margin-bottom: 50px;
	}

	.card-item:nth-child(2n) .services-style-one-item .icon img {
		margin-top: 0;
		margin-bottom: 50px;
	}

	/* Service Details */
	.card-style-one {
		padding: 50px;
	}

	.faq-left-info {
		margin-bottom: 50px;
	}

	/* Why Choose Us */

	.grid-layout-item {
		display: block;
		grid-column: inherit !important;
		grid-row: inherit !important;
	}

	.grid-layout-items {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.experience-cards .content {
		right: auto;
		left: 0;
		padding: 30px;
	}

	.grid-layout-item br {
		display: none;
	}

	.project-card {
		padding: 30px;
	}

	.project-card h2 {
		font-size: 30px;
	}

	.grid-layout-item.review-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.project-card .flex-item {
		gap: 30px;
	}

	.customer-list img:nth-child(2) {
		display: none;
	}

	/* Project Details */
	.project-details-top-info h1 {
		font-size: 100px;
		line-height: 1.1;
	}

	/* Pricing */
	.pricing-style-one-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		margin-top: 60px;
	}

	.pricing-style-one-item {
		margin: 0;
	}

	.pricing-style-one-item .bottom {
		flex-wrap: wrap;
		border-top: 1px solid #dddddd;
		padding-top: 20px;
		gap: 20px;
	}

	.bg-dark .pricing-style-one-item .bottom {
		border-color: rgba(255, 255, 255, 0.2);
	}

	.pricing-info {
		margin-left: 70px;
	}

	/* Team */
	.team-style-one-item {
		padding: 70px 30px;
	}

	/* Testimonials */
	.ceo-quote-wrap {
		display: none;
	}

	/* Text Move */
	.text-move-area {
		transform: none;
	}

	.text-mov-shape::after {
		transform: skewY(5deg);
	}

	/* Blog */
	.blog-style-one .align-items-center {
		align-items: flex-start !important;
	}

	.blog-style-one .pl-80 {
		padding-left: 30px;
	}
	

	/* Contact */
	.contact-right-info {
		padding-left: 15px;
		margin-top: 50px;
	}
}

@media (min-width: 1024px) {
}

/* Screen Mobile To Tablet */
@media screen and (max-width: 991px) {
	.scrollToTop {
		display: none !important;
	}
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* Default CSS */
	.title {
		font-size: 48px !important;
	}

	/* Banner Style One */
	.banner-style-one-area {
		padding-top: 110px;
	}

	.banner-style-one-area h2 {
		margin-top: 0;
		font-size: 80px;
	}

	.banner-style-one-area h2 img {
		height: 50px;
	}

	.banner-style-one-area .content p {
		margin-top: 0;
		font-size: 20px;
	}

	.banner-style-one-area p.quotes {
		margin-left: 0;
		margin-bottom: 0;
		max-width: 60%;
	}

	.banner-style-one-area .video-card {
		margin-top: -50px;
	}

	.home-container video, .home-container img {
		height: auto;
		position: inherit;
	}

	.home-container {
		height: auto;
	}

	
	/* About */

	.about-style-one-area {
		padding-top: 0;
	}

	.about-style-one-info {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-style-one-info .thumb {
		margin: 0;
		margin-top: 20px;
	}

	.about-style-one-info .thumb img {
		width: 100%;
	}

	.text-scroll-items {
		text-align: left !important;
	}

	.text-scroll-items .text-move-item {
		margin: 0;
	}

	.about-style-one-info .icon img {
		display: none;
	}

	.about-style-one-info p {
		font-size: 18px;
		line-height: 1.8;
	}

	.about-style-one-info .fun-fact-style-three {
		display: none;
	}

	/* Services */
	.services-style-one-items {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.services-style-one-item {
		height: 100%;
	}

	.card-item:nth-child(2n) .services-style-one-item {
		display: block;
	}

	.services-style-one-item .icon img {
		margin-bottom: 50px;
	}

	.card-item:nth-child(2n) .services-style-one-item .icon img {
		margin-top: 0;
		margin-bottom: 50px;
	}

	/* Service Details */
	.what-we-do .site-heading {
		margin-bottom: 0;
	}

	.what-we-do ul.list-style-two {
		margin-bottom: 30px;
	}

	.accordion-style-one-items {
		margin-top: 50px;
	}

	/* Why Choose Us */
	.shadow-shape-top::after {
		height: 200px;
		width: 200px;
	}

	.grid-layout-item {
		display: block;
		grid-column: inherit !important;
		grid-row: inherit !important;
	}

	.grid-layout-items {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.experience-cards .content {
		right: auto;
		left: 0;
		padding: 30px;
	}

	.grid-layout-item br {
		display: none;
	}

	.project-card {
		padding: 30px;
	}

	.project-card h2 {
		font-size: 30px;
	}

	.grid-layout-item.review-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.project-card .flex-item {
		gap: 30px;
	}

	.customer-list img:nth-child(2) {
		display: none;
	}

	/* Portfolio */
	.portfolio-style-one {
		margin-top: 50px;
	}

	.portfolio-style-one-items {
		margin-top: 30px;
	}

	/* Project Details */
	.project-details-top-info h1 {
		font-size: 80px;
		line-height: 1.1;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	/* Team */
	.team-style-one-item .content {
		display: grid;
		gap: 30px;
	}

	.reveal-hover-thumb {
		display: none;
	}

	.text-move-area {
		transform: none;
	}

	.text-mov-shape::after {
		transform: skewY(5deg);
	}

	/* Team Details */
	.team-single-items .thumb img {
		margin-bottom: 50px;
	}

	/* Pricing */
	.pricing-info {
		border: none;
		margin: 0;
		padding: 0;
		margin-bottom: 60px;
	}

	.pricing-left .site-heading {
		margin-bottom: 25px;
	}

	.pricing-style-one-item .bottom {
		margin-top: 40px;
		padding-top: 30px;
		border-top: 1px solid #dddddd;
	}

	.bg-dark .pricing-style-one-item .bottom {
		border-color: rgba(255, 255, 255, 0.2);
	}

	/* Blog */
	.blog-area .blog-style-one img {
		margin-bottom: 30px;
	}

	/* Contact */
	.contact-right-info ul.contact-list {
		margin-top: 50px;
		padding-top: 30px;
		border-top: 1px solid #dddddd;
	}

	.bg-dark .contact-right-info ul.contact-list {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.contact-style-one-area {
		padding-bottom: 50px;
	}

	.google-maps iframe {
		height: 450px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	/* Default CSS */
	.title {
		font-size: 36px;
	}

	.title br {
		display: none;
	}

	.attr-nav .btn-style-one {
		display: none;
	}

	.nav-full-width .side {
		padding: 30px;
		padding-top: 0;
	}

	.nav-full-width .side a.close-side {
		right: 40px;
		top: 38px;
	}

	/* Banner Style One */
	.banner-style-one-area {
		padding-top: 70px;
	}

	.banner-style-one-area h2 {
		font-size: 40px;
		margin: 0;
		margin-bottom: 25px;
	}

	.banner-style-one-area h2 strong {
		margin: 0;
		margin-top: 5px;
	}

	.banner-style-one-area h2 img {
		height: 30px;
	}

	.banner-style-one-area .content p {
		margin-top: 0;
	}

	.banner-style-one-area p.quotes {
		margin-left: 0;
		border: none;
		padding-top: 0;
		display: none;
	}

	.banner-style-one-area p.quotes::after {
		display: none;
	}

	.banner-style-one-area .video-card {
		margin-top: -50px;
	}

	.home-container video, .home-container img {
		height: auto;
		position: inherit;
	}

	.home-container {
		height: auto;
	}

	.banner-style-one-area .content {
		margin-bottom: -30px;
	}

	/* About */
	.about-style-one-info {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-style-one-info .thumb {
		margin: 0;
		margin-top: 40px;
	}

	.text-scroll-items {
		text-align: left !important;
		margin-bottom: -95px;
	}

	.text-scroll-items .text-move-item {
		margin: 0;
	}

	.about-style-one-info .icon img {
		display: none;
	}

	.about-style-one-info p {
		font-size: 18px;
		line-height: 1.8;
	}

	/* Services */
	.services-style-one-items {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.card-item:nth-child(2n) .services-style-one-item {
		display: block;
	}

	.services-style-one-item .icon img {
		margin-bottom: 50px;
	}

	.card-item:nth-child(2n) .services-style-one-item .icon img {
		margin-top: 0;
		margin-bottom: 50px;
	}

	/* Why Choose Us */
	.grid-layout-items {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.grid-layout-item {
		display: block;
		padding: 30px;
	}

	.shadow-shape-top::after {
		display: none;
	}

	.title .clients-lists {
		display: none;
	}

	.brand-heading h2 strong {
		font-family: var(--font-default);
		font-style: normal;
	}

	.grid-layout-item.project-card h2 {
		font-size: 30px;
	}

	.grid-layout-item.project-card h2 br {
		display: none;
	}

	.project-card .flex-item {
		gap: 30px;
	}

	.project-card img {
		margin-top: 50px;
	}

	.grid-layout-item.review-card {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 40px;
		padding: 50px 30px;
	}

	.grid-layout-item.card-style-three {
		text-align: center;
	}

	.card-style-three .customer-list {
		justify-content: center;
	}

	/* Portfolio */
	.large-heading h1 {
		font-size: 60px;
		text-align: center;
	}

	.large-heading span {
		margin-top: 15px;
		float: none;
		display: block;
		text-align: center;
	}

	.portfolio-style-one {
		margin-top: 30px;
	}

	.portfolio-style-one-items {
		margin-top: -40px;
	}

	/* Project Details */
	.project-details-top-info h1 {
		font-size: 40px;
		line-height: 1.2;
	}

	ul.project-info-list {
		display: grid;
		gap: 30px;
		margin-top: 30px;
		padding-top: 30px;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.project-pagination-items {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
	}

	.item-grid-colum .left-info h2 {
		font-size: 30px;
	}

	.item-grid-colum .left-info h2 strong {
		font-size: 30px;
	}

	/* Team */
	.team-style-one-item .content {
		display: grid;
		gap: 30px;
	}

	.team-style-one-item .content .title-info {
		display: block;
	}

	.team-style-one-item .content .title-info span {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.team-style-one-item {
		padding: 35px;
		margin-top: 30px;
		border-radius: 10px;
		display: flex;
		flex-direction: column-reverse;
	}

	.team-style-one-item:first-child {
		margin-top: 0;
	}

	.team-style-one-item::after {
		display: none;
	}

	.team-style-one-item .content .left-info ul {
		display: block;
	}

	.team-style-one-item .content .left-info ul li {
		margin-top: 8px;
		padding-left: 15px;
	}

	.team-style-one-item .content .left-info ul li::after {
		right: auto;
		left: 0;
	}

	.team-style-one-item .content .left-info ul li:last-child::after {
		display: block;
	}

	.team-style-one-item::before {
		border-radius: 10px;
	}

	.reveal-hover-thumb {
		position: inherit;
		width: 100%;
		height: auto;
		opacity: 1;
		margin: 0;
		transition: none;
		pointer-events: inherit;
		transform: none;
	}

	.hover-reveal-item .reveal-hover-thumb img {
		border-radius: 10px;
		margin-bottom: 30px;
	}

	/* Team Details */
	.team-single-items .thumb img {
		margin-bottom: 30px;
	}

	.team-single-area .right-info .social .share-link {
		display: none;
	}

	.team-single-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.contact-form-card {
		padding: 35px;
	}

	.contact-form-card p br {
		display: none;
	}

	/* Award */
	ul.award-list.style-two li {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	ul.award-list li .year {
		text-align: left;
	}

	/* Pricing */
	.pricing-info {
		border: none;
		margin: 0;
		padding: 0;
		margin-bottom: 50px;
	}

	.pricing-style-one-item {
		padding: 35px;
	}

	.pricing-style-one-item .bottom {
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
		margin-top: 30px;
		border-top: 1px solid #e7e7e7;
		padding-top: 30px;
	}

	.bg-dark .pricing-style-one-item .bottom {
		border-color: rgba(255, 255, 255, 0.15);
	}

	.customer-list img:nth-child(2) {
		display: none;
	}

	.pricing-left .site-heading {
		margin-bottom: 20px;
	}

	/* Text Move */
	.text-move-conetnt h2 {
		font-size: 50px;
		padding-top: 8px;
	}

	.text-move-area {
		transform: none;
	}

	.text-mov-shape {
		overflow: hidden;
	}

	.text-mov-shape::after {
		display: none;
	}

	/* Faq */
	.services-details-area::after {
		display: none;
	}

	.what-we-do ul.list-style-two {
		margin-bottom: 30px;
	}

	ul.list-style-two li {
		font-size: 17px;
	}

	.card-style-one {
		padding: 30px;
	}

	.service-overview-area .thumb img {
		height: auto;
		margin-bottom: 30px;
	}

	.faq-style-one-items {
		border: none;
		padding: 0;
		overflow: inherit;
	}

	.accordion-style-one-items {
		margin-top: 50px;
	}

	.services-details-area .title {
		margin-bottom: 25px;
	}

	.what-we-do .site-heading {
		margin-bottom: 0;
	}

	/* Blog */
	.blog-area .blog-style-one img {
		margin-bottom: 40px;
	}

	/* Contact */
	.contact-left-info .title {
		text-transform: none;
	}

	.contact-right-info ul.contact-list {
		margin-top: 30px;
		grid-template-columns: 1fr;
		gap: 30px;
		border-top: 1px solid #dddddd;
		padding-top: 30px;
	}

	.bg-dark .contact-right-info ul.contact-list {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	form.contact-form-style-one {
		padding: 40px;
		margin-top: 30px;
	}

	.google-maps iframe {
		height: 300px;
	}

	/* Footer */

	footer ul.address-list {
		flex-direction: column;
		gap: 30px;
	}

	.footer-bottom {
		text-align: center;
		margin-top: 70px;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 5px;
	}

	.footer-bottom ul li {
		margin: 0 7px;
		padding: 0 7px;
	}

	.footer-bottom ul li::after {
		left: -10px;
	}
}



/* ============================================================== 
    # Preloader CSS
=================================================================== */
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--white);
	z-index: 999;
}

.bg-dark #preloader {
	background-color: var(--dark);
}

.rynox-loader-wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
}

.rynox-loader-inner {
	position: fixed;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.rynox-loader {
	margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.rynox-loader {
		transform: scale(0.8);
		margin-left: 66px;
	}
}

.rynox-loader-item {
	position: absolute;
	width: 6px;
	height: 80px;
	margin-top: -45px;
	border-radius: 0px;
	background-color: var(--color-primary);
	animation: rynox-loader-aim 0.8s infinite;
	animation-direction: alternate-reverse;
}

.color-secondary .rynox-loader-item {
	background-color: var(--color-primary-two);
}

.rynox-loader .rynox-loader-item:nth-child(1) {
	margin-left: 0px;
}

.rynox-loader .rynox-loader-item:nth-child(2) {
	margin-left: -14px;
	animation-delay: 0.1s;
}

.rynox-loader .rynox-loader-item:nth-child(3) {
	margin-left: -28px;
	animation-delay: 0.2s;
}

.rynox-loader .rynox-loader-item:nth-child(4) {
	margin-left: -42px;
	animation-delay: 0.3s;
}

.rynox-loader .rynox-loader-item:nth-child(5) {
	margin-left: -56px;
	animation-delay: 0.4s;
}

.rynox-loader .rynox-loader-item:nth-child(6) {
	margin-left: -70px;
	animation-delay: 0.5s;
}

.rynox-loader .rynox-loader-item:nth-child(7) {
	margin-left: -84px;
	animation-delay: 0.6s;
}

.rynox-loader .rynox-loader-item:nth-child(8) {
	margin-left: -98px;
	animation-delay: 0.7s;
}

@keyframes rynox-loader-aim {
	0% {
		height: 2px;
		margin-top: 0;
		transform: rotate(0deg);
	}

	100% {
		height: 80px;
		transform: rotate(0deg);
	}
}