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

:root {
	--primary: #0A67F2;
	--primary-hover: #095CD9;
	--secondary: #00173A;
	--secondary-hover: #00112B;
	--primary-gradient: linear-gradient(91.15deg, #0A67F2 1.51%, #00173A 99.98%);
}

.header.header-three {
	background: transparent;
	box-shadow: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 18px;
	z-index: 99;
}

.header-three .header-nav {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(10, 103, 242, 0.14);
	border-radius: 60px;
	box-shadow: 0 14px 38px rgba(10, 103, 242, 0.12);
	justify-content: space-between;
	min-height: 56px;
	padding: 0 10px 0 16px;
}

.header-three .navbar-header,
.header-three .menu-header,
.header-three .header-navbar-rht,
.header-three .main-nav {
	align-items: center;
	display: flex;
}

.header-three .navbar-brand {
	margin: 0;
	padding: 0;
}

.header-three .logo img,
.header-three .menu-logo img {
	max-height: 34px;
	width: auto;
}

.header-three .sticky-logo {
	display: none;
}

.header-three.fixed .standard-logo {
	display: none;
}

.header-three.fixed .sticky-logo {
	display: inline-block;
}

.header.header-three+.elementor>.elementor-top-section:first-child:not(.banner-section-eleven) {
	padding-top: 112px;
}

.header-three .logo-small {
	display: none;
}

.header-three #mobile_btn {
	color: #242b3a;
	display: none;
	font-size: 24px;
	margin-right: 16px;
}

.header-three .main-menu-wrapper {
	flex: 1;
	margin-left: 42px;
}

.header-three .menu-header {
	display: none;
	justify-content: space-between;
	padding: 20px;
}

.header-three .menu-close {
	align-items: center;
	background: #f4f5f5;
	border: 0;
	border-radius: 50%;
	color: #242b3a;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.header-three .main-nav {
	gap: 4px;
	justify-content: center;
	margin: 0;
}

.header-three .main-nav>li {
	position: relative;
}

.header-three .main-nav>li>a {
	align-items: center;
	color: #242b3a !important;
	display: flex;
	font-family: "Archivo", sans-serif;
	font-size: 16px;
	font-weight: 500;
	gap: 6px;
	padding: 20px 12px;
}

.header-three .main-nav>li.active>a,
.header-three .main-nav>li>a:hover {
	color: var(--primary);
}

.header-three .submenu {
	background: #fff;
	border: 1px solid #ebeced;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.12);
	left: 0;
	min-width: 230px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 100%;
	transform: translateY(12px);
	transition: all 0.25s ease;
	visibility: hidden;
	z-index: 100;
}

.header-three .has-submenu:hover>.submenu,
.header-three .has-submenu.submenu-open>.submenu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.header-three .submenu li {
	position: relative;
}

.header-three .submenu a {
	border-radius: 5px;
	color: #4e5561;
	display: block;
	font-size: 14px;
	padding: 9px 12px !important;
}

.header.header-three .main-nav>li .submenu li a::before,
.header.header-eleven .main-nav>li .submenu li a::before,
.header.header-three .main-nav>li .submenu li a:before,
.header.header-eleven .main-nav>li .submenu li a:before,
.header.header-three .main-nav>li .sub-menu li a::before,
.header.header-eleven .main-nav>li .sub-menu li a::before,
.header.header-three .main-nav>li .sub-menu li a:before,
.header.header-eleven .main-nav>li .sub-menu li a:before,
.header.header-three .main-nav>li .submenu li::before,
.header.header-eleven .main-nav>li .submenu li::before,
.header.header-three .main-nav>li .submenu li:before,
.header.header-eleven .main-nav>li .submenu li:before,
.header.header-three .main-nav>li .sub-menu li::before,
.header.header-eleven .main-nav>li .sub-menu li::before,
.header.header-three .main-nav>li .sub-menu li:before,
.header.header-eleven .main-nav>li .sub-menu li:before {
	content: none !important;
	display: none !important;
}

.header-three .submenu a:hover {
	background: rgba(10, 103, 242, 0.08);
	color: var(--primary);
}

.header-three .mega-submenu {
	left: 50%;
	max-width: 1080px;
	padding: 20px;
	transform: translate(-50%, 12px);
	width: min(1080px, calc(100vw - 32px));
}

