/*--------------------------------------
1. Global Style
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--primary: #0fbe4a;
	--secondary: #323258;
	--success: #0fbe4a;
	--warning: #f59e0b;
	--danger: #ef4444;
	--dark: #151515;
	--darkcolor: #ffffff;
	--light: #f5f5f5;
	--lightcolor: #464545;
}

body {
	color: var(--lightcolor);
	line-height: 30px;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	background: var(--light);
}

html {
	scroll-behavior: smooth;
}

a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	outline: none;
	text-decoration: none;
	color: #282933;
}

.footer-area a {
	color: #ffffff;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 8px;
}

p:last-child {
	margin-bottom: 0;
}

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

ul li {
	list-style: none;
}

strong,
b {
	font-weight: 700;
}

address {
	margin-bottom: 0;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--secondary);
}

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

html {
	scroll-behavior: smooth;
}

section {
	scroll-margin-top: 70px;
}

.muktonavbar {
	padding: 18px 0;
	font-weight: 600
}

.nav-item {
	padding: 0px 5px;
}

.btn-primary {
	background-color: #5D87FF;
	border: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
	color: #2563eb;
}

.muktonavbar .btn-primary {
	padding: 8px 18px;
}

.btn-primary {
	background-color: var(--primary) !important;
	padding: 8px 18px !important;
}

.brand_bg {
	background-color: var(--primary) !important;
	color: #fff;
}

.primary-color {
	color: var(--primary);
}

input[type="radio"],
input[type="date"],
input[type="number"] {
	cursor: pointer;
}

/* --------------------------------------
2. Theme Extra Style
-----------------------------------------*/
ul.footer-social-icon {
	list-style: none;
}

ul.footer-social-icon li {
	display: inline-block;
	margin: 22px 5px;
	padding: 10px 18px;
	background-color: rgb(238, 33, 43);
	color: rgb(255, 255, 255);
	cursor: pointer;
}

ul.footer-social-icon li:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(238, 33, 43);
}

ul.footer-social-icon li:hover a {
	color: rgb(238, 33, 43);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.bypostauthor {
	display: block;
}

.codespring-social {
	margin-top: 40px;
	text-align: center;
}

.codespring-social i {
	width: 20px;
	height: 20px;
}

.codespring-social .share-post {
	padding: 10px;
}

.codespring-link {
	color: #ffffff;
}

.codespring-link:hover {
	color: #2d2d2d;
}

.codespring-whatsapp {
	background: #25D366;
	padding: 10px 20px;
	border-radius: 50px;
	margin-right: 10px;
}

.codespring-facebook {
	background: #1877F2;
	padding: 10px 20px;
	border-radius: 30px;
	margin-right: 10px;
}

.codespring-twitter {
	background: #1DA1F2;
	padding: 10px 20px;
	border-radius: 30px;
	margin-right: 10px;
}

.codespring-email {
	background: #DF2029;
	padding: 10px 20px;
	border-radius: 30px;
	margin-right: 10px;
}

.block-heading {
	display: flex;
}

.block-heading h4 {
	background: var(--primary);
	color: #ffff;
	padding: 10px 45px 10px 18px;
	font-weight: 500;
	border-radius: 0px 17px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 15px;
}

.block-heading::after {
	content: '';
	flex: 1 1 auto;
	margin-left: -5px;
	border-bottom: 2px solid var(--primary);
}

.title {
	font-size: 54px;
	font-weight: 700;
}

.breadcrumb {
	color: #d0d0d0;
	text-transform: uppercase;
	margin: 5px 0;
	font-size: 14px;
}

.breadcrumb a {
	color: #fff;
}

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}


#spinner {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 9px solid;
	border-color: #dbdcef;
	border-right-color: var(--primary);
	animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
	to {
		transform: rotate(1turn);
	}
}



.preloader-logo {
	position: absolute;
	bottom: 20px;
}

.projectloading {
	position: fixed;
	z-index: 30;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	bottom: 0;
	top: 0;
}

.p-loadingarea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#p-spiner {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 9px solid;
	border-color: #dbdcef;
	border-right-color: var(--primary);
	animation: spinner-d3wgkg 1s infinite linear;
}

