/* Universal Css Start Here */
body {
	background-color: var(--body-color);
	font-family: var(--font-default);
	color: var(--text-color);
	position: relative;
}
html {
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	width: 12px; /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
	background: #1e7e51; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
	background-color: white; /* color of the scroll thumb */
	border-radius: 20px; /* roundness of the scroll thumb */
	border: 3px solid #1e7e51; /* creates padding around scroll thumb */
}
.over-hidden {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: var(--primary-btn-color);
	outline: none;
}
a:hover {
	color: var(--primary-btn-color);
}
button {
	font-family: var(--font-btn);
}
figure {
	margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.primary-btn {
	color: var(--light-text-color);
	border: 1px solid #1e7e51;
	background: #1e7e51;
	font-size: 16px;
	padding: 0.6rem 2rem;
	font-family: var(--font-btn);
	white-space: nowrap;
	transition: all 0.8s ease-out;
	text-transform: capitalize;
}
.primary-btn:hover {
	box-shadow: inset 180px 0px 0 0 rgba(0, 0, 0, 1);
	color: var(--light-text-color);
}
.secondary-btn {
	background: var(--light-text-color);
	color: var(--bg-primary);
	font-size: 16px;
	padding: 0.6rem 2rem;
	font-family: var(--font-btn);
	transition: all 0.8s ease-out;
	border: 1px solid var(--bg-primary);
	white-space: nowrap;
}
.secondary-btn:hover {
	background: var(--light-text-color);
	color: #212529;
	font-size: 16px;
	padding: 0.6rem 2rem;
	font-family: var(--font-btn);
	transition: all 0.8s ease-out;
	border: 1px solid #212529;
}
.extra-padd {
	padding: 15px 60px !important;
}
.colored-txt {
	color: var(--extra-color-1);
}
button {
	border: 0;
}
/* Typography Start Here */
h1 {
	font-family: var(--font-heading);
	font-size: 48px;
}
h2 {
	font-family: var(--font-heading);
	font-size: 40px;
	letter-spacing: -1px;
}
h3 {
	font-family: var(--font-heading);
	font-size: 26px;
}
h4 {
	font-family: var(--font-heading);
	font-size: 20px;
	letter-spacing: -0.3px;
}
h5 {
	font-family: var(--font-heading);
	font-size: 16px;
}
h6 {
	background: #d2e5dc;
	display: inline-block;
	padding: 7px 25px;
	border-radius: 5px;
	color: #1e7e51;
	font-family: var(--font-heading);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
	margin-bottom: 15px;
}
p {
	font-family: var(--font-manrope-medium);
	font-size: 15px;
	color: #000;
	/* text-transform: lowercase; */
}
p:first-letter{
	text-transform: capitalize
}
.rounded {
	border-radius: 1rem !important;
}

@media (max-width: 1368px) {
	h2 {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	h2 {
		font-size: 26px;
	}
	.primary-btn {
		font-size: 14px;
		padding: 0.6rem 1rem;
	}
	.secondary-btn {
		font-size: 14px;
		padding: 0.6rem 1rem;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 15px;
	}
	h6 {
		font-size: 14px;
	}

	p {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	h3 {
		font-size: 14px;
	}

	h2 {
		font-size: 19px;
	}

	h4 {
		font-size: 15px;
	}

	p {
		font-size: 12px;
	}
}

/* Typography End Here */

/* Header With out Login Css Start Here */
.navbar-collapse .primary-btn {
	font-size: 16px;
	padding: 0.6rem 1.5rem;
	margin-left: 10px;
	border: 1px solid var(--bg-primary);
	font-family: var(--font-btn);
}
.navbar-collapse .secondary-btn {
	margin-left: 10px;
}
.sec-header .secondary-btn {
	background: transparent;
	color: var(--bg-primary);
	font-size: 16px;
	padding: 0.6rem 1.5rem;
	font-family: var(--font-btn);
	transition: all 0.8s ease-out;
	border: 1px solid var(--bg-primary);
}
.sec-header .secondary-btn:hover {
	background: transparent;
	color: #212529;
	font-size: 16px;
	padding: 0.6rem 1.5rem;
	font-family: var(--font-btn);
	transition: all 0.8s ease-out;
	border: 1px solid #212529;
}
.sec-header {
	width: 100%;
	color: var(--light-text-color);
	z-index: 1;
	margin: 15px 0;
}
.sec-header-content {
	display: flex;
	justify-content: end;
	padding-top: 10px;
}
.sec-header-content a {
	color: var(--light-text-color);
	font-size: 14px;
	padding-left: 10px;
	z-index: 999;
	font-family: var(--font-AGaramondPro-regular);
}
.sec-header-content a:last-child {
	border-left: 1px solid #fff;
	margin-left: 10px;
	font-family: var(--font-AGaramondPro-bold);
	text-decoration: underline;
}
.sec-header-content span {
	color: var(--light-text-color);
	font-size: 14px;
	font-family: var(--font-AGaramondPro-regular);
}
.navbar {
	width: 100%;
	padding-top: 0;
}
.navbar-brand img {
	width: 105px;
	margin-right: 50px;
}
.navbar-light .navbar-nav .nav-link {
	color: #808080;
	font-size: 16px;
	padding: 10px 15px;
	font-family: var(--font-manrope-medium);
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: flex;
	align-items: center;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
	color: var(--bg-primary);
	transition: 1s;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: var(--bg-primary);
	transition: 1s;
	font-family: var(--font-heading);
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #008055;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background-color: #008055;
}
.btn-flex {
	display: flex;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
}
.dropdown-item:last-child{
	border-bottom:0;
}
a.whatsapp-banner {
	position: fixed;
	right: 100px;
	bottom: 30px;
	z-index: 33;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	animation: breathe 2s ease-in-out infinite;
	border-radius: 100px;
}
a.whatsapp-banner img {
	width: 150px;
	height: 61px;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; /* remove the gap so it doesn't close */
}
section.custom-banner {
	background: #f4f4f3;
	padding: 30px 0;
	text-align: center;
	border-radius: 10px;
	margin: 30px 20px;
}
.custom-banner .banner-text h1 {
	font-size: 40px;
	margin: 0;
}
/*Estilos con animation contorno respirando*/
@keyframes breathe {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
/*Estilos de animacion del icono latiendo*/
@keyframes beat {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
	color: #fff;
	font-size: 24px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
.float {
    position: fixed;
    bottom: 20px;
    right: 110px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    animation: beat 3s ease-in-out infinite;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: middle;
	content: "\f078";
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 10px;
}
/* Header With out Login Css End Here */

/* Mobile Header Css Start Here */

@media (max-width: 1368px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
		padding: 10px;
	}
	.navbar-brand {
		padding-top: 0;
	}
	.sec-header-content a {
		color: var(--light-text-color);
		font-size: 13px;
		padding-left: 10px;
		z-index: 999;
		font-family: var(--font-AGaramondPro-regular);
	}
	.sec-header-content a:last-child {
		font-size: 13px;
	}
	.sec-header-content span {
		font-size: 13px;
	}
	.nav-item button.btn {
		font-size: 14px !important;
		font-weight: normal;
		font-family: var(--font-manrope-medium);
	}
}
@media (max-width: 1200px) {
	.navbar-brand img {
		width: 100px;
	}
	.start {
		margin-right: 5px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
		padding: 5px;
		white-space: nowrap;
	}
	.with-login .dropdown-menu {
		min-width: auto;
		left: -50px;
	}
	.navbar-collapse .primary-btn {
		margin-left: 0;
	}
}

@media (max-width: 1025px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 13px;
		padding: 5px;
	}
	.navbar-collapse .secondary-btn {
		margin-left: 5px;
		padding: 0.375rem 0.75rem;
		font-size: 13px;
	}
	.navbar-collapse .primary-btn {
		margin-left: 0;
		padding: 0.375rem 0.75rem;
		font-size: 13px;
	}
	.nav-item .btn-group, .nav-item .btn-group-vertical {
		margin-top: -2px !important;
	}
	.nav-item button.btn {
		font-size: 13px !important;
		font-weight: normal;
		font-family: var(--font-manrope-medium);
	}

}
@media (max-width: 1023px) {
	.navbar-brand img {
		width: 150px;
	}
	.start {
		margin-right: 5px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
		padding: 5px;
	}
	.navbar .primary-btn {
		font-size: 12px;
	}
	.navbar {
		top: 15px;
	}
	.navbar-light .navbar-toggler {
		background: #fff;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 13px;
		padding: 10px 0;
		color: #000;
	}

}
@media (max-width: 992px) {
	.navbar-nav li {
		border-left: none;
	}
	.navbar-collapse {
		background: #fff;
		padding: 20px;
	}
}
@media (max-width: 768px) {
	.navbar-nav li {
		border-left: none;
	}
	.navbar-collapse {
		background: #fff;
		padding: 20px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
		position: absolute;
		right: 40px;
		top: 0;
		margin-top: 10px;
	}
	.with-login .navbar-light .navbar-toggler {
		margin-right: 60px;
	}
	.with-login .dropdown-menu {
		min-width: auto;
		left: -50px;
	}
	.mainbannerbg .banner {
		display: none !important;
	}
	.mainslider .slick-dots {
		display: none !important;
	}
	a.whatsapp-banner img {
		width: 100px;
		height: 42px;
	}
	.nav-item button.btn {
		padding-left: 0;
		color: #000 !important;
		font-size: 13px !important;
		font-weight: normal;
		font-family: var(--font-manrope-medium);
		flex: 0;
	}
	.nav-item .btn-group, .nav-item .btn-group-vertical {
		position: relative;
		display: unset;
		align-items: center;
		margin-top: 2px;
		text-align: left;
		padding: 10px 0;
	}
	.navbar-nav .dropdown-menu {
		position: absolute;
	}
	.dropdown-menu.show {
		display: block;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.sec-header-content {
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 20px;
	}
	.navbar {
		position: unset;
		width: 100%;
	}
	.navbar-nav li {
		border-left: none;
	}
	a.navbar-brand img {
		width: 120px;
	}
	.btn-flex {
		display: block;
	}
	.btn-flex .primary-btn {
		width: 100%;
	}
	.start {
		margin-right: 0;
	}
	.navbar .btn {
		padding: 0.375rem 0.2rem;
		width: 100%;
		margin: 10px 0;
		background-size: 1000px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
		position: absolute;
		right: 20px;
		top: 67px;
	}
	.with-login .primary-btn {
		font-size: 12px;
		padding: 0.375rem 0.5rem;
		font-family: var(--font-heading);
		margin-right: 0;
	}
	.with-login .sec-header-content {
		display: flex;
		justify-content: space-between;
		text-align: center;
		margin-bottom: 20px;
	}
	.with-login .dropdown,
	.dropend,
	.dropstart,
	.dropup {
		margin-top: 0;
	}
	.float img {
		width: 45px;
	}
	.nav-item .btn-group, .nav-item .btn-group-vertical {
		position: relative;
		display: unset;
		align-items: center;
		margin-top: 2px;
		text-align: left;
	}
	.nav-item button.btn{
		display: contents;
	}
	.dropdown-item {
		padding: 0.5rem;
		font-size: 12px;
	}
}
/* Mobile Header Css End Here */

section.mainbannerbg {
	padding: 30px 0;
}
.mainbannerbg p.preheading {
	background: #1e7e51;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 5px;
	font-family: var(--font-heading);
	display: inline-block;
	letter-spacing: 3px;
	margin: 0 0 5px 0;
}
.mainbannerbg h1.banner__heading {
	font-size: 60px;
	line-height: 70px;
	letter-spacing: -2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.mainbannerbg p.banner__para {
	font-size: 15px;
	/* text-transform: capitalize; */
	margin: 15px 0;
	color: #000;
	width: 90%;
}
.avatar {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}
.avatar img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.avatar-group {
	display: flex;
	margin: 30px 0 0 20px;
	align-items: center;
}
.happy-customer-div {
	margin-left: 20px;
}
.avatar-group.rtl {
	direction: rtl;
}
.avatar-group.rtl .avatar:hover:not(:last-of-type) {
	transform: translate(10px);
}
.avatar-group .avatar {
	margin-left: -20px;
	transition: transform 0.3s ease;
	cursor: pointer;
}
.avatar-group .avatar:hover:not(:last-of-type) {
	transform: translate(-10px);
}
.avatar-group .hidden-avatars {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 3px;
	margin-right: 23px;
	background-color: #2c303a;
	color: #fff;
}
.happy-customer-div p {
	margin: 0;
}

@media (max-width: 1368px) {
	.mainbannerbg h1.banner__heading {
		font-size: 55px;
		line-height: 65px;
	}
}

@media (max-width: 1025px) {
	.mainbannerbg h1.banner__heading {
		font-size: 40px;
		line-height: 50px;
	}
	.mainbannerbg p.banner__para {
		font-size: 14px;
		margin: 10px 0;
	}
}

@media (max-width: 576px) {
	.mainbannerbg p.preheading {
		font-size: 14px;
		padding: 5px 15px;
	}
	.mainbannerbg h1.banner__heading {
		font-size: 22px;
		line-height: 30px;
	}
	.primary-btn {
		font-size: 14px;
		padding: 0.6rem 1rem;
	}
	.secondary-btn {
		font-size: 14px;
		padding: 0.6rem 1rem;
	}
}
/* section about */

section.about-sec {
    padding: 30px 0;
}
.checklist-points li {
	list-style: none;
	position: relative;
	padding: 6px 0 6px 6px;
	letter-spacing: -0.02em;
	/* text-transform: capitalize; */
	font-size: 15px;
	font-family: var(--font-manrope-medium);
	color: #556275;
}
.checklist-points li::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("../img/bullet.png");
	width: 20px;
	height: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	left: -30px;
	top: 8px;
}
.about-sec p {
	margin-top: 15px;
	letter-spacing: -0.75px;
	width: 90%;
}
.about-img-div {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.about-img-div img {
    height: 350px;
    border-radius: 20px;
}
/* about page */
section.about-page-sec {
	padding: 60px 0;
}
#counter {
	text-align: center;
	display: block;
	width: 100%;
}
#counter .item {
	width: 100%;
	padding: 15px 5px;
	margin: 0 0 15px 0;
	text-align: center;
	border-radius: 20px;
	height: 210px;
}
#counter .item .count {
	margin-bottom: 0;
	font-size: 40px;
}
#counter .item h3 {
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	text-align: center;
	margin: 20px 0 5px 0;
}
.item.experience-div {
	background: #1e7e51;
}
.item.projects-div {
	background: #222222;
	position: relative;
}
section.about-page-sec ul.checklist-points {
	column-count: 3;
}
.circle-div {
	background: #fff;
	width: 80px;
	height: 80px;
	margin: auto;
	display: flex;
	align-items: center;
	border-radius: 50%;
	border-top: 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 25), 0 2px 0 rgba(0, 0, 0, 0.23);
	position: relative;
}
.circle-div h1.count {
	color: #000;
	width: 100%;
}
.circle-div h4 {
	position: absolute;
	right: 6px;
	top: 20px;
}
.projects-div h1.count {
	color: #fff;
	padding-top: 40px;
	margin-bottom: 15px !important;
}
.item.projects-div p {
	color: #fff;
	font-size: 13px;
	margin: 0;
}
.item.projects-div h4 {
	position: absolute;
	top: 60px;
	right: 45px;
	color: #fff;
}
.item.projects-div h3.text {
	margin: 5px 0 !important;
}
section.about-page-sec p {
	color: #556275;
	margin-top: 25px;
}
section.our-story-sec {
	/* padding: 0 0 60px 0; */
}
.our-story-text p {
	color: #556275;
	padding-top: 15px;
}
.our-story-text .checklist-points li {
	font-size: 15px;
	font-family: var(--font-manrope-medium);
	color: #000c0e;
	letter-spacing: normal;
}
.our-story-text .checklist-points li::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("../img/bulletabout.png");
	width: 22px;
	height: 22px;
	background-size: 22px;
	background-repeat: no-repeat;
	left: -30px;
	top: 6px;
}
section.how-we-work-sec {
	padding: 80px 0;
	background-color: #f4f4f3;
	margin: 60px 25px;
	border-radius: 10px;
}
.how-we-work-sec h6 {
	background: #fff;
}
ul.how-we-work-point {
	margin: 30px 0;
	position: relative;
}
ul.how-we-work-point::after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	border-radius: 5px;
}
ul.how-we-work-point::before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 100px;
	background: #1e7e51;
	left: 0;
	top: 0;
	border-radius: 5px;
	z-index: 1;
}
.how-we-work-point li {
	list-style: none;
	padding-bottom: 10px;
}
.how-we-work-point li:last-child {
	padding-bottom: 0;
}
.how-we-work-point li p {
	padding: 5px 0;
	font-size: 14px;
}
@media (max-width: 1367px) {
	.about-sec p {
		width: 100%;
	}
	#counter .item {
		height: 180px;
	}
	.projects-div h1.count {
		padding-top: 20px;
	}
	.item.projects-div h4 {
		top: 40px;
		right: 35px;
	}
}
@media (max-width: 1025px) {
	#counter .item h3 {
		font-size: 16px;
	}
	.item.projects-div h4 {
		top: 40px;
		right: 20px;
	}
}
@media (max-width: 768px) {
	section.how-we-work-sec {
		padding: 40px 20px;
	}
	.our-story-text {
		margin-top: 50px;
	}
	#counter .item {
		height: 195px;
	}
	.item.projects-div h4 {
		top: 40px;
		right: 40px;
	}
	section.about-page-sec ul.checklist-points {
		column-count: 1;
		margin-top: 20px;
	}
}
@media (max-width: 567px) {
	#counter {
		width: 90%;
		margin: 20px auto 0;
	}
	.item.projects-div h4 {
		right: 95px;
	}
	section.how-we-work-sec {
		padding: 20px;
		margin: 20px 0 0 0;
	}
	.about-img-div {
		display: block;
	}
	section.about-sec {
		padding: 20px 0;
	}
}
@media (max-width: 300px) {
	.about-img-div img {
		height: 300px;
	}
}
section.about-page.testimonial-sec {
	padding: 0 0 30px 0;
}
.about-page .testimonial-card {
	background: #d2e5dc;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	color: #000;
	margin: 55px 5px;
}
.testimonial-slider button.slick-prev.slick-arrow {
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #1e7e51;
}
.testimonial-slider button.slick-next.slick-arrow {
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #1e7e51;
}
.testimonial-slider button.slick-prev.slick-arrow:hover,
.testimonial-slider button.slick-next.slick-arrow:hover {
	background: #1e7e51;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #1e7e51;
}
.testimonial-slider button.slick-prev.slick-arrow:hover.slick-prev:before {
	color: #fff;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before {
	opacity: 1;
	color: #fff;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}
.testimonial-slider .slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "FontAwesome";
	color: #1e7e51;
}
.testimonial-slider .slick-prev {
	left: 805px !important;
	top: 235px;
}
.testimonial-slider .slick-next {
	right: -180px !important;
	top: 235px;
}
section.about-page.testimonial-sec h6 {
	margin-top: 55px;
}

