@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Teko:wght@300;400;500;600;700&display=swap");

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	color: #666;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
}

img {
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.btn-sm {
	padding: 5px 10px 5px 10px;
	font-size: 15px;
}

.form-control:focus {
	box-shadow: none;
}

.btn-theme {
	text-transform: capitalize;
	background-color: #004767;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	position: relative;
	cursor: pointer;
	outline: none;
	text-align: center;
	transition: all 0.5s;
	border-color: #004767;
}

.btn-theme:hover {
	color: #fff;
	background-color: #27ae60;
	border-color: #27ae60;
}

header {
	position: relative;
	min-height: 100px;
}

header .container {
	position: relative;
}

.sticky-header.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
	background: #27ae60;
}

.header-top-outer {
	background-color: #ffffff;
}

.header-top {
	display: flex;
	column-gap: 25px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

header .logo-area {}

header .logo-area .logo {
	position: absolute;
	width: 250px;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99;
	height: 125px;
	padding: 10px;
}

header .logo-area .logo::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 25px;
	background-color: #ffffff;
	transform: skew(-20deg);
	border: 1px solid #27ae60;
	border-width: 0 1px 0 0;
}

header .logo-area .logo img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.header-top .right-menu {
	padding: 20px 0;
}

.header-bottom>.menu-wrapper>#main-menu {}

ul.social {
	display: flex;
	column-gap: 0.5rem;
	align-items: center;
}

ul.social li {}

ul.social li a {
	display: flex;
	width: 26px;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 26px;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}

h1.display-4.mission {
	font-weight: bold;
	color: #006400;
}

ul.social li.facebook a {}

ul.social li.twitter a {}

ul.social li.google a {}

ul.social li:hover a {
	color: #229352;
}

.right-menu ul {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: flex-end;
	column-gap: 1.5rem;
}

.right-menu ul li a::after {
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	right: -11px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
}

.right-menu ul li:last-child a::after {
	display: none;
}

.right-menu ul li:last-child a {
	margin-right: 0;
}

.right-menu ul li a:hover {
	color: #004767;
}

.right-menu ul li a:hover i {
	color: #fff;
	background-color: #004767;
}

.phone {
	display: flex;
	font-weight: 500;
	font-size: 1rem;
	color: #27ae60;
	transition: all 0.3s ease;
	text-transform: capitalize;
	justify-content: center;
	align-items: center;
	background-color: #c72125;
	padding: 0.5rem 0.3rem;
	border-radius: 0.3rem;
}

.right-menu ul li a i {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background-color: #27ae60;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.3s ease;
}

.ri-whatsapp-line::before {
	content: "\f2bc";
	margin-left: 2px;
}

.right-menu ul li a {
	display: flex;
	font-size: 14px;
	color: #27ae60;
	transition: all 0.3s ease;
	position: relative;
	/*text-transform: capitalize;*/
	border-radius: 2px;
	column-gap: 0.5rem;
	letter-spacing: 1px;
	align-items: center;
	font-weight: 700;
}

.phone span {
	color: #212121;
	font-size: 1.2rem;
	line-height: 1;
}

.header-bottom {
	background: linear-gradient(to right, white 20%, #27ae60 20%);
	border-top: 1px solid rgb(255 255 255 / 20%);
	padding: 6px 0;
}

.menu-wrapper>#main-menu>ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

#main-menu ul>li {
	padding: 5px 15px;
	position: relative;
}

#main-menu ul>li:last-child {
	padding-right: 0;
}

#main-menu ul>li>a {
	color: #fff;
	padding: 6px 0;
	display: block;
	text-transform: capitalize;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

#main-menu ul>li.active a {
	padding: 5px 10px 4px;
	background-color: #229352;
	border-radius: 3px;
	color: #fff;
}

#main-menu ul>li.active a:hover {
	background-color: #004767;
	color: #fff;
	border-color: #fff;
}

/* #main-menu ul > li > a:hover {
    border-color: #229352;
} */
#main-menu ul>li>ul.mega-menu {
	position: absolute;
	width: 100%;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0.5rem;
	box-shadow: 2px 5px 25px #33333363;
	z-index: 999;
}

#main-menu ul>li>ul.mega-menu>li>a {
	display: grid;
	grid-template-columns: 100px auto;
	align-items: center;
	grid-gap: 1.5rem;
	border-bottom: 1px solid #ddd;
}

#main-menu ul>li:hover>ul.mega-menu {
	visibility: visible;
	opacity: 1;
}

#main-menu ul>li>ul.mega-menu .right-content {
	color: #333;
}

#main-menu ul>li>ul.mega-menu .thumb img {
	aspect-ratio: 1/0.6;
	width: 100%;
	object-fit: cover;
}

#main-menu ul>li>ul.mega-menu .right-content .title {
	color: #2884c6;
	font-size: 1.2rem;
	transition: all 0.3s ease;
	margin-bottom: 0;
}

#main-menu ul>li>ul.mega-menu>li>a:hover .title {
	color: #c72125;
}

#main-menu ul>li>ul.mega-menu .right-content p {
	font-size: 1rem;
	margin-bottom: 0;
}

.main-slider .single-slide {
	position: relative;
	z-index: 1;
}

.main-slider .single-slide .slider-img {
	width: 100%;
	height: 550px;
	object-fit: cover;
}

.main-slider .single-slide .slide-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}

.main-slider .single-slide .slide-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, rgb(0 71 103 / 70%), transparent);
	z-index: -1;
}

.slider-btn {
	font-family: "Montserrat", sans-serif;
	position: relative;
	display: inline-flex;
	padding: 0.7rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 600;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border: 1px solid #008000;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	font-size: 0.9rem;
	background-color: #008000;
	color: #fff;
	column-gap: 0.2rem;
}

.slider-btn:hover {
	background-color: rgb(201, 8, 8);
	border-color: rgb(221, 18, 18);
	color: #fff;
}

.slider-btn-color {
	font-family: "Montserrat", sans-serif;
	position: relative;
	display: inline-flex;
	padding: 0.7rem 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 600;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border: 1px solid #008000;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 1rem;
	padding-left: 2.4rem;
	padding-right: 1rem;
	padding-right: 2.4rem;
	font-size: 0.8rem;
	background-color: #008000;
	color: #fff;
	column-gap: 0.2rem;
}

.slider-btn-color:hover {
	background-color: rgb(202, 42, 42);
	border-color: rgb(216, 35, 35);
	color: #fff;
}

