/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Statistics
- Introduction
- Details 1
- Services
- Details 2
- Invitation
- Projects
- Testimonials
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/



/**************************/
/*     General Styles     */
/**************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&family=Ruda:wght@400;900&display=swap');

body,
html {
	width: 100%;
	height: 100%;
}

body,
p {
	color: #373737;
	font-family: 'Poppins', sans-serif;
}

p {
	line-height: 32px;
}

:root {
	--bs-primary: #1E2D45;
	--bs-primary-dark: #16223A;
	--bs-primary-light: #2A3F60;
	--bs-secondary: #F47920;
	--bs-secondary-hover: #D96810;
	--bs-secondary-light: #FEF0E6;
	--bs-text: #2B2B2B;
	--bs-gray: #363636;
	--bs-dark-gray: #373737;
	--bg-white: #fff;
	--bg-page: #F4F6F9;
	--shadow-sm: 0 1px 4px rgba(30,45,69,0.08);
	--shadow-md: 0 4px 16px rgba(30,45,69,0.12);
	--shadow-lg: 0 20px 60px rgba(30,45,69,0.18);
	--radius: 8px;
	--radius-lg: 12px;
}

h1 {
	color: var(--bs-primary);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.25rem;
	letter-spacing: -0.4px;
}

/* ── Section heading accent underline ─────────────── */
section h2::after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: var(--bs-secondary);
	border-radius: 2px;
	margin: 10px auto 0;
}

h2 {
	color: var(--bs-dark-gray);
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: -0.2px;
}

h3 {
	color: #191e47;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: -0.2px;
}

h4 {
	color: var(--gray);
	font-size: 1.5rem;
	line-height: 2rem;
}

h5 {
	color: var(--bs-gray);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
}

h6 {
	color: #191e47;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #6c717b;
	text-decoration: underline;
}

a:hover {
	color: #6c717b;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

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

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

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid var(--bs-secondary);
	border-radius: var(--radius);
	background-color: var(--bs-secondary);
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: var(--bs-secondary-hover);
	border-color: var(--bs-secondary-hover);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 2px solid var(--bs-secondary);
	border-radius: var(--radius);
	background-color: var(--bs-secondary);
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: var(--bs-secondary-hover);
	border-color: var(--bs-secondary-hover);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid var(--bs-secondary);
	border-radius: var(--radius);
	background-color: transparent;
	color: var(--bs-secondary);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid var(--bs-secondary);
	border-radius: var(--radius);
	background-color: transparent;
	color: var(--bs-secondary);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}

.btn-outline-sm {
	display: inline-block;
	padding: 1.1rem 1.5rem;
	border: 2px solid var(--bs-secondary);
	border-radius: var(--radius);
	background-color: transparent;
	color: var(--bs-secondary);
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: var(--bs-secondary);
	color: #ffffff;
	text-decoration: none;
	border: 2px solid var(--bs-secondary);
	transform: translateY(-1px);
	box-shadow: var(--shadow-sm);
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 30px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none;
	/* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem;
	/* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none;
	/* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid var(--bs-secondary);
	border-radius: var(--radius);
	background-color: var(--bs-secondary);
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid var(--bs-secondary-hover);
	background-color: var(--bs-secondary-hover);
	color: #ffffff;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #ffffff !important;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1rem;
	box-shadow: 0 2px 6px rgba(30,45,69,0.10);
	border-bottom: 2px solid var(--bs-secondary);
	isolation: isolate;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	height: 44px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
}

.navbar .logo-text {
	color: #191e47;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem;
	/* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #ffffff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	text-decoration: none;
	transition: all 0.2s ease;
	padding-right: 0;
	padding-left: 0;
	color: var(--bs-primary) !important;
	margin-right: 3rem;
	font-weight: 500;

}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: var(--bs-primary);
	font-weight: 600;
	border-bottom: 2px solid var(--bs-secondary);
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s;
	/* required for the fade animation */
}

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

	100% {
		opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: #ffffff;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #191e47;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: var(--bs-secondary-light);
	color: var(--bs-secondary);
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #efefef;
}