@media (max-width: 1368px) {
	.checklist-points li {
		font-size: 14px;
	}
	.checklist-points li::before {
		content: "";
		position: absolute;
		display: block;
		background-image: url("../img/bullet.png");
		background-repeat: no-repeat;
		left: -30px;
		top: 8px;
	}
	.testimonial-slider .slick-prev {
		left: 700px !important;
		top: 225px;
	}
	.testimonial-slider .slick-next {
		right: -180px !important;
		top: 225px;
	}
}
@media (max-width: 1025px) {
	.testimonial-slider .slick-next {
		right: -110px !important;
		top: 240px;
	}
	.testimonial-slider .slick-prev {
		left: 670px !important;
		top: 240px;
	}
}
@media (max-width: 768px) {
	.about-page .testimonial-card {
		margin: 55px 5px 0;
	}
	.testimonial-slider .slick-prev {
		left: 580px !important;
		top: 260px;
	}
	.testimonial-slider .slick-next {
		right: 0 !important;
		top: 260px;
	}
}
@media (max-width: 576px) {
	.testimonial-slider .slick-prev {
		left: 200px !important;
		top: 260px;
	}
	.testimonial-slider button.slick-prev.slick-arrow {
		background: #fff;
		width: 40px;
		height: 40px;
	}
	.testimonial-slider button.slick-next.slick-arrow {
		background: #fff;
		width: 40px;
		height: 40px;
		display: none !important;
	}
}
/* section service */