.slider-btn span {
	position: absolute;
	display: block;
}

.single-slide h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.single-slide .desc {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.item-wrapper {
	padding: 2.5rem;
	position: relative;
	z-index: 2;
}

.item-wrapper b:nth-child(1) {
	width: 200px;
	height: 3px;
	background-color: #c72125;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
}

.item-wrapper b:nth-child(2) {
	height: 200px;
	width: 3px;
	background-color: #c72125;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
}

.item-wrapper b:nth-child(3) {
	height: 200px;
	width: 3px;
	background-color: #c72125;
	position: absolute;
	right: -3px;
	bottom: -3px;
	z-index: 1;
}

.item-wrapper b:nth-child(4) {
	width: 200px;
	height: 3px;
	background-color: #c72125;
	position: absolute;
	right: -3px;
	bottom: -3px;
	z-index: 1;
}

.main-slider .owl-nav {}

.main-slider .owl-nav button {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px !important;
	color: #fff !important;
}

.main-slider .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}

.category-section {
	background-color: #ededed;
}

.category-section .single-category {
	transition: transform 0.3s ease;
}

.category-section .single-category:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
}

.category-section .single-category .inner-category {
	background: #fff;
}

.category-section .single-category .inner-category .thumb {}

.category-section .single-category .inner-category .thumb img {
	width: 100%;
	aspect-ratio: 1/0.65;
	object-fit: cover;
}

.category-section .single-category .inner-category .title {
	padding: 0.75rem 1rem;
}

.category-section .single-category .inner-category .title h3 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #111;
	font-size: 22px;
}

@-webkit-keyframes video-pulse-presentation {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
			0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2),
			0 0 0 60px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
			0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2),
			0 0 0 60px rgba(255, 255, 255, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2),
			0 0 0 60px rgba(255, 255, 255, 0.2),
			0 0 0 90px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2),
			0 0 0 60px rgba(255, 255, 255, 0.2),
			0 0 0 90px rgba(255, 255, 255, 0);
	}
}

@keyframes video-pulse-presentation {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
			0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2),
			0 0 0 60px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
			0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2),
			0 0 0 60px rgba(255, 255, 255, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2),
			0 0 0 60px rgba(255, 255, 255, 0.2),
			0 0 0 90px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2),
			0 0 0 60px rgba(255, 255, 255, 0.2),
			0 0 0 90px rgba(255, 255, 255, 0);
	}
}

.about-section {
	position: relative;
}

.about-section .video-bg {
	position: relative;
	margin: 0;
	text-align: center;
}

.about-section .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 70px;
	display: flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.about-section .video-btn i {
	display: flex;
	padding-left: 5px;
}

.about-section .video-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: video-pulse-presentation 1s linear infinite;
	animation: video-pulse-presentation 1s linear infinite;
	background-color: #004767;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	z-index: -1;
}

.about-section .inner-wrapper {
	position: relative;
	z-index: 99;
}

.thm-btn {
	font-family: "Montserrat", sans-serif;
	position: relative;
	display: inline-block;
	padding: 18px 69px;
	border-radius: 35px;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.4s;
	overflow: hidden;
	background: #008000;
	font-weight: 500;
	border: none;
	outline: none;
}

.thm-btn:hover {
	background: #212121;
	color: #fff;
}

.sm-btn {
	font-size: 0.8rem;
	padding: 0.5rem 1.5rem;
	display: inline-flex;
	column-gap: 0.2rem;
	border: 1px solid transparent;
	border-color: #008000;
	color: #008000;
	border-radius: 5px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sm-btn:hover {
	color: #fff;
	background-color: #008000;
}

.experience__container {
	row-gap: 2.5rem !important;
	justify-content: center;
	justify-items: center;
	grid-template-columns: auto auto;
}

.experience__img {
	position: relative;
}

.experience__overlay:nth-child(1) {
	width: 300px;
	overflow: hidden;
	margin-left: 3rem;
}

.experience__overlay:nth-child(2) {
	position: absolute;
	width: 200px;
	top: 45px;
	left: 215px;
}

.experience__img-one {
	aspect-ratio: 1/1;
}

.experience__img-two {
	aspect-ratio: 1/1.3;
}

.experience__img-one,
.experience__img-two {
	transition: 0.3s ease;
	width: 100%;
	object-fit: cover;
}

.experience__img-one:hover,
.experience__img-two:hover {
	transform: scale(1.1);
}

.about-content {
	/*margin-right: 5rem;*/
}

.section-title {
	font-weight: 700;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.5;
	text-transform: capitalize;
	font-family: Montserrat;
	position: relative;
	margin-bottom: 15px;
}

p.sub,
.about-section p {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.lead {
	/* letter-spacing: -.03em; */
	font-size: 1.2rem !important;
	color: #777;
	font-weight: 300 !important;
}

img.ratio {
	width: 100%;
	aspect-ratio: 1/0.8;
	object-fit: cover;
}

/*.section-title::after {
	content: "";
	width: 150px;
	height: 2px;
	background-color: #212121;
	position: absolute;
	left: 0;
	bottom: 0;
}*/
.section-title.text-center::after {
	left: 50%;
	transform: translateX(-50%);
}

.section-title.text-white::after {
	background-color: #fff;
}

.product-section {}

.product-section .nav {
	border: none;
	column-gap: 35px;
	padding-bottom: 30px;
	justify-content: center;
}

.product-section .nav button {
	color: #27ae60;
	border: none;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 15px;
	border: none;
	text-transform: uppercase;
	position: relative;
}

.product-section .nav button:hover,
.product-section .nav button.active {
	background-color: #27ae60;
	color: #fff;
}

.product-section .nav button:not(:first-child)::before {
	content: "";
	width: 35px;
	height: 1px;
	background-color: #27ae60;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%);
}

.products {}

.products .single-product {
	margin-bottom: 25px;
}

.products .single-product .wrapper-product {
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
	border-radius: 3px;
	overflow: hidden;
}

.products .single-product .product-thumb {
	margin: -15px -15px 15px;
}

.products .single-product .product-thumb img {
	width: 100%;
	aspect-ratio: 1/0.65;
	object-fit: cover;
}

.products .single-product .product-content {}

.products .single-product .product-content .product-name {
	font-size: 16px;
	text-transform: uppercase;
	color: #004767;
	font-weight: 700;
	margin-bottom: 0;
	min-height: 40px;
	text-align: center;
	height: 58px !important;
}

.products .single-product .product-content .exerp {
	font-size: 14px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}

.products .single-product .product-content .btn-xsm {
	font-size: 14px;
	padding: 3px 8px;
	border-radius: 2px;
	background-color: #27ae60;
	border-color: #27ae60;
}

.products .single-product .product-content .btn-xsm:hover {
	border-color: #e9292d;
	background-color: #e9292d;
}

.view-all {
	display: inline-block;
	padding: 0.5rem 1.5rem 0.7rem;
	font-size: 1.6rem;
	color: #fff;
	background: #0a1f33;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.view-all:hover {
	background: #ededed;
	color: #fff;
}

.client-section {}

.client-review {}

.client-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
}

.single-client {
	padding: 5px;
}

.client-outer {
	display: flex;
	justify-content: center;
	padding: 0.5rem;
}

.client-outer .client-img {
	max-width: 120px;
	height: auto;
	/*opacity: .6;*/
	transition: all 0.3s ease;
}

.client-img:hover {
	opacity: 1;
}

.client-outer .wrapper {
	background-color: #fff;
	width: 100%;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer {
	background-color: #27ae60;
	position: relative;
	z-index: 1;
}

footer::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: #07425b;
}

.footer-top {
	padding: 2rem 0 2rem;
}

.footer-top .row>*:nth-child(1) {
	width: 28%;
}

.footer-top .row>*:nth-child(2) {
	width: 20%;
}

.footer-top .row>*:nth-child(3) {
	width: 20%;
}

.footer-top .row>*:nth-child(4) {
	width: 32%;
}

.footer-widget .footer-links {}

.footer-widget .footer-links li {
	position: relative;
	padding-left: 18px;
	transition: all 0.3s ease;
}

.footer-widget .footer-links li::before {
	content: "\F285";
	font-family: "Bootstrap-icons";
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-bottom: 3px;
	transition: all 0.3s ease;
}

.footer-widget .footer-links li:hover::before {
	left: 5px;
}

.footer-widget .footer-links li a {}

.footer-widget.contact-widget {}

.footer-widget.contact-widget p {}

.footer-widget.contact-widget p label {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-widget.contact-widget .social {}

.footer-widget.contact-widget .social li {}

.footer-widget.contact-widget .social li a {}

.footer-widget {
	margin-bottom: 1rem;
}

.footer-bottom {
	background-color: rgb(0 0 0 / 12%);
	padding: 0.5rem 0;
}

.footer-bottom .inner-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-transform: capitalize;
}

.footer-bottom p {
	font-weight: 400;
	color: #fff;
	margin: 0;
	font-size: 15px;
}

.service-section {
	position: relative;
}

.services {}

.services .single-service {
	margin-bottom: 25px;
}

.services .single-service .wrapper-service {
	padding: 45px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0 0 0 / 0.1);
	text-align: center;
}

