body {
	font-family: "Jost" !important;
	font-weight: normal;
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: #535353 !important;
}

.textarea-color {
	color: var(--bs-body-color);
}

p {
	padding: 0;
	margin: 0;
	font-family: "Jost" !important;
}

.btn {
	font-family: "Jost" !important;
}

a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: "Jost" !important;
	color: var(--bs-dark-text-emphasis);
}

/*-----------------------------slide--------------------------------*/
.super_container1 {
	min-height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}

.room-section1 {
	padding: 250px 0 100px;
	width: 100%;
	/* height: 100vh;
    background: linear-gradient(270deg, rgb(11 11 11 / 20%) 0%, #113503cf 72%);

     */
	top: 0;
	left: 0;

	display: flex;
	align-items: center;
}

.slider-text h1 {
	font-size: 60px;
	color: #fff;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}

.slider-text h1 span {
	color: #9fcfbb;
}

.slider-text p {
	font-weight: 400;
	color: #fff;
}

.btn.btn-primary {
	background: #0792b2;
	border: 1px solid #fff0 !important;
	color: #fff !important;
}

.btn.btn-white {
	background: #fff !important;
	border: 1px solid #fff !important;
	color: #000000 !important;
}

.img-box4,
.img-box5 {
	display: flex;
	gap: 38px;
	position: relative;
	margin-left: -78px;
	margin-bottom: 30px;
}

.img-box4 .img1,
.img-box5 .img1 {
	min-width: 321px;
}

.img-box4 .img1,
.img-box4 .img2,
.img-box5 .img1,
.img-box5 .img2 {
	border-radius: 155px;
}

.img-box4 .img2,
.img-box5 .img2 {
	min-width: 270px;
}

.img-box4 .img1,
.img-box4 .img2,
.img-box5 .img1,
.img-box5 .img2 {
	border-radius: 155px;
}

img:not([draggable]),
embed,
object,
video {
	max-width: 100%;
	height: auto;
}

.img-box4 .img3,
.img-box5 .img3 {
	border-radius: 170px;
	margin-top: -28px;
	position: relative;
	z-index: -1;
}

.img-box4 .discount,
.img-box5 .discount {
	position: absolute;
	min-width: 195px;
	min-height: 195px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-direction: column;
}

.img-box4 .discount > span,
.img-box5 .discount > span {
	display: block;
	font-size: 64px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.img-box4 .discount > p,
.img-box5 .discount > p {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.fact--layout1 {
	padding: 185px 0 155px;
}

.shape-mockup {
	display: inline-block;
	position: absolute;
}

.sec-subtitle {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: -0.2em 0 15px 0;
	text-transform: capitalize;
}

.white-title .sec-title,
.white-title .sec-subtitle,
.white-title .sec-text,
.white-title2 .sec-title,
.white-title2 .sec-subtitle,
.white-title2 .sec-text {
	color: #fff;
}

.fact-block {
	text-align: center;
	margin-bottom: 30px;
}

.fact-block__icon {
	min-width: 120px;
	min-height: 120px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-position: 100% 100%;
	margin-bottom: 15px;
}

.background-image,
[data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.fact-block__number {
	display: block;
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	margin-bottom: 7px;
}

.fact-block__text {
	margin-bottom: 0;
	color: #fff;
}

.space .sec-subtitle {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #ff681a;
	margin: -0.2em 0 15px 0;
	text-transform: capitalize;
}

.sec-text,
.sec-text {
	margin: 0 0 18px 0;
	font-size: 16px;
	color: var(--bs-dark-text-emphasis);
	line-height: 1.625;
}

.package-style3 {
	box-shadow: 0px 6px 13px -5px rgba(0, 0, 0, 0.2);
}

.package-style1,
.package-style3 {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all ease 0.4s;
}

.package-style1 .package-img,
.package-style3 .package-img {
	overflow: hidden;
}

.package-style3 .package-img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}

.package-style3 .package-img:hover img {
	transform: scale(1.08);
}

.slick-slide img {
	display: inline-block;
}

.package-style1 .package-content,
.package-style3 .package-content {
	padding: 25px 30px 30px;
	background-color: var(--bs-secondary-bg);
}

.package-style3 .package-text {
	font-size: 15px;
}

.package-style1 .package-text,
.package-style3 .package-text {
	margin-bottom: 10px;
	color: #73b35a;
}

.package-style3 .package-title {
	font-size: 24px;
	font-weight: 700;
}

.package-style3 .package-title {
	margin: 3px 0 15px;
	text-transform: capitalize;
}

.package-style1 .package-title a,
.package-style3 .package-title a {
	color: var(--bs-dark-text-emphasis);
}

.package-style1 .package-meta,
.package-style3 .package-meta {
	border-top: 1px solid #ffccb1;
	padding-top: 12px;
}

.package-meta a {
	margin-right: 20px;
	position: relative;
	color: var(--bs-dark-text-emphasis);
}

.package-meta a::before {
	content: "";
	width: 1px;
	height: 70%;
	opacity: 0.7;
	background-color: #222;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
}

.package-meta a:last-child::before {
	display: none;
}

.package-meta a i {
	margin-right: 4px;
	color: #505050;
}

.package-meta a:last-child {
	margin-right: 0;
}

.package-style3 .package-footer {
	align-items: end;
	margin-top: 0;
	min-height: 55px;
}

.package-style1 .package-footer,
.package-style3 .package-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.package-style3 .package-review > i {
	color: #ff681b;
}

.package-style3 .package-price {
	font-weight: 700;
	font-size: 32px;
	color: #73b35a;
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.package-style3 .package-price > span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #ff681a;
}

.title-area .sec-title {
	position: relative;
	display: block;
	margin-bottom: 15px;
	color: var(--bs-dark-text-emphasis);
}

@media (max-width: 767px) {
	.img-box4__img2 {
		display: none;
	}
}

@media (max-width: 767px) {
	.img-box4 .img1,
	.img-box5 .img1 {
		min-width: 270px;
	}

	.img-box4__img1 {
		width: 100%;
	}

	.header-top {
		display: none;
	}
}

@media (max-width: 767px) {
	.img-box4,
	.img-box5 {
		gap: 5px;
	}
}

@media (max-width: 991px) {
	.img-box4,
	.img-box5 {
		margin-left: 0;
		text-align: center;
	}

	.fact--layout1 {
		background-image: none !important;
		background-color: #000 !important;
	}
}

/******************  index *******************/
.info-section {
	position: relative;
}

.info-section .bg-layer {
	position: absolute;
	left: 260px;
	top: 0px;
	width: calc(100% - 260px);
	height: 100%;
	background-color: #11402c !important;
}

.info-section .rotate-text {
	position: absolute;
	left: 157px;
	top: 143px;
	font-size: 10px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	transform: rotate(90deg);
	z-index: 1;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.info-section .inner-container {
	position: relative;
	display: block;
	background: #11402c !important;
	padding: 92px 71px;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.info-section .single-item {
	position: relative;
	display: block;
	padding-left: 83px;
	padding-right: 30px;
}

.info-section .single-item:before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.08);
	width: 1px;
	height: 100%;
	top: 0px;
	right: 25px;
}

.info-section .single-item .icon-box {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 45px;
	line-height: 60px;
}

.info-section .single-item .icon-box {
	color: #f7bf39;
}

.info-section .single-item .icon-box:before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.1);
	width: 30px;
	height: 30px;
	left: -8px;
	top: -8px;
	border-radius: 50%;
	-webkit-animation: zoom-fade-two 4s infinite linear;
	animation: zoom-fade-two 4s infinite linear;
}

.info-section .single-column:last-child .single-item:before {
	display: none;
}

.info-section .single-item h5 {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: var(--bs-success-text-emphasis);
	text-transform: uppercase;
	margin-bottom: 14px;
}

.info-section .single-item h5 a {
	color: #fff;
	text-decoration: none;
	font-size: 23px;
}

.info-section .single-item p {
	font-size: 16px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.5);
}