section.service-sec {
    padding: 0 0 15px 0;
}
.our-service-item {
	background: #f4f4f3;
	border-radius: 25px;
}
.our-service-item-text {
	padding: 20px 25px;
}
.our-service-item-text a {
	font-size: 16px;
	font-family: var(--font-btn);
	text-decoration: underline;
}
.our-service-item img {
	width: 100%;
	height: 280px;
	border-radius: 1rem;
}
.service-page {
	padding: 60px 0;
}
.service-page .our-service-item {
	margin-bottom: 30px;
}
.service-sec-text p {
	margin: 15px 0;
}

@media (max-width: 1368px) {
	.our-service-item-text h4 {
		font-size: 18px;
	}
	.our-service-item img {
		height: 250px;
	}
}
@media (max-width: 1025px) {
	.our-service-item-text h4 {
		font-size: 15px;
	}
	.our-service-item img {
		height: 200px;
	}
	section.service-sec {
		padding: 0;
	}
}
@media (max-width: 769px) {
	.our-service-item img {
		height: 400px;
	}
	.our-service-item-text h4 {
		font-size: 22px;
	}
}
@media (max-width: 567px) {
	.our-service-item img {
		height: 250px;
	}
	section.service-sec .row.mt-5.text-center {
		margin-top: 20px !important;
	}
}