.services .single-service .title {
	font-size: 16px;
	text-transform: uppercase;
	color: #004767;
	font-weight: 700;
	margin-bottom: 8px;
	min-height: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services .single-service .icon {
	text-align: center;
	margin: 30px 0;
}

.services .single-service .icon img {
	max-width: 100px;
	width: 100%;
}

.services .single-service .exerp {
	font-size: 14px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}

.services .single-service .btn-xsm {
	font-size: 14px;
	padding: 3px 8px;
	border-radius: 2px;
	background-color: #004767;
	border-color: #004767;
}

.services .single-service .btn-xsm:hover {
	border-color: #27ae60;
	background-color: #27ae60;
}

.subtitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 2px;
	color: #27ae60;
}

.section-title {
	text-transform: capitalize;
	color: #004767;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 900;
}

.service-page {
	box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.16);
}

.service-section .divider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 100%;
	background: #ebedf4;
}

.service-section .divider.ver {
	width: 100%;
	height: 2px;
}

.single-service-one {
	display: block;
}

.single-service-one {
	border-radius: 0.85rem;
	border: 1px solid rgba(229, 231, 235, 0.7);
	background-color: rgba(255, 255, 255, 1);
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.hvr-bounce-to-bottom {
	position: relative;
	z-index: 2;
	margin-bottom: 1.5rem;
}

.hvr-bounce-to-bottom>* {
	position: relative;
}

.hvr-bounce-to-bottom .thumb img {
	width: 100%;
	aspect-ratio: 1/0.7;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
}

.hvr-bounce-to-bottom .thumb {
	overflow: hidden;
}

.hvr-bounce-to-bottom:hover .thumb img {
	transform: scale(1.2);
	transition: transform 0.5s ease;
}

.hvr-bounce-to-bottom .bottom-content {
	padding: 1.5rem 1rem;
}

.single-service-one:hover {
	border-color: transparent;
	border-color: rgba(229, 231, 235, 0);
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hvr-bounce-to-bottom>.details {
	display: inline-block;
	font-family: Montserrat;
	font-size: 1rem;
	font-weight: 500;
	color: #2884c6;
}

/*.hvr-bounce-to-bottom::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0B2B43;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: #0B2B43;
}
.hvr-bounce-to-bottom:active::before, .hvr-bounce-to-bottom:focus::before, .hvr-bounce-to-bottom:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
	transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}*/
.single-service-one h3 {
	color: #212121;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-transform: capitalize;
	transition: all 0.4s ease;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: calc(2 * 1.8rem);
	line-height: 1.8rem;
}

.single-service-one:hover h3,
.single-service-one:hover i {
	/*color: #fff;*/
}

.single-service-one i {
	font-size: 3.5rem;
	color: #2884c6;
	transition: all 0.4s;
}

.service-section .section-title {}

.sec-title {
	margin-top: -8px;
	margin-bottom: 55px;
}

.sec-title span {
	font-family: "Pacifico";
	color: #c72125;
	font-size: 20px;
}

.sec-title h3 {
	margin: 0;
	color: #212121;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 30px;
}

.sec-title p {
	color: #757575;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
}

.footer-logo {
	margin-bottom: 1rem;
}

.footer-logo .logo {}

.footer-logo .logo img {
	max-width: 130px;
}

.footer-logo img {
	max-width: 240px;
}

.footer-widget .title {}

.footer-widget .title h3 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.footer-widget.links-widget ul.link-list a {
	display: block;
	position: relative;
	padding-left: 15px;
	transition: all 0.4s ease;
}

.footer-widget ul li a {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	padding: 5px 0;
	font-weight: 500;
}

.footer-widget.links-widget ul.link-list a::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.4s ease;
}

.footer-widget.links-widget ul.link-list a:hover {
	color: #c72125;
}

.footer-widget.links-widget ul.link-list a:hover::before {
	background: #c72125;
}

.footer-widget .single-post-widget .date {
	color: #c72125;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
}

.footer-widget .single-post-widget .post-title {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}

.footer-widget .single-post-widget .post-title a {
	color: #ffffff;
	transition: all 0.4s ease;
}

.single-post-widget+.single-post-widget {
	margin-top: 1rem;
}

.footer-widget .single-post-widget .post-title a:hover {
	color: #c72125;
}

.footer-widget .rounded-circle {
	width: 70px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.footer-widget .media-body .text-2 {
	font-size: 0.8em;
}

.footer-widget .btn-flat {
	color: #fff;
	font-size: 15px;
	align-items: center;
	letter-spacing: 0.5px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.footer-widget .btn-flat i {
	font-size: 1rem;
}

.footer-widget .btn-flat:hover {
	opacity: 0.8;
}

.footer-widget .media-body a p {
	color: #f3eded;
	opacity: 0.8;
}

.footer-widget .media-body a:hover p.text-2 {
	opacity: 0.8;
}

.footer-widget .media-body a:hover p {
	opacity: 1;
}

.footer-widget p {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}

.footer-widget p.footer-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
}

.footer-widget.contact-widget p span {}

.footer-widget.contact-widget p {}

.footer-widget.contact-widget p i {
	height: 26px;
	width: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e8292d;
	border-radius: 50%;
	color: #fff;
	opacity: 1;
}

.footer-copyright p {
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
}

.footer-copyright p a {
	color: #fff;
}

.footer-dev p {
	margin: 0;
	color: #a0a0a0;
	font-size: 0.9rem;
	line-height: 2.5;
	font-weight: 500;
	text-align: end;
	text-transform: capitalize;
}

.footer-dev p a {
	color: #fff;
}

.img-wrapper {
	overflow: hidden;
}

.experience__overlay:nth-child(2)::after {
	content: "";
	width: 100px;
	height: 2px;
	background-color: #c72125;
	position: absolute;
	right: -15px;
	bottom: -15px;
}

.experience__overlay:nth-child(2)::before {
	content: "";
	width: 2px;
	height: 100px;
	background-color: #c72125;
	position: absolute;
	right: -15px;
	bottom: -15px;
}

.wgt-list-outline {
	background: #fff;
	height: 100%;
}

.wgt-list-outline .wgt-list-heading,
.wgt-list-item-description {
	padding: 15px 15px 10px;
	overflow: hidden;
}

.wgt-list-carousel-item-image {
	float: left;
	width: 25%;
}

.wgt-list-carousel-item-image img {
	width: 100%;
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
	/*object-position: top;*/
}

.wgt-list-carousel-item-title {}

.wgt-list-item-title {
	font-weight: 600;
	font-size: 1rem;
	text-transform: capitalize;
	color: #333;
	padding: 0 15px;
	text-align: center;
}

.wgt-list-item-subtitle {
	font-size: 1rem;
	color: #626262;
	line-height: 1.4;
	padding: 0 15px;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
}

.rating {
	margin-top: 8px;
	display: flex;
	column-gap: 0.3rem;
	padding: 0 10px;
	justify-content: center;
}

.rating i {
	font-size: 1.2rem;
	color: #c72125;
}

.wgt-list-item-description {
	color: #333;
	font-size: 1rem;
	padding-top: 0;
}

.owl-dots {
	display: flex;
	justify-content: center;
	column-gap: 0.5rem;
	position: absolute;
	width: 100%;
	bottom: -30px;
}

.owl-dot span {
	display: block;
	height: 8px;
	width: 8px;
	background: #c72125;
	border-radius: 50%;
}

.owl-dot.active span {
	background-color: #212121;
}

.feedback {
	text-align: center;
	font-family: Montserrat;
	font-weight: 600;
	text-transform: capitalize;
	color: #212121;
	margin-bottom: 1rem;
	font-size: 2rem;
}

.inner-client {
	height: 100%;
}

#client-section .section-title,
#client-section .section-subtitle {
	color: #008000;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
	background: #09253a;
	border-top: 1px solid #09253a;
	border-bottom: 1px solid #09253a;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
	background: #09253a;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
	border-top: none;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
	background: #0b2b43;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
	border-bottom: 1px solid #2d4151;
}

/*product-page*/
.breadcrumbs {
	padding: 1rem 0;
	background-color: rgb(243, 244, 246);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.breadcrumbs .breadcrumb.darklinks {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	margin-bottom: 0;
}

.breadcrumbs .breadcrumb.darklinks li {
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
	font-weight: 500;
	color: #363636;
}

.breadcrumbs .breadcrumb.darklinks li a {
	position: relative;
	display: flex;
	color: #363636;
	font-weight: 400;
	transition: all 0.3s ease;
}

.breadcrumbs .breadcrumb.darklinks li a:hover {
	font-weight: 500;
	color: #c72125;
}

.breadcrumbs .breadcrumb.darklinks li a::after {
	content: "/";
	display: block;
	padding-left: 1rem;
	font-family: "Montserrat", sans-serif;
	color: #363636;
}

.breadcrumbs .breadcrumb.darklinks li a:hover::after {
	color: #363636;
}

.main-content {
	margin: 2rem 0;
}

.main-content .sidebar {
	position: relative;
}

.widget {
	position: relative;
	margin-bottom: 2rem;
	border-radius: 1.5rem;
	background-color: rgb(0 100 0);
	overflow: hidden;
}

.widget::after {
	display: block;
	height: 56px;
	content: "";
	position: absolute;
	width: 56px;
	top: 0;
	left: 0;
	border-left: 56px solid #07425b;
	border-bottom: 56px solid transparent;
}

.widget>* {
	position: relative;
	z-index: 1;
}

.widget .widget-title {
	font-size: 20px;
	line-height: 25px;
	position: relative;
	color: rgb(237 239 243);
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	border-bottom: 1px solid red;
	padding: 15px 20px;
	margin-bottom: 0;
}

.widget .search-form {
	position: relative;
	margin: 15px 20px;
	margin-bottom: 25px;
}

.widget .search-form input[type="text"] {
	border: none;
	width: 100%;
	padding: 0.8rem 0.5rem;
	background-color: #fff;
}

.widget .search-form input[type="submit"] {
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: rgb(254, 201, 49);
}

.widget .search-form input:focus {
	outline: none;
}

.sidebar .widget>ul.category {
	/*background-color: #fff;*/
}

.sidebar .widget>ul.category li {
	padding: 15px;
	border-bottom: 1px solid rgb(0 100 0);
	position: relative;
	transition: all 0.3s ease-in-out;
}

.sidebar .widget>ul.category li:hover {
	background-color: rgb(0 100 0);
}

.sidebar .widget>ul.category li a {
	position: relative;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	color: rgb(237 239 243);
	font-weight: 500;
	transition: all 0.3s ease;
	text-transform: capitalize;
}

.sidebar .widget>ul.category li a::before {
	content: "//";
	font-size: 0.8rem;
	color: #222;
	margin-left: -15px;
	margin-right: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.sidebar .widget>ul.category li:hover a::before {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
}

.sidebar .widget>ul.category li span {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	z-index: 1;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 4px 4px;
	border-radius: 0;
	background-color: #c72125;
	transition: all 0.3s ease;
	color: #fff;
}

.sidebar .widget>ul.category li .item {
	font-size: 0.75rem;
	text-transform: capitalize;
	color: rgb(7, 14, 28);
	margin-left: 0.1rem;
	margin-top: 0.1rem;
}

.sidebar .widget>ul.category li:hover a {
	margin-left: 0.5rem;
}

.sidebar .widget>ul.category li:hover span {
	background-color: #c72125;
	color: #fff;
}

.main-content .single-product {
	/* background-color: #fff; */
	/* box-shadow: 0 0 30px rgba(0,0,0,.08); */
	/* margin-bottom: 1.5rem; */
}

.sidebar-toggler {
	display: none;
}

.sidebar-close {
	display: none;
}

.main-content .single-product .product-thumb {
	position: relative;
}

.main-content .single-product .product-thumb .img-wrapper {
	overflow: hidden;
}

.main-content .single-product .product-thumb img {
	width: 100%;
	aspect-ratio: 1/0.7;
	transition: all 0.5s ease;
}

.main-content .single-product:hover .product-thumb .img-wrapper img {
	transform: scale(1.2);
}

.main-content .single-product .product-thumb .date {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	line-height: 1.3;
	background-color: #c72125;
	color: #fff;
	text-transform: uppercase;
	padding: 0.7rem 1rem;
	position: absolute;
	right: 0;
	bottom: -1.5rem;
	text-align: center;
}

.main-content .single-product .product-thumb .date span {}

.main-content .single-product .product-content {
	/* padding: 25px 20px; */
}

.main-content .single-product .product-content .date {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.main-content .single-product .product-content .date::before {
	content: "";
	width: 50px;
	position: absolute;
	height: 2px;
	background-color: #ccc;
	top: 100%;
	left: 0;
	margin-top: 7px;
}

.main-content .single-product .product-content .date::after {
	content: "";
	width: 100px;
	position: absolute;
	height: 2px;
	background-color: #ccc;
	top: 100%;
	left: 0;
}

.main-content .single-product .product-content .date span {
	font-size: 13px;
	color: #6f6f6f;
	font-weight: 400;
}

.main-content .single-product .product-content .product-title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	line-height: 1.3;
	display: block;
	display: -webkit-box;
	max-height: calc(2 * 1.8rem);
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	color: #333;
	text-transform: capitalize;
}

.main-content .single-product .product-content .product-exerp {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
	display: block;
	display: -webkit-box;
	max-height: calc(2.5 * 1.8rem);
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 0.6rem;
}

.main-content .single-product .product-content .details {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #333;
	text-transform: capitalize;
	font-size: 0.9rem;
	display: inline-block;
	transition: all 0.3s ease;
}

.main-content .single-product .product-content .details:hover {
	color: #c72125;
}

/*details-page*/
.details-content {}

.details-content .product-thumb {
	margin-bottom: 1.5rem;
	float: left;
	margin-right: 30px;
}

.details-content .product-thumb.dif {
	margin-bottom: 1.5rem;
	max-width: 500px;
}

.details-content .product-thumb img {
	width: 100%;
	/*aspect-ratio: 1/0.6;*/
	object-fit: cover;
}

.details-content .item-content {
    text-align: justify;
}

.details-content .item-content .entry-title {
	font-family: "Montserrat", sans-sarif;
	font-weight: 600;
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 0.7rem;
	text-transform: capitalize;
}

.details-content .item-content p {
	font-size: 1rem;
	color: #444;
	line-height: 1.5;
}

/*contact page*/
.contact-content {
	background-color: #fff;
	padding: 50px;
	box-shadow: 0 0 30px 0 rgba(29, 33, 67, 0.1);
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-radius: 2.5rem;
}

.title-wrapper .section-title {
	color: #212121;
	text-align: center;
	margin-bottom: 0.8rem;
}

.title-desc {
	color: #555c63;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
}

.dual-devide {
	display: grid;
	grid-template-columns: 30% auto;
	column-gap: 2rem;
}

.address ul.social li:hover a {
	background-color: transparent;
	border: 1px solid #555c63;
	color: #555c63;
}

.left-contact .contact-item+.contact-item {
	margin-top: 1.5rem;
}

.contact-item .address .title {
	font-size: 1.1rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

.contact-item .address p {
	color: rgb(107, 114, 128);
}

.contact-item .address .title i {
	margin-right: 0.5rem;
	font-size: 1.2rem;
}

.title-desc a {
	color: #c72125;
}

.contact-form span.text-input {
	margin: 5px 0 25px;
	display: block;
	position: relative;
}

.contact-form span.text-input input {
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 43, 92, 0.08);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: #8093a8;
	padding: 13px 15px 14px;
	width: 100%;
	font-weight: 400;
	outline: none;
	font-size: 14px;
}

.contact-form span.text-input textarea {
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 43, 92, 0.08);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: #8093a8;
	padding: 13px 15px 14px;
	width: 100%;
	font-weight: 400;
	outline: none;
	font-size: 14px;
}

.contact-form span.text-input input:focus,
.contact-form span.text-input textarea:focus {
	border: 1px solid #c72125;
}

.contact-form .cookies {
	font-size: 14px;
	color: #555c63;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.contact-form .submit {
	font-size: 16px;
	padding: 14px 30px 14px 30px;
	background-color: #006400;
	border: none;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	transition: all 0.3s ease;
}

.contact-form .submit:hover {
	background-color: #c72125;
}

.contact-address {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.1);
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.contact-address .contact-item {
	text-align: center;
}

.contact-address .icon {
	position: relative;
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(../images/email.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 1rem;
}

.contact-address .icon.phone {
	background-image: url(../images/telephone.png);
}

.contact-address .icon.adrs {
	background-image: url(../images/location.png);
}

.contact-address .icon img {
	height: 25px;
	width: 25px;
	object-fit: contain;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #c72125;
	padding: 5px;
	border-radius: 50%;
}

.contact-address .address {}

.contact-address .address .title {
	font-size: 1.5rem;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
}

.contact-address .address p {
	font-size: 0.9rem;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 0;
	color: #555;
}

.product-thumb.square img {
	aspect-ratio: 1/1;
}

ul.services li {
	display: flex;
	align-items: flex-start;
	column-gap: 2rem;
	margin-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #dfdfdf;
}

ul.services li:last-child {
	border-bottom: none;
}

ul.services li>span.icon {
	width: 200px;
	margin-top: 5px;
}

ul.services li>span.icon svg,
ul.services li>span.icon img {
	width: 100%;
	height: auto;
	color: #ddd;
}

ul.services li>span.content .title {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

ul.services li>span.content .desc {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	color: #999;
}

ul.footer-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

ul.footer-menu li {
	padding: 0 0.8rem;
	position: relative;
}

ul.footer-menu li:first-child {
	padding-left: 0;
}

ul.footer-menu li::after {
	content: "";
	height: 20px;
	width: 2px;
	display: block;
	position: absolute;
	right: -1px;
	background-color: #c72125;
	top: 50%;
	transform: translateY(-50%);
}

ul.footer-menu li:last-child::after {
	content: "";
	display: none;
}

ul.footer-menu li a {}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
	border-top: none;
	text-transform: uppercase;
}

.imgal-container {
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap: 0.3rem;
	-moz-column-count: 3;
	-moz-column-gap: 0.3rem;
	column-count: 3;
	column-gap: 0.3rem;
}

.imgal-img {
	margin-bottom: 0.3rem;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.imgal-modal-img {
	position: relative;
	z-index: 999;
}

#imgal-modal-close {
	z-index: 9999;
}

.details-content {
	padding: 1rem 0;
	overflow: hidden;
}

.details-content .item-content p {
	color: rgba(29, 29, 36, 0.75);
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0;
}

.details-content .item-content p+p {
	margin-bottom: 15px;
}

.item-content .product-feature {
	margin-top: 1.2rem;
}

.page-title-section {
	padding: 0.8rem 0;
	text-align: center;
	background-color: rgb(243, 244, 246);
}

.page-title-outer {}

.page-title {
	font-size: 1.75rem;
	line-height: 1.5rem;
	color: #1f1f25;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 600;
}

.details-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.3rem;
	margin-bottom: 1.2rem;
	padding-bottom: 1rem;
	color: #1f1f25;
	position: relative;
	text-transform: uppercase;
}

.details-title::after {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background-color: #1f1f25;
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-feature li {
	position: relative;
	display: flex;
	align-items: center;
	color: #7e7e7e;
	font-weight: 400;
	font-size: 16px;
	line-height: inherit;
	margin-bottom: 10px;
}

.product-feature li::before {
	content: "\eb79";
	font-family: "remixicon" !important;
	font-style: normal;
	margin-right: 0.5rem;
	color: #fd4766;
}

/*review-section*/
.review-section {
	padding: 2.5rem 0 3.5rem;
}

.review-section .review-carousel {}

.review-carousel .single-item {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.review-carousel .single-item .testimonial-author {}

.review-carousel .single-item .testimonial-author img {
	width: 100px;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.review-carousel .single-item blockquote {
	position: relative;
}

.review-carousel .single-item blockquote::before {
	content: "\ec51";
	position: absolute;
	left: 0;
	top: -15px;
	font-family: "remixicon" !important;
	font-style: normal;
	font-size: 2rem;
	color: #c72125;
}

.review-carousel .single-item blockquote::after {
	content: "\ec52";
	position: absolute;
	right: 0;
	bottom: -15px;
	font-family: "remixicon" !important;
	font-style: normal;
	font-size: 2rem;
	color: #c72125;
}

.review-carousel .single-item blockquote p {
	font-family: "Playfair Display", serif;
	padding: 0 40px;
}

.review-carousel .single-item .testimonial-author p {
	text-align: center;
	font-size: 14px;
	color: #111;
	opacity: 0.9;
	text-transform: capitalize;
	margin-bottom: 0;
}

/*review-section*/

/*hero-section*/
.hero-section {
	padding: 2.5rem 0;
	background-color: #383f48;
}

.hero-section p {
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 26px;
}

.hero-section p span {}

.hero-section p span.highlighted-word {
	font-family: "Shadows Into Light", cursive;
	font-weight: 600;
	font-size: 2rem;
	position: relative;
}

.hero-section p span.highlighted-word::after {
	content: "";
	position: absolute;
	left: -35px;
	bottom: -8px;
	background: url(../images/about/line.png);
	width: 100%;
	height: 15px;
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(0) invert(1);
}

.hero-section p span:not(.highlighted-word) {
	color: #fff;
	display: block;
	font-size: 0.8em;
	font-weight: 300;
	padding-top: 5px;
	opacity: 0.7;
	font-size: 14px;
}

.w-5 {
	display: none;
}

nav.flex.items-center.justify-between {
	text-align: center;
}

span.text-lite.text-dark.client {
	text-align: center;
	margin-left: 480px;
}

span.text-lite.text-dark.client.client-2 {
	margin-left: 535px;
}

.single-client img {
	width: 100%;
	aspect-ratio: 1/0.5;
	object-fit: contain;
}

.client-section .color {
	padding: 2.5rem 0 3.5rem;
	background: #ededed;
}

.product-btn {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 14px;
	color: #fff;
	background-color: #008000;
	padding: 3px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	column-gap: 2px;
}

.product-btn:hover {
	background-color: #c90808;
	color: #fff;
}

.bg-lite {
	background-color: #eaf5fc;
}

.padding-25-25 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.padding-25-35 {
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
}

.padding-35-45 {
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
}

/*hero-section*/

/* blog-section */
.blog-section {}

.blog-section .single-blog {}

.blog-section .single-blog .blog-thumbnail {
	position: relative;
}

.blog-section .single-blog .blog-thumbnail img {
	width: 100%;
	aspect-ratio: 1.1;
	object-fit: cover;
}

.blog-section .single-blog .blog-thumbnail .post-date {
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 20px;
	left: 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.3;
	transition: all 0.3s ease;
}

.blog-section .single-blog:hover .blog-thumbnail .post-date {
	background-color: #c72125;
	border-color: #c72125;
}

.blog-section .single-blog .blog-thumbnail .post-date .entry-date {
	text-align: center;
}

.blog-section .single-blog .blog-thumbnail .post-date .entry-date .entry-month {
	display: block;
}

.blog-section .single-blog .blog-content {
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0 0 0 / 0.08);
	border-radius: 0 0 3px 3px;
}

.blog-section .single-blog .blog-content .post-title h3 {
	font-size: 22px;
	line-height: 1.3;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	margin-bottom: 10px;
}

.blog-section .single-blog .blog-content .post-title a {
	color: #333;
}

.blog-section .single-blog .blog-content .post-title:hover a {
	color: #c72125;
}

.blog-section .single-blog .blog-content .blog-desc {}

.blog-section .single-blog .blog-content .blog-desc p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #777;
	margin-bottom: 15px;
}

.blog-section .single-blog .blog-content .post-btn {
	text-transform: capitalize;
	font-size: 14px;
	color: #fff;
	background-color: #008000;
	padding: 3px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	column-gap: 2px;
	letter-spacing: 1px;
}

.blog-section .single-blog .blog-content .post-btn:hover {
	background-color: #c72125;
}

/* blog-section */

.mission-vision-section {}

.mission-vision-section .mission-area {}

.mission-vision-section .mission-area .accordion {}

.mission-vision-section .mission-area .accordion .accordion-item {
	border: none;
	border-bottom: 1px solid #27ae6069;
	border-radius: 0;
	background-color: transparent;
}

.mission-vision-section .mission-area .accordion .accordion-item:last-child {
	border-bottom: none;
}

.mission-vision-section .mission-area .accordion .accordion-item .accordion-header {}

.mission-vision-section .mission-area .accordion .accordion-item .accordion-header button {
	background-color: transparent;
	box-shadow: none;
	padding: 10px;
	padding-left: 40px;
	position: relative;
}

.mission-vision-section .mission-area .accordion .accordion-item .accordion-header .accordion-button::after {
	margin-right: auto;
	margin-left: 0;
	position: absolute;
	left: 10px;
	content: "\F285";
	font-family: "bootstrap-icons";
	background-image: none;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mission-vision-section .mission-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	transform: translateY(-50%) rotate(-90deg);
}

.mission-vision-section .mission-area .accordion .accordion-item .accordion-header button .section-title {
	font-size: 20px;
}

.mission-vision-section .mission-area .accordion .accordion-item .accordion-body {
	padding-top: 0;
}

.mission-vision-section .mission-area .accordion .accordion-item .accordion-body .desc {
	margin: 0;
	font-size: 15px;
	color: #666;
}

.mission-vision-section .img-area {}

.mission-vision-section .img-area img {}

.story-section {
	position: relative;
	z-index: 1;
}

.story-section::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to right,
			rgb(0 71 103 / 80%),
			transparent);
	z-index: -1;
}

.story-section .story-area {}

.story-section .story-area .section-title {
	color: #fff;
}

.story-section .story-area .desc {
	color: #fff;
	font-size: 15px;
}

.team-section {}

.team-section .team-carousel {}

.team-section .team-carousel .single-member {
	background-color: #fff;
	box-shadow: 0 0 20px rgb(113 195 243 / 40%);
	margin: 15px;
	border-radius: 3px;
	overflow: hidden;
}

.single-member figure {
	position: relative;
	overflow: hidden;
}

.single-member figure img {
	width: 100%;
	aspect-ratio: 1/1.1;
	object-fit: cover;
}

.single-member figure .social {
	position: absolute;
	left: -5px;
	top: 15px;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}

.single-member:hover figure .social {
	left: 5px;
	visibility: visible;
	opacity: 1;
}

.single-member figure .social li {
	background-color: #004767;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.single-member figure .social li:last-child {
	border-bottom: none;
}

.single-member figure .social li:hover a {
	background-color: #27ae60;
	color: #fff;
}

.single-member figure .social li a {
	padding: 5px;
	height: 30px;
	width: 30px;
}

.single-member .team-info {
	padding: 0 0 12px 0;
}

.single-member .team-info .members-name {
	text-align: center;
	color: #004767;
	font-weight: 700;
	font-size: 16px;
}

.single-member .team-info .members-position {
	text-align: center;
	color: #004767;
	margin-bottom: 0;
}

.mean-container .mean-bar {
	float: none;
	width: 100%;
	position: relative;
	background: transparent;
	padding: 2px 0;
	min-height: 48px;
	z-index: 999;
}

.mean-container .mean-nav ul li a {
	float: none;
	padding: 10px 0;
	font-size: 14px;
	text-transform: capitalize;
	width: 100%;
}

.mean-container .mean-nav ul li {
	float: none;
}

.mean-container .mean-nav {
	float: none;
	background: transparent;
	margin-top: 52px;
}

.mean-container a.meanmenu-reveal span {
	position: relative;
	height: 2px;
	width: 100%;
}

.mean-container a.meanmenu-reveal {
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mean-container a.meanmenu-reveal span::after,
.mean-container a.meanmenu-reveal span::before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.mean-container a.meanmenu-reveal span::after {
	top: auto;
	bottom: -8px;
}

.single-blog-area .post-meta {
	display: flex;
	align-items: center;
	color: #8b949b;
	column-gap: 5px;
	margin: 20px 0;
}

.single-blog-area .post-meta>div {
	display: flex;
	align-items: center;
	column-gap: 6px;
	font-size: 13px;
	padding-right: 10px;
}

.single-blog-area .post-meta>div i {}

.single-blog-area .entry-title {
	text-transform: capitalize;
	color: #004767;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
}

.single-blog-area .post-details {
	font-size: 14px;
}

.main-content .sidebar {
	max-width: 400px;
	width: 100%;
}

.main-content .sidebar .single-widget {}

.main-content .sidebar .single-widget+.single-widget {
	margin-top: 30px;
}

.main-content .sidebar .single-widget .widget-title {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
}

.main-content .sidebar .single-widget form {}

.main-content .sidebar .single-widget form input {
	border: 1px solid #e7e7e7;
	padding: 10px;
	height: 45px;
	font-size: 13px;
	border-right: none;
	border-radius: 3px;
}

.main-content .sidebar .single-widget form button {
	background-color: transparent;
	border: 1px solid #e7e7e7;
	border-left: none;
	padding: 0 15px;
	color: #888;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.main-content .sidebar .single-widget .categories {}

.main-content .sidebar .single-widget .categories li {
	list-style: none;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400 !important;
	line-height: 25px;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.main-content .sidebar .single-widget .categories li.active {}

.main-content .sidebar .single-widget .categories li::before {
	content: "\f105";
	font-family: "FontAwesome";
	float: left;
	margin-right: 15px;
	color: #8b949b;
}

.main-content .sidebar .single-widget .categories li a {
	display: inline-block;
	transition: all 0.3s ease;
}

.main-content .sidebar .single-widget .categories li:hover::before,
.main-content .sidebar .single-widget .categories li:hover a {
	color: #27ae60;
}

.main-content .sidebar .single-widget .categories li .badge {
	position: absolute;
	right: 0;
	background-color: #27ae60;
}

.main-content .sidebar .single-widget .recent-posts {}

.main-content .sidebar .single-widget .recent-posts li {
	display: flex;
	column-gap: 8px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400 !important;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.main-content .sidebar .single-widget .recent-posts li figure {
	flex: 0 0 auto;
	width: 80px;
	margin: 0;
}

.main-content .sidebar .single-widget .recent-posts li figure img {}

.main-content .sidebar .single-widget .recent-posts li .post-info {}

.main-content .sidebar .single-widget .recent-posts li .post-info .title {
	font-size: 14px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 3px;
	transition: all 0.3s ease;
}

.main-content .sidebar .single-widget .recent-posts li .post-info .title:hover {
	color: #27ae60;
}

.main-content .sidebar .single-widget .recent-posts li .post-info .post-date {
	color: #8b949b;
}

.main-content .sidebar .single-widget .tags {}

.main-content .sidebar .single-widget .tags a {
	display: inline-block;
	float: left;
	padding: 5px 7px;
	color: #747474;
	border: 1px solid #ccc;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.main-content .sidebar .single-widget .tags a:hover {
	color: #fff;
	border-color: #27ae60;
	background-color: #27ae60;
}

#gallery {
	display: flex;
	flex-wrap: wrap;
}

#gallery>a {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 25%;
	padding: 5px;
}

#gallery>a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: rgba(1, 1, 1, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}

#gallery>a::before {
	content: "\F52A";
	font-family: "bootstrap-icons";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	color: #fff;
	z-index: 2;
	font-size: 25px;
	font-weight: 600;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}

#gallery>a:hover::before {
	visibility: visible;
	opacity: 1;
}

#gallery>a:hover::after {
	visibility: visible;
	opacity: 1;
}