.dots {
	width: 56px;
	height: 26.9px;
	margin: 30px auto;
	text-align: center;
	background: radial-gradient(circle closest-side, var(--primary) 90%, #0000) 0% 50%,
		radial-gradient(circle closest-side, var(--primary) 90%, #0000) 50% 50%,
		radial-gradient(circle closest-side, var(--primary) 90%, #0000) 100% 50%;
	background-size: calc(100%/3) 13.4px;
	background-repeat: no-repeat;
	animation: dots-7ar3yq 1s infinite linear;
}

@keyframes dots-7ar3yq {
	20% {
		background-position: 0% 0%, 50% 50%, 100% 50%;
	}

	40% {
		background-position: 0% 100%, 50% 0%, 100% 50%;
	}

	60% {
		background-position: 0% 50%, 50% 100%, 100% 0%;
	}

	80% {
		background-position: 0% 50%, 50% 50%, 100% 100%;
	}
}

#dash_spinner {
	width: 56px;
	height: 56px;
	margin: 20px auto;
	text-align: center;
	border-radius: 50%;
	border: 9px solid;
	border-color: #dbdcef;
	border-right-color: var(--primary);
	animation: spinner-d3wgkg 1s infinite linear;
}


/* --------------------------------------
3. Sales Dashboard
-----------------------------------------*/
.dashboard-card {
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s;
	overflow: hidden;
	cursor: pointer;
}

.dashboard-card:hover {
	transform: translateY(-5px);
}

.card-header {
	background: white;
	border-bottom: 1px solid #e2e8f0;
	font-weight: 600;
	padding: 1rem 1.5rem;
}

.metric-card {
	padding: 1.5rem;
	position: relative;
}

.metric-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.metric-card.primary::before {
	background-color: var(--primary);
}

.metric-card.success::before {
	background-color: var(--success);
}

.metric-card.warning::before {
	background-color: var(--warning);
}

.metric-card.danger::before {
	background-color: var(--danger);
}

.metric-value {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.metric-label {
	color: #64748b;
	font-size: 0.875rem;
	font-weight: 500;
}

.trend-up {
	color: var(--success);
}

.trend-down {
	color: var(--danger);
}

.chart-container {
	height: 250px;
	position: relative;
}

.recent-sales {
	max-height: 300px;
	overflow-y: auto;
}

.status-badge {
	padding: 0.35rem 0.5rem;
	border-radius: 8px;
	font-size: 0.75rem;
	font-weight: 600;
}

.status-completed {
	background-color: #d1fae5;
	color: var(--success);
}

.status-pending {
	background-color: #fef3c7;
	color: var(--warning);
}

.status-cancelled {
	background-color: #fee2e2;
	color: var(--danger);
}

/* --------------------------------------
4. Menu Header Style
-----------------------------------------*/
body.admin-bar .scrl {
	top: 32px;
}

.logo {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
}

.container {
	max-width: 1400px;
}

.first:first-child {
	padding-left: 0;
	margin-left: 0;
}

.last:last-child {
	padding-right: 0;
	margin-right: 0;
}

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

.hide-md {
	display: block !important;
}

.show-md {
	display: none !important;
}

.show-sm {
	display: none !important;
}

.hide-xs {
	display: block !important;
}

.show-xs {
	display: none !important;
}

.divider {
	height: 3px;
	width: 80px;
	background: var(--primary);
	margin: 14px auto;
}

.side-bg-effects {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.round-effects {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.main-header {
	position: absolute;
	width: 100%;
	/*background: #fff;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px 0px;
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;*/
	z-index: 24;
}

.hdr-nav>ul>li {
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}

/*.height-fix{
height: 90px;
}*/
/*.hdr-nav{
text-align: right;
}*/
.hdr-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.hdr-nav ul li a {
	text-decoration: none;
	font-size: 17px;
	color: #171717;
}

.hdr-nav ul li a:hover {
	color: #737373;
}

.hdr-nav ul li a:active {
	color: var(--primary);
}

.hdr-nav>ul>li {
	display: inline-block;
	position: relative;
}

.hdr-nav ul.sub-menu {
	opacity: 0;
	position: absolute;
	z-index: 0;
	background-color: #FFF;
	background-position: bottom right;
	background-clip: border-box;
	background-repeat: no-repeat;
	text-align: left;
	box-shadow: 0 0 3px rgb(0 0 0 / 15%);
	width: 250px;
	transition: all .3s;
	visibility: hidden;
	padding: 1px 0 0 0;
	border-top: 1px solid var(--primary);
}

.hdr-nav ul.sub-menu li a {
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	position: relative;
	display: block;
	word-break: break-word;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: capitalize;
	color: #777;
	transition: all .3s;
	border-bottom: 1px solid #eaeaea;
}

.hdr-nav ul.sub-menu li a:hover {
	background-color: #F9F9F9;
	color: #777;
}

.hdr-nav>ul>li>ul.sub-menu {
	top: 160%;
	left: 0;
}

.hdr-nav>ul>li a {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 500;
}

.logo img {
	max-width: 100%;
}

.nav-row {
	align-items: center;
}

.hdr-nav>ul>li.menu-item-has-children>a {
	position: relative;
	padding-right: 15px;
}

.hdr-nav>ul>li.menu-item-has-children:hover>ul.sub-menu {
	opacity: 1;
	top: 100%;
	visibility: visible;
	z-index: 20;
}

.hdr-nav>ul>li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	color: rgba(82, 82, 82, .45);
	font-size: 13px;
}

.hdr-nav ul.sub-menu li.menu-item-has-children>a {
	position: relative;
	padding-right: 15px;
}

.hdr-nav ul.sub-menu li.menu-item-has-children {
	position: relative;
}

.hdr-nav ul.sub-menu li.menu-item-has-children ul.sub-menu {
	position: absolute;
	left: 110%;
	top: 0;
	width: 180px;
}

.hdr-nav ul.sub-menu li.menu-item-has-children>a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	color: rgba(82, 82, 82, .45);
}

.hdr-nav ul.sub-menu li.menu-item-has-children:hover>ul.sub-menu {
	left: 100%;
	opacity: 1;
	z-index: 20;
	visibility: visible;
}

.active-mobile-menu {
	position: relative;
	overflow: hidden;
}

.active-mobile-menu {
	position: fixed;
	z-index: 25;
	background: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}

.mobile-menu {
	position: fixed;
	height: 100%;
	width: 300px;
	right: -300px;
	top: 0;
	bottom: 0;
	background: #fff;
	visibility: hidden;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.mobile-menu.active {
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	background: #fff;
	visibility: visible;
	z-index: 30;
	-webkit-transform: none;
	transform: none;
	right: 0;
}

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

.mobile-menu li a {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	min-height: 50px;
	border-bottom: 1px solid rgba(129, 129, 129, .2);
	color: #2d2a2a;
	text-transform: uppercase;
	letter-spacing: .2px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.3;
	text-decoration: none;
}

.mobile-menu ul.sub-menu {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	/* background-position: bottom right;
background-clip: border-box;
background-repeat: no-repeat;*/
	/*height: 0;*/
	display: none;
	border-left: 1px solid #ed1c2580;
	background: #f7f7f7;
}

/*.mobile-menu li.menu-item-has-children.active ul.sub-menu{
opacity: 1;
visibility: visible;
height: auto;
}*/
.mobile-menu ul li.menu-item-has-children {
	position: relative;
}

.mobile-menu ul li.menu-item-has-children>a {
	position: relative;
	z-index: 1;
}

.mobile-menu ul>li.menu-item-has-children {
	position: relative;
}

.mobile-menu ul>li.menu-item-has-children.active>a {
	background: #eff0f1;
}

.mobile-menu ul>li.menu-item-has-children .menu-expand-s:before {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	color: rgba(82, 82, 82, .45);
	z-index: 2;
	height: 50px;
	width: 50px;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 50px;
	border-left: 1px solid rgba(129, 129, 129, .2);
}

.mobile-menu ul>li.menu-item-has-children .menu-expand-s.active:before {
	content: "\f107";
	background: var(--primary);
	color: #fff;
}

.scrl .hdr-nav>ul>li {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.main-header.scrl {
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0;
	right: 0;
	animation:
		smoothScroll 1s forwards;
	background:
		#fff;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0px);
	}
}

.nav-button .global-btn {
	border-radius: 4px;
	padding: 15px 10px;
	font-weight: 500;
	width: 180px;
	text-align: center;
	text-transform: capitalize;
}

.nav-button .global-btn:hover {
	background: #082c4b !important;
}

.navbar-search-box {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.navbar-search-box #search {
	padding: 5px 20px;
	border-radius: 30px;
	border: 1px solid #d9d9d9;
	font-size: 16px;
	color: #6f6f6f;
}

.navbar-search-box .search-icon {
	position: absolute;
	left: 188px;
	top: 7px;
	color: var(--primary);
	font-size: 16px;
}

.navbar-search-box .cat-bar {
	padding: 5px 20px;
	font-size: 24px;
	color: var(--primary);
}

.stay_connect {
	position: fixed;
	width: 100%;
	height: 250px;
	bottom: 0;
	background-color: #f6f8ff;
	z-index: 9999999;
}

.connect-area {
	padding: 20px 0px;
}

.connect-area ul {
	display: flex;
	margin: auto;
	width: fit-content;
}

.connect-area ul li {
	margin: 0 10px;
	background: var(--primary);
	padding: 10px 20px;
	border-radius: 5px;
}

.connect-area ul li a {
	color: #fff;
}

#bar_close {
	position: absolute;
	right: 32px;
	top: 32px;
	font-size: 15px;
	background: var(--primary);
	color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}

.main-header .button-frame {
	width: fit-content;
	border-width: 2px;
	padding: 8px 30px;
	border-radius: 50px;
}

/* --------------------------------------
5. Header Layout Style
-----------------------------------------*/
.hero_images {
	width: 42%;
	position: absolute;
	bottom: 0;
	right: 6%;

}

.section-header {
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: bottom;
}

.section-container {
	background: #ffffff;
	box-shadow: 2px 3px 10px 3px rgb(228 228 228 / 77%);
	border-radius: 10px;
	overflow: hidden;
}

.section-header .col-lg-6 {
	padding: 0px;
}

.section-header .container {
	max-width: 1180px;
}

.heading-name {
	color: var(--primary);
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1;
}

.cover-area-img {
	position: relative;
}

.heading-skill-title {
	color: var(--secondary);
	font-size: 60px;
	font-weight: 700;
}

.heading-skill-subtitle {
	color: var(--primary);
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}

.heading-bt-bg,
.heading-bt-br {
	color: #ffffff;
	background-color: var(--primary);
	border: 2px solid var(--primary);
	border-radius: 46px;
	padding: 12px 24px;
	margin-right: 14px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease;
	/* Added transition */
}

.heading-bt-br {
	color: var(--primary);
	background-color: transparent;
}

.heading-bt-bg:hover {
	color: var(--primary);
	background-color: transparent;
}

.heading-bt-br:hover {
	color: #ffffff;
	background-color: var(--primary);
}

.subtitle {
	width: fit-content;
	margin: auto;
	text-align: center;
}

.bio-des {
	line-height: 25px;
	margin-top: 24px;
	max-width: 650px;
}

.heading-button {
	margin-top: 32px;
	font-weight: 500;
	display: inline-block;
}

.button-filled {
	width: 150px;
	color: #ffffff;
	background-color: var(--primary);
	border-style: solid;
	border-width: 2px;
	border-color: var(--primary);
	border-radius: 46px;
	padding: 12px 24px;
	margin-right: 14px;
	text-align: center;
}

.button-filled:hover {
	color: #ffffff;
	border-color: var(--primary);
}

.button-frame {
	width: 50%;
	color: var(--primary);
	text-align: center;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: var(--primary);
	border-radius: 46px;
	padding: 8px 16px;
	transition: ease-out 0.5s;
	margin: 0 4px;
	font-weight: bold;
}

.button-frame:hover {
	background-color: var(--primary);
	color: #ffffff;
}

.header-contact {
	margin-top: 70px;
	list-style: none;
	text-align: center;
}

.header-contact li {
	margin: 0 5px;
	display: inline-block;
}

.header-contact .social-item {
	background: var(--primary);
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 7px;
	margin: 5px;
}

.header-contact .social-item:hover {
	background: #3c35bd;
}

.about-images {
	width: 100%;
}

.page-header {
	padding: 200px 0 60px 0;
	background-size: cover;
	background-position: center;
}

.page-header-port {
	padding: 200px 0 320px 0;
	background-size: cover;
	background-position: center;
}

/* --------------------------------------
6.  What i do 
-----------------------------------------*/
.skillquote {
	line-height: 1.3;
	position: relative;
	margin: 0;
	padding: 20px 0;
}

.skill {
	padding: 100px 0;
	border-radius: 10px;
}

.what-i-do {
	background: #FFF;
	margin-bottom: 60px;
	cursor: pointer;
}

.skill-block {
	border-radius: 10px;
	cursor: pointer;
	margin: 0px auto;
	width: 100%;
	padding: 24px;
}

.skill-icon {
	font-size: 30px;
	background: #fff;
	color: var(--primary);
	border-radius: 25px;
	border: 3px solid var(--primary);
	width: 80px;
	height: 80px;
	margin: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 18px;
}

.skill-icon i {
	margin: auto;
}

.skill-info {
	position: relative;
	overflow: hidden;
}

.skill-info h5 {
	font-weight: 600;
	color: var(--secondary);
	margin-top: 8px;
	text-align: center;
	margin-bottom: 12px;
	font-size: 24px;
	padding-top: 16px;
}

.round-effect {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
}

.what-i-do:hover .round-effect {
	opacity: 1;
	transform: scale(1.1);
	transition: transform 0.3s ease;
	overflow: hidden;
}

.skill-info .divider {
	height: 3px;
	width: 80px;
	background: var(--primary);
	margin: 14px auto;
}

.skill-info p {
	font-size: 16px;
	text-align: center;
	padding: 14px 30px 0 30px;
	min-height: 150px;
	position: relative;
}

.what-i-do:hover .servives-img img {
	transform: scale(1.1);
	transition: transform 0.3s ease;
	overflow: hidden;
}

.servives-img {
	overflow: hidden;
}

.servives-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* --------------------------------------
6. Login & Register
-----------------------------------------*/
.box,
.login,
.register {
	width: 100%;
	max-width: 500px;
	margin: auto;
	padding: 40px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
}

.login .register .btn-primary {
	padding: 10px 0;
}

.form-control:focus {
	color: #5A6A85;
	background-color: transparent;
	border-color: #aec3ff;
	outline: 0;
	box-shadow: none;
}

.form-control {
	padding: 8px 16px;
	font-size: 0.875rem;
	font-weight: 400;
}

/* --------------------------------------
7. Portfolio
-----------------------------------------*/
.drop-section {
	background-color: #fff;
	width: 100%;
	padding-bottom: 50px;
}

.port_edit .drop-section {
	width: 80%;
}

.button-nav {
	padding: 40px;
}

.drop-area {
	width: 100%;
	height: 580px;
	margin: auto;
	border: 2px dashed #e7e7e9;
	border-radius: 12px;
	cursor: pointer;
	position: relative;
}

.image-container {
	position: relative;
	margin-top: 18px;
	background: white;
	border-radius: 12px;
}

.delete-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	color: red;
}

.preview-images img {
	display: block;
	height: auto;
	width: 100%;
	border-radius: 12px;
}

.placeholder-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.placeholder-image {
	width: 80px;
}

.placeholder-text {
	margin: 10px auto;
}

.underline {
	border-bottom: 2px solid var(--primary);
	padding-bottom: 2px;
}

.tox {
	width: 100%;
}

.form_visible {
	width: 28%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	filter: drop-shadow(-3px -3px 13px #eee);
	padding: 29px;
}

.input_form {
	padding: 5px 18px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	font-size: 15px;
	width: 100%;
	color: #757575;
}

.input_select_form {
	padding: 12px 20px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	width: 100%;
	color: #757575;
	background: #fff;
}

#preview_image {
	width: auto;
	height: auto;
	max-width: 1020px;
	max-height: 100%;
	overflow: hidden;
	padding: 0px 5px;
	text-align: center;
	box-sizing: border-box;
	margin: auto;
}

.button-nav .button-frame {
	width: fit-content;
	padding: 4px 24px;
	cursor: pointer;
}

.button-nav .button-frame:hover a {
	color: #FFF;
}

.button-nav .button-filled {
	width: 150px;
	padding: 8px 30px;
	cursor: pointer;
}

.images_form {
	width: 100%;
}

.bt-nav {
	display: flex;
}

.input_select_form option {
	margin: 20px 0;
	padding: 6px 30px;
}

.bt-nav .button-filled {
	width: 150px;
	margin: 20px 0;
	padding: 6px 30px;
	cursor: pointer;
	left: 0px;
	position: absolute;
}

.bt-nav .button-frame {
	width: fit-content;
	padding: 4px 28px;
	cursor: pointer;
	right: 20px;
	position: absolute;
	bottom: 20px;
}

#delete_image {
	position: absolute;
	right: 0px;
	top: -30px;
	font-size: 24px;
	color: red;
	cursor: pointer;
}

.slide-in-right {
	animation: slideInRight 0.5s forwards;
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.main_drop {
	position: relative;
	width: 78%;
	margin: auto;
}

.image-area {
	position: relative;
	height: 160px;
}

.images-edit {
	padding: 20px;
	background-color: #0303037a;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	display: none;
	border-radius: 5px;
}

.image-area:hover {
	cursor: pointer;
}

.image-area:hover .images-edit {
	display: block;
}

.images-edit:hover {
	color: #FFF;
}

.port_edit #drop_section {
	width: 72%;
}

.previewImages {
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}

.imagesEdit {
	position: absolute;
	font-size: 15px;
	left: 30px;
	top: 14px;
	background: #000000b2;
	padding: 0px 10px;
	color: #fff;
	border-radius: 10px;
	display: none;
}

.ImagesPreview {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: top;
	border-radius: 5px;
}

.previewImages:hover .imagesEdit {
	display: block;
}

#upload_progress_fill {
	transition: width 0.4s ease;
}