/* end of dropdown menu */

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: relative;
	overflow: hidden;
	padding-top: 8rem;
	padding-bottom: 4em;
	background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-primary-light) 100%);
	text-align: center;
}

.header .decoration-star {
	position: absolute;
	top: 100px;
	left: -245px;
	width: 480px;
	opacity: 0.7;
}

.header .decoration-star-2 {
	position: absolute;
	width: 42%;
	right: 0;
	height: auto;
	top: 0;
}

.header div[class*="col"] {
	/* selects all elements which have classes starting with col */
	/* needed so that the absolute positioned decoration stays behind */
	position: relative;
}

.header .h1-large {
	margin-bottom: 1.75rem;
	font-size: 2.5rem;
	line-height: 3.5rem;
	color: #ffffff !important;
	font-weight: 700;
}

.header .h1-large span {
	color: var(--bs-secondary);
	font-weight: 700;
	display: block;
	font-size: 2.8rem;
}

.header .p-large {
	margin-bottom: 2.25rem;
	color: rgba(255,255,255,0.85) !important;
	font-size: 16px;
	line-height: 32px;
}

.header .btn-solid-lg,
.header .btn-outline-lg {
	margin-right: 0.25rem;
	margin-bottom: 1.25rem;
	margin-left: 0.25rem;
}

.header .image-container {
	margin-top: 5rem;
}


/************************/
/*     Introduction     */
/************************/
.basic-1 {
	padding-top: 9.25rem;
	padding-bottom: 8.75rem;
}

.basic-1 h2 {
	margin-bottom: 1.75rem;
}


/*********************/
/*     Details 1     */
/*********************/
.basic-2 {
	position: relative;
	padding-top: 9.5rem;
	padding-bottom: 9.5rem;
}

.basic-2 .decoration-star {
	position: absolute;
	top: 530px;
	left: -100px;
	width: 200px;
	opacity: 0.7;
}

.basic-2 div[class*="col"] {
	/* selects all elements which have classes starting with col */
	/* needed so that the absolute positioned decoration stays behind */
	position: relative;
}

.basic-2 .image-container {
	margin-bottom: 5rem;
}

.basic-2 h2 {
	margin-bottom: 1.875rem;
}

.basic-2 .list-unstyled {
	margin-bottom: 2rem;
}

.basic-2 .list-unstyled .fas {
	color: var(--bs-secondary);
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-2 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}



/*********************/
/*     Details 2     */
/*********************/
.basic-3 {
	position: relative;
	overflow: hidden;
	padding-top: 9.5rem;
	padding-bottom: 9.75rem;
}

.basic-3 .decoration-star {
	position: absolute;
	top: 500px;
	right: -100px;
	width: 200px;
	opacity: 0.7;
}

.basic-3 div[class*="col"] {
	/* selects all elements which have classes starting with col */
	/* needed so that the absolute positioned decoration stays behind */
	position: relative;
}

.basic-3 .text-container {
	margin-bottom: 0rem;
}

.basic-3 h2 {
	margin-bottom: 1.875rem;
}

.basic-3 p {
	margin-bottom: 2rem;
}




/************************/
/*     Testimonials     */
/************************/




/*******************/
/*     Contact     */
/*******************/





/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
	background-color: var(--bs-primary);
	color: #fff;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 20px;
	color: #fff;
	opacity: 0.9;
	font-size: 22px;
	font-weight: 500;
}

.footer p,
.footer a,
.footer ul {
	opacity: 0.9;
	color: #fff;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
	color: var(--bs-secondary);
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
	color: var(--bs-secondary);
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: .5rem;
	text-align: center;
	background: var(--bs-primary-dark);
	padding-top: 1rem;
	border-top: 1px solid rgba(244,121,32,0.3);
}

.copyright p,
.copyright a {
	text-decoration: none;
	color: #fff;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: var(--bs-secondary);
	cursor: pointer;
	box-shadow: var(--shadow-md);
	transition: all 0.2s;
}

