:root {
	--primary-color: #007BFF;
	--light-dark-color: #454545;
	--light-grey-color: #9F9F9F;
	--font-family-first: 'Poppins', sans-serif
}

html {
	font-family: var(--font-family-first) !important
}

input,
textarea {
	border: none !important;
	background-color: rgba(246, 246, 246, .8) !important
}

input {
	height: 40px
}

.text-yellow {
	color: var(--primary-color)
}

.bg-yellow {
	background: var(--primary-color)
}

.btn-yellow {
	background: var(--primary-color);
	color: var(--light-dark-color);
	border-radius: 6px;
	font-family: var(--font-family-first);
	font-size: 1vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: .32px;
	text-transform: capitalize
}

.btn-yellow:hover {
	box-shadow: 0 4px 0 0 #0056b3;
	color: var(--light-dark-color)
}

.caraousal-main {
	position: relative
}

.carousel-caption {
	position: absolute;
	left: 5%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left !important
}

.text-light-dark {
	color: var(--light-dark-color)
}

.slider-text-heading {
	font-family: var(--font-family-first);
	font-size: 2vw;
	font-style: normal;
	font-weight: 600;
	line-height: 3vw
}

.slider-text-p {
	color: #fff;
	font-family: var(--font-family-first);
	font-size: 1vw;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5vw;
	letter-spacing: .32px;
	margin: 1rem 0
}

.carousel-control-next,
.carousel-control-prev {
	top: 50%;
	height: 10%
}

#menu_checkbox {
	display: none
}

label {
	top: 50%;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 30px;
	height: 30px;
	transition: .3s ease transform;
	cursor: pointer
}

label div {
	width: 4px;
	height: 3px;
	background-color: #143240;
	margin-left: 0;
	margin-bottom: 6px;
	border-radius: 4px;
	transition: .3s ease width, .3s ease margin-left, .3s ease margin-bottom, .3s ease background-color
}

label div:first-child {
	width: 20px
}

label div:nth-child(2) {
	width: 13px
}

label div:last-child {
	width: 28px;
	margin-bottom: 0
}

#menu_checkbox:checked+label {
	transform: rotateZ(-90deg)
}

#menu_checkbox:checked+label div {
	width: 6px;
	margin-left: 12px;
	margin-bottom: 3px;
	background-color: var(--yellow-color)
}

.heading {
	color: var(--light-dark-color);
	text-align: center;
	font-family: var(--font-family-first);
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.625rem
}

.heading-p {
	color: var(--light-dark-color);
	text-align: center;
	font-family: var(--font-family-first);
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: .36px
}

.active {
	color: var(--light-dark-color) !important;
	font-weight: 300
}

.tab-h {
	color: var(--light-grey-color);
	text-align: center;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem;
	letter-spacing: .32px;
	cursor: pointer
}

.tab-hh {
	color: var(--light-grey-color);
	text-align: center;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem;
	letter-spacing: .32px;
	cursor: pointer
}

.tab-container {
	display: flex;
	flex-direction: row;
	gap: 1.2rem;
	justify-content: center
}

.card {
	border-radius: 12px;
	border-bottom: 5.5px solid #fec10f;
	background: #fff
}

.card-style {
	padding: 35px 29px 33px 30px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 0 0 var(--yellow-color);
	height: 240px
}

.card-h {
	color: var(--light-dark-color);
	font-family: var(--font-family-first);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: .32px
}

.card-p {
	color: var(--light-dark-color);
	font-family: var(--font-family-first);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: .32px
}

.marquee-container {
	height: 3rem;
	overflow: hidden;
	line-height: 30px
}

.marquee {
	top: 20%;
	left: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	animation: marquee 30s linear infinite;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-family: var(--font-family-first)
}

.marquee2 {
	animation-delay: 15s
}

b {
	padding-left: 10px
}