.m-divider {
	display: none;
}

/* --------------------------------------
9. Dashboard
-----------------------------------------*/
.border-left {
	border-left: 2px solid var(--primary) !important;
}

.dashsidebar {
	padding: 20px 24px;
}

.dashtopNav {
	height: 50px;
	background: rgb(255, 255, 255);
}

.dashlogo {
	padding: 12px 24px;
}

.dashtab {
	padding: 10px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	color: #2a3547;
	cursor: pointer;
	display: block;
}

.dashtab:hover {
	background-color: #f1f5f9;
}

.dashtab.active {
	background-color: var(--primary);
	color: #fff;
}

.dashtab i {
	padding: 0 18px;
	font-size: 20px;
}

/* sidebar for small screens */
@media screen and (max-width: 767px) {
	.sidebar {
		max-width: 18rem;
		transform: translateX(-100%);
		transition: transform 0.4s ease-out;
	}

	.sidebar.active {
		transform: translateX(0);
	}
}

.dashuser {
	right: 20px;
	position: absolute;
	border-radius: 36px;
	box-sizing: border-box;
	border: none;
	background: var(--primary);
	padding: 0px;
	color: #fff;
	width: 30px;
	height: 30px;
	margin: auto;
}

.dashmenu {
	color: #2563eb;
	left: 20px;
	position: absolute;
	font-size: 22px;
}