#myBtn:hover {
	background-color: var(--bs-secondary-hover);
	transform: translateY(-2px);
	box-shadow: var(--shadow-lg);
}

#myBtn img {
	margin-bottom: 0.25rem;
	width: 18px;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
}

.ex-basic-1 .list-unstyled .fas {
	color: var(--bs-secondary);
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: var(--bg-page);
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: var(--bs-secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}

/*************************/
/*     Custom css     */
/*************************/

.example-box {
	font-size: 40px;
	line-height: 150px;
	text-align: center;
	font-weight: bold;
	float: left;
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 5px;
	margin: 0 20px 20px 0;
	color: white;
	z-index: 9;
}

.btn-red,
.bg-red {
	background-color: #e91b1f;
	color: #fff;
	fill: #e91b1f;
}

#rectangle {
	transform-origin: 50% 50%;
}



.second-sec {
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.vendor-sec ul li {
	margin-bottom: 15px;
	list-style: none;
	color: var(--bs-gray-dark);
}

.vendor-sec ul li img {
	margin-right: 15px;
}

.card {
	box-shadow: var(--shadow-md);
	padding: 35px 25px 20px 120px;
	border: 0;
	position: relative;
	margin-left: -80px;
	border-radius: var(--radius-lg) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lg);
}

.card-icon {
	background: var(--bs-secondary);
	padding: 30px;
	border-radius: var(--radius-lg);
	z-index: 9;
	display: inline-block;
	height: 140px;
	margin-top: 75px;
	box-shadow: 0 8px 24px rgba(244,121,32,0.35);
}

.card-sec {
	display: flex;
}

.card h5 {
	font-weight: 600;
	color: var(--bs-dark-gray);
}

.yellow-color {
	color: var(--bs-secondary);
}

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

.process-sec {
	background: var(--bg-page);
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.card-left {
	padding-right: 2rem;
}

.card-right {
	padding-left: 2rem;
}

.growth-sec {
	background: var(--bs-primary);
	padding-top: 4rem;
	padding-bottom: 6rem;
}

.vendor-sec ul {
	list-style: none;
}

.vendor-sec ul>li {
	clear: left;
}

.vendor-sec ul>li:before {
	content: "";
	height: 18px;
	width: 20px;
	display: block;
	float: left;
	margin-left: -2rem;
	margin-top: 2px;
	background-position: center;
	background-repeat: no-repeat;
}

.vendor-sec ul>li:before {
	background: url("../images/icons/list-icon.png");
	background-size: cover;
	background-position: center;
}

.growth-ul ul {
	list-style: none;
}

.growth-ul ul>li {
	clear: left;
}

.growth-ul ul>li:before {
	content: "";
	height: 18px;
	width: 20px;
	display: block;
	float: left;
	margin-left: -2rem;
	margin-top: 2px;
	background-position: center;
	background-repeat: no-repeat;
}

.growth-ul ul>li:before {
	background: url("../images/icons/list-icon-white.png");
	background-size: cover;
	background-position: center;
}


.growth-sec h2,
.growth-sec h4 {
	color: var(--bg-white);
}

.growth-sec h3 {
	color: var(--bg-white);
	font-weight: 400;
}

.growth-sec p {
	color: var(--bg-white);
}

.growth-sec h2 .yellow-color {
	font-size: 36px;
}

.grow-sec ul li {
	line-height: 1.2;
	margin-bottom: 20px;
	list-style: none;
	color: #fff;
}

.grow-sec ul li img {
	margin-right: 15px;
}

.tab-section {
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.counter-sec {
	padding-top: 2rem;
	padding-bottom: 5rem;
}

.elite-process-sec {
	padding-bottom: 4rem;
}

.testi-section h2 {
	color: #fff;
}


.query-sec {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.query {
	padding-top: 4rem;
}

.learn-btn {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 2px solid var(--bs-secondary);
	border-radius: var(--radius);
	background-color: var(--bs-secondary);
	color: var(--bg-white);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.learn-btn:hover {
	background-color: var(--bs-secondary-hover);
	border-color: var(--bs-secondary-hover);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}

.content-grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.content-grid .content-grid-item {
	position: relative;
	padding: 10px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-grid .content-grid-item::after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #DADADA;
}

.content-grid .content-grid-item::before,
.content-grid .content-grid-item::after {
	content: '';
	position: absolute;
}

.content-grid .content-grid-item::before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #DADADA;
}

.content-grid-item img {
	width: 90px;
}

.content-grid-item h4 {
	font-weight: 600;
	color: var(--bs-primary);
}

.seller-sec {
	background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-primary-light) 100%);
	padding-top: 4rem;
	padding-bottom: 4rem;
	color: #fff;
}

.seller-sec h2,
.seller-sec h1,
.seller-sec p {
	color: #fff;
}

.seller-sec .col-sm-4.text-center {
	border: 1px solid #848484;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.seller-sec2 {
	padding-top: 9rem !important;
	padding-bottom: 5rem !important;
}

.seller-box {
	box-shadow: var(--shadow-md);
	padding: 40px;
	background: #fff;
	border-radius: var(--radius-lg);
	margin-bottom: 3rem;
	border-top: 4px solid var(--bs-secondary);
	margin-left: 1rem;
	margin-right: 1rem;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seller-box:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lg);
}

