/**********************
	01.General
	02.Menu
	03.Components
	04.Helper
	05.Loader
	06.Hero
	07 Why Choose Us
	08.Features
	09.Pricing
	10.Contact
	11.Footer
	12.Modal
***********************/
/* 
	// variables.scss
*/
@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 {
	--bs-primary: #273656;
	--bs-primary-rgb: 192, 38, 51;
	--bs-secondary: #6c757d;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success: #14cf9f;
	--bs-success-rgb: 20, 207, 159;
	--bs-info: #4fccdc;
	--bs-info-rgb: 79, 204, 220;
	--bs-warning: #ffbb13;
	--bs-warning-rgb: 255, 187, 19;
	--bs-danger: #f43958;
	--bs-danger-rgb: 244, 57, 88;
	--bs-dark: #3b3950;
	--bs-dark-rgb: 59, 57, 80;
	--bs-muted: #9e9cb9;
	--bs-muted-rgb: 158, 156, 185;
	--bs-light: #fbfafd;
	--bs-light-rgb: 251, 250, 253;
	--bs-body-bg: #ffffff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-black: #000;
	--bs-black-rgb: 0, 0, 0;
	--bs-white: #fff;
	--bs-white-rgb: 255, 255, 255;
}

:root {
	--bs-body-color: #3b3950;
	--bs-body-bg: #fff;
	--bs-secondary-bg: #fff;
	--bs-white: #f8f9fa;
	--bs-footer-bg: #292838;
	--bs-footer-alt-bg: #23222f;
	--bs-form-bg: #edeff1;
	--bs-bg-white: #fff;
	--bs-text-color: #4c5667;
}

[data-bs-theme=dark] {
	--bs-gray-100: #141c26;
	--bs-gray-200: #18222e;
	--bs-gray-300: #1a2532;
	--bs-gray-400: #ecf0ff;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #bfc8e2;
	--bs-gray-700: #ced4da;
	--bs-gray-800: #eff2f7;
	--bs-gray-900: #f3f6f9;
	--bs-body-color: #f3f6f9;
	--bs-body-bg: #141c26;
	--bs-secondary-bg: #1a2532;
	--bs-border-color: #1a2532;
	--bs-dark: #f3f6f9;
	--bs-dark-rgb: to-rgb(#f3f6f9);
	--bs-light: #18222e;
	--bs-white: #1a2532;
	--bs-form-bg: #1a2532;
	--bs-light-rgb: to-rgb(#18222e);
	--bs-white-rgb: to-rgb(#1a2532);
	--bs-footer-bg: #1a2532;
	--bs-footer-alt-bg: #141c26;
	--bs-bg-white: #18222e;
	--bs-text-color: #adb5bd;
}

/* 
	// 1. General
*/
a {
	text-decoration: none !important;
	outline: none;
	color:#9e9cb9!important;
}
a:hover{
	color:#c02633 !important;
}
.nav-item a{
	color:#ffffff!important;
}
body {
	font-family: "Inter", sans-serif;
	color: var(--bs-dark);
	font-weight: 300;
}

p {
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color:#273656;
}
.bg-blue{
	background-color:#233659;
}
.wave{
	position: relative;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: px;
	overflow: hidden;
	background: linear-gradient(90deg, #c02633, #fff, #fff);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: animate 3s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
	0% {
		background-position: -300%;
	}
	100% {
		background-position: 500%;
	}
}
@media (max-width: 576px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
        font-size: 1.5rem;
	}
}
.text-yellow{
	color:#FFFF00 !important;
}
.row > * {
	position: relative;
}

/* 
	// 2. Menu
*/
.navbar {
	padding-right: 0px !important;
}

.nav-item .nav-link {
	display: inline-block;
	color: #3b3950;
	text-decoration: none;
	font-family: "Inter", sans-serif;
}

.navbar-custom {
	padding: 15px 0px;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
	background-color: transparent;
}
.navbar-custom .logo .logo-dark {
	display: none;
}
.navbar-custom .logo .logo-light {
	display: inline-block;
}
.navbar-custom .navbar-nav li a {
	line-height: 26px;
	color: rgba(59, 57, 80, 0.7);
	font-size: 15px;
	font-weight: 300;
	transition: all 0.3s;
	background-color: transparent !important;
	padding: 6px 0;
	margin: 0 20px;
}
.navbar-custom .navbar-nav li .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
	color: #efefef !important;
}
.navbar-custom .navbar-toggles {
	padding: 0.25rem 0.75rem;
	font-size: 18px;
	background: 0 0;
	border: 1px solid transparent;
	color: #fff;
	outline: 0;
}
.navbar-custom .logo .logo-dark {
	display: inline-block;
}
.navbar-custom .logo .logo-light {
	display: none;
}

.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
}
.navbar-toggler:focus {
	box-shadow: none !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
	border-color: #273656;
}

.menu-toggle {
	padding: 4.5px 10px !important;
}
.menu-toggle span {
	line-height: 27px;
}

.navbar-light .navbar-nav li a {
	color: #8c8aac !important;
}
.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
	color: #fff !important;
}
.navbar-light .logo .logo-dark {
	display: none;
}
.navbar-light .logo .logo-light {
	display: inline-block;
}
.navbar-light .nav-link:after {
	background: transparent;
}
.navbar-light .navbar-toggler {
	border-color: transparent;
}