.dashboard-page {
	margin: 20px 60px;
}

.dashcontrol {
	background-color: #fff;
	border-radius: 8px;
	padding: 40px;
}

.side-dropmenu {
	background-color: #fdfdfd;
	border: 1px solid rgb(238, 238, 238);
	padding: 5px;
	border-radius: 10px;
	display: none;
}

.menu-group {
	border-left: 1px solid var(--primary);
}

.sidemain-menu {
	position: relative;
}

.sidearrowicon {
	position: absolute;
	right: 10px;
	top: 6px;
	color: #b9b9b9;
	padding: 10px;
	cursor: pointer;
}

#order_form {
	width: 80%;
	border: 1px solid #f3efef;
	margin: auto;
	padding: 30px;
	border-radius: 12px;
}

.customerInfo {
	padding: 5px 33px 5px 0px;
	width: fit-content;
	border-bottom: 1px solid #e7e7e7;
}

.ordered_items {
	padding: 5px 10px;
	border: 1px solid #e7e7e7;
	margin-top: 15px;
}

.separator {
	border-bottom: 1px dashed #d3d3d3;
}

.order_meta {
	margin: 10px auto;
	border-top: 1px dashed #d3d3d3;
	padding: 10px 10px;
	border-bottom: 1px dashed #d3d3d3;
}