/* section testimonial */

section.testimonial-sec {
	padding: 60px 0;
}
.stars {
	display: flex;
	/* flex-direction: row-reverse; */
	gap: 5px;
}
.rating-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonial-card h5 {
	margin: 0;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.testimonial-card p {
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
}
.sldier-arrows h2 {
	font-size: 36px;
}
.testimonial-card .client-img img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-top: -50px;
	margin-bottom: 20px;
}
.testimonial-card::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(../img/blockquote.png);
	width: 76px;
	height: 48px;
	background-repeat: no-repeat;
	right: 15px;
	top: 10px;
}
.stars label {
	display: inline-block;
	font-size: 18px;
	color: #f3cb5f;
}
.stars input {
	display: none;
}

.stars i {
	transition: all 0.3s;
    color: #f3cb5f;
}

.stars i:hover {
	transform: scale(1.1) rotate(5deg);
	cursor: pointer;
}

/* .stars :checked ~ label {
	color: #f3cb5f;
} */
.testimonial-card {
	background: #d2e5dc;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	color: #202020;
	height: 265px;
}
.testimonial-card:hover {
	background: #1e7e51;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	color: #fff;
}
.testimonial-card:hover h5 {
	margin: 0;
	font-size: 20px;
	color: #fff;
}
.testimonial-card:hover p {
	color: #fff;
	margin: 5px 0;
}
.testimonial-card:hover::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(../img/blockquote2.png);
	width: 76px;
	height: 48px;
	background-repeat: no-repeat;
	right: 15px;
	top: 10px;
}
.testimonials-page-sec .testimonial-card {
	margin-bottom: 70px;
}