.about-section {
	position: relative;
}

.sec-pad {
	padding: 120px 0px 40px;
}

.image_block_one .image-box {
	position: relative;
	display: block;
}

.image_block_one .image-box .shape {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 119px;
	height: 247px;
	background-repeat: no-repeat;
}

.image_block_one .image-box .image {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 50%;
}

figure {
	margin: 0px !important;
}

.image_block_one .image-box .image::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.image_block_one .image-box .image img {
	width: 100%;
	border-radius: 50%;
	transition: all 500ms ease;
}

.image_block_one .image-box .icon-box {
	position: absolute;
	right: 45px;
	bottom: 0px;
	width: 130px;
	height: 130px;
	line-height: 154px;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}

.image_block_one .image-box .icon-box {
	background: #113f2c;
}

.content_block_one .content-box {
	position: relative;
	display: block;
}

.sec-title {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 60px;
	padding-top: 11px;
	text-transform: uppercase;
	color: var(--bs-dark-text-emphasis);
}

.sec-title h2:before {
	position: absolute;
	content: "";
	width: 43px;
	height: 2px;
	left: 0px;
	top: 0px;
}

.sec-title h2:before {
	background: #087e61;
}

.sec-title h4 {
	color: #087e61;
}

.content_block_one .content-box .text {
	position: relative;
	display: block;
	margin-bottom: 49px;
}