.total-sales {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary);
}

.delete_icon_helper {
	position: relative;
}

.item-delete {
	position: absolute;
	top: 43px;
	right: -23px;
	width: fit-content;
	color: #ff0000;
}

#date_end {
	cursor: pointer;
	float: right;
}

.rating {
	display: flex;
	grid-gap: .5rem;
	font-size: 2rem;
	color: var(--yellow);
	margin-bottom: 2rem;
}

.rating .star {
	cursor: pointer;
	color: #ff8f00;
}

.rating .star.active {
	opacity: 0;
	animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.rating .star:hover {
	transform: scale(1.1);
}

.delete-review {
	cursor: pointer;
	color: #DF2029;
}

.dropzone {
	border: 2px dashed #e7e7e9;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	color: #171717;
	transition: background-color 0.3s ease;
}

.dropzone.dragover {
	background-color: #e9ecef;
}

.imagesID {
	position: absolute;
	bottom: 10px;
	right: 22px;
	padding: 1px 9px;
	font-style: italic;
	font-size: 14px;
	color: #cbc8c8;
}

.fileDeleteBT {
	position: absolute;
	top: 10px;
	right: 22px;
	display: none;
	padding: 1px 9px;
	font-style: italic;
	font-size: 14px;
	color: #ffffff;
	background: var(--primary);
	border-radius: 5px;
}

.fileEdit {
	position: absolute;
	bottom: 20px;
	left: 30px;
	display: none;
	padding: 1px 9px;
	font-style: italic;
	font-size: 14px;
	background: #fff;
	border-radius: 5px;
}

.previewImages:hover .fileDeleteBT {
	display: block;
}

.previewImages:hover .fileEdit {
	display: block;
}

.fade-in {
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Modal styles */
.modalA {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1000;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.85);
}

.Project_content {
	background-color: transparent;
	margin: 0px auto;
	padding: 0;
	border: none;
	width: 80%;
	margin-bottom: 50px;
}

.modal_p_desc {
	color: #696969;
	font-size: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	text-decoration: none;
	padding: 30px 40px;
	background: #fff;
}

.modal_p_desc ul li {
	list-style: disc;
	margin-left: 24px;
}

.close {
	background: #363636;
	padding: 5px 15px;
	position: fixed;
	color: #fff;
	right: 30px;
	top: 20px;
	border-radius: 20px;
}

.close:hover,
.close:focus {
	cursor: pointer;
}

.viewgellery img {
	width: 100%;
}

.spinner {
	border: 4px solid #f3f3f3;
	/* Light grey */
	border-top: 4px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 1s linear infinite;
	margin: 20px auto;
	/* Center the spinner */
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.view-portfolio {
	padding: 0;
}

.view-portfolio .container {
	padding: 0;
}

.pViewArea {
	padding: 30px 30px;
	background: white;
	margin: -220px 0 0 auto;
}

.view-portfolio .project-title,
.view-portfolio .project-type {
	color: #191919;
}

.modal_bottom .project-title {
	color: #fff;
}

.project-title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-top: 18px;
	text-transform: capitalize;
}

.project-type {
	padding-bottom: 18px;
	color: #fff;
	margin-top: -8px;
	font-size: 15px;
	font-weight: bold;
}

.modal_bottom {
	background-color: #000;
	color: #fff;
	display: block;
	padding: 80px 20px;
	text-align: center;
	margin-bottom: 120px;
}

.modal_bottom li {
	margin: 0 5px;
	display: inline-block;
}

.modal_bottom .social-item {
	background: var(--primary);
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 7px;
	margin: 5px;
}

.modal_bottom .social-item:hover {
	background: #3c35bd;
}

.modal_bottom .project-title {
	font-size: 41px;
}

.project-overlay {
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
}

.overly-title {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	display: none;
	padding: 14px 20px;
	line-height: 22px;
	margin: 0;
}

.ImagesGrid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
	margin: 0 auto;
	width: 100%;
	padding: 0px 20px;
}