.header-three .has-submenu:hover>.mega-submenu,
.header-three .has-submenu.submenu-open>.mega-submenu {
	transform: translate(-50%, 0);
}

.header-three .single-demo {
	margin-bottom: 18px;
}

.header-three .demo-img {
	align-items: center;
	background: #f8f9f9;
	border: 1px solid #ebeced;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	min-height: 92px;
	overflow: hidden;
	padding: 12px;
}

.header-three .single-demo.active .demo-img,
.header-three .single-demo:hover .demo-img {
	border-color: var(--primary);
}

.header-three .demo-info a {
	color: #242b3a;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	padding: 0;
}

.header-three .new-home {
	background: var(--primary);
	border-radius: 20px;
	color: #fff;
	font-size: 10px;
	margin-left: 4px;
	padding: 2px 6px;
}

.header-three .theme-btn {
	align-items: center;
	background-color: var(--primary);
	border-color: var(--primary);
	border-radius: 70px;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	overflow: hidden;
	padding: 4px 4px 4px 16px;
	position: relative;
	z-index: 1;
}

.header-three .theme-btn::before {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	transition: right 0.4s ease-in-out;
	width: 100%;
	z-index: -1;
}

.header-three .theme-btn .btn-icon {
	align-items: center;
	background: #fff;
	border: 1px solid var(--primary);
	border-radius: 50%;
	color: var(--primary);
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.header-three .theme-btn:hover {
	background: transparent;
	border-color: var(--primary);
	color: #242b3a;
}

.header-three .theme-btn:hover::before {
	right: 0;
}

.header-three .theme-btn:hover .btn-icon {
	background: var(--primary);
	color: #fff;
}

.header-three .theme-btn:active,
.header-three .theme-btn:focus,
.header-eleven .theme-btn:active,
.header-eleven .theme-btn:focus {
	background: transparent !important;
	border-color: var(--primary) !important;
	color: #242b3a !important;
	box-shadow: none !important;
	outline: none !important;
}

.header-three .theme-btn:active::before,
.header-three .theme-btn:focus::before,
.header-eleven .theme-btn:active::before,
.header-eleven .theme-btn:focus::before {
	right: 0 !important;
}

.header-three .theme-btn:active .btn-icon,
.header-three .theme-btn:focus .btn-icon,
.header-eleven .theme-btn:active .btn-icon,
.header-eleven .theme-btn:focus .btn-icon {
	background: var(--primary) !important;
	color: #fff !important;
}

.footer-three {
	background-color: #111827;
	background-image: url(../images/bg/bg-11.png);
	background-size: cover;
	background-position: center;
	color: rgba(255, 255, 255, 0.74);
	overflow: hidden;
	padding-top: 80px;
	position: relative;
}

.footer-three .footer-newsletter {
	background: var(--primary-gradient);
	border-radius: 10px;
	margin-bottom: -54px;
	padding: 40px;
	position: relative;
	transform: translateY(-1px);
	z-index: 2;
}

.footer-three .footer-newsletter h2,
.footer-three .footer-newsletter p,
.footer-three .footer-title {
	color: #fff;
}

.footer-three .footer-newsletter h2 {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 4px;
}

.footer-three .newsletter-wrap {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 80px;
	display: flex;
	gap: 10px;
	padding: 6px;
}

.footer-three .input-newsletter {
	background: transparent;
	border: 0;
	color: #fff;
	flex: 1;
	min-width: 0;
	padding: 0 16px;
}

.footer-three .input-newsletter::placeholder {
	color: #AFB2B8;
}

.footer-three .newsletter-wrap .btn {
	border-radius: 60px;
	padding: 12px 22px;
	background-color: #0A67F2;
	border: 1px solid #0A67F2;
    color: #fff;
}

.footer-three .newsletter-wrap .btn:hover {
	background-color: #0A67F2 !important;
	border-color: #0A67F2 !important;
    color: #fff !important;
}

.footer-three .newsletter-wrap .btn::before {
    display: none !important;
}

.footer-three .footer-top {
	padding: 110px 0 56px;
	position: relative;
	z-index: 1;
}

.footer-three .footer-logo {
	margin-bottom: 20px;
}

.footer-three .footer-logo img {
	max-height: 60px;
	width: auto;
}

.footer-three .footer-about {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.footer-three .footer-about p {
	margin-bottom: 24px;
	max-width: 340px;
}

.footer-three .social-icon {
	display: flex;
	gap: 10px;
	margin: 0;
}

.footer-three .social-icon a {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.footer-three .social-icon a:hover {
	background: var(--primary);
	color: #fff;
}

.footer-three .about-bg,
.footer-three .footer-bg {
	pointer-events: none;
	position: absolute;
}

.footer-three .about-bg {
	bottom: -20px;
	right: -20px;
	height: 100%;
}

.footer-three .footer-bg {
	bottom: 24px;
	right: 4%;
	width: 140px;
}

.footer-three .footer-title {
	font-size: 20px;
	margin-bottom: 24px;
}

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

.footer-three .footer-menu li+li {
	margin-top: 12px;
}

.footer-three .footer-menu a {
	color: rgba(255, 255, 255, 0.72);
	position: relative;
	transition: all 0.5s ease-in-out;
}

.footer-three .footer-menu a:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: var(--primary);
	width: 0;
	height: 2px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 0;
	transition: all 0.5s ease-in-out;
}

.footer-three .footer-menu a:hover {
	color: var(--primary);
	padding-left: 22px;
}

.footer-three .footer-menu a:hover::before {
	width: 15px;
}

.footer-three .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 24px 0;
}

.footer-three .copyright-content {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.footer-three .copyright p,
.footer-three .copyright a {
	color: rgba(255, 255, 255, 0.72);
}

.footer-three .copyright a:hover {
	color: var(--primary);
}

.footer-three .policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0;
}

.footer-three .policy-links a {
	color: rgba(255, 255, 255, 0.72);
}

.footer-three .policy-links a:hover {
	color: var(--primary);
}

.footer-three .top-btn {
	align-items: center;
	background: var(--primary);
	border-radius: 60px;
	bottom: auto;
	color: #fff;
	display: inline-flex;
	height: 88px;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 42%;
	width: 56px;
	z-index: 50;
}

@media (max-width: 1199.98px) {
	.header-three .main-nav>li>a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 991.98px) {

	.header-three #mobile_btn,
	.header-three .menu-header {
		display: flex;
	}

	.header-three .header-nav {
		min-height: 72px;
	}

	.header-three .main-menu-wrapper {
		background: #fff;
		box-shadow: 8px 0 24px rgba(17, 24, 39, 0.16);
		height: 100vh;
		left: -320px;
		margin: 0;
		max-width: 320px;
		overflow-y: auto;
		position: fixed;
		top: 0;
		transition: left 0.3s ease;
		width: 86%;
		z-index: 9999;
	}

	body.menu-opened .header-three .main-menu-wrapper,
	html.menu-opened .header-three .main-menu-wrapper,
	body.menu-opened .header-eleven .main-menu-wrapper,
	html.menu-opened .header-eleven .main-menu-wrapper {
		left: 0;
	}

	.header-three .main-nav {
		align-items: stretch;
		display: block;
		padding: 0 20px 24px;
	}

	.header-three .main-nav>li>a {
		border-bottom: 1px solid #ebeced;
		justify-content: space-between;
		padding: 14px 0;
	}

	.header-three .submenu,
	.header-three .mega-submenu {
		border: 0;
		box-shadow: none;
		display: none;
		left: auto;
		min-width: auto;
		opacity: 1;
		padding: 8px 0 8px 12px;
		position: static;
		transform: none;
		visibility: visible;
		width: 100%;
	}

	.header-three .has-submenu.submenu-open>.submenu,
	.header-three .has-submenu.submenu-open>.mega-submenu {
		display: block;
		transform: none;
	}

	.header-three .header-navbar-rht .btn-text {
		display: none;
	}

	.header-three .theme-btn {
		padding: 5px;
	}

	.footer-three .footer-newsletter {
		margin-bottom: -40px;
		padding: 24px;
	}

	.footer-three .footer-top {
		padding-top: 88px;
	}
}

@media (max-width: 767.98px) {
	.footer-three .footer-newsletter h2 {
		font-size: 24px;
	}

	.footer-three .newsletter-wrap {
		border-radius: 12px;
		flex-direction: column;
	}

	.footer-three .input-newsletter {
		height: 44px;
	}

	.footer-three .copyright-content {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Reference header behavior: floating pill at top, flat fixed bar after scroll. */
.header.header-three,
.header.header-eleven {
	transition: background-color 0.25s ease, box-shadow 0.25s ease, top 0.25s ease;
}

.header.header-three>.container,
.header.header-eleven>.container {
	max-width: 1296px;
}

.header.header-three.fixed,
.header.header-eleven.fixed {
	background: #fff;
	box-shadow: 0 8px 30px rgba(17, 24, 39, 0.08);
	position: fixed;
	top: 0;
	padding-top: 0;
}

.header.header-three.fixed .header-nav,
.header.header-eleven.fixed .header-nav {
	background: transparent;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	min-height: 74px;
	padding-left: 16px;
	padding-right: 16px;
}
@media only screen and (min-width: 1023.98px) {
.header.header-three.fixed .header-nav,
.header.header-eleven.fixed .header-nav{
	padding-left:0!important;
	padding-right:0!important;
	}	
}

.header.header-three.fixed .main-menu-wrapper,
.header.header-eleven.fixed .main-menu-wrapper {
	margin-left: 56px;
}

.header.header-three.fixed+.elementor,
.header.header-eleven.fixed+.elementor {
	padding-top: 74px;
}

.header-three .main-nav>li>a i.fa-plus,
.header-eleven .main-nav>li>a i.fa-plus {
	color: var(--primary);
	font-size: 12px;
}

.header-three .main-nav>li.menu-item-has-children>a::before,
.header-eleven .main-nav>li.menu-item-has-children>a::before {
	display: none !important;
}

@media (max-width: 991.98px) {

	.header.header-three,
	.header.header-eleven,
	.header.header-three.fixed,
	.header.header-eleven.fixed {
		background: #fff;
		box-shadow: 0 4px 18px rgba(17, 24, 39, 0.06);
		position: fixed;
		top: 0;
	}

	.header.header-three>.container,
	.header.header-eleven>.container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.header.header-three.fixed .main-menu-wrapper,
	.header.header-eleven.fixed .main-menu-wrapper {
		margin-left: 0;
	}

	.header-three .header-nav,
	.header-eleven .header-nav,
	.header.header-three.fixed .header-nav,
	.header.header-eleven.fixed .header-nav {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		min-height: 64px;
		padding: 0 14px;
	}

	.header-three .navbar-header,
	.header-eleven .navbar-header {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.header-three .logo,
	.header-eleven .logo {
		order: 1;
	}

	.header-three #mobile_btn,
	.header-eleven #mobile_btn {
		align-items: center;
		background: var(--primary);
		border-radius: 50%;
		color: #fff;
		display: inline-flex;
		font-size: 16px;
		height: 34px;
		justify-content: center;
		margin-left: auto;
		margin-right: 0;
		order: 3;
		width: 34px;
	}

	.header-three .logo img,
	.header-three .menu-logo img,
	.header-eleven .logo img,
	.header-eleven .menu-logo img {
		max-height: 34px;
	}

	.header-three .header-navbar-rht,
	.header-eleven .header-navbar-rht {
		display: none;
	}

	.header.header-three+.elementor,
	.header.header-eleven+.elementor {
		padding-top: 64px;
	}
}

@media (max-width: 575.98px) {

	body.admin-bar .header.header-three,
	body.admin-bar .header.header-eleven,
	body.admin-bar .header.header-three.fixed,
	body.admin-bar .header.header-eleven.fixed {
		top: 46px;
	}

	.header.header-three,
	.header.header-eleven,
	.header.header-three.fixed,
	.header.header-eleven.fixed {
		height: 64px;
		min-height: 64px;
	}

	.header.header-three>.container,
	.header.header-eleven>.container {
		height: 64px;
	}

	.header-three .header-nav,
	.header-eleven .header-nav,
	.header.header-three.fixed .header-nav,
	.header.header-eleven.fixed .header-nav {
		display: flex;
		height: 64px;
		min-height: 64px;
		width: 100%;
	}

	.header-three .navbar-header,
	.header-eleven .navbar-header {
		align-items: center;
		display: flex;
		flex: 0 0 100%;
		justify-content: space-between;
		min-height: 64px;
	}

	.header-three .navbar-brand.logo,
	.header-eleven .navbar-brand.logo {
		display: inline-flex;
		order: 1;
	}

	.header-three .navbar-brand.logo-small,
	.header-eleven .navbar-brand.logo-small {
		display: none;
	}

	.header-three .logo img,
	.header-eleven .logo img {
		max-height: 24px;
		width: auto;
	}

	.header-three #mobile_btn,
	.header-eleven #mobile_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0d6efd;
		border-radius: 50%;
		flex: 0 0 34px;
		height: 34px;
		margin: 0;
		order: 2;
		position: static !important;
		right: auto !important;
		top: auto !important;
		width: 34px;
	}

	.header-three #mobile_btn i,
	.header-eleven #mobile_btn i {
		display: none;
	}

	.header-three #mobile_btn::before,
	.header-eleven #mobile_btn::before {
		background: #fff;
		border-radius: 50%;
		box-shadow: 8px 0 0 #fff, 0 8px 0 #fff, 8px 8px 0 #fff;
		content: "";
		height: 4px;
		transform: translate(-4px, -4px);
		width: 4px;
	}

	.header-three .main-menu-wrapper,
	.header-eleven .main-menu-wrapper {
		top: 0;
	}

	.header.header-three+.elementor,
	.header.header-eleven+.elementor {
		padding-top: 64px;
	}

	body.admin-bar .header.header-three+.elementor,
	body.admin-bar .header.header-eleven+.elementor {
		padding-top: 110px;
	}

	.header.header-three {
		padding-top: 0;
	}
}