.content_block_one .content-box .text h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 21px;
}

.content_block_one .content-box .text h4 {
	color: #087e61;
}

.content_block_one .content-box .text p {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 32px;
	color: var(--bs-dark-text-emphasis);
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.list-style-one li {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: var(--bs-dark-text-emphasis);
	margin-bottom: 14px;
}

.list-style-one li i {
	color: #0792b2;
}

.theme-btn1.btn-one {
	background: #087e61;
}

.theme-btn1 {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
	color: #fff !important;
	padding: 16.5px 54px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	z-index: 1;
	letter-spacing: 2px;
	transition: all 500ms ease;
}

.room-section11 {
	padding: 90px 0 90px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgb(11 11 11 / 8%) 0%, #141515fa 72%);
	display: flex;
	align-items: center;
}

/******************  about *******************/
.aboutus-pages .about-introduce .intro_detail {
	padding-bottom: 70px;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .title_intro {
	font-size: 40px;
	color: var(--bs-dark-text);
	font-weight: 500;
	line-height: 43px;
	font-style: normal;
	position: relative;
	margin-bottom: 20px;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .des_intro {
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 3.2px;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .des_intro:before {
	display: inline-block;
	content: "";
	width: 45px;
	height: 2px;
	background: #22aa88;
	margin-right: 18px;
	position: relative;
	top: -3px;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .content_intro p {
	line-height: 1.6;
	font-size: 16.5px;
	color: var(--bs-dark-text1);
	font-weight: 400;
}

#customers {
	border-collapse: collapse;
	width: 100%;
}

#customers td,
#customers th {
	border: 1px solid #ddd;
	padding: 8px;
}

#customers tbody tr td {
	font-size: 14px;
}

#customers tr:nth-child1 {
	background-color: #f2f2f2;
}

#customers tr:hover {
	background-color: #ddd;
}

.stat-tab th:nth-of-type(1),
.stat-tab td:nth-of-type(1) {
	min-width: 200px !important;
}

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #097e61;
	color: white;
	font-weight: 300;
}

/******************  news *******************/
.card {
	border: none;
}

.card ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.card ul li {
	text-transform: uppercase;
	background: var(--clr-tag);
	color: #282828;
	font-size: 12px;
	padding: 0.375rem 0.625rem;
	border-radius: 0.188rem;
}