.ImagesArea {
	width: 100%;
	height: 278px;
	position: relative;
	margin-bottom: 0px;
	cursor: pointer;
}

.Imagethumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.ImagesArea:hover .overly-title,
.ImagesArea:hover .project-overlay {
	display: block;
}

.availablework {
	margin: 0px 20px;
	color: #4daa57;
	;
}

.view-portfolio .button-frame {
	width: fit-content;
	padding: 2px 22px;
	border-width: 1px;
	font-size: 14px;
}

.online-indicator {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background-color: #0fcc45;
	border-radius: 50%;
	position: relative;
}

span.blink {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #0fcc45;
	opacity: 0.7;
	border-radius: 50%;
	animation: blink 1s linear infinite;
}

@keyframes blink {
	100% {
		transform: scale(2, 2);
		opacity: 0;
	}
}

.bottom_pop {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: auto;
	background: white;
	padding: 12px 10px;
	border-radius: 10px;
	justify-content: space-around;
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	position: fixed;
	bottom: 60px;
	left: 0;
	right: 0;
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	min-width: 600px;
}

.bottom_pop.visible {
	opacity: 1;
	transform: translateY(0);
	z-index: 999999;
	/* Moves it back to its original position */
}

.bottom_pop .button-frame {
	padding: 8px 22px;
	border-width: 1px;
	font-size: 14px;
}