.wrapper {
	width: 100%;
	-webkit-box-shadow: 0px 21px 75px -13px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 21px 75px -13px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 21px 75px -13px rgba(0, 0, 0, 0.18);
}

.info-wrap {
	margin-top: -20px;
	margin-bottom: -20px;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-primary-light) 100%);
	margin-right: 30px;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.info-wrap h3 {
	color: #ffffff;
	margin-bottom: 3rem !important;
}

.info-wrap .dbox {
	width: 100%;
	color: rgba(255,255,255,0.9);
	margin-bottom: 25px;
}

.info-wrap .dbox .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--bs-secondary);
	border: 1px solid var(--bs-secondary-hover);
}

.info-wrap .dbox .text {
	width: calc(100% - 50px);
	padding-left: 1rem !important;
}

.info-wrap .dbox p {
	margin-bottom: 0;
	color: rgba(255,255,255,0.85);
}

.info-wrap .dbox p a {
	color: rgba(255,255,255,0.85);
}

.info-wrap .dbox p span {
	font-weight: 600;
	color: #ffffff;
}

#contactForm .form-control {
	height: 52px;
	background: #fff;
	color: #000;
	font-size: 14px;
	border-radius: 2px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.contact-sec {
	padding-top: 11rem !important;
	padding-bottom: 8rem !important;
	background: #fafafa;
}

#contactForm .form-control.text-area {
	height: 100px;
	background: #fff;
}


.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 2s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}


.elite-tab {
	border-radius: 12px;
	background-color: #fff;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 1rem;
}

.elite-tab #nav {
	user-select: none;
	display: flex;
	flex-direction: row;
	position: relative;
	border-bottom: 1px solid #dee2e6;
}

.elite-tab #nav .trigger-spec {
	position: absolute;
	height: 100%;
	transition: transform 0.5s ease-out;
	color: var(--bs-primary);
	border-color: none;
	border-radius: var(--radius) var(--radius) 0px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.elite-tab #nav .trigger {
	cursor: pointer;
	text-align: center;
	flex: auto;
	color: var(--bs-primary);
	border-color: none;
	border-radius: var(--radius) var(--radius) 0px 0px;
	padding: 20px;
	transition: color 0.3s ease-out, background-color 0.3s ease-out;
	font-weight: 500;
}

.elite-tab #nav .trigger:hover {
	color: var(--bs-secondary);
}

.elite-tab #nav .trigger.active {
	background-color: var(--bs-primary);
	color: #fff;
	border-bottom: 3px solid var(--bs-secondary);
}

.elite-tab #elite-sub {
	display: block;
	overflow: hidden;
	background: #fff;
	height: 100%;
}

.elite-tab #elite-sub .targets {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	transform: translate(0rem);
	height: 100%;
	transition: transform 0.5s ease-out;
}