.card ul .branding {
	color: #704a31;
}

.card ul .packaging {
	color: #1e3938;
}

.card ul .marketing {
	color: #4d1637;
}

.card .content {
	padding: 0.938rem 0.625rem;
}

.card .content h3 {
	text-transform: capitalize;
	font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
}

.card .content p {
	margin: 0.625rem 0 1.25rem;
	color: var(--bs-dark-text1);
}

.card-inner {
	position: relative;
	width: inherit;
	height: 18.75rem;
	background: var(--clr);
	border-radius: 1.25rem;
	border-bottom-right-radius: 0;
	overflow: hidden;
}

.card-inner .box {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 1.25rem;
	overflow: hidden;
}

.card-inner .box .imgBox {
	position: absolute;
	inset: 0;
}

.card-inner .box .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-inner .box .icon {
	position: absolute;
	bottom: -0.375rem;
	right: -0.375rem;
	width: 6rem;
	height: 6rem;
	background: var(--bs-body-new);
	border-top-left-radius: 50%;
}

.card-inner .box .icon:hover .iconBox {
	transform: scale(1.1);
}

.card-inner .box .icon::before {
	position: absolute;
	content: "";
	bottom: 0.375rem;
	left: -1.25rem;
	background: transparent;
	width: 1.25rem;
	height: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	box-shadow: 0.313rem 0.313rem 0 0.313rem var(--bs-body-new);
}
.member-info span {
	color: var(--bs-dark-text1);
}
.member-info span i {
	color: var(--bs-dark-text1);
}
.member-info p {
	color: var(--bs-dark-text1);
}
.card-inner .box .icon::after {
	position: absolute;
	content: "";
	top: -1.25rem;
	right: 0.375rem;
	background: transparent;
	width: 1.25rem;
	height: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	box-shadow: 0.313rem 0.313rem 0 0.313rem var(--bs-body-new);
}

.card-inner .box .icon .iconBox {
	position: absolute;
	inset: 0.625rem;
	background: #087e61;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.card-inner .box .icon .iconBox i {
	color: #fff;
	font-size: 1rem;
}

/******************  customer_support *******************/
.aboutus-pages .about-introduce .intro_detail .info-intro .content_intro1 p {
	line-height: 1.6;
	font-size: 14px !important;
	color: #969696;
	font-weight: 400;
}

.aboutus-pages .about-introduce .intro_detail .info-intro .content_intro1 h5 {
	font-size: 18px !important;
}

.accordion-button:not(.collapsed) {
	color: var(--bs-dark-text) !important;
	background-color: var(--bs-body-bg2) !important;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ffffff !important;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none !important;
}

.accordion-button {
	padding: 15px !important;
}