.contact .button-frame {
	width: fit-content;
	padding: 8px 30px;
	margin: auto;
	text-align: center;
}

.contact-area .form-control {
	padding: 10px 16px;
	background: #fbfbfb;
}

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

.profile-images {
	width: fit-content;
}

.profile-images img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}

.profile-name {
	margin: 0px 10px;
}

.hire_info {
	margin: 10px 0px;
}

/* --------------------------------------
8. Pay Now
-----------------------------------------*/
.paynow {
	width: 100%;
	margin: auto;
	padding: 40px;
	background: #fff;
}

.payicon {
	width: 100px;
	padding: 10px;
	background: white;
	border-right: 1px solid #e2e2e2;
}

.paymemt-info {
	font-size: 16px;
	font-weight: 600;
	padding: 0 14px;
}

.payicon img {
	width: 100%;
}

.payment_item {
	display: flex;
	border: 1px solid rgb(226, 226, 226);
	border-radius: 5px;
	margin: 5px auto;

}

.sections-paynow {
	margin: 20px 0;
}


table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
}

table,
th,
td {
	border: 1px solid #ddd;
	padding: 8px 18px;
}

th {
	text-align: left;
}

td {
	text-align: right;
}

td:first-child {
	text-align: right;
}

.item-table th,
.item-table td {
	text-align: left;
}

table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.summary-table tr:last-child {
	font-weight: bold;
	background-color: #f1f1f1;
}




/* --------------------------------------
7. Sharedropzone
-----------------------------------------*/
.sharedropzone {
	width: 100%;
	margin: auto;
	margin-bottom: auto;
	margin-bottom: auto;
	margin-bottom: auto;
	border: 2px dashed #e7e7e9;
	border-radius: 12px;
	cursor: pointer;
	position: relative;
	padding: 80px;
	height: 300px;
}

.dz-hover {
	background: #f9fbff;
	border-color: #7aa7ff !important;
}

.file-card {
	height: 210px;
}

.file-thumb {
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: .5rem;
}

.file-icon {
	font-size: 48px;
	color: #666;
}

.truncate-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.remove-btn {
	position: absolute;
	top: 6px;
	right: 8px;
}

.recent-uploads {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #e6dddd;
	border-radius: 10px;
}

.file-uploader {
	padding: 20px 30px;
}

.delivered-item {
	position: relative;
}

.delete_button {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ff0000;
	cursor: pointer;
	padding: 5px 14px;
	border-radius: 8px;
}

.small_button {
	background: var(--primary);
	color: #fff;
	border: none;
	padding: 8px 14px;
	font-size: 14px;
	border-radius: 8px;
	cursor: pointer;
	display: inline;
	margin: 10px;
}


.file-actions {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}

.file-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 16px;
	padding: 40px;
	background: #fff;
	height: 100vh;
}

.file-card {
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #f8fafd;
	padding: 8px 10px 0 8px;
}

.file-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fb;
	height: 150px;
	overflow: hidden;
}

.file-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.file-meta {
	padding: 10px 12px;
	font-size: .9rem;
}

.file-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.file-size {
	color: #6c757d;
	font-size: .82rem;
	margin-top: 2px;
}

.file-buttons {
	display: flex;
	gap: 8px;
	padding: 10px 12px;
	border-top: 1px solid #eee;
	margin-top: auto;
}

.file-icon {
	font-size: 56px;
	color: #9aa4b2;
}

.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px 0;
}

/* --------------------------------------
8. About ME
-----------------------------------------*/
.about-me {
	background: #fff;
	padding: 100px 0;
}

.about-intro {
	padding: 20px;
}

.about-intro span i {
	padding-top: 9px;
	background: var(--primary);
	color: #fff;
	border-radius: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	margin-bottom: 16px;
	margin-right: 8px;
}

/* --------------------------------------
9. Portfilo
-----------------------------------------*/
.port-gellary {
	position: relative;
	background: #fff;
	padding: 100px 0;
}

.port-gellary .button-frame {
	margin: 80px auto;
	width: fit-content;
	padding: 10px 40px;
	cursor: pointer;
}

.port-gellary .button-filled {
	margin: auto;
	margin-top: auto;
	margin-top: 66px;
	border: none;
	width: fit-content;
	padding: 10px 36px;
	cursor: pointer;
}

.popview .button-frame {
	margin: 0;
	width: fit-content;
	padding: 2px 26px;
	font-size: 14px;
	background: transparent;
	color: #fff;
	border-width: 1px;
	border-color: #fff;
}