.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
	color: #fff !important;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
	margin-top: 0px;
	background-color: var(--bs-body-bg);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
	color: #000 !important;
}
.nav-sticky.navbar-custom .navbar-toggles {
	padding: 0.25rem 0.75rem;
	border: 1px solid transparent;
	outline: 0;
}
.nav-sticky.navbar-custom .navbar-nav {
	margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav li a {
	color: #8c8aac !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
	color: #273656 !important;
	font-weight:500;
}
.nav-sticky .logo .logo-dark {
	display: inline-block !important;
}
.nav-sticky .logo .logo-light {
	display: none !important;
}

.navbar-toggler:focus {
	outline: none;
}

@media (min-width: 200px) and (max-width: 991px) {
	.navbar-custom {
		margin-top: 0px;
		background-color: var(--bs-body-bg);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
		color: #fff !important;
	}
	.navbar-custom .navbar-nav {
		margin-top: 0px;
	}
	.navbar-custom .navbar-nav li a {
		transition: all 0.4s;
		color: #9e9cb9 !important;
		margin: 0px;
	}
	.navbar-custom .navbar-nav li.active a {
		border-color: transparent;
	}
	.navbar-custom .navbar-nav li.active a,
	.navbar-custom .navbar-nav li a:hover,
	.navbar-custom .navbar-nav li a:active {
		color: #273656 !important;
	}
	.navbar-custom > .container {
		width: 90%;
	}
	.navbar-custom .logo .logo-dark {
		display: inline-block !important;
	}
	.navbar-custom .logo .logo-light {
		display: none !important;
	}
	.navbar-toggler {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #3b3950;
		border: 1px solid transparent;
	}
	.navbar-collapse {
		padding: 20px 20px;
	}
	.navbar-light .nav-item .nav-link:after {
		background: #3b3950;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px !important;
	}
}
[data-bs-theme=dark] .navbar-custom .navbar-nav li .nav-link {
	color: #fff;
}
[data-bs-theme=dark] .navbar-custom .navbar-toggler {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fbfafd;
	border: 1px solid transparent;
}
[data-bs-theme=dark] .logo .logo-dark {
	display: none !important;
}
[data-bs-theme=dark] .logo .logo-light {
	display: inline-block !important;
}

[data-bs-theme=dark] .nav-sticky {
	background-color: var(--bs-light);
}

/* 
	// 03.Components
*/
.btn {
	border-radius: 3px;
	padding: 10px 30px;
	font-size: 15px !important;
	transition: all 0.5s;
	font-weight: 700;
}
.btn:focus {
	box-shadow: none !important;
}
.btn:hover {
	transform: translateY(-2px);
	transition: all 0.5s;
}
.btn.btn-lg {
	padding: 10px 22px !important;
	font-size: 18px !important;
}
.btn.btn-sm {
	padding: 8px 16px !important;
	font-size: 14px !important;
}
.btn.btn-primary {
	background-color: #273656 !important;
	border: 1px solid #273656 !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(90, 79, 220, 0.15);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
	background-color: #c02633 !important;
	border: 1px solid #c02633 !important;
	box-shadow: 0 3px 10px rgba(90, 79, 220, 0.5);
	color: #fff !important;
}
.btn.btn-outline-primary {
	border: 1px solid #273656 !important;
	color: #273656 !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
	background-color: #273656 !important;
	border: 1px solid #273656 !important;
	box-shadow: 0 3px 10px rgba(90, 79, 220, 0.5);
	color: #fff !important;
}
.btn.btn-outline-primary-white {
	border: 1px solid #fff !important;
	color: #fff !important;
}
.btn.btn-outline-primary-white:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
	background-color: #273656 !important;
	border: 1px solid #273656 !important;
	box-shadow: 0 3px 10px rgba(90, 79, 220, 0.5);
	color: #fff !important;
}
.btn.btn-soft-primary {
	background-color: rgba(90, 79, 220, 0.18) !important;
	color: #273656 !important;
}
.btn.btn-secondary {
	background-color: #6c757d !important;
	border: 1px solid #6c757d !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(108, 117, 125, 0.15);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
	background-color: #656d75 !important;
	border: 1px solid #656d75 !important;
	box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
	color: #fff !important;
}
.btn.btn-outline-secondary {
	border: 1px solid #6c757d !important;
	color: #6c757d !important;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
	background-color: #6c757d !important;
	border: 1px solid #6c757d !important;
	box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
	color: #fff !important;
}
.btn.btn-soft-secondary {
	background-color: rgba(108, 117, 125, 0.18) !important;
	color: #6c757d !important;
}
.btn.btn-success {
	background-color: #14cf9f !important;
	border: 1px solid #14cf9f !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(20, 207, 159, 0.15);
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
	background-color: #13c194 !important;
	border: 1px solid #13c194 !important;
	box-shadow: 0 3px 10px rgba(20, 207, 159, 0.5);
	color: #fff !important;
}
.btn.btn-outline-success {
	border: 1px solid #14cf9f !important;
	color: #14cf9f !important;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success.focus, .btn.btn-outline-success:active, .btn.btn-outline-success.active {
	background-color: #14cf9f !important;
	border: 1px solid #14cf9f !important;
	box-shadow: 0 3px 10px rgba(20, 207, 159, 0.5);
	color: #fff !important;
}
.btn.btn-soft-success {
	background-color: rgba(20, 207, 159, 0.18) !important;
	color: #14cf9f !important;
}
.btn.btn-info {
	background-color: #4fccdc !important;
	border: 1px solid #4fccdc !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(79, 204, 220, 0.15);
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
	background-color: #42c8d9 !important;
	border: 1px solid #42c8d9 !important;
	box-shadow: 0 3px 10px rgba(79, 204, 220, 0.5);
	color: #fff !important;
}
.btn.btn-outline-info {
	border: 1px solid #4fccdc !important;
	color: #4fccdc !important;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
	background-color: #4fccdc !important;
	border: 1px solid #4fccdc !important;
	box-shadow: 0 3px 10px rgba(79, 204, 220, 0.5);
	color: #fff !important;
}
.btn.btn-soft-info {
	background-color: rgba(79, 204, 220, 0.18) !important;
	color: #4fccdc !important;
}
.btn.btn-warning {
	background-color: #ffbb13 !important;
	border: 1px solid #ffbb13 !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(255, 187, 19, 0.15);
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
	background-color: #ffb704 !important;
	border: 1px solid #ffb704 !important;
	box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
	color: #fff !important;
}
.btn.btn-outline-warning {
	border: 1px solid #ffbb13 !important;
	color: #ffbb13 !important;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
	background-color: #ffbb13 !important;
	border: 1px solid #ffbb13 !important;
	box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
	color: #fff !important;
}
.btn.btn-soft-warning {
	background-color: rgba(255, 187, 19, 0.18) !important;
	color: #ffbb13 !important;
}
.btn.btn-danger {
	background-color: #f43958 !important;
	border: 1px solid #f43958 !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(244, 57, 88, 0.15);
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
	background-color: #f32b4c !important;
	border: 1px solid #f32b4c !important;
	box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
	color: #fff !important;
}
.btn.btn-outline-danger {
	border: 1px solid #f43958 !important;
	color: #f43958 !important;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
	background-color: #f43958 !important;
	border: 1px solid #f43958 !important;
	box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
	color: #fff !important;
}
.btn.btn-soft-danger {
	background-color: rgba(244, 57, 88, 0.18) !important;
	color: #f43958 !important;
}
.btn.btn-dark {
	background-color: #3b3950 !important;
	border: 1px solid #3b3950 !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(59, 57, 80, 0.15);
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
	background-color: #343347 !important;
	border: 1px solid #343347 !important;
	box-shadow: 0 3px 10px rgba(59, 57, 80, 0.5);
	color: #fff !important;
}
.btn.btn-outline-dark {
	border: 1px solid #3b3950 !important;
	color: #3b3950 !important;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
	background-color: #3b3950 !important;
	border: 1px solid #3b3950 !important;
	box-shadow: 0 3px 10px rgba(59, 57, 80, 0.5);
	color: #fff !important;
}
.btn.btn-soft-dark {
	background-color: rgba(59, 57, 80, 0.18) !important;
	color: #3b3950 !important;
}
.btn.btn-muted {
	background-color: #9e9cb9 !important;
	border: 1px solid #9e9cb9 !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(158, 156, 185, 0.15);
}
.btn.btn-muted:hover, .btn.btn-muted:focus, .btn.btn-muted.focus, .btn.btn-muted:active, .btn.btn-muted.active {
	background-color: #9593b3 !important;
	border: 1px solid #9593b3 !important;
	box-shadow: 0 3px 10px rgba(158, 156, 185, 0.5);
	color: #fff !important;
}
.btn.btn-outline-muted {
	border: 1px solid #9e9cb9 !important;
	color: #9e9cb9 !important;
}
.btn.btn-outline-muted:hover, .btn.btn-outline-muted:focus, .btn.btn-outline-muted.focus, .btn.btn-outline-muted:active, .btn.btn-outline-muted.active {
	background-color: #9e9cb9 !important;
	border: 1px solid #9e9cb9 !important;
	box-shadow: 0 3px 10px rgba(158, 156, 185, 0.5);
	color: #fff !important;
}
.btn.btn-soft-muted {
	background-color: rgba(158, 156, 185, 0.18) !important;
	color: #9e9cb9 !important;
}
.btn.btn-light {
	background-color: #fbfafd !important;
	border: 1px solid #fbfafd !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(251, 250, 253, 0.15);
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
	background-color: #f2eff9 !important;
	border: 1px solid #f2eff9 !important;
	box-shadow: 0 3px 10px rgba(251, 250, 253, 0.5);
	color: #fff !important;
}
.btn.btn-outline-light {
	border: 1px solid #fbfafd !important;
	color: #fbfafd !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
	background-color: #fbfafd !important;
	border: 1px solid #fbfafd !important;
	box-shadow: 0 3px 10px rgba(251, 250, 253, 0.5);
	color: #fff !important;
}
.btn.btn-soft-light {
	background-color: rgba(251, 250, 253, 0.18) !important;
	color: #fbfafd !important;
}
.btn.btn-body-bg {
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}
.btn.btn-body-bg:hover, .btn.btn-body-bg:focus, .btn.btn-body-bg.focus, .btn.btn-body-bg:active, .btn.btn-body-bg.active {
	background-color: #f7f7f7 !important;
	border: 1px solid #f7f7f7 !important;
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	color: #fff !important;
}
.btn.btn-outline-body-bg {
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
}
.btn.btn-outline-body-bg:hover, .btn.btn-outline-body-bg:focus, .btn.btn-outline-body-bg.focus, .btn.btn-outline-body-bg:active, .btn.btn-outline-body-bg.active {
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	color: #fff !important;
}
.btn.btn-soft-body-bg {
	background-color: rgba(255, 255, 255, 0.18) !important;
	color: #ffffff !important;
}
.btn.btn-black {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:active, .btn.btn-black.active {
	background-color: black !important;
	border: 1px solid black !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	color: #fff !important;
}
.btn.btn-outline-black {
	border: 1px solid #000 !important;
	color: #000 !important;
}
.btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black.focus, .btn.btn-outline-black:active, .btn.btn-outline-black.active {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	color: #fff !important;
}
.btn.btn-soft-black {
	background-color: rgba(0, 0, 0, 0.18) !important;
	color: #000 !important;
}
.btn.btn-white {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #fff;
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
	background-color: #f7f7f7 !important;
	border: 1px solid #f7f7f7 !important;
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	color: #fff !important;
}
.btn.btn-outline-white {
	border: 1px solid #fff !important;
	color: #fff !important;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	color: #fff !important;
}
.btn.btn-soft-white {
	background-color: rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
}
.btn.btn-light {
	background-color: #fbfafd;
	border: 1px solid #fbfafd;
	color: #3b3950 !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
	background-color: white;
	border: 1px solid white;
	box-shadow: 0 0 0 2px rgba(251, 250, 253, 0.08);
	color: #3b3950 !important;
}
.btn.btn-outline-light {
	border: 1px solid #fbfafd;
	color: #fbfafd !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
	background-color: #fbfafd;
	border: 1px solid #fbfafd;
	color: #3b3950 !important;
}

.badge {
	padding: 7px 18px;
	font-size: 14px;
	box-shadow: 0 2px 1px rgba(90, 79, 220, 0.3);
}

.badge.badge-soft-primary {
	background: rgba(90, 79, 220, 0.12);
	color: #273656;
}

.badge.badge-soft-secondary {
	background: rgba(108, 117, 125, 0.12);
	color: #6c757d;
}

.badge.badge-soft-success {
	background: rgba(20, 207, 159, 0.12);
	color: #14cf9f;
}

.badge.badge-soft-info {
	background: rgba(79, 204, 220, 0.12);
	color: #4fccdc;
}

.badge.badge-soft-warning {
	background: rgba(255, 187, 19, 0.12);
	color: #ffbb13;
}

.badge.badge-soft-danger {
	background: rgba(244, 57, 88, 0.12);
	color: #f43958;
}

.badge.badge-soft-dark {
	background: rgba(59, 57, 80, 0.12);
	color: #3b3950;
}

.badge.badge-soft-muted {
	background: rgba(158, 156, 185, 0.12);
	color: #9e9cb9;
}

.badge.badge-soft-light {
	background: rgba(251, 250, 253, 0.12);
	color: #fbfafd;
}

.badge.badge-soft-body-bg {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.badge.badge-soft-black {
	background: rgba(0, 0, 0, 0.12);
	color: #000;
}

.badge.badge-soft-white {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.mode-btn {
	position: fixed;
	top: 28%;
	left: 0px;
	z-index: 1021;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #273656;
	font-size: 21px;
	text-align: center;
}
.mode-btn .mode-light {
	display: block;
}
.mode-btn .mode-dark {
	display: none;
}

[data-bs-theme=dark] .mode-light {
	display: none;
}
[data-bs-theme=dark] .mode-dark {
	display: block;
}

[dir=rtl] .mode-btn {
	right: 0px;
}

/* 
	// 04.Helper
*/
.bg-soft-primary {
	background-color: rgba(90, 79, 220, 0.12);
}

.bg-soft-secondary {
	background-color: rgba(108, 117, 125, 0.12);
}

.bg-soft-success {
	background-color: rgba(20, 207, 159, 0.12);
}

.bg-soft-info {
	background-color: rgba(79, 204, 220, 0.12);
}

.bg-soft-warning {
	background-color: rgba(255, 187, 19, 0.12);
}

.bg-soft-danger {
	background-color: rgba(244, 57, 88, 0.12);
}

.bg-soft-dark {
	background-color: rgba(59, 57, 80, 0.12);
}

.bg-soft-muted {
	background-color: rgba(158, 156, 185, 0.12);
}

.bg-soft-light {
	background-color: rgba(251, 250, 253, 0.12);
}

.bg-soft-body-bg {
	background-color: rgba(255, 255, 255, 0.12);
}

.bg-soft-black {
	background-color: rgba(0, 0, 0, 0.12);
}

.bg-soft-white {
	background-color: rgba(255, 255, 255, 0.12);
}

.text-shadow {
	text-shadow: 3px 3px 6px rgba(14, 10, 65, 0.25);
}

.text-white-70 {
	color: rgba(255, 255, 255, 0.7);
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-semibold {
	font-weight: 600;
}

.section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
@media (max-width: 576px) {
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
		position: relative;
	}
}
.bg-overlay {
	background-color: #000;
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.bg-gradient-primary {
	background: linear-gradient(to top, #4fccdc 0%, #273656 100%);
}

.line-height-1_6 {
	line-height: 1.6;
}

.line-height-1_4 {
	line-height: 1.4;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-13 {
	font-size: 13px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-17 {
	font-size: 17px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-19 {
	font-size: 19px;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-24 {
	font-size: 24px;
}

.title {
	text-shadow: 1px 2px 3px rgba(59, 57, 80, 0.2);
}

.hero-bottom-img {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.right-icon {
	line-height: 0;
	font-size: 19px;
}

.icon-size-15 {
	height: 15px;
	width: 15px;
}
.icon-size-15 svg {
	height: 15px !important;
	width: 15px !important;
}

.icon-sm {
	height: 18px;
	width: 18px;
}
.icon-sm svg {
	height: 18px !important;
	width: 18px !important;
}

.icon-xs {
	height: 20px;
	width: 20px;
}
.icon-xs svg {
	height: 20px !important;
	width: 20px !important;
}

.icon-md {
	height: 25px;
	width: 25px;
}
.icon-md svg {
	height: 25px !important;
	width: 25px !important;
}

.icon-lg {
	height: 30px;
	width: 30px;
}
.icon-lg svg {
	height: 30px !important;
	width: 30px !important;
}

.icon-xl {
	height: 35px;
	width: 35px;
}
.icon-xl svg {
	height: 35px !important;
	width: 35px !important;
}

.icon-xxl {
	height: 45px;
	width: 45px;
}
.icon-xxl svg {
	height: 45px !important;
	width: 45px !important;
}

.icon-xxxl {
	height: 60px;
	width: 60px;
}
.icon-xxxl svg {
	height: 60px !important;
	width: 60px !important;
}

.uim-icon-primary .uim-svg {
	fill: #273656 !important;
}

.icon-fill-primary {
	fill: rgba(90, 79, 220, 0.15);
}

.uim-icon-secondary .uim-svg {
	fill: #6c757d !important;
}

.icon-fill-secondary {
	fill: rgba(108, 117, 125, 0.15);
}

.uim-icon-success .uim-svg {
	fill: #14cf9f !important;
}

.icon-fill-success {
	fill: rgba(20, 207, 159, 0.15);
}

.uim-icon-info .uim-svg {
	fill: #4fccdc !important;
}

.icon-fill-info {
	fill: rgba(79, 204, 220, 0.15);
}

.uim-icon-warning .uim-svg {
	fill: #ffbb13 !important;
}

.icon-fill-warning {
	fill: rgba(255, 187, 19, 0.15);
}

.uim-icon-danger .uim-svg {
	fill: #f43958 !important;
}

.icon-fill-danger {
	fill: rgba(244, 57, 88, 0.15);
}

.uim-icon-dark .uim-svg {
	fill: #3b3950 !important;
}

.icon-fill-dark {
	fill: rgba(59, 57, 80, 0.15);
}

.uim-icon-muted .uim-svg {
	fill: #9e9cb9 !important;
}

.icon-fill-muted {
	fill: rgba(158, 156, 185, 0.15);
}

.uim-icon-light .uim-svg {
	fill: #fbfafd !important;
}

.icon-fill-light {
	fill: rgba(251, 250, 253, 0.15);
}

.uim-icon-body-bg .uim-svg {
	fill: #ffffff !important;
}

.icon-fill-body-bg {
	fill: rgba(255, 255, 255, 0.15);
}

.uim-icon-black .uim-svg {
	fill: #000 !important;
}

.icon-fill-black {
	fill: rgba(0, 0, 0, 0.15);
}

.uim-icon-white .uim-svg {
	fill: #fff !important;
}

.icon-fill-white {
	fill: rgba(255, 255, 255, 0.15);
}

.sw_1-5 {
	stroke-width: 1.5px;
}

.sw_3 {
	stroke-width: 3px;
}

.icon {
	position: relative;
	top: -2px;
}

.text-muted {
	color: #9e9cb9 !important;
}

/* 
	// 05.Loader
*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top left, #f59d9d 0%, #273656 100%);
	z-index: 9999999;
}

#preloader #status {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.spinner {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
	margin: 100px auto;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
/* 
	// 06.Hero
*/
.hero-1-bg {
	padding:40vh 0 0px;
	/*background: rgba(90, 79, 220, 0.025);*/
	background-image: url("../images/hero--bg-img.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;height:100vh;
	
}
.hero-1-bg .hero-1-title {
	font-size: 38px;
}
.hero-1-bg .subscribe-form form {
	position: relative;
	max-width: 600px;
	margin: 0px auto;
}
.hero-1-bg .subscribe-form input {
	padding: 17px 20px;
	width: 100%;
	border: none;
	outline: none !important;
	padding-right: 160px;
	padding-left: 20px;
	background-color: #edeef8;
	border-radius: 4px;
}
.hero-1-bg .subscribe-form button {
	position: absolute;
	top: 5px;
	right: 5px;
}
.hero-1-bg .subscribe-form ::-moz-placeholder {
	font-size: 16px;
	color: #868e96;
}
.hero-1-bg .subscribe-form ::placeholder {
	font-size: 16px;
	color: #868e96;
}

.hero-2-bg {
	padding: 260px 0 280px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.hero-2-bg .hero-2-title {
	font-size: 48px;
}

.hero-3-bg {
	padding: 80px 0 0px;
	background-color: var(--bs-white);
	border-bottom: 1px solid #f5f6f8;
}
.hero-3-bg .hero-3-title {
	font-size: 44px;
}
.hero-3-bg .play-icon-circle {
	border: 2px solid #3b3950;
	height: 46px;
	font-size: 24px;
	width: 46px;
	color: #3b3950;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.5s;
}
.hero-3-bg .play-icon-circle:hover {
	background-color: #273656;
	border-color: #273656;
	box-shadow: 0 0px 0px 6px rgba(90, 79, 220, 0.12);
	color: #fff !important;
}

.home-modal {
	border: 0;
	background-color: transparent;
}
.home-modal .btn-close {
	width: 24px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	position: relative;
	top: 60px;
	z-index: 3;
	right: 3px;
}
.home-modal .btn-close:hover, .home-modal .btn-close:focus {
	opacity: 0.5;
}
.home-modal video:focus {
	outline: none;
}

.video-box {
	width: 100%;
}

.hero-4-bg {
	padding: 210px 0 170px;
}
.hero-4-bg .hero-4-registration-form {
	background-color: var(--bs-bg-white);
}
.hero-4-bg .hero-4-title {
	font-size: 48px;
}
.hero-4-bg .hero-4-title .text-bottom-border {
	position: relative;
	z-index: 2;
	padding: 0 10px;
}
.hero-4-bg .hero-4-title .text-bottom-border:after {
	content: "";
	background: rgba(90, 79, 220, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10%;
	width: 100%;
	z-index: -1;
	transition: all 0.3s;
}
.hero-4-bg .hero-4-title .text-bottom-border:hover:after {
	background: rgba(90, 79, 220, 0.1);
	height: 100%;
}
.hero-4-bg .hero-4-registration-form {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.065);
	padding: 40px;
}
.hero-4-bg .hero-4-registration-form .registration-form label {
	margin-bottom: 8px;
}
.hero-4-bg .hero-4-registration-form .registration-form .form-control {
	border-color: #eae4f4;
}
.hero-4-bg .hero-4-registration-form .registration-form .form-control:focus {
	box-shadow: none;
	border-color: #9a93ea;
}
.hero-4-bg .hero-4-registration-form .form-border {
	border: 1px solid #ece8f6;
}

.hero-5-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-image: url("../images/hero-5-bg-img.jpg");
}
.hero-5-bg .hero-5-title {
	font-size: 48px;
}
.hero-5-bg .bg-overlay {
	opacity: 0.6;
}
.hero-5-bg .bg-hero-overlay {
	background-image: url("../images/hero-5-overlay.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.hero-6-bg {
	padding: 250px 0 230px 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.hero-6-bg .hero-6-title {
	font-size: 44px;
}
.hero-6-bg .Subcribe-form form {
	position: relative;
	margin: 0px auto;
}
.hero-6-bg .Subcribe-form input {
	padding: 12px 20px;
	width: 60%;
	font-size: 17px;
	color: var(--bs-text-color) !important;
	border: none;
	outline: none !important;
	background-color: var(--bs-form-bg);
	border-radius: 30px;
	position: relative;
	top: 3px;
}
.hero-6-bg .Subcribe-form input::-moz-placeholder {
	font-size: 15px;
	color: #868e96;
}
.hero-6-bg .Subcribe-form input::placeholder {
	font-size: 15px;
	color: #868e96;
}

@media (max-width: 576px) {
	.hero-1-title,
	.hero-2-title,
	.hero-4-title,
	.hero-5-title {
		font-size: 28px !important;
	}
	.hero-6-bg .btn.btn-primary {
		margin-top: 25px;
	}
	.hero-6-bg {
		padding: 150px 0 110px 0px;
	}
	.hero-6-bg .hero-6-title {
		font-size: 32px !important;
	}
	.hero-6-bg .Subcribe-form input {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.hero-1-bg .w-75 {
		width: 100% !important;
	}
	.hero-1-bg{
		padding: 40vh 0 70px;
	}
	.hero-2-bg {
		padding: 130px 0 70px;
	}
	.hero-3-bg {
		padding: 130px 0 0px;
	}
	.hero-4-bg {
		padding: 140px 0 110px;
	}
}
@media (max-width: 1024px) {
	.hero-5-bg {
		height: auto !important;
		padding: 170px 0 130px;
	}
	.hero-5-bg .bg-hero-overlay {
		background-image: none;
		background: #f8f9fa;
	}
}
[data-bs-theme=dark] .hero-1-bg .subscribe-form input {
	background-color: var(--bs-form-bg);
	color: #fff;
}
[data-bs-theme=dark] .hero-4-bg .hero-4-registration-form .registration-form .form-control {
	border: 1px solid rgba(158, 156, 185, 0.3);
}
[data-bs-theme=dark] .hero-6-bg .subscribe-form input {
	color: #fff;
}
[data-bs-theme=dark] .bg-layout-overlay {
	background-color: var(--bs-body-bg);
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
[data-bs-theme=dark] .hero-3-bg {
	border-bottom: 1px solid #141c26;
}

[dir=rtl] .bg-hero-overlay {
	background-image: url("../images/hero-5-overlay-rotate.png");
}

[data-bs-theme=dark] .bg-light {
	background-color: var(--bs-light) !important;
}

/* 
	// 7. Why Choose Us
*/
.wc-box {
	box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
	margin-bottom: 30px;
	border-radius:20px !important;
}
.wc-box .wc-box-icon {
	font-size: 30px;
	height: 60px;
	width: 60px;
	line-height: 40px;
	border-radius: 20%;
	margin: 0 auto;
	padding:6px;
}
.wc-box:hover {
	transform: translateY(-6px);
}
.wc-box:hover .wc-box-icon {
	background: rgba(255, 255, 255) !important;
	color: #fff !important;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.04);
}
.wc-box:hover .wc-title {
	color: #fff;
}
.wc-box:hover .wc-subtitle {
	color: rgba(255, 255, 255, 0.5) !important;
}

.wc-box,
.wc-box-icon,
.wc-title,
.wc-subtitle {
	transition: all 0.5s;
}

.wc-box.wc-box-primary .wc-box-icon {
	background: rgba(90, 79, 220, 0.12);
	color: #273656;
}
.wc-box.wc-box-primary:hover {
	background: #273656;
	box-shadow: 0 5px 18px rgba(90, 79, 220, 0.4);
	border-radius: 0px !important;
}

.wc-box.wc-box-secondary .wc-box-icon {
	background: rgba(108, 117, 125, 0.12);
	color: #6c757d;
}
.wc-box.wc-box-secondary:hover {
	background: #6c757d;
	box-shadow: 0 5px 18px rgba(108, 117, 125, 0.4);
}

.wc-box.wc-box-success .wc-box-icon {
	background: rgba(20, 207, 159, 0.12);
	color: #14cf9f;
}
.wc-box.wc-box-success:hover {
	background: #14cf9f;
	box-shadow: 0 5px 18px rgba(20, 207, 159, 0.4);
}

.wc-box.wc-box-info .wc-box-icon {
	background: rgba(79, 204, 220, 0.12);
	color: #4fccdc;
}
.wc-box.wc-box-info:hover {
	background: #4fccdc;
	box-shadow: 0 5px 18px rgba(79, 204, 220, 0.4);
}

.wc-box.wc-box-warning .wc-box-icon {
	background: rgba(255, 187, 19, 0.12);
	color: #ffbb13;
}
.wc-box.wc-box-warning:hover {
	background: #ffbb13;
	box-shadow: 0 5px 18px rgba(255, 187, 19, 0.4);
}

.wc-box.wc-box-danger .wc-box-icon {
	background: rgba(244, 57, 88, 0.12);
	color: #f43958;
}
.wc-box.wc-box-danger:hover {
	background: #f43958;
	box-shadow: 0 5px 18px rgba(244, 57, 88, 0.4);
}

.wc-box.wc-box-dark .wc-box-icon {
	background: rgba(59, 57, 80, 0.12);
	color: #3b3950;
}
.wc-box.wc-box-dark:hover {
	background: #3b3950;
	box-shadow: 0 5px 18px rgba(59, 57, 80, 0.4);
}

.wc-box.wc-box-muted .wc-box-icon {
	background: rgba(158, 156, 185, 0.12);
	color: #9e9cb9;
}
.wc-box.wc-box-muted:hover {
	background: #9e9cb9;
	box-shadow: 0 5px 18px rgba(158, 156, 185, 0.4);
}

.wc-box.wc-box-light .wc-box-icon {
	background: rgba(251, 250, 253, 0.12);
	color: #fbfafd;
}
.wc-box.wc-box-light:hover {
	background: #fbfafd;
	box-shadow: 0 5px 18px rgba(251, 250, 253, 0.4);
}

.wc-box.wc-box-body-bg .wc-box-icon {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}
.wc-box.wc-box-body-bg:hover {
	background: #ffffff;
	box-shadow: 0 5px 18px rgba(255, 255, 255, 0.4);
}

.wc-box.wc-box-black .wc-box-icon {
	background: rgba(0, 0, 0, 0.12);
	color: #000;
}
.wc-box.wc-box-black:hover {
	background: #000;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
}

.wc-box.wc-box-white .wc-box-icon {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}
.wc-box.wc-box-white:hover {
	background: #fff;
	box-shadow: 0 5px 18px rgba(255, 255, 255, 0.4);
}

[data-bs-theme=dark] .wc-box {
	background-color: var(--bs-light);
}
.border-animation {
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 1;
}

.border-animation:before,
.border-animation:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -3px;
    left:-3px;
	width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
    
}

.border-animation:hover:before {
    animation: border-animate1 1s linear forwards;
}

.border-animation:hover:after {
    animation: border-animate2 1s linear forwards;
}

/* Keyframes for top and left borders */
@keyframes border-animate1 {
    0% {
        width: 0;
        height: 0;
        border-color: #c02633 #c02633 transparent transparent;
        
	}
    50% {
        width: calc(100% + 6px);
        height: 0;
        border-color: #c02633 #c02633 transparent transparent;
        
	}
    100% {
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        border-color: #c02633 #c02633 transparent transparent;
        
	}
}

/* Keyframes for right and bottom borders */
@keyframes border-animate2 {
    0% {
        width: 0;
        height: 0;
        border-color: transparent transparent #c02633 #c02633;
        
	}
    50% {
        width: 0;
        height: calc(100% + 6px);
        border-color: transparent transparent #c02633 #c02633;
        
	}
    100% {
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        border-color: transparent transparent #c02633 #c02633;
        
	}
}



/*
	// service-box
*/
.services-box{
	background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d4d3d2;
    padding: 40px;
	height:100%;
}
.services-box{
	transition: all 0.5s;
}
.services-box:hover {
    transform: translateY(-6px);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
}	
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none!important;
}
ul.liststyle li {
	padding: 10px;
	border-bottom: 1px solid #333;
}
ul.liststyle li i{
	color:#c02633;
}

/* 
	// 8. Features
*/
.feather-bg-img {
	background-position: center center;
	background-size: cover;
}

/* 
	// 9. Pricing
*/
.pricing-box {
	box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background-color: var(--bs-secondary-bg);
	height:100%;
}
.pricing-box .pricing-icon-bg {
	background: rgba(90, 79, 220, 0.12);
	color: #273656;
	display: block;
	height: 80px;
	width: 80px;
	line-height: 90px;
	margin: 0 auto;
	border-radius: 20% 20% 4% 20%/20% 20% 4% 20%;
	box-shadow: 0 0 0 7px rgba(90, 79, 220, 0.03);
	transition: all 0.5s;
}
.pricing-box .pricing-item li {
	padding: 10px 0;
}
.pricing-box .pr-btn {
	position: relative;
	z-index: 1;
}
.pricing-icon-bg img{
	width:80% !important;
}
.pricing-box:hover .pricing-icon-bg, .pricing-box.active .pricing-icon-bg {
	
	box-shadow: 0 0 0 7px rgba(90, 79, 220, 0.06);
	color: #fff;
	border-radius: 4% 20% 20% 20%/4% 20% 20% 20%;
}

[data-bs-theme=dark] .pricing-box {
	background-color: var(--bs-white) !important;
}

/* 
	// 10. Contact us
*/
.form-control:focus {
	box-shadow: none;
	background-color: #fbfafd;
	border-color: #ced4da;
}

textarea.form-control {
	height: auto !important;
}

.custom-form .form-group {
	margin-bottom: 1rem;
}
.custom-form label {
	margin-bottom: 10px;
}
.custom-form .alert-warning {
	padding: 10px;
}

.form-control {
	padding: 8px 10px;
	font-size: 14px;
	height: 40px;
	background-color: rgba(59, 57, 80, 0.01);
	border: 1px solid rgba(158, 156, 185, 0.3);
}
.form-control::-moz-placeholder {
	color: #b0aec6;
	font-size: 14px;
}
.form-control::placeholder {
	color: #b0aec6;
	font-size: 14px;
}

.contact-loader {
	display: none;
}

#success_page {
	background-color: rgba(20, 207, 159, 0.25);
	padding: 10px 20px;
	border-radius: 4px;
}

[data-bs-theme=dark] .form-control:focus {
	background-color: var(--bs-secondary-bg);
	border: 1px solid rgba(158, 156, 185, 0.3);
}

/* 
	// 11. Footer
*/
.footer {
	background: rgb(192,38,51);
	background: linear-gradient(275deg, rgba(192,38,51,1) 0%, rgba(35,54,89,1) 60%);
	padding: 70px 0 40px;
}
.footer .footer-social-icon-content .footer-social-icon {
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
}
.footer .footer-social-icon-content .footer-social-icon:hover {
	color: #fff;
}
.footer .footer-sub-menu li {
	padding: 6px 0;
}
.footer .footer-sub-menu li .footer-link {
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	transition: all 0.5s;
}
.footer .footer-sub-menu li .footer-link:hover {
	color: #fff;
	margin-left: 5px;
}

.footer-alt {
	background: var(--bs-footer-alt-bg);
}

/* 
	// 12. modal
*/
.modal .modal-dialog .modal-content .modal-body {
	padding: 32px;
}
.modal .modal-dialog .modal-content .modal-body .social-login {
	position: relative;
	background: #fff;
	padding: 0 12px;
	display: inline-block;
}
.modal .modal-dialog .modal-content .modal-body .login-border {
	border: 1px solid #edeff1;
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
}
.modal .modal-dialog .modal-content .modal-body .login-social-icon {
	height: 45px;
	width: 45px;
	display: block;
	color: #fff;
	line-height: 45px;
	border-radius: 50%;
	transition: all 0.5s;
}
.modal .form-group {
	margin-bottom: 1rem;
}
.modal .form-group label {
	margin-bottom: 10px;
}

.login-page {
	max-width: 420px;
}

.login-form .login-social-icon.icon-primary {
	background-color: #273656;
}
.login-form .login-social-icon.icon-primary:hover {
	box-shadow: 0 0 0 5px rgba(90, 79, 220, 0.16);
}

.login-form .login-social-icon.icon-secondary {
	background-color: #6c757d;
}
.login-form .login-social-icon.icon-secondary:hover {
	box-shadow: 0 0 0 5px rgba(108, 117, 125, 0.16);
}

.login-form .login-social-icon.icon-success {
	background-color: #14cf9f;
}
.login-form .login-social-icon.icon-success:hover {
	box-shadow: 0 0 0 5px rgba(20, 207, 159, 0.16);
}

.login-form .login-social-icon.icon-info {
	background-color: #4fccdc;
}
.login-form .login-social-icon.icon-info:hover {
	box-shadow: 0 0 0 5px rgba(79, 204, 220, 0.16);
}

.login-form .login-social-icon.icon-warning {
	background-color: #ffbb13;
}
.login-form .login-social-icon.icon-warning:hover {
	box-shadow: 0 0 0 5px rgba(255, 187, 19, 0.16);
}

.login-form .login-social-icon.icon-danger {
	background-color: #f43958;
}
.login-form .login-social-icon.icon-danger:hover {
	box-shadow: 0 0 0 5px rgba(244, 57, 88, 0.16);
}

.login-form .login-social-icon.icon-dark {
	background-color: #3b3950;
}
.login-form .login-social-icon.icon-dark:hover {
	box-shadow: 0 0 0 5px rgba(59, 57, 80, 0.16);
}

.login-form .login-social-icon.icon-muted {
	background-color: #9e9cb9;
}
.login-form .login-social-icon.icon-muted:hover {
	box-shadow: 0 0 0 5px rgba(158, 156, 185, 0.16);
}

.login-form .login-social-icon.icon-light {
	background-color: #fbfafd;
}
.login-form .login-social-icon.icon-light:hover {
	box-shadow: 0 0 0 5px rgba(251, 250, 253, 0.16);
}

.login-form .login-social-icon.icon-body-bg {
	background-color: #ffffff;
}
.login-form .login-social-icon.icon-body-bg:hover {
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.16);
}

.login-form .login-social-icon.icon-black {
	background-color: #000;
}
.login-form .login-social-icon.icon-black:hover {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.16);
}

.login-form .login-social-icon.icon-white {
	background-color: #fff;
}
.login-form .login-social-icon.icon-white:hover {
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.16);
}/*# sourceMappingURL=style.css.map */


.why-box {
	padding: 16px;
}

.why-box img {
	height: 60px;
	width: 60px;
}
.logo-hover {
    transition: transform 0.3s ease; /* Smooth transition */
}

.logo-hover:hover {
    transform: scale(1.1); /* Slight zoom-in effect */
}
.service-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.service {
	margin: 10px;
}

.flip-box {
	background-color: transparent;
	width: 330px;
	height: 200px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	perspective: 1000px;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.flip-box-front {
	background-color: #fff;
	border-radius: 20px;
}

.flip-box-front img {
	height: 60px;
	width: 60px;
}

.flip-box-back {
	background-color: #273656;
	color: #fff;
	transform: rotateY(180deg);
	border-radius: 10px;
	padding: 16px;
}
/* brochure btn*/
.course__enroll-wrapper {
	padding: 20px 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	
}
.course__enroll-content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	color:#fff;
}
.course__enroll-content p {
	font-weight: 500;
	margin-bottom: 0;
	color:#fff;
}
.course__enroll-btn .btn{
	border: 1px solid #fff !important;
	color: #fff !important;
	border-radius: 3px;
	padding: 8px 12px;
	font-size: 12px !important;
	transition: all 0.5s;
	font-weight: 600;
}
.course__enroll-btn .btn:hover{
	background-color: #fff !important;
	border: 1px solid #273656 !important;
	border-radius:20px;
	color: #273656 !important;
}
 /* Wrapper for the carousel */
    .logo-carousel-wrapper {
      overflow: hidden; /* Hide overflow to keep logos within the visible area */
      width: 100%; /* Full width */
    }

    /* Carousel styling */
    .logo-carousel {
      display: flex; /* Use flexbox to arrange logos in a horizontal line */
      animation: scroll 30s linear infinite; /* Continuous scroll animation */
    }

    /* Logo styling */
    .logo-carousel img {
      height: 100px; /* Set fixed height for logos */
      object-fit: contain;
      margin: 0 10px; /* Add spacing between logos */
      flex-shrink: 0; /* Prevent logos from shrinking */
      flex-grow: 0; /* Prevent logos from growing */
    }

    /* Animation to move the logos horizontally */
    @keyframes scroll {
      0% {
        transform: translateX(0); /* Start from the left */
      }
      100% {
        transform: translateX(-200%); /* Move logos completely to the left */
      }
    }
	/* Add duplicate logos for seamless scrolling */
.logo-carousel::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: inherit;
  animation: scroll 20s linear infinite;
}

    /* Faster scroll on mobile */
    @media (max-width: 768px) {
      .logo-carousel {
        animation: scroll 15s linear infinite; /* Increase speed for mobile */
      }
    }
	
.blog-box {
	height:100%;
	box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
	border-radius:0px !important;
}
.blog-box img{
	width:60px;
}
.blog-box .blog-box-icon {
	height: auto;
	width: 100%;
	line-height: 40px;
	border-radius: 20%;
	margin: 0 auto;
	padding:10px;
}
/* Sticky button */
.sticky-vertical-button-wrapper {
    position: fixed;
    right: 0px;  /* Adjust distance from the right */
    bottom: 50%; /* Adjust distance from the bottom */
    z-index: 1000;  /* Ensure it's on top of other content */
}

.sticky-vertical-button-i {
    writing-mode: vertical-rl; /* Makes the text vertical */
    text-align: center; /* Centers the text */
    border-radius: 5px;
    padding: 10px 15px;  /* Adjust padding for better spacing */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;  /* Height for the button */
    width: 30px;    /* Width for the button */
    transform: rotate(180deg); /* Rotates the text to appear bottom-to-top */
}

.sticky-vertical-button-i:hover {
    background-color: #007bff;  /* Customize hover color */
    color: white;  /* Customize hover text color */
}