.elite-tab #elite-sub .targets .target {
	height: 100%;
	overflow: auto;
	scrollbar-gutter: stable both-edges;
	padding: 1rem 1.5rem;
	min-width: 100%;
	opacity: 0;
	transform: translateY(10rem);
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.elite-tab #elite-sub .targets .target.active {
	transform: translateY(0rem);
	opacity: 1;
}


/*****test*******/




.box {
	position: absolute;
	top: 0;
	transform: rotate(30deg);
	right: 0;
}

.wave {
	position: fixed;
	top: 0;
	left: 0;
	opacity: .08;
	position: absolute;
	top: 3%;
	left: 10%;
	background: rgba(255,255,255,0.15);
	width: 1500px;
	height: 1300px;
	margin-left: -150px;
	margin-top: -250px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 7000ms infinite linear;
}

.wave.-three {
	animation: drift 7500ms infinite linear;
	position: fixed;
	background-color: rgba(244,121,32,0.08);
}

.wave.-two {
	animation: drift 3000ms infinite linear;
	opacity: .05;
	background: rgba(255,255,255,0.1);
	position: fixed;
}

.box:after {
	content: '';
	display: block;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	transform: translate3d(0, 0, 0);
}

@keyframes drift {
	from {
		transform: rotate(0deg);
	}

	from {
		transform: rotate(360deg);
	}
}

/*LOADING SPACE*/

.contain {
	animation-delay: 4s;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: var(--bs-primary);
	background: -webkit-linear-gradient(var(--bs-primary), var(--bs-primary-light));
	background: linear-gradient(var(--bs-primary), var(--bs-primary-light));
}

.icon {
	width: 100px;
	height: 100px;
	margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s
}

.icon:nth-child(3) img {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s
}

.icon:nth-child(4) img {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.icon img {
	-webkit-animation: anim 2s ease infinite;
	animation: anim 2s ease infinite;
	-webkit-transform: scale(0, 0) rotateZ(180deg);
	transform: scale(0, 0) rotateZ(180deg);
}

@-webkit-keyframes anim {
	0% {
		-webkit-transform: scale(0, 0) rotateZ(-90deg);
		transform: scale(0, 0) rotateZ(-90deg);
		opacity: 0
	}

	30% {
		-webkit-transform: scale(1, 1) rotateZ(0deg);
		transform: scale(1, 1) rotateZ(0deg);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(1, 1) rotateZ(0deg);
		transform: scale(1, 1) rotateZ(0deg);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(0, 0) rotateZ(90deg);
		transform: scale(0, 0) rotateZ(90deg);
		opacity: 0
	}
}

@keyframes anim {
	0% {
		-webkit-transform: scale(0, 0) rotateZ(-90deg);
		transform: scale(0, 0) rotateZ(-90deg);
		opacity: 0
	}

	30% {
		-webkit-transform: scale(1, 1) rotateZ(0deg);
		transform: scale(1, 1) rotateZ(0deg);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(1, 1) rotateZ(0deg);
		transform: scale(1, 1) rotateZ(0deg);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(0, 0) rotateZ(90deg);
		transform: scale(0, 0) rotateZ(90deg);
		opacity: 0
	}
}



.sectionClass {
	position: relative;
	display: block;
}

.count-section {
	display: inline-flex;
}

.count-section h2 {
	color: #ffffff;
}

.count-section p {
	color: #202020;
	font-size: 16px;
}

.fullWidth {
	width: 100% !important;
	display: table;
	float: none;
	padding: 0;
	min-height: 1px;
	height: 100%;
	position: relative;
}




.projectFactsWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


#projectFacts .fullWidth {
	padding: 0;
}

.projectFactsWrap .item {
	width: 25%;
	height: 100%;
	padding: 50px 0px;
	text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
	background: var(--bs-primary);
}

.projectFactsWrap .item:nth-child(2) {
	background: var(--bs-secondary);
}

.projectFactsWrap .item:nth-child(3) {
	background: var(--bs-primary-light);
}

.projectFactsWrap .item:nth-child(4) {
	background: var(--bs-secondary-hover);
}