/* testimonials page */

section.testimonials-page-sec {
	padding: 60px 0;
}
@media (max-width: 1367px) {
	.sldier-arrows h2 {
		font-size: 32px;
		letter-spacing: -1.5px;
	}
}
@media (max-width: 1025px) {
	.stars label {
		font-size: 14px;
	}
	.testimonial-card h5 {
		font-size: 15px;
	}
	.testimonial-card:hover h5 {
		font-size: 15px;
	}
	.testimonial-card {
		padding: 15px 10px;
	}
	.testimonial-card:hover {
		padding: 15px 10px;
	}
}
@media (max-width: 769px) {
	.testimonial-card {
		padding: 15px 20px;
		margin-bottom: 60px;
	}
}
@media (max-width: 576px) {
	section.testimonial-sec {
		padding: 30px 0 0 0;
	}
}
/* section qualities */
section.qualities-sec {
    padding: 80px 0;
    background-color: #f4f4f3;
    margin: 50px 25px;
    border-radius: 10px;
}

.qualities-div h6 {
	margin-bottom: 15px;
}
.qualities-card {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	margin: 40px 0 0 0;
	height: 210px;
}
.qualities-card img {
	width: 64px;
	height: 64px;
}
.qualities-card-text h5 {
	font-size: 19px;
	font-family: var(--font-heading);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.qualities-card p {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.qualities-card-text {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 15px;
}
@media (max-width: 1025px) {
	section.qualities-sec {
		padding: 50px 30px;
	}
}
@media (max-width: 576px) {
	section.qualities-sec {
		padding: 30px 10px;
		margin: 20px 0 0 0;
	}
}
/* section faq */
section.super-star-faq-sec {
	padding: 80px 0;
	background-color: #f4f4f3;
	margin: 0 25px;
	border-radius: 10px;
}
.accordion-button::after {
	font-family: FontAwesome;
	content: "\2b";
	background-image: none !important;
}
.accordion-button:not(.collapsed)::after {
	font-family: FontAwesome;
	content: "\f068";
	background-image: none !important;
}
.accordion-item:first-of-type .accordion-button {
	background: #fff;
	border-radius: 15px;
}
.accordion-item:first-of-type {
	background: #fff;
	border-radius: 15px;
	border: 0;
}
.accordion-item:last-of-type .accordion-button {
	background: #fff;
	border-radius: 15px;
	border: 0;
}
.accordion-item:last-of-type {
	background: #fff;
	border-radius: 15px;
	border: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 15px;
	border: 0;
}
.accordion-item .accordion-button {
	background: #fff;
	border-radius: 15px;
	font-family: var(--font-heading);
	border: 0;
}
.accordion-item {
	background: #fff;
	border-radius: 15px;
	border: 0;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #1e7e51 !important;
	box-shadow: none;
	border: 0;
}
.accordion-item.faq.wow.animate__.animate__fadeInLeftBig.animated {
	margin: 15px 0;
	border: 0;
}

section.faqs-page-sec {
	padding: 60px 0;
}
.faqs-page-sec .accordion-button::after {
	font-family: FontAwesome;
	/* content: "\f067"; */
	background-image: none !important;
	background-color: #1e7e51;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
}
.faqs-page-sec .accordion-body {
	padding: 1rem 1.25rem;
	font-size: 14px;
	color: #57647d;
}
.faqs-page-sec .accordion-button:not(.collapsed) {
	color: #57647d;
	background-color: #fff !important;
	box-shadow: none;
}

.faqs-page-sec .accordion-item .accordion-button {
	border-bottom: 1px solid #cccccc;
	color: #57647d;
	font-size: 18px;
	font-family: var(--font-manrope-medium);
}
.faqs-page-sec .accordion-item.faq {
	margin: 15px 0;
	border: 1px solid #cccccc;
}
.faqs-page-sec p {
	font-size: 14px;
	color: #57647d;
}
@media (max-width: 1368px) {
	.super-star-faq-sec .faq-div h2 {
		width: 80%;
	}
}
@media (max-width: 1025px) {
	.super-star-faq-sec .faq-div h2 {
		width: 100%;
	}
}
@media (max-width: 769px) {
	section.super-star-faq-sec {
		padding: 50px 30px;
	}
}
@media (max-width: 576px) {
	section.super-star-faq-sec {
		padding: 30px 10px;
		margin: 0;
	}
	.accordion-item .accordion-button {
		font-size: 14px;
	}
	.accordion-body {
		font-size: 14px;
	}
}

.terms-page-sec {
	padding: 60px 0;
}
.terms-page-sec p {
	color: #607d94;
	font-size: 14px;
	line-height: 26px;
}
.terms-page-sec li {
	color: #607d94;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.terms-page-sec ol {
	padding-left: 12px;
}

/* section blog */
section.blog-sec {
	padding: 60px 0;
}
.blog-sec h6 {
	margin-bottom: 10px;
}
.blog-text-div {
    background: #fafafa;
    border-radius: 15px;
    margin: -50px 20px 50px 20px;
    position: relative;
    text-align: left;
}
.blog-text-div h3 {
	font-size: 18px;
	font-family: var(--font-manrope-Bold);
	line-height: 30px;
	padding: 40px 40px 0 20px;
	text-transform: capitalize;
	letter-spacing: -0.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.blog-text-div p {
	font-size: 14px;
	margin: 10px 0 20px 0;
	font-family: var(--font-manrope-medium);
	padding: 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.blog-text-div a {
	font-size: 16px;
	border-top: 1px solid #cccccc;
	display: block;
	padding: 15px 20px;
	font-family: var(--font-btn);
}
.blog-img-div img {
	height: 200px;
}
section.blogs-page {
	padding: 60px 0;
}
.pagination a.page-link {
    margin: 0;
    border-radius: 5px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    color: #1e7e51;
    border-color: #1e7e51;
    font-family: var(--font-btn);
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #1e7e51;
	border-color: #1e7e51;
}
.page-link:hover {
	z-index: 2;
	color: #1e7e51;
	background-color: #d2e5dc;
	border-color: #d2e5dc;
}
.blog-detail-text p {
	font-size: 14px;
	color: #57647d;
	line-height: 26px;
	margin-bottom: 40px;
	font-family: var(--font-manrope-medium);
}
.blogs-detailed-page p {
	font-size: 14px;
	color: #57647d;
	line-height: 26px;
	font-family: var(--font-manrope-medium);
}
.blogs-detailed-page .checklist-points li {
	color: #57647d;
}
.blognav {
	background: #f4f4f3;
	padding: 30px;
	border-radius: 10px;
	margin-top: 30px;
}
.blognav-div {
	display: flex;
	align-items: center;
	gap: 10px;
}
.blognav-div img {
	width: 125px;
}
.blognav-contant .next {
	text-align: right;
}
.border-div {
	height: 70px;
	display: block;
	width: 1px;
	background: #cccccc;
}
.blognav-text h5 {
	font-size: 18px;
	color: #000c0e;
	margin: 0;
	text-transform: capitalize;
}
.blognav-text p {
	margin: 0;
	color: #1e7e51;
	font-size: 14px;
	font-family: var(--font-btn);
}
.blognav-contant {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
img.img-fluid.w-100.rounded.b-h-qa {
    height: 450px;
}
@media (max-width: 1367px) {
	.blog-text-div h3 {
		font-size: 17px;
		padding: 40px 15px 0 20px;
	}
}
@media (max-width: 1025px) {
	.blog-text-div h3 {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 769px) {
	.blog-img-div img {
		height: 350px;
	}
	.blognav-text h5 {
		font-size: 14px;
	}
	.blognav-div img {
		width: 100px;
	}
	img.img-fluid.w-100.rounded.b-h-qa {
		height: auto;
	}
}
@media (max-width: 567px) {
	.blog-img-div img {
		height: 175px;
	}
	.blog-text-div {
		margin: -50px 10px 20px 10px;
	}
	.blognav-contant {
		display: block;
		text-align: center;
	}
	.blognav-div {
		display: block;
		margin-bottom: 10px;
	}
	.blognav-div img {
		width: 100px;
		margin-bottom: 10px;
	}
	.blognav-div {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.blognav {
		padding: 20px 10px 5px 10px;
	}
	.border-div {
		display: none;
	}
	section.blogs-page .blog-detail-text.text-center.mt-5.col-md-10.m-auto {
		margin-top: 20px !important;
	}
}
/* work for us page */
section.workforus-page-sec {
	padding: 60px 0;
}
.process-card {
	background: #f4f4f3;
	padding: 20px 25px;
	border-radius: 10px;
	margin: 20px 0 0 0;
	position: relative;
	height: 300px;
}
.process-card h5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.process-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
    text-transform: math-auto;
}
.process-card-text {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
.process-card-text img {
	width: 60px;
	height: 60px;
}

.process-card-text span {
	font-size: 12px;
	color: #1e7e51;
	background: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 8px;
	display: inline-block;
	font-family: var(--font-heading);
}
span.process-number {
	font-size: 10px;
	background: #1e7e51;
	color: #fff;
	padding: 8px 10px;
	border-radius: 50%;
	border: 5px solid #fff;
	position: absolute;
	right: -10px;
	top: -10px;
	font-family: var(--font-heading);
}
section.advantages-sec {
	padding: 0 0 60px 0;
}
section.advantages-sec p {
	color: #556275;
	margin-top: 20px;
}
section.start-your-career {
	padding: 0 0 60px 0;
}

section.start-your-career .accordion-button::after {
	font-family: FontAwesome;
	content: "\f107";
	background-image: none !important;
	color: #a6a5b5;
	font-size: 20px;
}
section.start-your-career .accordion-button:not(.collapsed)::after {
	font-family: FontAwesome;
	content: "\f107";
	background-image: none !important;
	color: #a6a5b5;
	font-size: 20px;
}
section.start-your-career .accordion-button:not(.collapsed) {
	color: #a6a5b5;
	background-color: transparent !important;
	box-shadow: none;
	border: 0;
}
section.start-your-career button.accordion-button {
	color: #a6a5b5;
}
section.start-your-career .accordion-body {
	padding: 1rem 0.25rem 0 20px;
}
section.start-your-career .accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}
section.start-your-career .accordion-header:before {
	content: "";
	width: 93%;
	height: 1px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50px;
	background: #cccccc;
	left: 20px;
}
section.start-your-career .faqs_accordion {
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 15px;
}
figure.img-service-details img {
	border-radius: 20px;
}
ul.checklist-points.green-color li {
	color: #1e7e51;
}
section.start-your-career
	.accordion-item:last-of-type
	.accordion-button.collapsed {
	font-size: 14px;
	font-family: var(--font-default);
}
section.start-your-career .accordion-item:last-of-type .accordion-button {
	font-size: 14px;
	font-family: var(--font-default);
}
section.get-a-quote {
	padding: 60px 0;
}
.get-a-quote p {
	color: #556275;
}
.contact-gray-bg {
	background: #f4f4f3;
	padding: 30px;
	border-radius: 1rem;
}
.contact-info-div {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.contact-info-div img {
	width: 60px;
	height: 60px;
}
.contact-info p {
	margin: 20px 0 30px;
}
.contact-info-div p {
	margin: 0 !important;
}
.contact-info-div a {
	color: #181818;
	font-size: 20px;
	font-family: var(--font-manrope-medium);
}

@media (max-width: 1025px) {
	.process-card {
		height: 240px;
	}
}
@media (max-width: 768px) {
	.process-card {
		height: 170px;
	}
}
@media (max-width: 576px) {
	.process-card {
		height: auto;
	}
	.contact-info-div a {
		font-size: 13px;
		word-break: break-word;
	}
	.contact-info-div img {
		width: 40px;
		height: 40px;
	}
	.contact-gray-bg {
		padding: 20px 10px;
	}
	.contact-info-div {
		gap: 10px;
	}
	section.workforus-page-sec {
		padding: 30px 0;
	}
}
/* Footer Css Start Here */
footer {
	/*background-image: url(../img/footer/footerbg.jpg);*/
	padding: 370px 0 50px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 20px;
	border-radius: 10px;
}
.footer-newsletter {
	background: #222222;
	padding: 20px 100px;
}
.footer-newsletter h3 {
	color: #fff;
	font-size: 32px;
	letter-spacing: -0.5px;
}
.form-group.footer-newsletter-div {
	display: flex;
}
.footer-newsletter-div button.btn.primary-btn {
	margin-left: -10px;
	font-size: 16px;
}
.footer-newsletter-div button.btn.primary-btn:hover {
	background: #222222;
}
.footer-content-div {
	background: #1e7e51;
	padding: 40px 100px;
	border-radius: 0 0 10px 10px;
}
footer .footer-content p {
	color: var(--light-text-color);
	padding: 15px 0px;
	margin: 0;
}

footer .footer-content .social-icon {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 80%;
	flex-wrap: wrap;
}

footer .footer-content .social-icon li {
	margin-right: 15px;
}

footer .footer-content .social-icon li a {
	background: var(--extra-color-1);
	width: 35px;
	display: flex;
	height: 35px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: var(--extra-color-2);
	border: 2px solid var(--extra-color-2);
	transition: 0.6s;
}

footer .footer-content .social-icon li a:hover {
	box-shadow: 0 0 0 2px var(--extra-color-1);
}

footer .footer-content .head h4 {
	color: var(--extra-color-1);
	font-family: var(--font-heading);
}

footer .footer-content .head {
	padding-bottom: 10px;
}

footer .footer-content .head h3 {
	font-size: 20px;
	color: var(--light-text-color);
	font-family: var(--font-heading);
}

footer .footer-content ul.menu-links {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .footer-content ul.menu-links .contact-info {
	max-width: 210px;
}

footer .footer-content ul.menu-links li a {
	color: var(--light-text-color);
	font-size: 14px;
}

footer .footer-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .logo-content .logo-box {
	max-width: 200px;
	margin-top: 40px;
}

footer ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	max-width: 200px;
}

footer ul.social-icons li {
	margin-right: 8px;
}

footer ul.social-icons li a {
	color: var(--bg-primary);
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	border-radius: 5px;
	font-size: 14px;
}
footer ul.social-icons li a:hover {
	height: 32px;
	width: 32px;
	transition: 0.6s all;
	transform: scale(1.2);
}

footer .footer-content ul li {
	padding-bottom: 5px;
}

footer .footer-content ul.menu-links li a i {
	margin-right: 10px;
}

.menu-links.menus.quick-links a:hover {
	color: var(--dark-text-color);
	transition: 1s all;
}

footer .newsletter-content {
	max-width: 90%;
	margin: 0 0 0 auto;
}
footer .newsletter-content ul.social-icons li {
	margin-right: 16px;
	margin-bottom: 12px;
}

footer .footer-content form .form-group {
	flex: 1;
}

footer .footer-content form .form-group .form-control {
	border-radius: 5px;
	height: 40px;
	color: #9c9a9a;
	font-size: 13px;
	box-shadow: none;
	outline: none;
	margin: 10px 0;
	max-width: 90%;
}

footer .footer-content form .btn-secondary {
	background: var(--secondary-btn-color);
	border-radius: 5px;
	height: 40px;
	border: none;
	width: 90%;
}

footer .copyright {
	padding-top: 40px;
	padding-bottom: 10px;
}

footer .copyright p {
	color: var(--light-text-color);
	font-size: 14px;
	margin: 0;
	text-align: center;
}
footer .copyright ul {
	display: flex;
	color: var(--light-text-color);
	padding: 0;
}
footer .copyright ul li {
	list-style: none;
}
footer .copyright ul li a {
	padding: 0 10px;
	font-size: 14px;
}
@media (max-width: 1367px) {
	footer .newsletter-content {
		max-width: 100%;
	}
	footer .newsletter-content ul.social-icons li {
		margin-right: 12px;
	}
}
@media (max-width: 1025px) {
	.footer-newsletter h3 {
		font-size: 22px;
	}
	footer .footer-content .head h3 {
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	footer .footer-content .social-icon {
		max-width: 100%;
		margin-top: 20px;
	}

	footer .footer-content .head {
		padding-bottom: 0;
		padding-top: 25px;
	}

	footer .footer-content .latest-blog-box .img-box {
		flex: 0 0 12%;
	}
	footer .quick-links li {
		padding-bottom: 5px !important;
	}

	footer .newsletter-content {
		max-width: 100%;
	}
	footer ul.social-icons {
		max-width: 100%;
		margin-top: 15px;
	}
	footer .copyright {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	footer {
		padding: 190px 0 20px;
	}
}

@media (max-width: 768px) {
	footer {
		padding: 260px 0 20px;
		background-position: center;
	}
	footer .quick-links li {
		padding-bottom: 5px !important;
	}

	footer .newsletter-content {
		max-width: 100%;
	}
	footer .footer-content ul.menu-links {
		padding-top: 5px;
	}
	footer ul.social-icons {
		padding-top: 10px;
		max-width: 100%;
	}
	footer .copyright {
		margin-top: 0;
		padding-top: 10px;
		padding-bottom: 0;
	}
	footer .footer-content .head {
		padding-top: 15px;
	}
	.footer-newsletter h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	footer {
		padding: 160px 0 20px;
	}
	footer .footer-content .social-icon {
		max-width: 75%;
	}

	footer .footer-content .head {
		padding-bottom: 0;
	}

	footer .footer-content .latest-blog-box .img-box img {
		height: 50px;
	}

	footer .footer-content .latest-blog-box .content {
		padding-left: 15px;
		max-width: 65%;
	}

	footer .copyright {
		padding-top: 0;
		padding-bottom: 10px;
		font-size: 13px;
	}

	footer .copyright p {
		font-size: 12px;
		text-align: left;
	}
	footer .quick-links li {
		padding-bottom: 0 !important;
	}
	footer .newsletter-content {
		max-width: 100%;
	}
	footer ul.social-icons {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		margin-top: 0;
	}
	footer .copyright {
		margin-top: 0;
		display: block;
	}
	footer .copyright ul li a {
		padding: 0 10px;
		font-size: 13px;
	}
	footer .copyright ul li:first-child a {
		padding-left: 0;
	}
	footer .footer-content form .form-group .form-control {
		max-width: 100%;
	}
	footer .footer-content form .btn-secondary {
		width: 100%;
	}
	section.custom-banner .banner-text h1 {
		font-size: 24px;
	}
	section.custom-banner {
		margin: 30px 20px 0;
	}
	.mainbannerbg .find {
		margin-top: 20px;
		margin-bottom: 50px;
		width: 280px;
	}
	.mainbannerbg .find h4 {
		font-size: 16px;
	}
	.footer-newsletter {
		padding: 20px 10px;
	}
	.footer-newsletter h3 {
		font-size: 20px;
	}
	.footer-newsletter-div button.btn.primary-btn {
		font-size: 14px;
	}
	.footer-content-div {
		padding: 20px 10px;
	}
	footer .logo-content .logo-box {
		max-width: 200px;
		margin-top: 10px;
	}
	.form-control {
		font-size: 0.6rem;
	}
}

@media (max-width: 480px) {
	footer .footer-content .social-icon {
		max-width: 100%;
	}

	footer .footer-content .social-icon li {
		margin-right: 0;
	}

	footer .footer-content ul li a {
		font-size: 12px;
	}
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .75rem .75rem;
}
li.page-item {
    margin-right: 10px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .75rem .75rem;
}
li.page-item {
    margin-right: 10px;
}
/* Footer Css End Here */

/* remove input type number arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
form#newsletterForm {
    position: relative;
}
.form-group.footer-newsletter-div span.alert.text-danger {
    position: absolute;
    bottom: -22px;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
span.alert.text-danger {
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 20px;
}
.nav-item button.btn {
    color: #808080;
    font-size: 16px;
    font-weight: normal;
    font-family: var(--font-manrope-medium);
    text-align: left;
    padding-right: 0;
}
.nav-item .btn-group, .nav-item .btn-group-vertical {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2px;
	text-align: left;
}
.faqs_accordion .accordion-body {
    max-width: 100%;
    overflow: hidden;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
section.our-story-sec img {
    max-width: 100% !important;
    height: auto;
    border-radius: 1rem !important;
}