#gallery img {
	width: 100%;
	aspect-ratio: 1/0.7;
	object-fit: cover;
}

h4.widget-title.product {
	font-size: 23px !important;
	font-weight: 600;
}

h6.title.product {
	font-weight: 700 !important;
}

/* employe  model*/

.modal-body .image-area {
	position: relative;
	z-index: 1;
}

.modal-body .image-area::before {
	content: "";
	width: 105%;
	height: 105%;
	position: absolute;
	top: -9px;
	left: -9px;
	z-index: 0;
	border-radius: 50%;
	background: #fff;
}

.modal-body .image-area::after {
	content: "";
	width: 98%;
	height: 98%;
	position: absolute;
	top: 25px;
	left: 15px;
	z-index: -1;
	border-radius: 50%;
	background: linear-gradient(to right, #0f84bd, #07a8e0);
}

.modal-body .image-area img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	object-fit: cover;
	position: relative;
	border-radius: 50%;
}

.modal-body .meta-area .designation {
	text-align: center;
}

.modal-body .meta-area .name {
	font-size: 18px;
	font-weight: 700;
	font-family: "Poppins";
	color: #043f71;
	margin-top: 2.5rem;
	text-align: center;
}

.modal-body p {
	font-size: 20px;
	font-family: "Poppins";
}