/******************  product *******************/
.product-grid8 {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.product-grid8 .product-image8 {
	border: 1px solid #e9e9e9;
	position: relative;
	transition: all 0.3s ease 0s;
}

.product-grid8:hover .product-image8 {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-grid8 .product-image8 a {
	display: block;
}

.product-grid8 .product-image8 img {
	width: 100%;
	height: auto;
}

.product-grid8 .pic-1 {
	opacity: 1;
	transition: all 0.5s ease-out 0s;
}

.product-grid8:hover .pic-1 {
	opacity: 0;
}

.product-grid8 .pic-2 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease-out 0s;
}

.product-grid8:hover .pic-2 {
	opacity: 1;
}

.product-grid8 .social {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 13px;
	right: 13px;
	z-index: 1;
}

.product-grid8 .social li {
	opacity: 0;
	transform: translateY(3px);
	transition: all 0.5s ease 0s;
}

.product-grid8:hover .social li {
	margin: 0 0 10px;
	opacity: 1;
	transform: translateY(0);
}

.product-grid8:hover .social li:nth-child(1) {
	transition-delay: 0.1s;
}

.product-grid8:hover .social li:nth-child(2) {
	transition-delay: 0.2s;
}

.product-grid8:hover .social li:nth-child(3) {
	transition-delay: 0.4s;
}

.product-grid8 .social li a {
	color: grey;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
	border: 1px solid grey;
	display: block;
	transition: all 0.5s ease-in-out;
}

.product-grid8 .social li a:hover {
	color: #000;
	border-color: #000;
}

.product-grid8 .product-discount-label {
	display: block;
	padding: 4px 15px 4px 30px;
	color: #fff;
	background-color: #0081c2;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.product-grid8 .product-content {
	padding: 20px 0 0;
}

.product-grid8 .price {
	color: #000;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 8px;
	text-align: left;
	transition: all 0.3s;
}

.product-grid8 .price span {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	text-decoration: line-through;
	margin-left: 7px;
	display: inline-block;
}

.product-grid8 .product-shipping {
	color: var(--bs-dark-text);
	font-size: 15px;
	padding-left: 35px;
	margin: 0 0 15px;
	display: block;
	position: relative;
}

.product-grid8 .product-shipping:before {
	content: "";
	height: 1px;
	width: 25px;
	background-color: var(--bs-dark-text);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.product-grid8 .title {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 30px;
	transition: all 0.3s ease 0s;
}

.product-grid8 .title a {
	color: var(--bs-dark-text1);
}

.product-grid8 .title a:hover {
	color: #087e61;
}

.product-grid8 .all-deals {
	display: block;
	color: #fff;
	background-color: #2e353b;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 5px;
	transition: all 0.5s ease 0s;
}

.product-grid8 .all-deals .icon {
	margin-left: 7px;
}

.product-grid8 .all-deals:hover {
	background-color: #087e61;
}

@media only screen and (max-width: 990px) {
	.product-grid8 {
		margin-bottom: 30px;
	}
}
.detail-info {
}
.detail-info h2 {
}
.detail-info p {
}
.detail-tab {
	margin-top: 30px;
}
#customers1 td,
#customers1 th {
	border: 1px solid var(--bs-body-bg4);
	padding: 6px;
	font-size: smaller;
}
.box-email1 {
	background-color: #247e61 !important;
	border-radius: 0;
	border: none;
	padding: 10px 40px !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 21px;
	transition: 0.3s;
}
.detail-tab th:nth-of-type(1),
.detail-tab td:nth-of-type(1) {
	min-width: 100px !important;
}
/******************  index *******************/
/******************  index *******************/
/******************  index *******************/
/******************  index *******************/
/******************  index *******************/

/******************  breadcrumb *******************/
.breadcrumb-section {
	background-color: var(--bs-secondary-bg);
	box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
	padding: 1rem 0;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs ol li {
	font-size: 12px;
	color: #087e61;
}

.breadcrumbs ol li a {
	font-size: 12px;
	color: var(--bs-dark-text-emphasis);
}

.breadcrumbs ol li + li {
	padding-left: 10px;
	font-size: 12px;
}

.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #73b35a;
	content: "/";
}

/******************  contact *******************/
.page_aboutus_v1.page_contact .get_find {
	margin-top: 100px;
	margin-bottom: 100px;
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find {
	padding-right: 50px;
}

.page_aboutus_v1.page_contact .get_find .box_getin h5 {
	font-size: 34px;
	font-weight: 500;
	padding-bottom: 15px;
}

.page_aboutus_v1.page_contact .get_find .box_getin p {
	font-size: 15px;
	color: var(--bs-dark-text);
	line-height: 20px;
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find {
	padding-top: 20px;
}

.page_aboutus_v1.page_contact
	.get_find
	.box_getin.box_find
	.info_find
	.icon-box-wrapper {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}

.page_aboutus_v1.page_contact
	.get_find
	.box_getin.box_find
	.info_find
	.icon-box-wrapper
	.icon-box-icon {
	display: inline-block;
	float: left;
	font-size: 30px;
	margin-right: 35px;
}

.page_aboutus_v1.page_contact
	.get_find
	.box_getin.box_find
	.info_find
	.icon-box-wrapper
	.icon-box-icon
	.icon-svg
	i {
	width: 30px;
	height: 30px;
	color: var(--bs-dark-text) !important;
}

.page_aboutus_v1.page_contact
	.get_find
	.box_getin.box_find
	.info_find
	.icon-box-wrapper
	.icon-box-content {
	display: inline-block;
}

.page_aboutus_v1.page_contact
	.get_find
	.box_getin.box_find
	.info_find
	.icon-box-wrapper
	.icon-box-content
	.icon-box-title {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.page_aboutus_v1.page_contact
	.get_find
	.box_getin.box_find
	.info_find
	.icon-box-wrapper
	.icon-box-content
	.icon-box-description {
	margin-bottom: 0;
	color: #828282;
}

.page_aboutus_v1.page_contact .get_find .contact-form {
	margin-top: 40px;
	text-align: center;
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .btn-primary {
	background-color: var(--bs-body-bg3);
	border-radius: 0;
	border: none;
	padding: 16px 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 21px;
	transition: 0.3s;
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email textarea {
	padding: 10px 20px;
	border-radius: 0;
}

.page_aboutus_v1.page_contact .get_find .contact-form textarea {
	width: 100%;
}

input,
select,
textarea {
	border: 1px solid #e4e4e4;
	color: #111;
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .form-control {
	height: 45px;
	line-height: 60px;
	padding: 10px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	margin-bottom: 20px;
}

.page_aboutus_v1.page_contact .get_find .contact-form .btn-primary {
	padding: 0 65px !important;
	height: 55px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer_v1 .top-footer {
	background: var(--bs-text-foot);
}

.footer_v1 .top-footer {
	padding: 50px 0 40px;
}

.footer_v1 .top-footer .info_footer {
	margin-bottom: 20px;
}

.footer_v1 .top-footer .info_footer .content_footer {
	color: #000000;
}

.footer_v1 .top-footer .info_footer .content_footer {
	color: var(--bs-dark-text1);
	font-weight: 400;
	margin-top: 23px;
	font-size: 14px;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.list-inline-item {
	display: inline-block;
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a {
	color: var(--bs-dark-text);
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a {
	display: inline-block;
	color: var(--bs-dark-text);
	font-size: 16px;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
}

.footer_v1 .top-footer .info_footer ul li a {
	color: var(--bs-dark-text);
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a i {
	position: relative;
	z-index: 1;
	font-size: large;
}

a.social-item i {
	margin: 0 !important;
}

.footer_v1 .top-footer .info_footer h4 {
	color: var(--bs-dark-text);
}

.footer_v1 .top-footer .info_footer h4 {
	font-size: 18px;
	font-weight: 600;
}

.footer_v1 .top-footer .info_footer .title_border:after {
	background-color: #000000;
}

.footer_v1 .top-footer .info_footer .title_border:after {
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	margin-top: 20px;
	background-color: #111;
}

.footer_v1 .top-footer .info_footer ul li a {
	color: #000000;
}

.footer_v1 .top-footer .info_footer ul li a {
	font-weight: 400;
	line-height: 34px;
	color: var(--bs-dark-text1);
	text-decoration: none;
	transition: all 0.25s ease-in-out;
	font-size: 15px;
}

.footer_v1 .copyright {
	background: var(--bs-text-foot);
}

.footer_v1 .copyright {
	border-top: 1px solid #eee;
	padding: 26px 0;
}

.footer_v1 .copyright .text-copyright {
	color: #000000;
}

.footer_v1 .copyright .text-copyright {
	color: var(--bs-dark-text);
	font-size: 14px;
}

.footer_v1 .copyright p {
	margin-bottom: 0;
}