.projectFactsWrap .item p {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	margin: 0;
	padding: 10px;
}



@media (max-width: 786px) {
	.projectFactsWrap .item {
		flex: 0 0 50%;
	}
}


@media screen and (max-width: 768px) {
	.authorWindow {
		width: 210px;
	}

	.authorWindowWrapper {
		bottom: -170px;
		margin-bottom: 20px;
	}

}



.elitepro-sec ul li::before {
	content: "";
	background: url(../images/icons/list-icon.png);

}

/*************************/
/*     Testimonials     */
/*************************/

.testi-section {
	position: relative;
	background: var(--bs-primary);
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.slider .buttons {
	z-index: 1;
	right: 31%;
	top: 428px;
	width: 80px;
	height: 40px;
	position: absolute;
	border-radius: 50px;
	transform: translateX(50%);
	background-color: #ffffff;
}

.slider .buttons .previous,
.slider .buttons .next {
	width: 50%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.slider .buttons .previous {
	left: 0;
	background-image: url("https://alcs-slider.netlify.app/images/icon-prev.svg");
}

.slider .buttons .previous:hover {
	transform: scale(1.25);
}

.slider .buttons .next {
	right: 0;
	background-image: url("https://alcs-slider.netlify.app/images/icon-next.svg");
}

.slider .buttons .next:hover {
	transform: scale(1.25);
}

.slider .slide {
	display: flex;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
}

.slider .slide .testimonial {
	padding: 32px 51px;
	background-size: 60px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
}

.slider .slide .testimonial blockquote {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 36px;
	color: #fff;
}

.slider .slide .testimonial .author {
	font-size: 15px;
	font-weight: 700;
	color: #ecbd61;
}

.slider .slide .testimonial .author span {
	display: block;
	color: #babacf;
	font-weight: 500;
}

.slider .slide .slider-img {
	width: 100%;
	padding: 30px;
	display: flex;
	margin-bottom: 40px;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/svg-gobbler.svg);
}

.slider .slide .slider-img img {
	width: 240px;
	display: block;
	border-radius: 10px;
}

.slider .slide .active {
	opacity: 1;
	transform: translateX(0) scale(1);
	transition-delay: 0.4s;
}

html body footer {
	font-size: 11px;
	text-align: center;
}

html body footer a {
	color: #3e52a3;
}

html body .hide {
	display: none;
}


@media screen and (min-width: 992px) {

	/* .slider .buttons {
		right: 35%;
		top: 432px;
		box-shadow: 1px 2px 1px rgba(0,0,0,.5);
	} */
	.slider .slide {
		position: relative;
		text-align: left;
		display: flex;
		flex-direction: row;
	}

	.slider .slide .testimonial {
		padding: 32px 0 0 0;
		background-size: 80px;
		background-position: 19% -7%;
		transform: translateX(30px);
	}

	.slider .slide .testimonial blockquote {
		font-size: 18px;
		line-height: 30px;
		color: #f9fafe;
		padding-right: 100px;
	}

	.slider .slide .testimonial .author span {
		display: contents;
	}

	.slider .slide .slider-img {
		padding: 55px;
	}

	.slider .slide .slider-img img {
		width: 400px;
	}
}


.partner-sec {
	padding-top: 9rem;
}

.spinner-wrapper {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}

.loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.loading:before,
.loading:after {
	position: absolute;
	top: 0;
	content: '';
}

.loading:before {
	left: -19.992px;
}

.loading:after {
	left: 19.992px;
	-webkit-animation-delay: 0.32s !important;
	animation-delay: 0.32s !important;
}

.loading:before,
.loading:after,
.loading {
	background: #076fe5;
	-webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
	animation: loading-keys-app-loading 0.8s infinite ease-in-out;
	width: 13.6px;
	height: 32px;
}

.loading {
	text-indent: -9999em;
	margin: auto;
	position: absolute;
	right: calc(50% - 6.8px);
	top: calc(50% - 16px);
	-webkit-animation-delay: 0.16s !important;
	animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

	0%,
	80%,
	100% {
		opacity: .75;
		box-shadow: 0 0 #076fe5;
		height: 32px;
	}

	40% {
		opacity: 1;
		box-shadow: 0 -8px #076fe5;
		height: 40px;
	}
}

@keyframes loading-keys-app-loading {

	0%,
	80%,
	100% {
		opacity: .75;
		box-shadow: 0 0 #076fe5;
		height: 32px;
	}

	40% {
		opacity: 1;
		box-shadow: 0 -8px #076fe5;
		height: 40px;
	}
}

.navbar-toggler.collapsed .toggler-icon {
	background: linear-gradient(263deg, rgba(252, 74, 74, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.navbar-toggler:focus {
	box-shadow: none;
}


/*************************/
/*     Media Queries     */
/*************************/


@media only screen and (max-width: 1366px) {

	.slider .buttons {
		right: 35%;
	}
}

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

@media only screen and (max-width: 1024px) {
	.header .decoration-star {
		left: -208px;
		width: 350px;
	}

	.header .h1-large {
		font-size: 2rem;
		line-height: 3rem;
	}

	.header .h1-large span {
		font-size: 2.3rem;
	}

	.count-section h2 {
		font-size: 1.8rem;
	}

}

@media only screen and (max-width: 991px) {
	.fixed-top {
		position: absolute;
		box-shadow: none !important;
		padding-top: 2rem;
		background: transparent;
	}

	#navbarSideCollapse {
		position: fixed;
		right: 6%;
		z-index: 99;
	}

	.header {
		text-align: left;
	}

	.offcanvas-collapse {
		top: 0;
		width: 60%;
		padding-right: 3rem;
		padding-left: 3rem;
		background-color: #1f3764;
		padding-top: 3rem;
	}

	.navbar .navbar-toggler {
		z-index: 9;
	}

	.navbar .nav-item .nav-link {
		padding-top: 1rem;
		padding-bottom: 1rem;
		color: var(--bs-primary) !important;
		margin-bottom: .5rem;
	}

	.navbar .nav-item.dropdown.show .nav-link,
	.navbar .nav-item .nav-link:hover,
	.navbar .nav-item .nav-link.active {
		color: var(--bs-secondary);
		border-bottom: 2px solid var(--bs-secondary);
		display: inline-block;
	}

	.btn-outline-sm {
		border: 2px solid var(--bs-secondary);
		color: var(--bs-secondary);
	}

	.btn-outline-sm:hover {
		background-color: var(--bs-secondary);
		color: var(--bs-dark-gray);
		text-decoration: none;
		border: 2px solid var(--bs-secondary);
	}

	.header .h1-large {
		font-size: 1.6rem;
		line-height: 2.7rem;
		margin-bottom: 1rem;
	}

	.header .h1-large span {
		font-size: 2rem;
	}

	.custom-svg-style-1 {
		left: 55%;
	}

	.btn-solid-lg {
		padding: 1.3rem 1.5rem;
	}

	.header .p-large {
		margin-bottom: 1.5rem;
		font-size: 15px;
		line-height: 26px;
	}

	p {
		line-height: 26px;
		font-size: 15px;
	}

	.vendor-sec ul li,
	.grow-sec ul li {
		margin-bottom: 12px;
		font-size: 15px;
	}

	h2 {
		font-size: 1.6rem;
	}

	h4 {
		font-size: 1.2rem;
	}

	.card-icon {
		margin-top: 4%;
	}

	.growth-sec h2 .yellow-color {
		font-size: 30px;
	}

	.learn-btn {
		padding: 1.3rem 1.5rem;
	}

	.slider .buttons {
		right: 59%;
		top: 40%;
	}

	.second-sec img,
	.growth-sec img,
	.query-sec img {
		margin: 0 auto;
		display: table;
	}

	.card-left,
	.card-right {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	#elite-sub img {
		margin: 0 auto;
		display: table;
	}
}

@media only screen and (max-width: 767px) {

	.elite-tab #nav {
		display: inline-block;
	}

	.elite-tab #nav .trigger {
		display: block;
	}

	.fixed-top,
	.header,
	.second-sec,
	.growth-sec,
	.tab-section,
	.elite-process-sec,
	.query-sec,
	.footer,
	.partner-sec,
	.process-sec,
	.seller-sec2,
	.seller-sec,
	.new-seller {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header .image-container {
		margin-top: 2rem;
	}

	.offcanvas-collapse {
		width: 80%;
	}

	.card-sec {
		display: inline-block;
	}

	.card-icon {
		margin: 0 auto;
		display: table;
		z-index: 9;
		position: relative;
	}

	.card {
		padding: 115px 25px 25px 25px;
		position: relative;
		margin-left: 0px;
		margin-top: -75px;
	}

	.contact-sec {
		padding-top: 9rem !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	.info-wrap {
		margin-top: 30px;
		margin-bottom: -70px;
		border-radius: 5px;
		background: #F2C469;
		margin-right: 20px;
		margin-left: 20px;
	}

	.info-wrap h3 {
		margin-bottom: 2rem !important;
		padding-top: 1rem;
	}

}

/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
		padding-top: 9rem;
		padding-bottom: 0em;
	}




	/* Statistics */
	.counter .counter-cell {
		display: inline-block;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
		vertical-align: top;
	}

	/* end of statistics */


	/* Services */
	.cards-1 .card {
		margin-right: 2rem;
		margin-left: 2rem;
	}

	/* end of services */


	/* Contact */
	.form-1 .decoration-star {
		left: -150px;
		width: 300px;
	}

	.form-1 .decoration-star-2 {
		right: -200px;
		width: 400px;
	}

	/* end of contact */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}

	/* end of extra pages */
}