.modal-body .image-area {
	position: relative;
	z-index: 1;
}

.modal-body .image-area::before {
	content: "";
	width: 105%;
	height: 105%;
	position: absolute;
	top: -9px;
	left: -9px;
	z-index: 0;
	border-radius: 50%;
	background: #fff;
}

.modal-body .image-area::after {
	content: "";
	width: 98%;
	height: 98%;
	position: absolute;
	top: 25px;
	left: 15px;
	z-index: -1;
	border-radius: 50%;
	background: linear-gradient(to right, #008000, #198754);
}

.modal-body .image-area img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	object-fit: cover;
	position: relative;
	border-radius: 50%;
}

.modal-body .meta-area .designation {
	text-align: center;
}

.modal-body .meta-area .name {
	font-size: 24px;
	font-weight: 700;
	font-family: "Poppins";
	color: #043f71;
	margin-top: 2.5rem;
	text-align: center;
}

h6.designation.text-capitalize.mb-3 {
	font-size: 18px;
}

/* employe model*/

/* .has-sub ul{
	display: none;
    position: absolute;
    top: 49px;
    opacity: 1;
    z-index: 1200;
    background: #fff;

} */

/* #main-menu ul li:hover ul.dropdown{
	display: block !important;
}
#main-menu ul li:hover ul.dropdown-two{
	display: block !important;
}

.has-sub ul li{
	border-bottom: solid 1px #229352;
}
.has-sub ul li a{
	color: #229352 !important;
} */

nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;

	min-width: 150px;
	width: fit-content;
	z-index: 9;
	background-color: var(--bs-white);
	transition: all 0.3s ease;
	padding: 10px 0;
	visibility: hidden;
	opacity: 0;
	box-shadow: -5px -8px 10px rgb(0 0 0 / 10%);
}

nav ul ul ul {
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}

nav ul ul li a {
	color: #27ae60 !important;
	font-weight: 500 !important;
	text-transform: capitalize !important;
	padding: 3px 0 !important;
}

nav ul li:hover>ul {
	visibility: visible;
	opacity: 1;
}

nav ul ul li {
	width: 100%;
	white-space: nowrap;
	float: none;
	display: list-item;
	position: relative;
	padding: 3px 20px !important;
}

nav ul ul ul li {
	position: relative;
}