.port-area {
	width: 100%;
	height: 550px;
	background-size: cover;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.port-area:hover .inner-gradient {
	transition: 0.3s;
	cursor: pointer;
	box-shadow: inset 8px 10px 80px 83px #0000005e;
}

.inner-gradient {
	background-color: #00000040;
	width: 100%;
	height: 100%;
	padding: 50px;
	transition: ease-out 0.4s;
	box-shadow: inset 0 0 0 0 #0000005e;
}

.portSlide {
	overflow: hidden;
}

.port-meta {
	position: absolute;
	bottom: 50px;
}

.port-cat {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: fit-content;
	border-radius: 5px;
	display: none;
}

.port-title {
	font-size: 24px;
	font-weight: 600;
	color: white;
	margin-bottom: 24px;
	display: none;
}

.port-preview {
	font-size: 15px;
	border: 1px solid white;
	width: fit-content;
	padding: 10px 20px;
	margin: 13px 0;
	color: #fff;
	border-radius: 5px;
	transition: ease-out 0.5s;
	box-shadow: inset 0 0 0 0 var(--primary);
}

.port-preview:hover {
	border: 1px solid var(--primary);
	color: #fff;
	box-shadow: inset 300px 0 0 0 var(--primary);
}

.port-area:hover .port-title {
	display: block;
}

.port-area:hover .port-cat {
	display: block;
}

.swiper-pagination-bullet-active {
	background-color: transparent !important;
	border: 2px solid var(--primary);
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin-right: -20px;
	margin-left: -20px;
}

.options-images {
	width: 140px;
	height: auto;
}

.save_message {
	background: #2563eb;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 10px 43px;
	color: #ffff;
	left: 0px;
}

.progress-bar {
	background-color: #007bff;
	height: 16px;
	text-align: right;
	padding-right: 10px;
}

.project_images {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* --------------------------------------
10. contact Style
-----------------------------------------*/
.contact {
	padding: 150px 0;
}

.contact-area {
	width: 80%;
	background: #fff;
	margin: 100px auto;
	padding: 90px 90px;
	border-radius: 14px;
}

.codespring-input {
	width: 100%;
	border: 1px solid #DCDBDB;
	padding: 8px 20px;
	margin: 20px auto;
	border-radius: 14px;
	color: #6c6c6c;
}

.codespring-textarea {
	width: 100%;
	border: 1px solid #DCDBDB;
	padding: 8px 0;
	margin: 20px auto;
	border-radius: 14px;
	min-height: 200px;
	padding: 8px 20px;
}

.codespring-submit {
	color: #ffffff;
	background-color: var(--primary);
	border-width: 2px;
	border-radius: 14px;
	padding: 13px 20px;
	width: 180px;
	text-align: center;
	margin: 10px auto;
	font-weight: 500;
}

.qucik-contact-mail {
	background: var(--light);
	;
	padding: 28px 0;
	margin-bottom: 40px;
	font-size: 24px;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
	color: var(--secondary);
	display: block;
}

.qucik-contact-mail i {
	padding: 0px 10px;
}

.qucik-contact-call {
	background: var(--light);
	padding: 28px 0;
	margin-bottom: 40px;
	font-size: 24px;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
	color: var(--secondary);
	display: block;
}

.qucik-contact-call:hover,
.qucik-contact-mail:hover {
	background-color: #effff4;
}

.qucik-contact-call i {
	padding: 0px 10px;
}

/* --------------------------------------
11. Page Not Found
-----------------------------------------*/
.page-404 {
	margin: 150px 0;
}

.images-404 {
	text-align: center;
	margin-top: 20px;
}

.images-404 img {
	max-width: 500px;
	text-align: center;
}

.content-404 {
	text-align: center;
}

.page404_bt {
	margin: 30px auto;
}

.page404_bt .button-frame {
	padding: 12px 30px;
}

/* --------------------------------------
12. Page Navigation Style
-----------------------------------------*/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation {
	margin-top: 25px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #ee212b;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #e3e3e3;
	color: #ee212b !important;
}

/* --------------------------------------
13. Footer Area Style
-----------------------------------------*/
.footer-area {
	padding: 100px 0;
	background: #092d4c;
	color: #fff;
}

.footer-bottom {
	padding: 18px 0;
	text-align: center;
	background-color: var(--primary);
}

.footer-widget .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-widget .menu li {
	padding: 2px 0;
	line-height: 30px;
}

.footer-widget .menu li a {
	color: #d7d5d5;
}

.footer-widget .widget-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: uppercase;
	position: relative;
}

.footer-widget .widget-title::after {
	position: absolute;
	content: '';
	height: 3px;
	width: 40px;
	bottom: -12px;
	left: 0;
	background: #ee212b;
}

.copyright-text {
	color: #ffffff;
}

.copyright-menu .menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.copyright-menu li {
	display: inline-block;
	margin-left: 10px;
}

.copyright-menu li a {
	color: #ffffff;
}

.footer-area .form-control {
	font-size: 16px;
	padding: 26px 30px;
	border: none;
	color: #092d4c;
	border-radius: 4px;
	background-color: #f4faff;
	margin-bottom: -13px;
	margin-top: 20px;
}

.footer-area .wpcf7-not-valid-tip {
	color: #ff8c8c;
	font-size: 1em;
	font-weight: normal;
	display: block;
	padding-top: 14px;
}