/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {

	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.extra-page {
		padding-top: 0.5rem;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #ffffff;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}




	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .nav-item .btn-outline-sm {
		margin-top: 0;
		margin-left: 1rem;
	}

	/* end of navigation */


	/* Header */
	.header {
		text-align: left;
	}

	.header .text-container {
		margin-top: 0rem;
	}

	.header .image-container {
		margin-top: 0;
	}

	.header .btn-solid-lg,
	.header .btn-outline-lg {
		margin-right: 0;
		margin-left: 0;
	}

	.header .btn-solid-lg {
		margin-right: 0.5rem;
	}

	/* end of header */


	/* Statistics */
	.counter .purecounter {
		font-size: 6rem;
		line-height: 4rem;
	}

	/* end of statistics */


	/* Introduction */
	.basic-1 h2 {
		width: 90%;
	}

	/* end of introduction */


	/* Details 1 */
	.basic-2 .decoration-star {
		top: 260px;
		left: -150px;
		width: 300px;
	}

	.basic-2 .image-container {
		margin-bottom: 0;
	}

	/* end of details 1 */


	/* Services */
	.cards-1 .text-container {
		margin-bottom: 0;
	}

	/* end of services */


	/* Details 2 */
	.basic-3 .decoration-star {
		top: 260px;
		right: -150px;
		width: 300px;
	}

	.basic-3 .image-container {
		text-align: right;
	}

	/* end of details 2 */


	/* Invitation */
	.basic-4 h4 {
		width: 48rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of invitation */


	/* Projects */
	.cards-2 .card {
		display: inline-block;
		width: 292px;
		max-width: 100%;
		vertical-align: top;
	}

	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	/* end of projects */


	/* Contact */
	.form-1 {
		text-align: left;
	}

	.form-1 .decoration-star {
		top: 260px;
	}

	.form-1 .decoration-star-2 {
		top: 240px;
	}

	.form-1 .image-container {
		margin-bottom: 0;
	}

	/* end of contact */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 33%;
		vertical-align: top;
	}

	.footer .footer-col.second {
		display: inline-block;
		width: 33%;
		vertical-align: top;
		padding-left: 100px;
	}

	.footer .footer-col.third {
		display: inline-block;
		width: 33%;
		text-align: left;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}

	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	/* end of extra pages */
}

/* end of min-width 992px */