.bg-image {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.padding {
	padding: 5rem 2rem 5rem 2rem
}

.banner-heading {
	text-align: center;
	font-family: var(--font-family-first);
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.625rem
}

.banner-para {
	text-align: center;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.87rem;
	letter-spacing: .36px
}

.bottom-line {
	display: block;
	width: 196px;
	height: 4px;
	background: #fec10f
}

@keyframes marquee {
	0% {
		left: 100%
	}

	100% {
		left: -100%
	}
}

.btn-yellow-banner {
	border-radius: 6px;
	border: 3px solid #1000ff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .25);
	color: #1000ff
}

.btn-yellow-banner:hover {
	color: #000;
	background: #fec10f
}

a,
p {
	font-family: var(--font-family-first);
	font-weight: 300
}

.card {
	border: 0;
	border-radius: 12px;
	border-bottom: 5.5px solid #1000ff;
	background: #fff;
	max-width: 400px;
	max-height: 500px
}

.card-body-p {
	color: var(--light-dark-color);
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5625rem;
	letter-spacing: .32px
}

.card-body-a {
	color: var(--yellow-color);
	text-decoration: none;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: .32px;
	text-transform: capitalize
}

.card-body-a:hover {
	color: var(--yellow-color)
}

.card-header {
	font-family: var(--font-family-first);
	font-size: 1.265rem;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase
}

.ancher-animation {
	display: inline-block;
	transition: transform .3s ease
}

.ancher-animation:hover {
	transform: translateX(10px)
}

.why-heading {
	color: var(----light-dark-color);
	font-family: var(--font-family-first);
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.625rem;
	text-transform: capitalize
}

.p-text {
	color: var(----light-dark-color);
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5625rem;
	letter-spacing: .32px
}

.why-choose-div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 12px;
	border-bottom: 5.5px solid #1000ff;
	background: #f6f6f6
}

.why-choose-text {
	color: var(--light-dark-color);
	font-family: var(--font-family-first);
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 5rem;
	letter-spacing: 1.163px
}

.why-choose-p {
	color: var(--light-dark-color);
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5625rem;
	letter-spacing: .32px
}

.tag {
	color: var(--light-dark-color);
	font-family: var(--font-family-first);
	font-size: .8125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: .26px
}

.tag-btn {
	border-radius: 55px;
	border: .5px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer
}

.tag-btn:hover {
	background-color: #000
}

.tag:hover {
	color: #fff
}

.para-text {
	color: #949494;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5625rem;
	letter-spacing: .32px
}

.card-heading {
	color: #020202;
	font-family: var(--font-family-first);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2rem;
	letter-spacing: .74px
}

.card-know-more {
	color: #020202;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: .32px;
	text-transform: capitalize;
	text-decoration: none
}

.card-know-more:hover {
	color: var(--yellow-color);
	cursor: pointer
}