/* Fix Elementor Slider Strip overflow causing horizontal scroll on mobile */
.elementor-widget-truelysell-hero11-slider-strip {
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

	.header.header-three .header-nav,
	.header.header-eleven .header-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.header.header-three .navbar-header,
	.header.header-eleven .navbar-header {
		width: auto;
		flex: 0 0 auto;
		justify-content: flex-start;
		display: flex;
		align-items: center;
		min-height: auto;
	}

	.header.header-three #mobile_btn,
	.header.header-eleven #mobile_btn {
		margin: 0;
		order: unset;
		position: relative !important;
		right: auto !important;
		top: auto !important;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0d6efd;
		border-radius: 50%;
		flex: 0 0 34px;
		height: 34px;
		width: 34px;
	}

	.header.header-three #mobile_btn i,
	.header.header-eleven #mobile_btn i {
		display: none;
	}

	.header.header-three #mobile_btn::before,
	.header.header-eleven #mobile_btn::before {
		background: #fff;
		border-radius: 50%;
		box-shadow: 8px 0 0 #fff, 0 8px 0 #fff, 8px 8px 0 #fff;
		content: "";
		height: 4px;
		transform: translate(-4px, -4px);
		width: 4px;
	}

	.header.header-three .navbar-brand.logo,
	.header.header-eleven .navbar-brand.logo {
		position: static;
		transform: none;
		margin: 0 0 0 10px;
		order: unset;
	}

	.header.header-three .header-navbar-rht,
	.header.header-eleven .header-navbar-rht {
		display: flex !important;
		margin: 0;
		padding: 0;
		z-index: 10;
		align-items: center;
	}

	.header.header-three .header-navbar-rht .nav-item,
	.header.header-eleven .header-navbar-rht .nav-item {
		margin: 0;
		padding: 0;
	}

	.header.header-three .header-navbar-rht .theme-btn,
	.header.header-eleven .header-navbar-rht .theme-btn {
		padding: 0;
		background: transparent;
		border: none;
	}

	.header.header-three .header-navbar-rht .theme-btn::before,
	.header.header-eleven .header-navbar-rht .theme-btn::before {
		display: none;
	}

	.header.header-three .header-navbar-rht .theme-btn .btn-text,
	.header.header-eleven .header-navbar-rht .theme-btn .btn-text {
		display: none;
	}

	.header.header-three .header-navbar-rht .theme-btn .btn-icon,
	.header.header-eleven .header-navbar-rht .theme-btn .btn-icon {
		background: #fff;
		border: 1px solid var(--primary);
		color: var(--primary);
		border-radius: 50%;
		height: 34px;
		width: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}
}

body .sidebar-overlay {
	background-color: transparent !important;
}