.image-container {
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

.zoom-image {
	transition: transform .3s ease
}

.zoom-image:hover {
	transform: scale(1.2)
}

.d-none-desktop {
	display: none
}

.position {
	position: absolute;
	top: 50%;
	left: 5%
}

.slim-text {
	color: #9f9f9f;
	text-align: center;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5625rem;
	letter-spacing: .32px
}

.card-sm {
	background: #f6f6f6 !important;
	box-shadow: 0 3px 0 0 #cbcbcb;
	cursor: pointer
}

.card-sm:hover {
	box-shadow: 0 4px 0 0 #cbcbcb !important
}

.btn-cards {
	color: #9f9f9f;
	text-align: center;
	font-family: var(--font-family-first);
	font-size: .8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem;
	letter-spacing: .26px;
	border-radius: 11px;
	border: 2px solid #f6f6f6
}

.btn-cards:hover {
	box-shadow: 0 3px 0 0 #cbcbcb;
	border: 0;
	cursor: pointer
}

.more-fix {
	color: var(--light-grey-color);
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5625rem;
	letter-spacing: .32px
}

.more-fix {
	cursor: pointer;
	margin-left: 0
}

.more-fix-active {
	color: var(--yellow-color) !important;
	border-left: 3px solid var(--yellow-color);
	padding-left: 10px
}

.tab-hhh {
	color: #020202;
	text-align: center;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem;
	letter-spacing: .32px;
	text-transform: capitalize
}

.btn-card-k {
	border-radius: 7px;
	background: #f6f6f6
}

.btn-card-k-p {
	color: var(--light-dark-color);
	font-family: var(--font-family-first);
	font-size: .8rem;
	word-wrap: break-word;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem;
	letter-spacing: .32px;
	margin-bottom: 0
}

.tag-btnn {
	border-radius: 55px;
	border: .5px solid #d8d8d8;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer
}

.tag-bt {
	border-radius: 55px;
	background: #000;
	opacity: .7;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer
}

.tag:hover {
	color: #f6f6f6
}

.card-top-style {
	position: absolute;
	top: 10%;
	left: 4%
}

.border-bottom {
	border-bottom: 5.5px solid #1000ff !important
}

.no-wrap {
	white-space: initial
}

.container-1 {
	overflow-x: auto
}

.card-wrapper {
	display: flex;
	flex-wrap: nowrap
}

.card-1 {
	min-width: 300px;
	margin-right: 16px
}

.contact-p {
	color: #454545;
	font-family: var(--font-family-first);
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.7rem;
	letter-spacing: .32px
}

.contact-card-heading {
	color: var(--light-dark-color);
	font-family: var(--font-family-first);
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize
}

.form-p {
	color: var(--light-dark-color);
	font-family: var(--light-dark-color);
	font-size: .8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: .26px
}

.custom-height {
	width: 200px;
	height: 40px
}

.contact-address {
	color: #fff;
	font-family: var(--font-family-first);
	font-size: .8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: .26px
}

.social-border {
	border: 1px solid #fff;
	border-radius: 50%
}

.social-border:hover {
	border: 1px solid var(--yellow-color);
	background-color: var(--yellow-color);
	border-radius: 50%;
	cursor: pointer
}

.footer-menu,
li {
	color: #fff;
	list-style: none;
	cursor: pointer;
	margin: .5rem
}

li:hover {
	color: var(--yellow-color)
}

.contact-address:hover {
	color: #ffbf0097
}

.overflow-x-scroll {
	overflow-x: scroll
}

.card {
	transition: transform .3s ease-in-out
}

.card:hover {
	transform: translateY(-10px);
	cursor: pointer
}

.text-white-tag {
	color: #fff !important
}

@media only screen and (max-width:1280px) {
	.carousel-caption {
		top: 40%
	}

	.card-style {
		height: 100%
	}

	.position {
		position: relative;
		left: 0
	}
}

@media only screen and (max-width:768px) {
	.overflow-x-scroll {
		overflow-x: scroll
	}

	.ml-10rem {
		margin-left: 10rem
	}

	html {
		font-size: 14px
	}

	.navbar-brand {
		margin-left: .4rem
	}

	.slider-text-p {
		margin: .5rem 0
	}

	.slider-text-heading {
		font-family: var(--font-family-first);
		font-size: 8vw;
		font-style: normal;
		font-weight: 600;
		line-height: 9vw
	}

	.slider-text-p {
		color: #fff;
		font-family: var(--font-family-first);
		font-size: 4vw;
		font-style: normal;
		font-weight: 300;
		line-height: 5vw;
		margin: 1rem 0;
		text-align: left
	}

	.btn-yellow {
		background: var(--yellow-color);
		color: var(--light-dark-color);
		border-radius: 6px;
		font-family: var(--font-family-first);
		font-size: 3vw;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: capitalize
	}

	.content-tab {
		margin-bottom: 2rem
	}

	.card-style {
		height: 100%
	}

	.padding {
		padding: 2rem 0
	}

	.banner-heading {
		line-height: unset
	}

	.banner-para {
		line-height: unset
	}

	.d-none-desktop {
		display: block
	}

	.d-none-sm {
		display: none
	}

	.position {
		position: relative;
		left: 5%
	}

	.flex-wrap-sm {
		flex-wrap: wrap
	}

	.custom-height {
		width: auto;
		height: auto;
		margin-top: 1rem;
		margin-left: 1.5rem
	}

	.footer-menu .col-md-6 {
		text-align: center
	}

	.center-sm {
		text-align: center
	}

	.center-j {
		justify-content: center
	}
}