.z_index_up {
	z-index: 2;
}
.z_index_down {
	z-index: -2;
}
.position_absolute {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}
.position_absolute.top {
	bottom: unset;
	top: 0;
}
.shape_bg_light {
	fill: var(--primary-color-three);
}
.shape_bg_dark_1 {
	fill: #c5a47e;
}
.shape_bg_dark_2 {
	fill: #282f3b;
}
.curve_shape_bottom_1 {
	transform: rotate(180deg);
}
.curve_shape_bottom_1 svg {
	width: calc(100% + 1.3px);
	height: 62px;
	display: block;
	transform: rotateY(180deg);
}
.curve_shape_bottom_1 svg path {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}
.curve_shape_top_1 {
	top: -1px;
}
.curve_shape_top_1 svg {
	width: calc(100% + 1.3px);
	height: 67px;
	display: block;
}
.curve_shape_top_1 svg path {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}
.curve_shape_top_2 {
	top: -1px !important;
}
.curve_shape_top_2 svg {
	height: 47px;
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.curve_shape_top_2 svg .elementor-shape-fill {
	fill: #F0F3F9;
	transform-origin: center;
	transform: rotateY(0deg);
}
.curve_shape_bottom_2 {
	bottom: -1px !important;
	transform: rotate(180deg);
}
.curve_shape_bottom_2 svg {
	height: 47px;
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.curve_shape_bottom_2 svg .elementor-shape-fill {
	fill: #F0F3F9;
	transform-origin: center;
	transform: rotateY(0deg);
}
.shape_bg_white {
	fill: #fff;
	transform-origin: center;
}
.object-fit-cover {
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}
.object-fit-cover-center {
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}
/* style switcher */
.style-switcher {
	font-family: var(--creote-family-one);
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 99999999;
	background-color: #fff;
	width: 200px;
	text-align: center;
	box-shadow: var(--box-shadow-two);
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	transform: translateX(100%);
	transition: transform 500ms ease;
	border-radius: 10px 0px 0px 10px;
}
.style-switcher #switcher-toggler {
	position: absolute;
	top: 20px;
	right: 100%;
	font-size: 22px;
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #c5a47e;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 500ms;
	border-radius: 10px 0px 0px 10px;
}
.style-switcher.active {
	transform: translateX(0%);
}
.style-switcher h3 {
	margin: 0;
	text-transform: uppercase;
	color: var(--heading-dark);
	font-size: 20px;
	line-height: 1;
	font-family: var(--creote-family-one);
	margin-bottom: 15px;
	font-weight: 800;
}
#colorschemeOptions {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr;
}
#colorschemeOptions li {
	width: 100%;
	height: 46.6667px;
	border-radius: 50%;
	overflow: hidden;
}
#colorschemeOptions li a {
	display: block;
	width: 100%;
	height: 100%;
}
.rs-parallax-wrap br {
	display: block !important;
}
/*-----style-switcher------*/
.wpcf7-spinner {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.swiper-button-prev, .swiper-button-next, .prev-single-one, .next-single-one, .prev-single-one_three, .next-single-one_three {
	background: none;
}
.swiper-button-prev::before, .swiper-button-next::before, .prev-single-one::before, .next-single-one::before, .prev-single-one_three::before, .next-single-one_three::before {
	position: absolute;
	font-family: "FontAwesome" !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	color: #282f3b;
	border-radius: 50%;
	box-shadow: var(--box-shadow);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.swiper-button-prev::after, .swiper-button-next::after, .prev-single-one::after, .next-single-one::after, .prev-single-one_three::after, .next-single-one_three::after {
	display: none !important;
}
.swiper-button-next::before, .next-single-one::before, .next-single-one_three::before {
	content: unicode('f105');
}
.swiper-button-prev::before, .prev-single-one::before, .prev-single-one_three::before {
	content: unicode('f104');
}
.p_pagination .swiper-pagination {
	position: relative !important;
	padding: 60px 0px 0px;
	text-align: center;
	margin: auto;
	width: 100% !important;
	transform: inherit !important;
}
.p_pagination .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	width: 10px;
	height: 10px;
	opacity: 1;
	background: transparent;
	border: 2px solid #e4e7ee;
	border-radius: 30px;
	transform: inherit !important;
	transition: all 500ms ease 0ms !important;
	-moz-transition: all 500ms ease 0ms !important;
	-ms-transition: all 500ms ease 0ms !important;
	-o-transition: all 500ms ease 0ms !important;
}
.p_pagination .swiper-pagination .swiper-pagination-bullet-active {
	background: #c5a47e;
	width: 15px;
	border-color: #c5a47e;
}
.p_pagination .swiper-pagination .swiper-pagination-bullet:hover {
	background: #c5a47e;
	width: 15px;
	border-color: #c5a47e;
}
/*---==========================================-----
 -----==================pagination===============-----
 -----=========================================-----*/
.pagination, .woocommerce-pagination {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.pagination ul, .woocommerce-pagination ul {
	margin: 0;
	padding: 0px;
}
.pagination li, .woocommerce-pagination li {
	position: relative;
	display: inline-block;
}
.pagination li a, .woocommerce-pagination li a, .pagination li span, .woocommerce-pagination li span {
	display: block !important;
	width: 40px !important;
	height: 40px !important;
	background: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-family: var(--creote-family-one) !important;
	line-height: 46px !important;
	color: var(--text-color-dark) !important;
	text-align: center !important;
	border-radius: 50% !important;
	margin: 0px 3px !important;
	position: relative !important;
	padding: 0px !important;
}
.pagination li a i, .woocommerce-pagination li a i, .pagination li span i, .woocommerce-pagination li span i {
	font-size: 21px;
	color: #c5a47e;
	font-weight: 400;
	font-family: "FontAwesome";
}
.pagination li:hover a, .woocommerce-pagination li:hover a, .pagination li.active a, .woocommerce-pagination li.active a {
	background: var(--primary-color-one) !important;
	color: #fff !important;
}
.pagination li:hover a i, .woocommerce-pagination li:hover a i, .pagination li.active a i, .woocommerce-pagination li.active a i {
	color: #fff !important;
}
.pagination li span.current, .woocommerce-pagination li span.current {
	background: var(--primary-color-one) !important;
	color: #fff !important;
}
.pagination li span.current i, .woocommerce-pagination li span.current i {
	color: #fff !important;
}
.post-nav-links, .page-links {
	position: relative;
}
.post-nav-links span, .page-links span, .post-nav-links a, .page-links a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: var(--primary-color-three);
	font-size: 14px;
	font-weight: 700;
	font-family: var(--creote-family-one);
	line-height: 46px;
	color: var(--text-color-dark);
	text-align: center;
	border-radius: 50%;
	margin: 0px 3px;
	position: relative;
}
.post-nav-links span:hover, .page-links span:hover, .post-nav-links a:hover, .page-links a:hover, .post-nav-links span.current, .page-links span.current, .post-nav-links a.current, .page-links a.current {
	background: #c5a47e;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination {
	position: relative;
	margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0px !important;
	position: relative;
}
.woocommerce nav.woocommerce-pagination ul li:hover a, .woocommerce nav.woocommerce-pagination ul li:hover span {
	background: var(--primary-color-one) !important;
	color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li:hover a i, .woocommerce nav.woocommerce-pagination ul li:hover span i {
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--primary-color-one) !important;
	color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current i {
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li .next.page-numbers, .woocommerce nav.woocommerce-pagination ul li .prev.page-numbers {
	text-indent: -999px;
	position: relative;
}
.woocommerce nav.woocommerce-pagination ul li .next.page-numbers::before, .woocommerce nav.woocommerce-pagination ul li .prev.page-numbers::before {
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 16px;
	top: 0;
	right: 0;
	left: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	bottom: 0;
	margin: auto;
	color: #282f3b;
	z-index: 999;
	text-indent: 0;
	transition: all 500ms ease 0ms !important;
	-moz-transition: all 500ms ease 0ms !important;
	-ms-transition: all 500ms ease 0ms !important;
	-o-transition: all 500ms ease 0ms !important;
}
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers::before {
	content: "\f104";
}
.woocommerce nav.woocommerce-pagination ul li:hover .next.page-numbers::before {
	color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li:hover .prev.page-numbers::before {
	color: #fff !important;
}
/*---==========================================-----
 -----==================title_all_box===============-----
 -----=========================================-----*/
.parallax_cover img {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
}
/*---==========================================-----
 -----==================title_all_box===============-----
 -----=========================================-----*/
.title_all_box {
	position: relative;
}
.title_all_box.style_one .title_sections, .title_all_box.style_two .title_sections {
	position: relative;
}
.title_all_box.style_one .title_sections .before_title, .title_all_box.style_two .title_sections .before_title {
	font-size: 22px;
	line-height: 40px;
	font-weight: 700;
	color: #c5a47e;
	padding: 0px 0px 10px 0px;
	text-decoration: underline;
	font-family: var(--creote-family-one);
}
.title_all_box.style_one .title_sections .title, .title_all_box.style_two .title_sections .title, .title_all_box.style_one .title_sections h1, .title_all_box.style_two .title_sections h1, .title_all_box.style_one .title_sections h2, .title_all_box.style_two .title_sections h2, .title_all_box.style_one .title_sections h3, .title_all_box.style_two .title_sections h3, .title_all_box.style_one .title_sections h4, .title_all_box.style_two .title_sections h4, .title_all_box.style_one .title_sections h5, .title_all_box.style_two .title_sections h5, .title_all_box.style_one .title_sections h6, .title_all_box.style_two .title_sections h6 {
	font-size: 38px;
	line-height: 50px;
	font-weight: 700;
	color: var(--heading-dark);
	padding: 0px 0px 10px 0px;
	font-family: var(--creote-family-one);
}
.title_all_box.style_one .title_sections p, .title_all_box.style_two .title_sections p {
	font-size: 17px;
	line-height: 27px;
	padding: 0px 0px 10px 0px;
}
.title_all_box.style_one.light_color .before_title, .title_all_box.style_two.light_color .before_title {
	color: var(--color-white);
}
.title_all_box.style_one.light_color .title, .title_all_box.style_two.light_color .title, .title_all_box.style_one.light_color h1, .title_all_box.style_two.light_color h1, .title_all_box.style_one.light_color h2, .title_all_box.style_two.light_color h2, .title_all_box.style_one.light_color h3, .title_all_box.style_two.light_color h3, .title_all_box.style_one.light_color h4, .title_all_box.style_two.light_color h4, .title_all_box.style_one.light_color h5, .title_all_box.style_two.light_color h5, .title_all_box.style_one.light_color h6, .title_all_box.style_two.light_color h6 {
	color: #fff;
}
.title_all_box.style_one.light_color p, .title_all_box.style_two.light_color p {
	color: #fff;
}
.title_all_box.style_two .title_sections .before_title {
	font-size: 16px;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	font-weight: 600;
	font-family: var(--creote-family-one);
	padding: 0px 10px 3px 10px;
	border-left: 1px solid #e4e7ee;
	border-bottom: 1px solid #e4e7ee;
	line-height: 26px;
	margin-bottom: 20px;
}
.title_all_box.style_two.light_color .before_title {
	color: #fff;
	opacity: 0.7;
	border-color: rgba(255, 255, 255, 0.2);
}
.title_all_box.style_two.light_color .title, .title_all_box.style_two.light_color h1, .title_all_box.style_two.light_color h2, .title_all_box.style_two.light_color h3, .title_all_box.style_two.light_color h4, .title_all_box.style_two.light_color h5, .title_all_box.style_two.light_color h6 {
	color: #fff;
}
.title_all_box.style_two.light_color p {
	color: #fff;
}
.title_all_box.style_three .title_sections .before_title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #c5a47e;
	font-family: var(--creote-family-one);
	margin-bottom: 10px;
	display: inline-block;
	padding-left: 38px;
	margin-bottom: 7px;
}
.title_all_box.style_three .title_sections .before_title::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #c5a47e;
	left: 0;
	top: 12px;
}
.title_all_box.style_three .title_sections.center .before_title {
	padding-left: 38px;
	padding-right: 38px;
}
.title_all_box.style_three .title_sections.center .before_title::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #c5a47e;
	right: 0;
	top: 12px;
}
.title_all_box.style_three .title_sections.right .before_title::before {
	left: inherit;
	right: 0;
}

.title_all_box.style_three .title_sections p {
	margin-top: 12px;
}
.title_all_box.style_three.light_color h2 {
	color: #fff;
}
.title_all_box.style_three.light_color p {
	color: #fff;
	opacity: 0.8;
}
.title_all_box.style_four .title_sections .before_title {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #c5a47e;
	margin-bottom: 17px;
	display: inline-block;
	background: var(--primary-color-three);
	padding: 5px 15px;
	border-radius: 5px;
	font-family: var(--creote-family-one);
}
.title_all_box.style_four .title_sections .title, .title_all_box.style_four .title_sections h1, .title_all_box.style_four .title_sections h2, .title_all_box.style_four .title_sections h3, .title_all_box.style_four .title_sections h4, .title_all_box.style_four .title_sections h5, .title_all_box.style_four .title_sections h6 {
	font-size: 40px;
	font-family: var(--creote-family-one);
	line-height: 48px;
	color: var(--heading-dark);
	font-weight: 700;
}
.title_all_box.style_four .title_sections p {
	margin-top: 12px;
}
.title_all_box.style_four.light_color .title, .title_all_box.style_four.light_color h1, .title_all_box.style_four.light_color h2, .title_all_box.style_four.light_color h3, .title_all_box.style_four.light_color h4, .title_all_box.style_four.light_color h5, .title_all_box.style_four.light_color h6 {
	color: #fff;
}
.title_all_box.style_four.light_color p {
	color: #fff;
}
.title_all_box.style_five .title_sections {
	position: relative;
}
.title_all_box.style_five .title_sections .before_title {
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	color: #c5a47e;
	padding: 0px 0px 12px 0px;
	letter-spacing: 3px;
	font-family: var(--creote-family-one);
}
.title_all_box.style_five .title_sections .title, .title_all_box.style_five .title_sections h1, .title_all_box.style_five .title_sections h2, .title_all_box.style_five .title_sections h3, .title_all_box.style_five .title_sections h4, .title_all_box.style_five .title_sections h5, .title_all_box.style_five .title_sections h6 {
	font-size: 38px;
	line-height: 50px;
	font-family: var(--creote-family-one);
	font-weight: 700;
	color: var(--heading-dark);
	padding: 0px 0px 10px 0px;
}
.title_all_box.style_five .title_sections p {
	font-size: 17px;
	line-height: 27px;
	padding: 0px 0px 10px 0px;
}
.title_all_box.style_five.light_color .title, .title_all_box.style_five.light_color h1, .title_all_box.style_five.light_color h2, .title_all_box.style_five.light_color h3, .title_all_box.style_five.light_color h4, .title_all_box.style_five.light_color h5, .title_all_box.style_five.light_color h6 {
	color: #fff;
}
.title_all_box.style_five.light_color p {
	color: #fff;
}
.title_all_box.style_six .title_sections .before_title {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--creote-family-two);
	color: #c5a47e;
	text-transform: uppercase;
	padding-bottom: 18px;
	display: inline-block;
}
.title_all_box.style_six .title_sections .before_title span {
	margin-right: 10px;
	font-size: 20px;
}
.title_all_box.style_six .title_sections .title, .title_all_box.style_six .title_sections h1, .title_all_box.style_six .title_sections h2, .title_all_box.style_six .title_sections h3, .title_all_box.style_six .title_sections h4, .title_all_box.style_six .title_sections h5, .title_all_box.style_six .title_sections h6 {
	font-size: 38px;
	line-height: 50px;
	font-weight: 700;
	color: var(--heading-dark);
	padding: 0px 0px 10px 0px;
	font-family: var(--creote-family-one);
}
.title_all_box.style_six .title_sections p {
	font-size: 17px;
	line-height: 27px;
	padding: 0px 0px 10px 0px;
}
.title_all_box.style_six.light_color .before_title {
	color: var(--color-white);
}
.title_all_box.style_six.light_color .before_title span {
	color: var(--color-white);
}
.title_all_box.style_six.light_color .title, .title_all_box.style_six.light_color h1, .title_all_box.style_six.light_color h2, .title_all_box.style_six.light_color h3, .title_all_box.style_six.light_color h4, .title_all_box.style_six.light_color h5, .title_all_box.style_six.light_color h6 {
	color: var(--color-white);
}
.title_all_box.style_six.light_color p {
	color: var(--color-white);
}
.title_all_box.style_seven .title, .title_all_box.style_seven h1, .title_all_box.style_seven h2, .title_all_box.style_seven h3, .title_all_box.style_seven h4, .title_all_box.style_seven h5, .title_all_box.style_seven h6 {
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
	color: var(--heading-dark);
	font-family: var(--creote-family-one);
}
.title_all_box.style_seven .title span, .title_all_box.style_seven h1 span, .title_all_box.style_seven h2 span, .title_all_box.style_seven h3 span, .title_all_box.style_seven h4 span, .title_all_box.style_seven h5 span, .title_all_box.style_seven h6 span {
	font-weight: 500;
}
.title_all_box.style_seven .before_title {
	font-size: 18px;
	padding-bottom: 10px;
	color: #c5a47e;
	font-family: var(--creote-family-one);
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 23px;
}
.title_all_box.style_seven .small_text_sub {
	position: absolute;
	color: transparent;
	top: 0px;
	left: 0;
	opacity: 0.1;
	font-size: 60px;
	line-height: 60px;
	font-family: var(--creote-family-one);
	font-weight: 700;
	-webkit-text-stroke: 1px var(--heading-dark);
	text-shadow: 1px 1px 0 var(--heading-dark), -1px -1px 0 var(--heading-dark), 1px -1px 0 1px var(--heading-dark), -1px 1px 0 var(--heading-dark), 1px 1px 0 var(--heading-dark);
}
.title_all_box.style_seven p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
.title_all_box.style_seven.light_color .before_title {
	color: var(--color-white);
}
.title_all_box.style_seven.light_color .before_title span {
	color: var(--color-white);
}
.title_all_box.style_seven.light_color .title, .title_all_box.style_seven.light_color h1, .title_all_box.style_seven.light_color h2, .title_all_box.style_seven.light_color h3, .title_all_box.style_seven.light_color h4, .title_all_box.style_seven.light_color h5, .title_all_box.style_seven.light_color h6 {
	color: var(--color-white);
}
.title_all_box.style_seven.light_color .small_text_sub {
	-webkit-text-stroke: 1px var(--color-white);
	text-shadow: 1px 1px 0 var(--color-white), -1px -1px 0 var(--color-white), 1px -1px 0 1px var(--color-white), -1px 1px 0 var(--color-white), 1px 1px 0 var(--color-white);
}
.title_all_box.style_seven.light_color p {
	color: var(--color-white);
}
.title_all_box.style_seven.text-center .small_text_sub {
	right: 0;
	margin: auto;
}
.title_all_box.style_seven.text-right {
	text-align: right;
}
.title_all_box.style_seven.text-right .small_text_sub {
	left: unset;
	right: 0;
}
.title_all_box .title_sections .title_big {
	font-size: 51px !important;
	font-weight: 800 !important;
	line-height: 66px !important;
}
.process_box {
	position: relative;
}
.process_box.style_one .process_box_outer .icon {
	position: absolute;
	left: 0;
	top: 2px;
	width: 65px;
	height: 65px;
	transition: 0.5s ease-in-out !important;
	-moz-transition: 0.5s ease-in-out !important;
	-o-transition: 0.5s ease-in-out !important;
	-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .icon .img, .process_box.style_one .process_box_outer .icon span {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	font-size: 32px;
	border-radius: 50%;
	color: #fff;
	left: 0;
	margin: auto;
	line-height: 65px;
	width: 65px;
	height: 65px;
	background: #c5a47e;
	text-align: center;
	transition: 0.5s ease-in-out !important;
	-moz-transition: 0.5s ease-in-out !important;
	-o-transition: 0.5s ease-in-out !important;
	-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .icon .number {
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #c5a47e;
	bottom: -10px;
	left: 0;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	transition: 0.5s ease-in-out !important;
	-moz-transition: 0.5s ease-in-out !important;
	-o-transition: 0.5s ease-in-out !important;
	-ms-transition: 0.5s ease-in-out !important;
	opacity: 0;
}
.process_box.style_one .process_box_outer .icon .number::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background: #c5a47e;
	border-radius: 50px;
	top: 0px;
	right: 0px;
	opacity: 0;
	transition: 0.5s ease-in-out !important;
	-moz-transition: 0.5s ease-in-out !important;
	-o-transition: 0.5s ease-in-out !important;
	-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .icon .img img {
	width: 32px;
	height: auto;
}
.process_box.style_one .process_box_outer .content_box {
	position: relative;
	margin-left: 90px;
}
.process_box.style_one .process_box_outer .content_box h2 {
	position: relative;
}
.process_box.style_one .process_box_outer .content_box h2 a {
	font-size: 22px;
	font-weight: 700;
	color: var(--heading-dark);
	line-height: 32px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
}
.process_box.style_one .process_box_outer .content_box h2:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: #c5a47e;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.process_box.style_one .process_box_outer .content_box h2:hover a {
	color: #c5a47e;
}
.process_box.style_one .process_box_outer:hover {
	cursor: pointer;
}
.process_box.style_one .process_box_outer:hover .icon .img, .process_box.style_one .process_box_outer:hover .icon span {
	left: -5px;
	opacity: 0;
}
.process_box.style_one .process_box_outer:hover .icon .number {
	bottom: 0px;
	opacity: 1;
}
.process_box.style_one .process_box_outer:hover .icon .number::before {
	top: -12px;
	right: -12px;
	opacity: 1;
}
.process_box.style_one .process_box_outer:hover .content_box h2::before {
	width: 60px;
}
.process_box.style_one .process_box_outer.light_color .content_box h2 a {
	color: #fff;
}
.process_box.style_one .process_box_outer.light_color .content_box p {
	color: #fff;
	opacity: 0.8;
}
.process_box.style_two .process_box_outer_two {
	position: relative;
}
.process_box.style_two .process_box_outer_two .number {
	position: relative;
	padding: 8px 11px 3px;
	border-radius: 30px;
	background: #c5a47e;
	font-family: var(--creote-family-one);
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 20px;
	transition: 0.5s ease-in-out !important;
	-moz-transition: 0.5s ease-in-out !important;
	-o-transition: 0.5s ease-in-out !important;
	-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_two .process_box_outer_two .content_box {
	position: relative;
	margin-bottom: 15px;
}
.process_box.style_two .process_box_outer_two .content_box .icon {
	float: left;
}
.process_box.style_two .process_box_outer_two .content_box .icon span, .process_box.style_two .process_box_outer_two .content_box .icon img {
	font-size: 47px;
	line-height: 47px;
	width: 47px;
	color: #c5a47e;
}
.process_box.style_two .process_box_outer_two .content_box h2 {
	position: relative;
	margin-left: 70px;
}
.process_box.style_two .process_box_outer_two .content_box h2 a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}
.process_box.style_two .process_box_outer_two p {
	margin-bottom: 25px;
	line-height: 26px;
}
.process_box.style_two .process_box_outer_two a.theme-btn {
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--creote-family-one);
	font-weight: 600;
	padding: 3px 25px 0px;
	min-height: 50px;
	line-height: 50px;
}
.process_box.style_two .process_box_outer_two a.theme-btn::after {
	position: absolute;
	content: unicode('f105');
	font-family: "FontAwesome";
	font-size: 16px;
	opacity: 0;
	top: 1px;
	bottom: 0;
	color: #fff;
	margin: auto;
	transition: 0.5s ease-in-out !important;
	-moz-transition: 0.5s ease-in-out !important;
	-o-transition: 0.5s ease-in-out !important;
	-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_two .process_box_outer_two:hover .number {
	animation: bounce;
	animation-duration: 1s;
}
.process_box.style_two .process_box_outer_two:hover a.theme-btn::after {
	transform: translateX(10px);
	opacity: 1;
}
.process_box.style_two.light_color h2 a {
	color: #fff;
}
.process_box.style_two.light_color p {
	color: #fff;
	opacity: 0.6;
}
.process_box.style_three .process_box_outer_three {
	position: relative;
}
.process_box.style_three .process_box_outer_three.right {
	text-align: right;
}
.process_box.style_three .process_box_outer_three .icon {
	position: relative;
	margin-bottom: 20px;
}
.process_box.style_three .process_box_outer_three .icon span {
	font-size: 50px;
	color: #c5a47e;
	line-height: 50px;
	display: block;
}
.process_box.style_three .process_box_outer_three .icon img {
	height: 50px;
	width: auto;
	margin-bottom: 5px;
}
.process_box.style_three .process_box_outer_three h2 a {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 8px;
	display: block;
	font-weight: 700;
}
.process_box.style_three .process_box_outer_three p {
	margin-bottom: 25px;
}
.process_box.style_three .process_box_outer_three .number h6 {
	font-size: 50px;
	color: var(--primary-color-three);
	display: block;
	line-height: 50px;
}
.process_box.style_four .process_box_outer_four {
	position: relative;
	text-align: center;
}
.process_box.style_four .process_box_outer_four .icon {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #fff;
	box-shadow: var(--box-shadow);
	transition: 0.5s ease-in-out !important;
	-moz-transition: 0.5s ease-in-out !important;
	-o-transition: 0.5s ease-in-out !important;
	-ms-transition: 0.5s ease-in-out !important;
	margin: 0px auto 20px;
	display: block;
}
.process_box.style_four .process_box_outer_four .icon span {
	position: absolute;
	font-size: 50px;
	line-height: 60px;
	height: 60px;
	width: 60px;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #c5a47e;
}
.process_box.style_four .process_box_outer_four .icon h6 {
	position: absolute;
	top: 6px;
	right: 1px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #c5a47e;
	line-height: 40px;
	border-radius: 50px;
}
.process_box.style_four .process_box_outer_four .icon img {
	position: absolute;
	width: 50px;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.process_box.style_four .process_box_outer_four h2 {
	position: relative;
	line-height: normal;
}
.process_box.style_four .process_box_outer_four h2 a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}
/*---==========================================-----
 -----==================extra_content===============-----
 -----=========================================-----*/
.extra_content {
	position: relative;
}
.extra_content .download_box_content {
	position: relative;
}
.extra_content .download_box_content a {
	font-family: var(--creote-family-one);
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--heading-dark);
	display: inline-block;
	padding-right: 50px;
	position: relative;
}
.extra_content .download_box_content a i {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	background: #c5a47e;
	border-radius: 50px;
	color: #fff;
}
.extra_content.light_color .download_box_content a {
	color: #fff;
}
.extra_content .authour_box_content {
	position: relative;
}
.extra_content .authour_box_content .text {
	position: relative;
	margin-top: 5px;
}
.extra_content .authour_box_content .text h6 {
	font-family: var(--creote-family-one);
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--heading-dark);
}
.extra_content .authour_box_content .text h6 a, .extra_content .authour_box_content .text h6 span {
	font-family: var(--creote-family-two);
	color: #c5a47e;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.extra_content .authour_box_content.two {
	position: relative;
	border-radius: 120px;
	background: var(--primary-color-three);
	padding: 20px 40px 20px 0px;
	min-height: 100px;
	border: 1px solid #e4e7ee;
}
.extra_content .authour_box_content.two .image {
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: auto;
}
.extra_content .authour_box_content.two .image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.extra_content .authour_box_content.two .text {
	position: relative;
	margin-left: 120px;
}
.extra_content .authour_box_content.two .text h6 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 8px;
}
.extra_content .authour_box_content.two .text p {
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}
.extra_content .authour_box_content.two .text img {
	position: absolute;
	bottom: -29px;
	width: 150px;
	right: 0;
}
.extra_content.light_color .authour_box_content h6 {
	color: #fff;
}
.extra_content .simple_image {
	position: relative;
}
.extra_content .simple_image img {
	width: 52px;
	height: 52px;
	border-radius: 50px;
	overflow: hidden;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.extra_content .simple_image h2 {
	margin-left: 66px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}
/*---==========================================-----
 -----==================image_absolute===============-----
 -----=========================================-----*/
.move_image_absolute {
	position: absolute;
}
.move_image_absolute img {
	width: 100%;
	right: 100%;
}
/*---==========================================-----
 -----==================video_box===============-----
 -----=========================================-----*/
.default .video_box a {
	background: #c5a47e;
}
.default .video_box:before, .default .video_box:after {
	background: rgba(7, 133, 134, 0.4);
}
.gray .video_box a {
	background: #FDF9F9;
	color: #000000;
}
.gray .video_box:before, .gray .video_box:after {
	background: rgba(0, 0, 0, 0.4);
}
.red .video_box a {
	background: #FF0000;
}
.red .video_box:before, .red .video_box:after {
	background: rgba(255, 0, 0, 0.4);
}
.violet .video_box a {
	background-color: #4E18BC;
}
.violet .video_box:before, .violet .video_box:after {
	background: rgba(78, 24, 188, 0.4);
}
.green .video_box a {
	background-color: #8AD53A;
}
.green .video_box:before, .green .video_box:after {
	background: rgba(138, 213, 58, 0.4);
}
.orange .video_box a {
	background-color: #FF8C0E;
}
.orange .video_box:before, .orange .video_box:after {
	background: rgba(255, 140, 14, 0.4);
}
.video_box {
	position: relative;
	width: 70px;
	height: 70px;
	display: inline-block;
}
.video_box:before, .video_box:after {
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 0;
}
.video_box:after {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.video_box a {
	position: relative;
	display: inline-block;
	font-size: 30px !important;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 75px;
	text-align: center !important;
	border-radius: 50%;
	background: #c5a47e;
	background-image: inherit;
	z-index: 10;
}
.video_box.color_white a {
	background: var(--color-white);
	color: #c5a47e;
}
@keyframes ripple {
70% {
background: rgba(255, 255, 255, 0);
width: 120px;
height: 120px;
}
100% {
background: rgba(255, 255, 255, 0);
width: 0px;
height: 0px;
}
}
/*---==========================================-----
 -----==================area of expertise ===============-----
 -----=========================================-----*/
.area_of_expertise {
	position: relative;
	padding: 100px 0px 0px;
	overflow: hidden;
}
.area_of_expertise .simpleParallax {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	min-height: 600px;
}
.area_of_expertise .simpleParallax img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.area_of_expertise .title_and_video {
	position: relative;
	padding-bottom: 100px;
	z-index: 11;
}
.area_of_expertise .title_and_video .col-lg-4 {
	position: relative;
}
.area_of_expertise .title_and_video .video_box {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
	height: 70px;
}
.area_of_expertise .title_and_video .video_box a {
	background: #fff;
	color: #c5a47e;
}
.area_of_expertise .title_and_video .video_box a::after {
	-webkit-animation: none;
	animation: none;
	width: 90px;
	height: 90px;
	top: 0;
	background: rgba(255, 255, 255, 0.4);
	z-index: -1;
	bottom: 0;
	margin: auto;
	right: 0px;
	left: -10px;
	-webkit-transform: inherit;
	transform: inherit;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.area_of_expertise .title_and_video .video_box a::before {
	-webkit-animation: none;
	animation: none;
	width: 110px;
	height: 110px;
	top: 0;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
	bottom: 0;
	margin: auto;
	right: 0px;
	left: -20px;
	-webkit-transform: inherit;
	transform: inherit;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.area_of_expertise .title_and_video .title_sections h2 {
	color: #fff;
}
.area_of_expertise .title_and_video .title_sections p {
	color: rgba(255, 255, 255, 0.7);
}
.area_of_expertise .expertise_box {
	position: relative;
	padding: 40px 30px 40px 30px;
	margin-top: 30px;
	cursor: pointer;
}
.area_of_expertise .expertise_box .step_number {
	position: relative;
	float: left;
	z-index: 11;
}
.area_of_expertise .expertise_box .step_number h1 {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
}
.area_of_expertise .expertise_box .title {
	position: relative;
	margin-left: 130px;
	z-index: 11;
}
.area_of_expertise .expertise_box .title a {
	font-size: 22px;
	font-weight: 700;
	color: var(--heading-dark);
	display: block;
	line-height: 30px;
	color: #fff;
}
.area_of_expertise .expertise_box::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	left: 0;
	bottom: 0;
	background: #282f3b;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	z-index: 1;
}
.area_of_expertise .expertise_box:first-child:after, .area_of_expertise .expertise_box:nth-child(2):after {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	width: 1px;
	height: calc(100% + 1000px);
	right: 0px;
	bottom: 0px;
	z-index: 0;
}
.area_of_expertise .expertise_box:hover::before {
	background: #c5a47e;
	height: 100%;
}
.area_of_expertise:hover .title_and_video .video_box a::after {
	width: 70px;
	height: 70px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.area_of_expertise:hover .title_and_video .video_box a::before {
	width: 70px;
	height: 70px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.area_of_expertise::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(300deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0.09) 100%);
	opacity: 0.9;
	z-index: 1;
}
/*---==========================================-----
 -----==================testimonial_sec ===============-----
 -----=========================================-----*/
.testimonial_sec.style_one .testimonial_box {
	position: relative;
	margin-bottom: 35px;
}
.testimonial_sec.style_one .testimonial_box .rating {
	position: relative;
	margin-bottom: 20px;
}
.testimonial_sec.style_one .testimonial_box .rating ul {
	margin: 0;
	padding: 6px 15px;
	background: var(--primary-color-three);
	border: 1px solid #e4e7ee;
	display: inline-block;
	border-radius: 30px;
}
.testimonial_sec.style_one .testimonial_box .rating ul li {
	list-style: none;
}
.testimonial_sec.style_one .testimonial_box .rating ul li span {
	margin: 0px 3px;
	color: #c5a47e;
	font-size: 16px;
}
.testimonial_sec.style_one .testimonial_box .rating ul li span.empty {
	color: #c5a47e;
	opacity: 0.4;
}
.testimonial_sec.style_one .testimonial_box .rating ul li span:first-child {
	margin-left: 0px;
}
.testimonial_sec.style_one .testimonial_box .rating ul li span:last-child {
	margin-right: 0px;
}
.testimonial_sec.style_one .testimonial_box .authour_details {
	position: relative;
	margin-bottom: 20px;
}
.testimonial_sec.style_one .testimonial_box .authour_details .details {
	position: relative;
	padding-top: 5px;
}
.testimonial_sec.style_one .testimonial_box .authour_details .details h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--heading-dark);
	display: block;
	line-height: 30px;
	color: var(--heading-dark);
}
.testimonial_sec.style_one .testimonial_box .authour_details .details span {
	font-size: 12px;
	font-family: var(--creote-family-one);
	font-weight: 600;
	text-transform: uppercase;
	color: #c5a47e;
	margin-bottom: 5px;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes {
	position: relative;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .details {
	position: relative;
	margin-left: 90px;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .details::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	left: -18px;
	top: 0;
	background: var(--primary-color-thee);
	opacity: 0.2;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .image {
	float: left;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .image img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
.testimonial_sec.style_one .testimonial_box .comment {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	font-family: var(--creote-family-one);
}
.testimonial_sec.style_one .arrows {
	position: absolute;
	width: 200px;
	display: inline-block;
	bottom: 39px;
}
.testimonial_sec.style_one .arrows .next-single-one, .testimonial_sec.style_one .arrows .prev-single-one {
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	display: inline-block;
	background-image: none !important;
	height: auto;
	width: auto;
}
.testimonial_sec.style_one .arrows .next-single-one::before, .testimonial_sec.style_one .arrows .prev-single-one::before {
	width: auto;
	height: auto;
	line-height: inherit;
	background: none;
	box-shadow: inherit;
	font-size: 32px;
}
.testimonial_sec.style_one .arrows .next-single-one:hover::before, .testimonial_sec.style_one .arrows .prev-single-one:hover::before {
	color: #c5a47e;
}
.testimonial_sec.style_one .arrows .next-single-one {
	margin-left: 60px;
}
.testimonial_sec.style_one .arrows .prev-single-one {
	margin-right: 80px;
}
.testimonial_sec.style_one .arrows .next-single-one::before {
	content: unicode('e91d');
	font-family: 'icomoon' !important;
}
.testimonial_sec.style_one .arrows .prev-single-one::before {
	content: unicode('e91c');
	font-family: 'icomoon' !important;
}
.testimonial_sec.style_one .num_pagination {
	display: inline-block;
	padding: 0px 65px;
	font-size: 18px;
	font-family: var(--creote-family-one);
	font-weight: 700;
	text-transform: uppercase;
}
.testimonial_sec.style_one .num_pagination .swiper-pagination-fraction {
	color: #282f3b;
}
.testimonial_sec.style_one .num_pagination .swiper-pagination-current {
	font-size: 30px;
}
.testimonial_sec.style_one .icon_quotes {
	position: absolute;
	width: 120px;
	height: 120px;
	background: #c5a47e;
	border-radius: 50%;
	text-align: center;
	line-height: 120px;
	top: 0;
	left: -150px;
}
.testimonial_sec.style_one .icon_quotes i {
	font-size: 50px;
	line-height: 120px;
	color: #fff;
}
.testimonial_sec.style_one .icon_quotes:before {
	position: absolute;
	content: '';
	width: 120px;
	height: 120px;
	border-radius: 50%;
	left: 7px;
	top: 9px;
	background: transparent;
	border: 1px solid #e4e7ee;
}
.testimonial_sec.style_one.light_color .testimonial_box .authour_details.image_yes .details::before {
	background: #c5a47e;
	opacity: 0.3;
}
.testimonial_sec.style_one.light_color .testimonial_box .authour_details .details h2 {
	color: #fff;
}
.testimonial_sec.style_one.light_color .testimonial_box .comment {
	color: #fff;
}
.testimonial_sec.style_one.light_color .num_pagination .swiper-pagination-fraction {
	color: #fff;
}
.testimonial_sec.style_one.light_color .arrows .prev-single-one::before, .testimonial_sec.style_one.light_color .arrows .next-single-one::before {
	color: #fff;
}
.testimonial_sec.style_one.light_color .icon_quotes:before {
	border: 1px solid #fff;
}
.testimonial_sec.style_two .swiper, .testimonial_sec.style_two .swiper-container {
	overflow: unset;
}
.testimonial_sec.style_two .swiper-container {
	overflow: inherit !important;
}
.testimonial_sec.style_two .testimonial_box {
	position: relative;
	margin-bottom: 35px;
	text-align: center;
	padding: 40px 40px;
	background: #fff;
	border-radius: 10px;
	box-shadow: var(--box-shadow);
}
.testimonial_sec.style_two .testimonial_box::before {
	position: absolute;
	content: '';
	border: 1px dashed #e4e7ee;
	width: 98%;
	height: 97%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px;
}
.testimonial_sec.style_two .testimonial_box .rating {
	position: relative;
	margin-top: 25px;
	text-align: center;
}
.testimonial_sec.style_two .testimonial_box .rating ul {
	margin: 0;
	padding: 6px 15px;
	background: var(--primary-color-three);
	border: 1px solid #e4e7ee;
	display: inline-block;
	border-radius: 30px;
	text-align: center;
}
.testimonial_sec.style_two .testimonial_box .rating ul li {
	list-style: none;
}
.testimonial_sec.style_two .testimonial_box .rating ul li span {
	margin: 0px 3px;
	color: #c5a47e;
	font-size: 16px;
}
.testimonial_sec.style_two .testimonial_box .rating ul li span.empty {
	color: #c5a47e;
	opacity: 0.4;
}
.testimonial_sec.style_two .testimonial_box .rating ul li span:first-child {
	margin-left: 0px;
}
.testimonial_sec.style_two .testimonial_box .rating ul li span:last-child {
	margin-right: 0px;
}
.testimonial_sec.style_two .testimonial_box .authour_image {
	position: relative;
	padding-bottom: 20px;
	border-radius: 50%;
	margin: auto;
	display: inline-block;
}
.testimonial_sec.style_two .testimonial_box .authour_image .icon-quote {
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #c5a47e;
	top: 2px;
	left: -19px;
	border-radius: 50%;
}
.testimonial_sec.style_two .testimonial_box .authour_image img {
	width: 120px;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}
.testimonial_sec.style_two .testimonial_box .comment {
	position: relative;
	font-size: 17px;
	line-height: 27px;
	font-weight: 500;
	font-family: var(--creote-family-one);
}
.testimonial_sec.style_two .single_swiper .swiper-slide .testimonial_box {
	opacity: 0.2;
}
.testimonial_sec.style_two .single_swiper .swiper-slide.swiper-slide-active .testimonial_box {
	opacity: 1;
}
.testimonial_sec.style_two .auth_details {
	position: relative;
	cursor: pointer;
	text-align: center;
	padding: 25px;
	border-radius: 10px;
	background: #fff;
	box-shadow: var(--box-shadow);
}
.testimonial_sec.style_two .auth_details h2 {
	font-size: 18px;
	font-weight: 700;
	color: var(--heading-dark);
	display: block;
	line-height: 26px;
	margin-bottom: 5px;
}
.testimonial_sec.style_two .auth_details span {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	color: var(--text-color-dark-two);
	font-weight: 400;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper {
	text-align: center;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide {
	margin: 15px 0px;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .auth_details {
	background: #c5a47e;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .auth_details h2 {
	color: #fff;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .auth_details span {
	color: #fff;
	opacity: 0.7;
}
.testimonial_sec.style_two.light_color {
	position: relative;
}
.testimonial_sec.style_three .swiper-slide-active .testimonial_box {
	background: #fff;
	box-shadow: var(--box-shadow-two);
	opacity: 1;
}
.testimonial_sec.style_three .testimonial_box {
	margin: 15px 15px 30px;
	border-radius: 5px;
	background: #fff;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	opacity: 0.5;
}
.testimonial_sec.style_three .testimonial_box .description {
	margin-bottom: 56px;
	position: relative;
}
.testimonial_sec.style_three .testimonial_box i {
	font-size: 30px;
	line-height: 60px;
	display: block;
	color: #c5a47e;
	width: 60px;
	height: 60px;
	background: var(--primary-color-three);
	border-radius: 50px;
	text-align: center;
	margin: 0 auto 20px;
	opacity: 0.5;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_three .testimonial_box img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}
.testimonial_sec.style_three .testimonial_box .title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: var(--heading-dark);
	margin: 0 0 8px 0;
	line-height: 28px;
	position: relative;
}
.testimonial_sec.style_three .testimonial_box .title:before {
	content: "";
	width: 1px;
	height: 30px;
	background: var(--primary-color-three);
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -44px;
}
.testimonial_sec.style_three .testimonial_box p.from {
	color: #c5a47e;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 20px;
	font-family: var(--creote-family-one);
}
.testimonial_sec.style_three .testimonial_box .rating {
	position: relative;
	padding: 20px 0px 0px 0px;
}
.testimonial_sec.style_three .testimonial_box .rating ul {
	margin: 0;
	padding: 0px;
}
.testimonial_sec.style_three .testimonial_box .rating ul li {
	list-style: none;
}
.testimonial_sec.style_three .testimonial_box .rating ul li span {
	display: inline-block;
	margin: 0px 4px;
	color: #c5a47e;
}
.testimonial_sec.style_three .testimonial_box .rating ul li span.empty {
	color: var(--primary-color-three);
}
.testimonial_sec.style_three .testimonial_box:hover i {
	opacity: 1;
	background: #c5a47e;
	color: #fff;
}
.testimonial_sec.style_three .arrows {
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.testimonial_sec.style_three .arrows .prev-single-one_three {
	position: absolute;
	left: -50px;
}
.testimonial_sec.style_three .arrows .next-single-one_three {
	position: absolute;
	right: 0;
}
.testimonial_sec.style_four .testimonial_box {
	position: relative;
	padding: 0px 10px;
	text-align: left;
}
.testimonial_sec.style_four .testimonial_box .rating {
	position: relative;
	margin-bottom: 12px;
}
.testimonial_sec.style_four .testimonial_box .rating ul {
	margin: 0px;
	padding: 0px;
}
.testimonial_sec.style_four .testimonial_box .rating ul li {
	list-style: none;
}
.testimonial_sec.style_four .testimonial_box .rating ul li span {
	margin-right: 4px;
	color: #c5a47e;
}
.testimonial_sec.style_four .testimonial_box .rating ul li span.empty {
	opacity: 0.5;
}
.testimonial_sec.style_four .testimonial_box .client_bx {
	position: relative;
	display: flex;
}
.testimonial_sec.style_four .testimonial_box .client_bx .image_box {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto 0px;
}
.testimonial_sec.style_four .testimonial_box .client_bx .image_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial_sec.style_four .testimonial_box .client_bx .left_s {
	position: relative;
	margin-left: 14px;
}
.testimonial_sec.style_four .testimonial_box .client_bx .left_s h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}
.testimonial_sec.style_four .testimonial_box .client_bx .left_s h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #c5a47e;
}
.testimonial_sec.style_five .testimonial_box {
	background: #fff;
	position: relative;
	border-radius: 10px;
	padding: 30px;
	box-shadow: var(--box-shadow-two);
	margin: 10px 15px 10px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_five .testimonial_box .icon_quotes {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.testimonial_sec.style_five .testimonial_box .icon_quotes i {
	font-size: 50px;
	color: var(--primary-color-three);
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_five .testimonial_box .lower_box {
	position: relative;
	display: flex;
}
.testimonial_sec.style_five .testimonial_box .image_box {
	position: relative;
	min-width: 90px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto 0px;
}
.testimonial_sec.style_five .testimonial_box .image_box img {
	width: 90px;
	height: 90px;
	object-fit: cover;
}
.testimonial_sec.style_five .testimonial_box .content_box {
	margin-left: 20px;
	position: relative;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_five .testimonial_box .content_box .rating ul {
	padding-left: 0px;
	margin-left: 0px;
}
.testimonial_sec.style_five .testimonial_box .content_box .rating ul li {
	list-style: none;
}
.testimonial_sec.style_five .testimonial_box .content_box .rating ul li span {
	color: #c5a47e;
	font-size: 15px;
	margin-right: 5px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_five .testimonial_box .content_box .rating ul li span.empty {
	color: var(--primary-color-three);
}
.testimonial_sec.style_five .testimonial_box .content_box .description {
	position: relative;
	margin-bottom: 20px;
}
.testimonial_sec.style_five .testimonial_box .content_box .authour {
	position: relative;
}
.testimonial_sec.style_five .testimonial_box .content_box .authour h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}
.testimonial_sec.style_five .testimonial_box .content_box .authour p {
	margin-bottom: 0px;
	color: #c5a47e;
}
.testimonial_sec.style_five .testimonial_box:hover {
	background: #c5a47e;
}
.testimonial_sec.style_five .testimonial_box:hover .icon_quotes i {
	color: rgba(255, 255, 255, 0.5);
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .rating ul li span {
	color: #fff;
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .rating ul li span.empty {
	color: rgba(255, 255, 255, 0.5);
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .description {
	color: rgba(255, 255, 255, 0.8);
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .authour h2 {
	color: #fff;
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .authour p {
	color: rgba(255, 255, 255, 0.8);
}
/*-----v2 style-----*/
.testimonial_sec {
	position: relative;
}
.testimonial_sec.style_v2_one {
	position: relative;
}
.testimonial_sec.style_v2_one .testimonial_box {
	position: relative;
	display: flex;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	box-shadow: var(--box-shadow-two);
	margin: 10px;
}
.testimonial_sec.style_v2_one .testimonial_box .image {
	width: 40%;
	min-width: 40%;
	overflow: hidden;
}
.testimonial_sec.style_v2_one .testimonial_box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details {
	position: relative;
	padding: 40px;
	width: 60%;
	min-width: 60%;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .b_image {
	position: relative;
	width: 200px;
	margin-bottom: 20px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .comment {
	position: relative;
	margin-bottom: 20px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details {
	position: relative;
	display: flex;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_image {
	min-width: 60px;
	min-height: 60px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_image img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	overflow: hidden;
	object-fit: cover;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_content {
	padding-left: 15px;
	display: flex;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_content .content_in {
	align-items: center;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_content h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: var(--heading-dark);
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_content span {
	font-size: 15px;
	line-height: 25px;
	color: #c5a47e;
	display: block;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating {
	position: relative;
	margin-top: 20px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul li {
	list-style: none;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul li span {
	font-size: 14px;
	color: #c5a47e;
	display: inline-block;
	margin-right: 5px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul li span.empty {
	color: var(--primary-color-three);
}
.testimonial_sec.style_v2_one .arrows {
	position: absolute;
	width: 100%;
	left: 0;
	height: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	z-index: 1;
}
.testimonial_sec.style_v2_one .arrows .prev-single-one {
	position: absolute;
	width: 50px;
	height: 50px;
	left: -100px;
	top: 0;
}
.testimonial_sec.style_v2_one .arrows .next-single-one {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -100px;
	top: 0;
}
.testimonial_sec.style_v2_two {
	text-align: center;
}
.testimonial_sec.style_v2_two .testimonial_box {
	position: relative;
	z-index: 4;
}
.testimonial_sec.style_v2_two .testimonial_box .c_image {
	position: relative;
	overflow: hidden;
	width: 110px;
	height: 110px;
	border-radius: 110px;
	margin: 0 auto 20px;
}
.testimonial_sec.style_v2_two .testimonial_box .c_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.testimonial_sec.style_v2_two .testimonial_box .comment {
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}
.testimonial_sec.style_v2_two .testimonial_box .c_content h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 6px;
	line-height: 32px;
}
.testimonial_sec.style_v2_two .testimonial_box .c_content span {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	display: block;
	font-family: var(--creote-family-one);
	margin-bottom: 15px;
}
.testimonial_sec.style_v2_two .testimonial_box .rating li {
	list-style: none;
}
.testimonial_sec.style_v2_two .testimonial_box .rating li span {
	color: #c5a47e;
	padding: 0px 4px;
}
.testimonial_sec.style_v2_two .testimonial_box .rating li span.empty {
	opacity: 0.3;
}
.testimonial_sec.style_v2_two .arrows {
	position: absolute;
	width: 100%;
	height: 100px;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
}
.testimonial_sec.style_v2_two .arrows .prev-single-one, .testimonial_sec.style_v2_two .arrows .next-single-one {
	position: absolute;
	left: -80px;
	top: 0;
	bottom: 0;
	z-index: 3;
}
.testimonial_sec.style_v2_two .arrows .prev-single-one:before, .testimonial_sec.style_v2_two .arrows .next-single-one:before {
	width: 60px;
	height: 60px;
	box-shadow: var(--box-shadow);
	line-height: 60px;
	text-align: center;
	border-radius: 0px;
	font-size: 26px;
	color: #fff;
	background: #c5a47e;
}
.testimonial_sec.style_v2_two .arrows .next-single-one {
	left: unset;
	right: -20px;
}
/*---==========================================-----
 -----==================grid column for blog post and project ===============-----
 -----=========================================-----*/
._card {
	position: relative;
	display: inline-block;
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
}
@media (min-width: 576px) {
	._card {
		display: inline-block;
		width: 100%;
	}
}
.one_column .grid_show_case .grid_box {
	width: 100%;
	padding: 0px 0px;
	margin-bottom: 25px;
}
.two_column .grid_show_case .grid_box {
	width: 50%;
	padding: 0px 12px;
	margin-bottom: 25px;
}
.three_column .grid_show_case .grid_box {
	width: 33.33%;
	padding: 0px 12px;
	margin-bottom: 25px;
}
.four_column .grid_show_case .grid_box {
	width: 25%;
	padding: 0px 12px;
	margin-bottom: 25px;
}
.five_column .grid_show_case .grid_box {
	width: 20%;
	padding: 0px 12px;
	margin-bottom: 25px;
}
/*---==========================================-----
 -----================== image_boxes ===============-----
 -----=========================================-----*/
.image_boxes {
	position: relative;
}
.image_boxes.style_one {
	display: inline-block;
	margin-bottom: 100px;
}
.image_boxes.style_one .image.one {
	position: relative;
	width: 500px;
	height: 550px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: var(--box-shadow);
}
.image_boxes.style_one .image.one img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image_boxes.style_one .image.two {
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 250px;
	height: 250px;
	border: 5px solid #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: var(--box-shadow);
}
.image_boxes.style_one .image.two img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image_boxes .year_of_experience {
	position: absolute;
	padding: 25px;
	border-radius: 10px;
	background: #fff;
	box-shadow: var(--box-shadow);
	display: inline-block;
	max-width: 400px;
	left: 30px;
	bottom: -60px;
}
.image_boxes .year_of_experience .year {
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	width: 70px;
	height: 70px;
	line-height: 80px;
	font-size: 30px;
	font-weight: 600;
	border-radius: 60px;
	background: #c5a47e;
	color: #fff;
	text-align: center;
	font-family: var(--creote-family-one);
	margin: auto;
}
.image_boxes .year_of_experience .year::before {
	position: absolute;
	content: '';
	width: 90px;
	height: 90px;
	background: transparent;
	border: 2px dotted #e4e7ee;
	border-radius: 50px;
	top: -10px;
	left: -10px;
}
.image_boxes .year_of_experience .content {
	position: relative;
	margin-left: 100px;
	margin-right: 20px;
}
.image_boxes .year_of_experience .content h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
.image_boxes .year_of_experience .content span {
	font-size: 60px;
	height: 60px;
	position: absolute;
	line-height: 60px;
	right: -40px;
	margin: auto;
	bottom: 0;
	top: 0;
	opacity: 0.2;
}
.image_boxes .video_box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 70px;
	height: 70px;
}
.image_boxes.style_two {
	position: relative;
	min-height: 560px;
	display: inline-block;
}
.image_boxes.style_two .background_image {
	position: absolute;
	min-width: 740px;
	left: -165px;
	height: 596px;
	top: -33px;
}
.image_boxes.style_two .image {
	position: relative;
	width: 270px;
	height: 370px;
	border-radius: 10px;
	overflow: hidden;
}
.image_boxes.style_two .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image_boxes.style_two .image.one {
	float: left;
}
.image_boxes.style_two .image.two {
	position: absolute;
	right: -300px;
	margin-top: 100px;
}
.image_boxes.style_two .authour_quotes {
	position: absolute;
	width: 330px;
	bottom: 30px;
	left: 0;
	padding: 25px 25px 18px;
	border-radius: 10px;
	background: #c5a47e;
	z-index: 2;
}
.image_boxes.style_two .authour_quotes h6 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: block;
	line-height: 26px;
	margin-bottom: 8px;
}
.image_boxes.style_two .authour_quotes p {
	font-family: var(--creote-family-one);
	font-weight: 600;
	color: #fff;
	opacity: 0.8;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 40px 0px 0px;
}
.image_boxes.style_two .authour_quotes i {
	font-size: 50px;
	color: #fff;
	opacity: 0.1;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.image_boxes.style_three {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.image_boxes.style_three.border_yes {
	border: 10px solid var(--primary-color-three);
	border-radius: 5px;
}
.image_boxes.style_three.border_yes img {
	border-radius: 5px;
}
.image_boxes.style_three img {
	height: 470px;
	width: 100%;
	object-fit: cover;
}
.image_boxes.style_three .video_box {
	width: 100px;
	height: 100px;
}
.image_boxes.style_three .video_box a {
	background: #fff;
	color: #c5a47e;
	width: 100px;
	height: 100px;
	line-height: 105px;
	font-size: 35px !important;
}
.image_boxes.style_three.border_yes .video_box {
	width: 70px;
	height: 70px;
	z-index: 3;
}
.image_boxes.style_three.border_yes .video_box a {
	width: 70px;
	line-height: 75px;
	font-size: 22px !important;
	height: 70px;
	background: #c5a47e;
	color: #fff;
}
.image_boxes.style_three.border_yes .video_box a::before {
	-webkit-animation: none;
	animation: none;
	width: 110px;
	height: 110px;
	top: 0;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
	bottom: 0;
	margin: auto;
	right: 0px;
	left: -20px;
	-webkit-transform: inherit;
	transform: inherit;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.image_boxes.style_three.border_yes .video_box a::after {
	-webkit-animation: none;
	animation: none;
	width: 90px;
	height: 90px;
	top: 0;
	background: rgba(255, 255, 255, 0.4);
	z-index: -1;
	bottom: 0;
	margin: auto;
	right: 0px;
	left: -10px;
	-webkit-transform: inherit;
	transform: inherit;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.image_boxes.style_four .image_box {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.image_boxes.style_four .image_box.one {
	margin-bottom: 30px;
	box-shadow: var(--box-shadow);
}
.image_boxes.style_four .image_box img {
	width: 100%;
	height: 285px;
	object-fit: cover;
}
.image_boxes.style_four .image_box .pad_zero_left {
	padding-left: 0px;
}
.image_boxes.style_four .image_box .pad_zero_right {
	padding-right: 0px;
}
.image_boxes.style_four .imgs {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: var(--box-shadow-two);
}
.image_boxes.style_four .image_content_inner {
	text-align: center;
	padding: 20px 30px;
	background: #c5a47e;
	bottom: 20px;
	left: 20px;
	z-index: 10;
	position: absolute;
	border-radius: 5px;
}
.image_boxes.style_four .image_content_inner h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
}
.image_boxes.style_four .image_content_inner.viceo_en {
	padding-right: 80px;
}
.image_boxes.style_four .image_content_inner.viceo_en .video_box_null {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	height: 40px;
	width: 40px;
	margin: auto;
}
.image_boxes.style_four .image_content_inner.viceo_en .video_box_null a {
	color: #fff;
	width: 40px;
	display: block;
	text-align: center;
	line-height: 43px;
	height: 40px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.1);
}
.image_boxes.style_five {
	position: relative;
	z-index: 0;
	display: inline-block;
}
.image_boxes.style_five::before {
	position: absolute;
	content: '';
	width: 362px;
	height: 362px;
	background: var(--primary-color-three);
	top: 55px;
	left: 75px;
	border-radius: 50%;
	z-index: -1;
}
.image_boxes.style_five .image_box {
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.image_boxes.style_five .image_box.one {
	z-index: 3;
}
.image_boxes.style_five .image_box.one .video_box_null {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.image_boxes.style_five .image_box.one .video_box_null a {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #c5a47e;
	display: block;
	border-radius: 10px 0px 10px 0px;
}
.image_boxes.style_five .image_box.one .video_box_null a i {
	position: absolute;
	font-size: 16px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	left: 0;
	margin: auto;
}
.image_boxes.style_five .image_box.two {
	z-index: 2;
	margin-top: -150px;
	margin-left: 190px;
}
.image_boxes.style_five .image_box img {
	border-radius: 10px;
	height: 325px;
	object-fit: cover;
	width: 350px;
}
.image_boxes.style_six {
	position: relative;
	padding-bottom: 40px;
}
.image_boxes.style_six .image_box {
	position: relative;
}
.image_boxes.style_six .image_box img {
	border-radius: 10px;
}
.image_boxes.style_six .image_box .video_inner.type_six {
	position: absolute;
	top: 30px;
	text-align: center;
	right: 30px;
	overflow: hidden;
	background: #c5a47e;
	padding: 10px;
	border-radius: 10px;
}
.image_boxes.style_six .image_box .video_inner.type_six a {
	background: #c5a47e;
	position: relative;
	display: inline-block;
	font-size: 30px !important;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center !important;
	border-radius: 50%;
}
.image_boxes.style_six .image_box .video_inner.type_six p {
	position: relative;
	z-index: 10;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
	font-family: var(--creote-family-one);
}
.image_boxes.style_six .image_box .experience {
	left: 0px;
	position: absolute;
	right: 0;
	bottom: -65px;
}
.image_boxes.style_six .image_box .experience .experience_inner {
	padding: 20px 40px;
	background: #fff;
	margin: 25px;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	box-shadow: var(--box-shadow-two);
}
.image_boxes.style_six .image_box .experience .experience_inner h2 {
	font-size: 22px;
	color: var(--heading-dark);
	line-height: 32px;
	font-weight: 600;
}
.image_boxes.style_six .image_box .experience .experience_inner h2 span {
	color: #c5a47e;
}
.image_boxes.style_seven .image_box {
	position: relative;
	z-index: 2;
}
.image_boxes.style_seven .video_inner {
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: 15px;
	right: 15px;
}
.image_boxes.style_seven .video_inner a {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #c5a47e;
	color: #fff;
	border-radius: 50px;
	margin: auto;
	line-height: 70px;
	text-align: center;
}
.image_boxes.style_seven .video_inner a i {
	font-size: 30px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.image_boxes.style_seven .experience {
	position: absolute;
	padding: 20px;
	top: 20px;
	left: -40px;
	background: #c5a47e;
}
.image_boxes.style_seven .experience::before {
	position: absolute;
	content: '';
	border-left: 50px solid transparent;
	border-top: 50px solid transparent;
	border-right: 50px solid #c5a47e;
	border-bottom: 50px solid transparent;
	left: -50px;
	z-index: -1;
	opacity: 0.9;
}
.image_boxes.style_seven .experience .experience_inner h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
}
.image_boxes.style_seven .pattern_imag {
	position: absolute;
	width: 200px;
	bottom: -85px;
	left: -85px;
}
/*---==========================================-----
 -----================== simple image boxes ===============-----
 -----=========================================-----*/
.simple_image_boxes {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.simple_image_boxes img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.simple_image_boxes.style_two {
	background: var(--primary-color-three);
	padding: 50px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.simple_image_boxes.style_two .parallax_cover {
	position: relative;
	overflow: hidden;
	height: 540px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.simple_image_boxes.style_two .parallax_cover img {
	border-radius: 0px;
}
/*---==========================================-----
 -----================== image_boxes ===============-----
 -----=========================================-----*/
.counter-block.style_one {
	position: relative;
	padding: 28px;
	background: #fff;
	box-shadow: var(--box-shadow-two);
	border-radius: 10px;
}
.counter-block.style_one:before {
	position: absolute;
	content: '';
	border: 1px dashed #e4e7ee;
	width: 97%;
	height: 97%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px;
}
.counter-block.style_one .icon_box {
	position: relative;
	min-height: 48px;
	margin-bottom: 20px;
}
.counter-block.style_one .icon_box .icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.counter-block.style_one .icon_box .icon span {
	font-size: 40px;
	line-height: 40px;
	color: #c5a47e;
}
.counter-block.style_one .icon_box .icon img {
	width: auto;
	height: 40px;
}
.counter-block.style_one .icon_box .coun_ter {
	margin-left: 50px;
}
.counter-block.style_one .icon_box .coun_ter {
	position: relative;
}
.counter-block.style_one .icon_box .coun_ter span {
	display: inline-block;
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #c5a47e;
	font-family: var(--creote-family-one);
}
.counter-block.style_one .icon_box .coun_ter small {
	font-size: 20px;
	margin-left: 5px;
	color: var(--text-color-light);
}
.counter-block.style_one .content_box {
	position: relative;
}
.counter-block.style_one .content_box h6 {
	display: block;
	color: var(--heading-dark);
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}
.counter-block.style_one .content_box p {
	margin: 0px;
}
.counter-block.style_two {
	position: relative;
	padding: 35px 25px;
	background: #fff;
	box-shadow: var(--box-shadow-two);
	margin: 10px 0px 20px 0px;
	text-align: center;
	border-radius: 10px;
}
.counter-block.style_two .icon_box .icon {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.counter-block.style_two .icon_box .icon span {
	font-size: 50px;
	line-height: 50px;
	color: #c5a47e;
}
.counter-block.style_two .icon_box .icon img {
	width: auto;
	height: 50px;
}
.counter-block.style_two .icon_box .coun_ter {
	margin-left: 50px;
}
.counter-block.style_two .coun_ter {
	position: relative;
	margin-bottom: 5px;
}
.counter-block.style_two .coun_ter span {
	display: inline-block;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: #c5a47e;
	font-family: var(--creote-family-one);
}
.counter-block.style_two .coun_ter small {
	font-size: 20px;
	position: relative;
	top: -15px;
	color: var(--text-color-light);
}
.counter-block.style_two .content_box {
	position: relative;
}
.counter-block.style_two .content_box h6 {
	display: block;
	color: var(--heading-dark);
	line-height: 26px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.counter-block.style_three {
	position: relative;
}
.counter-block.style_three .icon_box {
	position: relative;
	margin-bottom: 15px;
}
.counter-block.style_three .icon_box span {
	font-size: 60px;
	line-height: 60px;
	color: #c5a47e;
}
.counter-block.style_three .icon_box img {
	width: 60px;
	height: auto;
}
.counter-block.style_three .content_box p {
	margin-bottom: 10px;
}
.counter-block.style_three .content_box h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.counter-block.style_three .content_box h6 .coun_ter {
	display: block;
}
.counter-block.style_three .content_box h6 .coun_ter .count-text {
	font-size: 30px;
	line-height: 50px;
	color: #c5a47e;
	font-weight: 700;
}
.counter-block.style_three .content_box h6 .coun_ter small {
	color: var(--text-color-light);
	font-size: 16px;
	font-weight: 500;
}
/*---==========================================-----
 -----================== call_to_action ===============-----
 -----=========================================-----*/
.call_to_action {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.call_to_action .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.call_to_action .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.call_to_action.style_one .image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #282f3b;
	opacity: 0.92;
	z-index: 1;
}
.call_to_action.style_one .left_content {
	position: relative;
	padding: 100px 120px;
}
.call_to_action.style_one .left_content .main_content {
	position: relative;
	z-index: 2;
}
.call_to_action.style_one .left_content .main_content h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #c5a47e;
	margin-bottom: 25px;
}
.call_to_action.style_one .left_content .main_content h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.call_to_action.style_one .left_content .main_content p {
	color: #fff;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.call_to_action.style_one .left_content .main_content .video_box {
	margin-bottom: 30px;
}
.call_to_action.style_one .bottom_content {
	position: relative;
}
.call_to_action.style_one .bottom_content .button_content {
	display: inline-block;
	position: relative;
	top: 9px;
}
.call_to_action.style_one .bottom_content .button_content a i {
	margin-left: 8px;
	font-size: 16px;
	position: relative;
	top: 2px;
}
.call_to_action.style_one .bottom_content .call_content {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
.call_to_action.style_one .bottom_content .call_content span {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 5px;
	font-size: 30px;
	line-height: 56px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	background: transparent;
	border: 1px dashed #ffffff;
	margin: auto;
}
.call_to_action.style_one .bottom_content .call_content .content_bx {
	margin-left: 70px;
	padding-top: 9px;
	text-align: left;
}
.call_to_action.style_one .bottom_content .call_content .content_bx h2 {
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 2px;
	font-weight: 600;
}
.call_to_action.style_one .bottom_content .call_content .content_bx p {
	color: #fff;
	opacity: 0.9;
	text-decoration: underline;
	margin: 0px;
	padding: 0;
	border: 0px;
}
.call_to_action.style_two {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.call_to_action.style_two .auto-container {
	position: relative;
	z-index: 10;
	text-align: left;
}
.call_to_action.style_two .left_content {
	padding: 60px 40px;
	position: relative;
	z-index: 1;
}
.call_to_action.style_two .left_content h1 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}
.call_to_action.style_two .left_content .call_content {
	display: flex;
	position: relative;
}
.call_to_action.style_two .left_content .call_content span {
	position: relative;
	font-size: 30px;
	line-height: 56px;
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	color: #c5a47e;
	background: #fff;
	margin-top: auto;
	min-width: 56px;
	margin-bottom: auto;
}
.call_to_action.style_two .left_content .call_content .content_bx {
	margin-left: 15px;
	text-align: left;
}
.call_to_action.style_two .left_content .call_content .content_bx h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 26px;
	font-weight: 600;
}
.call_to_action.style_two .left_content .call_content .content_bx p {
	color: #fff;
	margin: 0px;
	padding: 0;
	border: 0px;
}
.call_to_action.style_two .image_right {
	position: absolute;
	height: auto;
	top: 0;
	right: 61px;
	width: auto;
}
.call_to_action.style_two .image_right img {
	height: 500px;
	width: auto;
}
/*---==========================================-----
 -----================== icon_box_all ===============-----
 -----=========================================-----*/
.icon_box_all {
	position: relative;
}
.icon_box_all.style_one {
	background: #fff;
	box-shadow: var(--box-shadow);
	padding: 35px 30px 30px;
	border-radius: 10px;
}
.icon_box_all.style_one .icon_content {
	position: relative;
	display: flex;
}
.icon_box_all.style_one .icon_content h3 a {
	display: block;
	color: var(--heading-dark);
	line-height: 28px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.icon_box_all.style_one .icon_content p {
	margin: 0px;
}
.icon_box_all.style_one .icon_content .icon {
	position: relative;
	min-width: 60px;
}
.icon_box_all.style_one .icon_content .icon span {
	font-size: 60px;
	line-height: 60px;
	color: #c5a47e;
	display: block;
}
.icon_box_all.style_one .icon_content .icon img {
	width: 60px;
	height: auto;
}
.icon_box_all.style_one .icon_content .icon p {
	margin: 0px;
	color: var(--text-color-dark-two);
}
.icon_box_all.style_one .icon_content.icon_centers .icon {
	margin: auto;
}
.icon_box_all.style_one .icon_content .txt_content {
	position: relative;
	margin-left: 23px;
}
.icon_box_all.style_two {
	padding-top: 20px;
	border-top: 3px solid var(--primary-color-three);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	min-height: 75px;
}
.icon_box_all.style_two .icon_content {
	position: relative;
	display: flex;
}
.icon_box_all.style_two .icon_content .icon {
	position: relative;
	min-width: 50px;
}
.icon_box_all.style_two .icon_content .icon span {
	font-size: 40px;
	color: #c5a47e;
	line-height: 40px;
	margin: auto;
}
.icon_box_all.style_two .icon_content .icon img {
	width: 48px;
	height: auto;
	margin: auto;
}
.icon_box_all.style_two .icon_content .txt_content {
	position: relative;
	margin-left: 8px;
}
.icon_box_all.style_two .icon_content .txt_content h3 a {
	display: block;
	color: var(--heading-dark);
	line-height: 26px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
.icon_box_all.style_two .icon_content .txt_content h3 a:hover {
	color: #c5a47e;
}
.icon_box_all.style_two .icon_content .txt_content p {
	margin: 0px 0px 0px 0px;
}
.icon_box_all.style_two:hover {
	border-color: #c5a47e;
}
.icon_box_all.style_three {
	text-align: center;
	background: #fff;
	padding: 40px 35px;
	border-radius: 10px;
	box-shadow: var(--box-shadow);
}
.icon_box_all.style_three .icon_content {
	position: relative;
}
.icon_box_all.style_three .icon_content .icon {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.icon_box_all.style_three .icon_content .icon span {
	font-size: 60px;
	line-height: 60px;
	color: #c5a47e;
}
.icon_box_all.style_three .icon_content .icon img {
	height: 60px;
	width: auto;
}
.icon_box_all.style_three .icon_content .txt_content h3 a {
	display: block;
	color: var(--heading-dark);
	line-height: 30px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
}
.icon_box_all.style_three .icon_content .txt_content p {
	margin-bottom: 0px;
}
.icon_box_all.style_three .icon_content .txt_content ul {
	margin: 30px 0 35px;
	padding: 0;
}
.icon_box_all.style_three .icon_content .txt_content ul li {
	text-align: left;
	list-style: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.icon_box_all.style_three .icon_content .txt_content ul li::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 20px;
	border: 2px solid #e4e7ee;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_box_all.style_three .icon_content .txt_content .btn_left {
	text-align: left;
}
.icon_box_all.style_three .icon_content .txt_content .btn_left a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
.icon_box_all.style_four {
	position: relative;
}
.icon_box_all.style_four .icon {
	position: relative;
	margin-bottom: 50px;
	display: block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.icon_box_all.style_four .icon span {
	top: 20px;
	font-size: 45px;
	line-height: 45px;
	color: #c5a47e;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.icon_box_all.style_four .icon .svg_image {
	width: 45px;
	height: auto;
	display: inline-block;
	position: relative;
	z-index: 2;
	top: 20px;
	margin: auto;
}
.icon_box_all.style_four .icon .shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.icon_box_all.style_four .txt_content {
	position: relative;
}
.icon_box_all.style_four .txt_content h3 a {
	display: block;
	color: var(--heading-dark);
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
.icon_box_all.style_four .txt_content h3 a:hover {
	color: #c5a47e;
}
.icon_box_all.style_four:hover .icon {
	margin-left: 10px;
}
.icon_box_all.style_five {
	position: relative;
}
.icon_box_all.style_five .icon_content {
	position: relative;
	padding: 40px 30px 30px;
	background: #fff;
	box-shadow: var(--box-shadow);
	overflow: hidden;
	border-radius: 10px;
	border: 3px solid #fff;
	transition: all 700ms ease 100ms;
	-moz-transition: all 700ms ease 100ms;
	-ms-transition: all 700ms ease 100ms;
	-o-transition: all 700ms ease 100ms;
}
.icon_box_all.style_five .icon_content .icon {
	position: relative;
	margin-bottom: 25px;
}
.icon_box_all.style_five .icon_content .icon span {
	font-size: 60px;
	color: #c5a47e;
	line-height: 60px;
	display: block;
}
.icon_box_all.style_five .icon_content .icon img {
	width: 60px;
	height: auto;
}
.icon_box_all.style_five .icon_content small {
	position: absolute;
	font-size: 48px;
	line-height: 60px;
	color: var(--primary-color-three);
	right: 20px;
	font-family: var(--creote-family-one);
	top: 45px;
	font-weight: 700;
}
.icon_box_all.style_five .icon_content h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: var(--heading-dark);
	margin-bottom: 10px;
}
.icon_box_all.style_five .icon_content .hover_content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	padding: 0px 40px;
	transition: all 700ms ease 100ms;
	-moz-transition: all 700ms ease 100ms;
	-ms-transition: all 700ms ease 100ms;
	-o-transition: all 700ms ease 100ms;
	opacity: 0;
	transform-style: preserve-3d;
	transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
	background: #c5a47e;
	border-radius: 10px;
}
.icon_box_all.style_five .icon_content .hover_content .content {
	display: table;
	width: 100%;
	height: 100%;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner a {
	font-family: var(--creote-family-one);
	font-size: 15px;
	line-height: 25px;
	display: block;
	margin-top: 15px;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner a span {
	position: relative;
	top: 2px;
	right: -5px;
	display: inline-block;
}
.icon_box_all.style_five:hover .icon_content {
	border-color: #c5a47e;
	background: #c5a47e;
}
.icon_box_all.style_five:hover .hover_content {
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	opacity: 1;
}
.icon_box_all.style_five:hover .hover_content p {
	color: #fff;
}
.icon_box_all.style_five:hover .hover_content a {
	color: #fff;
}
.icon_box_all.style_six .icon_content .icon {
	position: relative;
	margin-top: 0px;
	margin-bottom: 15px;
}
.icon_box_all.style_six .icon_content .icon::after {
	background: var(--primary-color-three);
	position: absolute;
	content: '';
	border-radius: 50px;
	width: 80px;
	height: 80px;
	left: 15px;
	top: -10px;
	z-index: -10;
	opacity: 0.5;
}
.icon_box_all.style_six .icon_content .icon span {
	font-size: 45px;
	z-index: 1;
	position: relative;
	line-height: 60px;
	display: inline-block;
	color: #c5a47e;
	margin-bottom: 15px;
}
.icon_box_all.style_six .icon_content .icon img {
	width: 45px;
	height: auto;
	z-index: 1;
	position: relative;
	margin-bottom: 27px;
	display: block;
}
.icon_box_all.style_six .icon_content h2 {
	line-height: normal;
}
.icon_box_all.style_six .icon_content h2 a {
	display: block;
	font-family: var(--creote-family-one);
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 32px;
	font-weight: 700;
	color: var(--heading-dark);
}
.icon_box_all.style_six .icon_content h2 a:hover {
	color: #c5a47e;
}
.icon_box_all.style_six.version_2 {
	padding: 40px;
	background: #fff;
}
.icon_box_all.style_seven {
	position: relative;
}
.icon_box_all.style_seven .icon_content {
	display: flex;
}
.icon_box_all.style_seven .icon_content .icon {
	min-width: 60px;
	padding-top: 5px;
}
.icon_box_all.style_seven .icon_content .icon img {
	width: 40px;
	height: auto;
}
.icon_box_all.style_seven .icon_content .icon span {
	font-size: 40px;
	line-height: 40px;
}
.icon_box_all.style_seven .icon_content .text_box {
	min-height: 80%;
}
.icon_box_all.style_seven .icon_content .text_box h2 {
	line-height: normal;
}
.icon_box_all.style_seven .icon_content .text_box h2 a {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 2px;
	display: block;
}
.icon_box_all.style_seven.light_color .icon_content .icon span {
	color: #fff;
}
.icon_box_all.style_seven.light_color .icon_content .text_box h2 a {
	color: #fff;
}
.icon_box_all.style_seven.light_color .icon_content .text_box p {
	color: #fff;
}
.icon_box_all.style_eight {
	padding: 30px 30px 10px 30px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #0900000D;
	border-radius: 30px 30px 30px 30px;
}
.icon_box_all.style_eight .icon_content {
	display: flex;
}
.icon_box_all.style_eight .icon_content .icon {
	min-width: 60px;
	padding-top: 5px;
}
.icon_box_all.style_eight .icon_content .icon img {
	width: 40px;
	height: auto;
}
.icon_box_all.style_eight .icon_content .icon span {
	font-size: 40px;
	line-height: 40px;
}
.icon_box_all.style_eight .icon_content .text_box {
	min-height: 80%;
}
.icon_box_all.style_eight .icon_content .text_box h2 {
	line-height: normal;
}
.icon_box_all.style_eight .icon_content .text_box h2 a {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 2px;
	display: block;
}
.icon_box_all.style_eight.light_color .icon_content .icon span {
	color: #fff;
}
.icon_box_all.style_eight.light_color .icon_content .text_box h2 a {
	color: #fff;
}
.icon_box_all.style_eight.light_color .icon_content .text_box p {
	color: #fff;
}
.icon_box_all.style_nine {
	position: relative;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e4e7ee;
	padding: 53px 30px 30px 30px;
}
.icon_box_all.style_nine .icon_content .icon {
	position: relative;
	margin-top: 0px;
	margin-bottom: 15px;
}
.icon_box_all.style_nine .icon_content .icon::after {
	background: var(--primary-color-three);
	position: absolute;
	content: '';
	border-radius: 50px;
	width: 80px;
	height: 80px;
	left: 15px;
	top: -10px;
	z-index: -10;
	opacity: 0.5;
}
.icon_box_all.style_nine .icon_content .icon span {
	font-size: 45px;
	z-index: 1;
	position: relative;
	line-height: 60px;
	display: inline-block;
	color: #c5a47e;
	margin-bottom: 15px;
}
.icon_box_all.style_nine .icon_content .icon img {
	width: 45px;
	height: auto;
	z-index: 1;
	position: relative;
	margin-bottom: 27px;
	display: block;
}
.icon_box_all.style_nine .icon_content h2 {
	line-height: normal;
}
.icon_box_all.style_nine .icon_content h2 a {
	display: block;
	font-family: var(--creote-family-one);
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 32px;
	font-weight: 700;
	color: var(--heading-dark);
}
.icon_box_all.style_nine .icon_content h2 a:hover {
	color: #c5a47e;
	/*---light_color_one ---*/
}
.icon_box_all.light_color_one.style_one {
	background: #c5a47e;
}
.icon_box_all.light_color_one.style_one .icon_content .icon span {
	color: #fff;
}
.icon_box_all.light_color_one.style_one .icon_content h3 a {
	color: #fff;
}
.icon_box_all.light_color_one.style_one .icon_content p {
	color: #fff;
	opacity: 0.8;
}
.icon_box_all.light_color_one.style_three {
	background: #c5a47e;
}
.icon_box_all.light_color_one.style_three .icon_content .icon span {
	color: #fff;
}
.icon_box_all.light_color_one.style_three .icon_content h3 a {
	color: #fff;
}
.icon_box_all.light_color_one.style_three .icon_content ul li {
	color: #fff;
	opacity: 0.8;
}
.icon_box_all.light_color_one.style_three .icon_content ul li::before {
	border-color: rgba(255, 255, 255, 0.4);
}
.icon_box_all.light_color_one.style_three .icon_content p {
	color: #fff;
	opacity: 0.8;
}
.icon_box_all.light_color_one.style_three .btn_left a {
	background: #fff;
	color: #c5a47e;
}
.icon_box_all.light_color_two.style_one {
	background: #282f3b;
}
.icon_box_all.light_color_two.style_one .icon_content .icon span {
	color: #c5a47e;
}
.icon_box_all.light_color_two.style_one .icon_content h3 a {
	color: #fff;
}
.icon_box_all.light_color_two.style_one .icon_content p {
	color: #fff;
	opacity: 0.8;
}
.icon_box_all.light_color_two.style_three {
	background: #282f3b;
}
.icon_box_all.light_color_two.style_three .icon_content .icon span {
	color: #c5a47e;
}
.icon_box_all.light_color_two.style_three .icon_content h3 a {
	color: #fff;
}
.icon_box_all.light_color_two.style_three .icon_content ul li {
	color: #fff;
	opacity: 0.8;
}
.icon_box_all.light_color_two.style_three .icon_content ul li::before {
	border-color: #c5a47e;
}
.icon_box_all.light_color_two.style_three .icon_content p {
	color: #fff;
	opacity: 0.8;
}
/*---==========================================-----
 -----================== content_box_cn ===============-----
 -----=========================================-----*/
.content_box_cn {
	position: relative;
}
.content_box_cn.style_one {
	padding: 0px 0px 0px 25px;
}
.content_box_cn.style_one .txt_content {
	position: relative;
}
.content_box_cn.style_one .txt_content::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #c5a47e;
	left: -25px;
	top: 8px;
}
.content_box_cn.style_one .txt_content::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #c5a47e;
	opacity: 0.4;
	left: -19px;
	top: 8px;
}
.content_box_cn.style_one .txt_content h3 a {
	display: block;
	color: var(--heading-dark);
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.content_box_cn.style_one.light_color .txt_content::before, .content_box_cn.style_one.light_color .txt_content::after {
	background: #fff;
}
.content_box_cn.style_one.light_color .txt_content h3 a {
	color: #fff;
}
.content_box_cn.style_one.light_color .txt_content p {
	color: #fff;
	opacity: 0.8;
}
/*---==========================================-----
 -----================== faq_section ===============-----
 -----=========================================-----*/
.faq_section {
	position: relative;
}
.faq_section dd {
	display: none;
}
.faq_section.type_one .accordion {
	position: relative;
}
.faq_section.type_one .accordion dl {
	margin-bottom: 0px;
	position: relative;
}
.faq_section.type_one .accordion dl dt {
	position: relative;
	background: transparent;
	margin-bottom: 40px;
	border: 0px;
	font-family: var(--creote-family-one);
	font-size: 18px;
	color: var(--heading-dark);
	font-weight: 600;
	line-height: 26px;
	border-radius: 5px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	margin-left: 50px;
}
.faq_section.type_one .accordion dl dt span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #c5a47e;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
	position: absolute;
	left: -50px;
	bottom: 0;
	top: 0;
	margin: auto;
}
.faq_section.type_one .accordion dl dt.active {
	margin-bottom: 20px;
}
.faq_section.type_one .accordion dl dd {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dcd7d7;
	padding-left: 22px;
	border-left: 1px dashed #dcd7d7;
}
.faq_section.type_one .accordion dl dd p {
	margin: 0px;
	color: var(--text-color-dark);
}
.faq_section.type_two .faq_header {
	position: relative;
	background: var(--primary-color-three);
	border-radius: 10px;
	padding: 25px 70px 22px 20px;
	border: 1px solid #e4e7ee;
	margin-bottom: 15px;
	font-family: var(--creote-family-one);
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	z-index: 2;
	cursor: pointer;
}
.faq_section.type_two .faq_header span {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	background: #fff;
	color: #c5a47e;
	text-align: center;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 44px;
	box-shadow: var(--box-shadow);
}
.faq_section.type_two .faq_header.active {
	margin: 0px;
	background: #fff;
	color: #c5a47e;
}
.faq_section.type_two .faq_header.active span {
	background: #c5a47e;
	color: #fff;
}
.faq_section.type_two .accordion-content {
	position: relative;
	margin-bottom: 15px;
	padding: 35px 20px 10px 20px;
	border: 1px solid #e4e7ee;
	border-top: 0px;
	border-radius: 0px 0px 10px 10px;
	background: var(--primary-color-three);
	margin-top: -15px;
}
/*---==========================================-----
 -----================== progress_bar ===============-----
 -----=========================================-----*/
.progress_bar {
	position: relative;
}
.progress_bar .bar {
	position: relative;
	width: 100%;
	height: 6px;
	background: var(--primary-color-three);
	border-radius: 10px;
	margin-bottom: 12px;
}
.progress_bar .bar .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 6px;
	background: #c5a47e;
	border-radius: 10px;
	transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
}
.progress_bar h2 {
	position: relative;
	font-family: var(--creote-family-one);
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
	padding-right: 45px;
}
.progress_bar h2 span {
	position: absolute;
	right: 0;
	top: 0;
	color: #c5a47e;
	font-size: 16px;
}
.progress_bar.style_two .progress_new {
	height: 170px;
	position: relative;
	float: left;
}
.progress_bar.style_two .progress_new .progress-value {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 170px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	display: flex;
	align-items: center;
}
.progress_bar.style_two .progress_new .progress-value h6 {
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #c5a47e;
}
.progress_bar.style_two .progress_new .ProgressBar, .progress_bar.style_two .progress_new .ProgressBar-contentCircle {
	display: table;
	height: 170px;
	position: relative;
	width: 170px;
	margin: auto;
}
.progress_bar.style_two .progress_new .ProgressBar-circle, .progress_bar.style_two .progress_new .ProgressBar-background {
	fill: none;
	stroke: #c5a47e;
	stroke-width: 5px;
	stroke-linecap: round;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	position: relative;
	z-index: 10;
}
.progress_bar.style_two .progress_new .ProgressBar-background {
	stroke: rgba(0, 0, 0, 0.05);
	stroke-width: 4;
	z-index: 0;
}
.progress_bar.style_two .progress_new .ProgressBar-percentage {
	color: #282f3b;
	font-size: 40px;
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.progress_bar.style_two .content_box {
	position: relative;
	margin-left: 180px;
	padding: 0px 0px 10px;
}
.progress_bar.style_two .content_box h2 {
	font-size: 36px;
	font-weight: 700;
	color: #c5a47e;
	line-height: 46px;
	margin-bottom: 5px;
	padding-right: unset;
	padding-top: 15px;
}
.progress_bar.style_two .content_box h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 5px;
}
.progress_bar.style_three .bar {
	position: relative;
	width: 100%;
	height: 8px;
	background: var(--primary-color-three);
	border-radius: 10px;
	margin-bottom: 12px;
}
.progress_bar.style_three .bar .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 8px;
	background: #fff;
	background-image: linear-gradient(to right, #fff, var(--primary-color-one));
	border-radius: 10px;
	transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
}
.progress_bar.style_three .bar .bar-inner::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 16px solid #c5a47e;
	border-right: 12px solid transparent;
	right: -25px;
	top: -4px;
}
.progress_bar.style_three h2 {
	position: relative;
	font-family: var(--creote-family-one);
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
	padding-right: 45px;
}
.progress_bar.style_three h2 span {
	position: absolute;
	right: 0;
	top: 0;
	color: #c5a47e;
	font-size: 16px;
}
.progress_bar.style_four {
	position: relative;
	padding: 30px;
	background: #282f3b;
}
.progress_bar.style_four .progress_new {
	height: 140px;
	position: relative;
}
.progress_bar.style_four .progress_new .progress-value {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 60px;
	height: 24px;
	line-height: 40px;
	text-align: center;
}
.progress_bar.style_four .progress_new .progress-value h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #c5a47e;
}
.progress_bar.style_four .progress_new .ProgressBar, .progress_bar.style_four .progress_new .ProgressBar-contentCircle {
	display: table;
	height: 140px;
	position: relative;
	width: 140px;
	margin: auto;
}
.progress_bar.style_four .progress_new .ProgressBar-circle, .progress_bar.style_four .progress_new .ProgressBar-background {
	fill: none;
	stroke: #c5a47e;
	stroke-width: 5px;
	stroke-linecap: round;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	position: relative;
	z-index: 10;
}
.progress_bar.style_four .progress_new .ProgressBar-background {
	stroke: rgba(255, 255, 255, 0.05);
	stroke-width: 4;
	z-index: 0;
}
.progress_bar.style_four .progress_new .ProgressBar-percentage {
	color: #282f3b;
	font-size: 40px;
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.progress_bar.style_four .content_box {
	position: relative;
	text-align: center;
}
.progress_bar.style_four .content_box h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
	padding-right: 0px;
}
.progress_bar.style_four.color_two {
	background: #c5a47e;
}
.progress_bar.style_four.color_two .progress_new .ProgressBar-circle, .progress_bar.style_four.color_two .progress_new .ProgressBar-background {
	stroke: #fff;
}
.progress_bar.style_four.color_two .progress_new .ProgressBar-background {
	stroke: rgba(255, 255, 255, 0.05);
}
.progress_bar.style_four.color_two .progress_new .progress-value h6 {
	color: #fff;
}
/*---==========================================-----
 -----================== time_line_section ===============-----
 -----=========================================-----*/
.time_line_section {
	position: relative;
}
.time_line_section.style_one .swiper-container {
	padding-top: 90px;
}
.time_line_section.style_one .time_line_box {
	position: relative;
	margin-bottom: 60px;
	margin-top: 20px;
}
.time_line_section.style_one .time_line_box .time_inner {
	position: relative;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner {
	position: absolute;
	content: '';
	width: 28%;
	height: 100%;
	left: 0;
	top: 0;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 92%;
	background: var(--primary-color-three);
	left: 0;
	top: 0;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: var(--primary-color-three);
	left: 0;
	bottom: 8%;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner span {
	width: 14px;
	height: 14px;
	border: 1px solid #e4e7ee;
	position: absolute;
	top: -12px;
	left: -6px;
	content: '';
	border-radius: 50px;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner span.last {
	top: auto;
	left: auto;
	bottom: 22px;
	right: -13px;
}
.time_line_section.style_one .time_line_box .time_inner .content {
	position: relative;
	z-index: 2;
}
.time_line_section.style_one .time_line_box .time_inner .content h2 a {
	position: relative;
	font-family: var(--creote-family-one);
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 0px 30px;
	display: block;
}
.time_line_section.style_one .time_line_box .time_inner .content p {
	position: relative;
	margin-bottom: 40px;
	padding: 0px 30px;
}
.time_line_section.style_one .time_line_box .time_inner .content p::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -83px;
	background: var(--primary-color-three);
}
.time_line_section.style_one .time_line_box .time_inner .year {
	position: relative;
	z-index: 2;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-weight: 700;
	font-family: var(--creote-family-one);
	color: var(--heading-dark);
	border-radius: 50%;
	background: #fff;
	box-shadow: var(--box-shadow);
	text-align: center;
	padding-top: 2px;
	left: -40px;
}
.time_line_section.style_one .time_line_box .time_inner .image {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 0px;
	top: 30px;
}
.time_line_section.style_one .time_line_box .time_inner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.time_line_section.style_one .swiper-slide-active .time_line_box .year {
	background: #c5a47e;
	color: #fff;
}
.time_line_section.style_one .swiper-button-next, .time_line_section.style_one .swiper-button-prev {
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.time_line_section.style_one .swiper-button-next::before, .time_line_section.style_one .swiper-button-prev::before {
	box-shadow: inherit;
	border-radius: 10px 0px 10px 0px;
	border: 1px solid #e4e7ee;
}
.time_line_section.style_one .swiper-button-next:hover::before, .time_line_section.style_one .swiper-button-prev:hover::before {
	background: #c5a47e;
	border-color: #c5a47e;
	color: #fff;
}
.time_line_section.style_one .swiper-button-prev {
	left: -60px;
}
.time_line_section.style_one .swiper-button-next {
	right: -60px;
}
.time_line_section.style_one .swiper-button-next::before {
	border-radius: 0px 10px 0px 10px;
}
.time_line_section.style_two .event_box {
	position: relative;
}
.time_line_section.style_two .event_box .image {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto 20px;
}
.time_line_section.style_two .event_box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.time_line_section.style_two .event_box .date_box {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.time_line_section.style_two .event_box .date_box h6 {
	position: relative;
	display: inline-block;
	padding: 12px 26px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	background: transparent;
	border-radius: 30px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.time_line_section.style_two .event_box .date_box h6::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background: #c5a47e;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -25px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.time_line_section.style_two .event_box .content_box {
	position: relative;
	background: transparent;
	padding: 40px 30px;
	border-radius: 10px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.time_line_section.style_two .event_box .content_box h2 {
	line-height: normal;
}
.time_line_section.style_two .event_box .content_box h2 a {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 12px;
	display: block;
}
.time_line_section.style_two .event_box .content_box small {
	font-size: 16px;
	color: #c5a47e;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}
.time_line_section.style_two .event_box .content_box p {
	margin-bottom: 10px;
	color: var(--text-color-light);
}
.time_line_section.style_two .event_box .content_box a.read_more {
	width: 50px;
	height: 50px;
	line-height: 54px;
	border-radius: 50px;
	color: #fff;
	background: #c5a47e;
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 30px auto 0px;
}
.time_line_section.style_two .event_box:hover .content_box {
	background: #c5a47e;
}
.time_line_section.style_two .event_box:hover .content_box p {
	color: rgba(255, 255, 255, 0.8);
}
.time_line_section.style_two .event_box:hover .date_box {
	border-bottom: 1px solid #c5a47e;
}
.time_line_section.style_two .event_box:hover .date_box h6 {
	background: #c5a47e;
}
.time_line_section.style_two .event_box:hover a.read_more {
	background: #fff;
	color: #c5a47e;
}
.time_line_section.style_two .swiper-slide-active .event_box .content_box p {
	color: rgba(255, 255, 255, 0.8);
}
.time_line_section.style_two .swiper-slide-active .event_box .date_box {
	border-bottom: 1px solid #c5a47e;
}
.time_line_section.style_two .swiper-slide-active .event_box .date_box h6 {
	background: #c5a47e;
}
.time_line_section.style_two .swiper-slide-active .event_box a.read_more {
	background: #fff;
	color: #c5a47e;
}
.time_line_section.style_two .position-relative {
	width: 110px;
	margin: auto;
	height: 50px;
	padding-top: 20px;
}
.time_line_section.style_two .position-relative .next-single-one_three:before {
	right: 0;
}
.time_line_section.style_two .position-relative .prev-single-one_three:before {
	left: 0;
}
/*---------tab ----style-----one---------------*/
.tabs_all_box {
	position: relative;
}
.tabs_all_box .s_tab {
	display: none;
}
.tabs_all_box .s_tab.active-tab {
	display: block;
}
.tabs_all_box .s_tab.active-tab.show {
	animation: fadeIn ease 0.9s;
	-webkit-animation: fadeIn ease 0.9s;
	-moz-animation: fadeIn ease 0.9s;
	-o-animation: fadeIn ease 0.9s;
	-ms-animation: fadeIn ease 0.9s;
}
.tabs_all_box.type_one {
	position: relative;
}
.tabs_all_box.type_one .tabs_header {
	position: absolute;
	left: 50px;
	width: 270px;
	height: auto;
	background: #fff;
	padding: 10px 0px 0px 0px;
	box-shadow: var(--box-shadow);
	border-radius: 10px;
	z-index: 5;
	top: -20px;
}
.tabs_all_box.type_one .tabs_header ul {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
.tabs_all_box.type_one .tabs_header ul li {
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tabs_header ul li a {
	font-size: 16px;
	position: relative;
	font-weight: 700;
	color: var(--heading-dark);
	line-height: 28px;
	font-family: var(--creote-family-one);
	padding: 20px 0px;
	border-bottom: 1px solid #e4e7ee;
	background: transparent;
	border-radius: 0px;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tabs_header ul li a.active {
	color: #c5a47e;
}
.tabs_all_box.type_one .tabs_header ul li:last-child a {
	border-bottom: 0px;
}
.tabs_all_box.type_one .tabs_header ul li:hover a {
	color: #c5a47e;
	padding-left: 5px;
}
.tabs_all_box.type_one .tabs_header .toll_free {
	position: relative;
	padding: 20px;
	background: #c5a47e;
	border-radius: 10px;
}
.tabs_all_box.type_one .tabs_header .toll_free a {
	position: relative;
	display: block;
	padding-left: 60px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 26px;
	font-family: var(--creote-family-one);
}
.tabs_all_box.type_one .tabs_header .toll_free a i {
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
	color: #c5a47e;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.tabs_all_box.type_one .tab_content {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	min-height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.tabs_all_box.type_one .tab_content::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0px;
	background: linear-gradient(to top, #00000094 2%, rgba(0, 0, 0, 0) 129%);
	z-index: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tab_content .content_image {
	position: relative;
	margin-left: 320px;
	padding: 155px 50px 80px;
	z-index: 2;
}
.tabs_all_box.type_one .tab_content .content_image h6 {
	font-weight: 600;
	text-decoration: underline;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}
.tabs_all_box.type_one .tab_content .content_image h2 {
	font-weight: 700;
	color: #fff;
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 20px;
}
.tabs_all_box.type_one .tab_content .content_image p {
	color: #fff;
	opacity: 0.8;
}
.tabs_all_box.type_one .tab_content .content_image a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-family: var(--creote-family-one);
	font-weight: 500;
	opacity: 0.8;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tab_content .content_image a i {
	top: 0;
	font-size: 16px;
}
.tabs_all_box.type_one .tab_content .content_image a:hover {
	color: #c5a47e;
}
.tabs_all_box.type_two .tabs_header {
	position: relative;
	margin-bottom: 50px;
}
.tabs_all_box.type_two .tabs_header .showcase_tabs_btns {
	position: relative;
}
.tabs_all_box.type_two .tabs_header .showcase_tabs_btns::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #c5a47e;
	opacity: 0.1;
	z-index: -1;
}
.tabs_all_box.type_two .tabs_header ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.tabs_all_box.type_two .tabs_header ul li {
	display: inline-block;
	margin: 0px 15px;
}
.tabs_all_box.type_two .tabs_header ul li a {
	font-size: 13px;
	font-weight: 600;
	color: var(--heading-dark);
	line-height: 28px;
	text-transform: uppercase;
	font-family: var(--creote-family-one);
	padding: 12px 25px 9px;
	border-radius: 10px;
	border: 1px solid #e4e7ee;
	background: #fff;
	display: block;
}
.tabs_all_box.type_two .tabs_header ul li a.active {
	background: #fff;
	border-color: #fff;
	box-shadow: var(--box-shadow-two);
	color: #c5a47e;
}
.tabs_all_box.type_two .tab_content {
	position: relative;
}
.tabs_all_box.type_two .tab_content .content_bx {
	position: relative;
}
.tabs_all_box.type_two .tab_content .content_bx h6 {
	font-weight: 600;
	color: #c5a47e;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}
.tabs_all_box.type_two .tab_content .content_bx h2 {
	font-weight: 700;
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 20px;
}
.tabs_all_box.type_two .tab_content .content_bx p {
	margin-bottom: 26px;
}
.tabs_all_box.type_two .tab_content .content_bx ul {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0px 0px 20px;
}
.tabs_all_box.type_two .tab_content .content_bx ul li {
	list-style: none;
	position: relative;
	margin-bottom: 12px;
}
.tabs_all_box.type_two .tab_content .content_bx ul li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #c5a47e;
}
.tabs_all_box.type_two .tab_content .content_bx ul li:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	opacity: 0.4;
	left: -14px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #c5a47e;
}
.tabs_all_box.type_three .tabs_header {
	position: relative;
	margin-bottom: 10px;
}
.tabs_all_box.type_three .tabs_header .showcase_tabs_btns {
	position: relative;
}
.tabs_all_box.type_three .tabs_header ul {
	display: block;
	margin: 0;
	padding: 0;
}
.tabs_all_box.type_three .tabs_header ul li {
	display: inline-block;
	margin-right: 20px;
}
.tabs_all_box.type_three .tabs_header ul li a {
	font-size: 18px;
	font-weight: 700;
	color: var(--heading-dark);
	line-height: 28px;
	text-transform: capitalize;
	font-family: var(--creote-family-one);
	border-radius: 10px;
	border: 0px;
	background: transparent;
	display: block;
}
.tabs_all_box.type_three .tabs_header ul li a.active {
	color: #c5a47e;
}
.tabs_all_box.type_three .tab_content {
	position: relative;
}
.tabs_all_box.type_three .tab_content .image {
	position: relative;
	margin-bottom: 30px;
	height: 400px;
	border-radius: 5px;
	overflow: hidden;
}
.tabs_all_box.type_three .tab_content .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tabs_all_box.type_three .tab_content .content_bx {
	position: relative;
}
.tabs_all_box.type_three .tab_content .content_bx h6 {
	font-weight: 600;
	color: #c5a47e;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
	text-decoration: underline;
}
.tabs_all_box.type_three .tab_content .content_bx h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	color: var(--heading-dark);
}
.tabs_all_box.type_three .tab_content .content_bx p {
	margin-bottom: 26px;
}
.tabs_all_box.type_three .tab_content .content_bx ul {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0px 0px 20px;
}
.tabs_all_box.type_three .tab_content .content_bx ul li {
	list-style: none;
	position: relative;
	margin-bottom: 12px;
}
.tabs_all_box.type_three .tab_content .content_bx ul li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #c5a47e;
}
.tabs_all_box.type_three .tab_content .content_bx ul li:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	opacity: 0.4;
	left: -14px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #c5a47e;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*----client_logo_carousel------*/
.client_logo_carousel {
	position: relative;
}
.client_logo_carousel.type_one .swiper-slide, .client_logo_carousel.type_one .owl-item {
	position: relative;
}
.client_logo_carousel.type_one .swiper-slide .image, .client_logo_carousel.type_one .owl-item .image {
	text-align: center;
	position: relative;
	margin: 0px 20px;
	padding: 20px 20px;
}
.client_logo_carousel.type_one .swiper-slide .image img, .client_logo_carousel.type_one .owl-item .image img {
	width: 200px;
	height: auto;
}
.client_logo_carousel.type_one .owl-item .image::before {
	display: none;
}
.client_logo_carousel.type_one .owl-item:last-child .image::after {
	display: none;
}
.client_logo_carousel.type_two .swiper-slide .image, .client_logo_carousel.type_two .owl-item .image {
	text-align: center;
	position: relative;
}
.client_logo_carousel.type_two .swiper-slide .image img, .client_logo_carousel.type_two .owl-item .image img {
	width: 200px;
	height: auto;
}
.client_logo_carousel .swiper-wrapper {
	align-items: center;
}
/*------------newsteller------------------*/
.newsteller {
	position: relative;
}
.newsteller.style_one .item_scubscribe {
	position: relative;
	top: 9px;
}
.newsteller.style_one .item_scubscribe .mc4wp-form-fields {
	position: relative;
}
.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type="email"] {
	border-radius: 10px 0px 10px 0px;
}
.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	background: #282f3b;
	border-radius: 0px 0px 10px 0px;
	height: 56px;
	min-width: 100px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	min-height: 56px;
	line-height: 56px;
	border: 0px !important;
}
.newsteller.style_one .content {
	position: relative;
	padding-left: 15px;
	border-left: 4px solid #fff;
}
.newsteller.style_one .content h2 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
	font-size: 30px;
	line-height: 40px;
}
.newsteller.style_one .content p {
	margin-bottom: 0px;
	color: #fff;
}
.newsteller.style_two {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 50px;
}
.newsteller.style_two::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #c5a47e;
	opacity: 0.8;
}
.newsteller.style_two .inner_stell {
	position: relative;
	z-index: 2;
	text-align: center;
}
.newsteller.style_two .inner_stell h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}
.newsteller.style_two .inner_stell p {
	color: #fff;
	margin-bottom: 25px;
}
.newsteller.style_two .item_scubscribe {
	position: relative;
	width: calc(100% - 40%);
	margin: 0px auto;
}
.newsteller.style_two .item_scubscribe input {
	margin: 0px auto;
}
.newsteller.style_two .item_scubscribe input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 150px;
	min-height: 50px;
	line-height: 50px;
	width: auto;
	border-radius: 5px;
	background: #282f3b;
	border: 0px !important;
}
.newsteller.style_three {
	text-align: center;
}
.newsteller.style_three h6 {
	font-size: 18px;
	line-height: 30px;
	padding: 5px 15px;
	background: #fff;
	color: #c5a47e;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 30px;
}
.newsteller.style_three h2 {
	font-size: 44px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}
.newsteller.style_three p {
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	margin-bottom: 25px;
}
.newsteller.style_three .mc4wp-form-fields {
	position: relative;
	width: 60%;
	margin: auto;
}
.newsteller.style_three .mc4wp-form-fields input {
	background: transparent;
	border-radius: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.newsteller.style_three .mc4wp-form-fields input::placeholder {
	color: #fff !important;
}
.newsteller.style_three .mc4wp-form-fields input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	min-width: 100px;
	width: auto;
	background: #fff;
	color: var(--heading-dark);
	height: auto;
	line-height: 40px;
	min-height: 40px;
	margin: 0px;
}
.newsteller.style_four input[type="submit"] {
	position: absolute;
	z-index: 99;
	top: 4px !important;
	right: 6px !important;
	left: unset !important;
	height: 48px !important;
	line-height: 48px !important;
	min-height: 48px !important;
	width: 150px !important;
	min-width: 150px !important;
	border-radius: 10px 0px 10px 0px !important;
}
@media (max-width: 992px) {
	.newsteller.style_three .mc4wp-form-fields {
		width: 100%;
	}
}
/*----price_plan_box------*/
.price_plan_box {
	position: relative;
}
.price_plan_box.style_one {
	box-shadow: var(--box-shadow);
	background: #fff;
	padding: 45px 35px 40px;
	border-radius: 10px;
}
.price_plan_box.style_one.tag_enables::before {
	position: absolute;
	content: '';
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #282f3b;
	border-right: 10px solid transparent;
	top: -20px;
	right: 27px;
	z-index: 0;
}
.price_plan_box.style_one .tag {
	position: absolute;
	transform: rotate(-90deg);
	background: #c5a47e;
	color: #fff;
	padding: 3px 16px 3px 4px;
	text-transform: uppercase;
	font-size: 13px;
	top: 18px;
	right: -16px;
}
.price_plan_box.style_one .tag::before {
	position: absolute;
	content: '';
	border-left: 10px solid transparent;
	border-top: 12px solid #c5a47e;
	border-bottom: 13px solid #c5a47e;
	border-right: 10px solid #c5a47e;
	bottom: 0px;
	left: -20px;
	z-index: -82;
}
.price_plan_box.style_one .top {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-right: 25px;
}
.price_plan_box.style_one .top::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #c5a47e;
	bottom: 0;
	left: 0;
}
.price_plan_box.style_one .top h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}
.price_plan_box.style_one .top p {
	margin: 0;
}
.price_plan_box.style_one .mid {
	position: relative;
	margin-bottom: 30px;
}
.price_plan_box.style_one .mid h4 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	color: #c5a47e;
	margin-bottom: 7px;
}
.price_plan_box.style_one .mid h4 small, .price_plan_box.style_one .mid h4 span {
	font-size: 20px;
	position: relative;
	top: -20px;
}
.price_plan_box.style_one .bottom {
	position: relative;
}
.price_plan_box.style_one .bottom ul {
	position: relative;
	margin: 0 0 40px;
	padding: 0;
}
.price_plan_box.style_one .bottom ul li {
	position: relative;
	list-style: none;
	padding: 10px 20px 10px 40px;
	border-radius: 5px;
}
.price_plan_box.style_one .bottom ul li:nth-child(2n+1) {
	background: var(--primary-color-three);
}
.price_plan_box.style_one .bottom ul li i {
	position: absolute;
	left: 15px;
	bottom: 0;
	top: 0;
	margin: auto;
	font-size: 16px;
	color: #c5a47e;
	line-height: 16px;
	height: 16px;
}
.price_plan_box.style_two {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #e4e7ee;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.price_plan_box.style_two .tag {
	position: absolute;
	max-width: 120px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #c5a47e;
	border-radius: 30px;
	text-align: center;
	top: -16px;
	right: 0;
	margin: auto;
	left: 0;
	z-index: 2;
}
.price_plan_box.style_two .inner_box {
	position: relative;
}
.price_plan_box.style_two .inner_box .top {
	padding: 42px 30px 30px;
	background: var(--primary-color-three);
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.price_plan_box.style_two .inner_box .top h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 6px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.price_plan_box.style_two .inner_box .top p {
	margin-bottom: 0px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.price_plan_box.style_two .inner_box .mid {
	position: relative;
	padding: 42px 30px 30px;
	text-align: center;
}
.price_plan_box.style_two .inner_box .mid h4 {
	font-size: 36px;
	line-height: 46px;
	color: #c5a47e;
	font-weight: 700;
}
.price_plan_box.style_two .inner_box .mid h4 span {
	font-size: 20px;
	font-weight: 500;
	color: var(--text-color-dark);
	line-height: 30px;
}
.price_plan_box.style_two .inner_box .bottom {
	position: relative;
	padding: 0px 40px 40px;
	text-align: center;
}
.price_plan_box.style_two .inner_box .bottom ul {
	margin: 0px 0px 40px;
	padding: 0px;
	text-align: left;
}
.price_plan_box.style_two .inner_box .bottom ul li {
	position: relative;
	list-style: none;
	padding-left: 33px;
	margin-bottom: 10px;
}
.price_plan_box.style_two .inner_box .bottom ul li i {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border-radius: 30px;
	color: var(--text-color-light);
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #e4e7ee;
}
.price_plan_box.style_two .inner_box .bottom a.theme-btn {
	border-radius: 10px;
	background: #c5a47e;
	color: #fff;
	font-family: var(--creote-family-one);
	font-size: 15px;
}
.price_plan_box.style_two:hover {
	box-shadow: var(--box-shadow);
}
.price_plan_box.style_two:hover .inner_box .top {
	background: #c5a47e;
}
.price_plan_box.style_two:hover .inner_box .top h2 {
	color: #fff;
}
.price_plan_box.style_two:hover .inner_box .top p {
	color: #fff;
}
.price_plan_box.style_three {
	background: var(--primary-color-three);
	padding: 10px;
	border: 1px solid #e4e7ee;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.price_plan_box.style_three .image {
	overflow: hidden;
	position: relative;
}
.price_plan_box.style_three .image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.price_plan_box.style_three .image .tag {
	position: absolute;
	content: '';
	padding: 5px 15px;
	background: #282f3b;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--creote-family-one);
	z-index: 1;
	top: 0;
	right: 0;
	color: #fff;
	border-radius: 0px 0px 0px 10px;
	line-height: 25px;
}
.price_plan_box.style_three .image .mid {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	left: 0;
	bottom: 0%;
	padding: 0px 0px 0px 20px;
}
.price_plan_box.style_three .image .mid .pri {
	height: 70px;
	padding: 0px 15px;
	background: #c5a47e;
	color: #fff;
	font-family: var(--creote-family-two);
	font-weight: 700;
	font-size: 22px;
	line-height: 70px;
}
.price_plan_box.style_three .image .mid h6 {
	padding: 5px 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--creote-family-one);
	z-index: 1;
	color: #282f3b;
	border-radius: 10px 0px 0px 0px;
	line-height: 25px;
}
.price_plan_box.style_three .inner_box {
	position: relative;
	padding: 30px 20px 20px;
}
.price_plan_box.style_three .inner_box h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 8px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.price_plan_box.style_three .inner_box p {
	margin-bottom: 0px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.price_plan_box.style_three .inner_box .bottom {
	position: relative;
	padding: 20px 0px 0px;
	text-align: left;
}
.price_plan_box.style_three .inner_box .bottom ul {
	margin: 0px 0px 40px;
	padding: 0px;
	text-align: left;
}
.price_plan_box.style_three .inner_box .bottom ul li {
	position: relative;
	list-style: none;
	padding-left: 33px;
	margin-bottom: 10px;
}
.price_plan_box.style_three .inner_box .bottom ul li i {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border-radius: 30px;
	color: #c5a47e;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #e4e7ee;
}
.price_plan_box.style_three .inner_box .bottom a.theme-btn {
	background: #c5a47e;
	color: #fff;
	font-family: var(--creote-family-one);
	font-size: 15px;
}
.price_plan_box.style_three .inner_box .bottom a.theme-btn:hover {
	background: #282f3b;
	color: #fff;
	border-color: #282f3b;
}
.price_plan_box.style_three:hover {
	border-color: #c5a47e;
}
.price_plan_box.style_three:hover .image img {
	opacity: 0.8;
}
.price_plan_with_tab {
	position: relative;
}
.price_plan_with_tab .row {
	--bs-gutter-x: 1.5 rem !important;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list {
	position: relative;
	text-align: center;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul {
	display: inline-block;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 60px;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li {
	display: inline-block;
	border: 0px;
	padding: 0px;
	margin-right: -4px;
	position: relative;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li button {
	border: 1px solid #e4e7ee;
	padding: 14px 20px 10px;
	box-shadow: none;
	font-size: 13px;
	font-family: var(--creote-family-one);
	line-height: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--heading-dark);
	background-color: transparent !important;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li button.active {
	color: #c5a47e;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li:first-child button {
	border-right: 0px;
	border-radius: 10px 0px 0px 10px;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li:first-child::before {
	position: absolute;
	content: '';
	width: 1px;
	background: #c5a47e;
	opacity: 0.2;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li:last-child button {
	border-left: 0px;
	border-radius: 0px 10px 10px 0px;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li + li {
	padding: 0px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list {
	position: relative;
	text-align: center;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul {
	display: inline-block;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 60px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li {
	display: inline-block;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li button {
	box-shadow: none;
	border: 0px;
	font-size: 13px;
	font-family: var(--creote-family-one);
	line-height: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--heading-dark);
	background-color: transparent !important;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li button.active {
	color: #c5a47e;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child {
	margin-right: 43px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child::before {
	position: absolute;
	content: '';
	width: 70px;
	height: 30px;
	border-radius: 30px;
	background: var(--primary-color-three);
	border: 1px solid #e4e7ee;
	right: -82px;
	top: -5px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child button.active:after {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 50px;
	background: #c5a47e;
	top: 2px;
	right: -36px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:last-child {
	margin-left: 43px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:last-child button.active:after {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 50px;
	background: #c5a47e;
	top: 2px;
	left: -36px;
}
.modal-popup-inner .form_content input, .modal-popup-inner .form_content input[type="text"], .modal-popup-inner .form_content input[type="email"], .modal-popup-inner .form_content input[type="number"], .modal-popup-inner .form_content textarea, .modal-popup-inner .form_content select {
	margin-bottom: 5px !important;
}
.modal-popup-inner .form_content p {
	position: relative;
	margin: 0px;
}
.modal-popup-inner .form_content p i {
	position: absolute;
	top: 46px;
	right: 14px;
	color: #c5a47e;
	margin: auto;
	font-size: 16px;
	height: 16px;
}
.modal-popup-inner .form_content p br {
	display: none;
}
/*--====================================================--
 ----==============price_plan_box========================--
 --======================================================--*/
.counter_section {
	position: relative;
	text-align: center;
}
.counter_section .logo_sec {
	position: relative;
	margin-bottom: 60px;
}
.counter_section .logo_sec img {
	width: 200px;
}
.counter_section .title {
	position: relative;
}
.counter_section .title h2 {
	font-size: 72px;
	line-height: 82px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
}
.counter_section .title p {
	color: #fff;
	opacity: 0.8;
	margin-bottom: 30px;
}
.counter_section .Countdown-timer {
	position: relative;
}
.counter_section .Countdown-timer .item {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0px 25px;
}
.counter_section .Countdown-timer .item span {
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 6px;
}
.counter_section .Countdown-timer .item small {
	font-size: 50px;
	font-weight: 600;
	position: absolute;
	right: -9px;
	top: 13px;
	line-height: 25px;
	color: #c5a47e;
}
.counter_section .Countdown-timer .item p {
	color: #c5a47e;
	font-size: 13px;
	font-weight: 600;
	margin-top: 3px;
	text-transform: uppercase;
	line-height: 23px;
	font-family: var(--creote-family-one);
}
/*--====================================================--
 ----==============social_media_v_one========================--
 --======================================================--*/
.social_media_v_one {
	position: relative;
}
.social_media_v_one ul {
	padding: 0;
	margin: 0;
}
.social_media_v_one ul li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px !important;
}
.social_media_v_one ul li:last-child {
	margin-right: 0px;
}
.social_media_v_one ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 50px;
	background: #282f3b;
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.social_media_v_one ul li a span {
	opacity: 0.8;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.social_media_v_one ul li a small {
	position: absolute;
	padding: 5px 15px;
	border-radius: 5px;
	background: #fff;
	color: #c5a47e;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	min-width: 100px;
	text-align: center;
	margin: auto;
	left: -10px;
	right: 0;
	top: -35px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	opacity: 0;
}
.social_media_v_one ul li a small::before {
	position: absolute;
	content: '';
	width: 12px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 12px;
	bottom: -20px;
	left: 20px;
}
.social_media_v_one ul li a:hover {
	background: #c5a47e;
	color: #fff;
}
.social_media_v_one ul li a:hover small {
	opacity: 1;
}
.social_media_v_one ul li a:hover span {
	opacity: 1;
}
.social_media_v_one.light ul li a {
	background: #FFFFFF0A;
}
.social_media_v_one.style_two ul li a {
	background-color: var(--primary-color-three);
	color: #c5a47e;
}
.social_media_v_one.style_three ul li a {
	background-color: #c5a47e;
	color: var(--color-white);
}
.social_media_v_one.color_white ul li a {
	background-color: var(--color-white);
	color: var(--heading-dark);
}
/*--====================================================--
 ----==============shape_one========================--
 --======================================================--*/
.shape_one {
	position: absolute;
	min-height: 150px;
}
@media (max-width: 1500px) {
	.shape_one {
		display: none;
	}
}
/*--====================================================--
 ----==============Contact us contact boxes========================--
 --======================================================--*/
.contact_box_content {
	position: relative;
}
.contact_box_content.style_one .contact_box_inner {
	position: relative;
	padding: 20px 30px;
	display: block;
	border-radius: 10px;
	border: 1px solid #e4e7ee;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	cursor: pointer;
	background: #fff;
}
.contact_box_content.style_one .contact_box_inner .contnet {
	position: relative;
}
.contact_box_content.style_one .contact_box_inner .contnet h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--heading-dark);
	margin-bottom: 5px;
	line-height: 26px;
}
.contact_box_content.style_one .contact_box_inner .contnet p {
	margin-bottom: 0px;
}
.contact_box_content.style_one .contact_box_inner:hover {
	box-shadow: var(--box-shadow);
	border-color: #fff;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
	position: absolute;
	left: 24px;
	bottom: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #c5a47e;
	margin: auto;
	text-align: center;
	line-height: 40px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx span {
	color: #fff;
	font-size: 16px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
	margin-left: 55px;
}
.contact_box_content.style_two .contact_box_inner {
	position: relative;
	display: flex;
}
.contact_box_content.style_two .contact_box_inner .icon_bx {
	position: relative;
	min-width: 60px;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: #c5a47e;
	color: #fff;
	line-height: 60px;
	margin: auto 0px;
}
.contact_box_content.style_two .contact_box_inner .icon_bx span {
	font-size: 25px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	color: #fff;
	height: 40px;
}
.contact_box_content.style_two .contact_box_inner .icon_bx img {
	width: 30px;
	height: auto;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.contact_box_content.style_two .contact_box_inner .text {
	position: relative;
	margin-left: 12px;
}
.contact_box_content.style_two .contact_box_inner .text h3 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2px;
}
.contact_box_content.style_two .contact_box_inner .text p {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 25px;
}
.contact_box_content.style_two .contact_box_inner.color_two .icon_bx {
	background: transparent;
	border: 1px dashed #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .icon_bx span {
	color: #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .text h3 {
	color: #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .text p {
	color: rgba(255, 255, 255, 0.8);
}
/*--====================================================--
 ----==============Contact Form contact========================--
 --======================================================--*/
input::placeholder, textarea::placeholder {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--creote-family-one);
	color: var(--text-color-dark);
	text-transform: capitalize;
}
form p {
	margin-bottom: 0px;
}
form br {
	display: none;
}
.contact_form_box_all {
	position: relative;
}
.contact_form_box_all input, .contact_form_box_all input[type="text"], .contact_form_box_all input[type="email"], .contact_form_box_all input[type="number"], .contact_form_box_all textarea, .contact_form_box_all select {
	margin: 6px 0px 25px !important;
}
.contact_form_box_all input[type="submit"], .contact_form_box_all button[type="submit"] {
	margin-bottom: 10px !important;
}
.contact_form_box_all label {
	position: relative;
}
.contact_form_box_all textarea {
	height: 130px;
}
.contact_form_box_all.type_one .contact_form_box_inner {
	position: relative;
	padding: 50px 45px 35px;
	border-radius: 15px;
	background: #fff;
	box-shadow: var(--box-shadow-two);
	z-index: 1;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode {
	position: relative;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode label {
	font-size: 12px;
	font-weight: 600;
	font-family: var(--creote-family-one);
	line-height: 12px;
	color: var(--heading-dark);
	width: 100%;
	text-transform: uppercase;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	width: 100%;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode input, .contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode button {
	width: 100%;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode p {
	position: relative;
	margin: 0px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode p i {
	position: absolute;
	top: 37px;
	right: 14px;
	color: #c5a47e;
	margin: auto;
	font-size: 16px;
	height: 16px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode textarea {
	height: 150px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .ajax-loader, .contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-spinner {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-not-valid-tip {
	font-size: 15px;
	font-weight: 400;
	font-family: var(--creote-family-one);
	line-height: 26px;
	color: #c5a47e;
	text-transform: none;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-response-output {
	position: absolute;
	z-index: 11;
	background: #c5a47e;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--creote-family-two);
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	border-color: #c5a47e;
	margin: auto;
	bottom: -78px;
	right: 0;
	left: 0;
	width: auto;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-response-output::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 20px;
	height: 20px;
	top: -22px;
	margin: auto;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #c5a47e;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.contact_form_box_all.type_two {
	position: relative;
}
.contact_form_box_all.type_two img {
	position: absolute;
	width: 100%;
	right: -400px;
	bottom: 0px;
}
.contact_form_box_all.type_two .contact_form_shortcode {
	position: relative;
	padding: 50px;
	background: #fff;
	box-shadow: var(--box-shadow);
	border-radius: 10px;
	max-width: 600px;
	height: auto;
}
.contact_form_box_all.type_two .contact_form_shortcode .heading {
	position: relative;
	margin-bottom: 30px;
}
.contact_form_box_all.type_two .contact_form_shortcode .heading h2 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	color: vr(--heading-dark);
}
.contact_form_box_all.type_two .contact_form_shortcode .heading h2 span {
	font-weight: 400;
	color: #c5a47e;
}
.contact_form_box_all.type_two .contact_form_shortcode form br {
	display: none;
}
.contact_form_box_all.type_two .contact_form_shortcode form .row {
	--bs-gutter-x: 1.5 rem !important;
	margin-bottom: 0px;
}
.contact_form_box_all.type_two .contact_form_shortcode form input {
	padding: 0px 15px;
}
.contact_form_box_all.type_two .contact_form_shortcode form textarea {
	padding: 10px 15px;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label, .contact_form_box_all.type_two .contact_form_shortcode form div label {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: var(--text-color-dark);
	font-family: var(--creote-family-one);
	position: relative;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label input, .contact_form_box_all.type_two .contact_form_shortcode form div label input, .contact_form_box_all.type_two .contact_form_shortcode form p label textarea, .contact_form_box_all.type_two .contact_form_shortcode form div label textarea {
	margin-top: 5px;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label span, .contact_form_box_all.type_two .contact_form_shortcode form div label span {
	width: 100%;
	display: block;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label i, .contact_form_box_all.type_two .contact_form_shortcode form div label i {
	position: absolute;
	top: 26px;
	right: 11px;
	bottom: 0;
	font-size: 12px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin: auto;
	color: #c5a47e;
	text-align: center;
}
.contact_form_box_all.type_two .contact_form_shortcode form p.text_area label i, .contact_form_box_all.type_two .contact_form_shortcode form div.text_area label i {
	top: 42px;
	bottom: inherit;
}
.contact_form_box_all.type_two .contact_form_shortcode form p::last-child, .contact_form_box_all.type_two .contact_form_shortcode form div::last-child {
	margin-bottom: 0px;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form {
	position: relative;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form .row {
	--bs-gutter-x: 1.5 rem;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form label {
	color: #c5a47e;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--creote-family-one);
	font-weight: 500;
	width: 100%;
	position: relative;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form label i {
	position: absolute;
	top: 0;
	right: 0;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form br {
	display: none;
}
.contact_form_box_all.type_four {
	background: #FFFFFF;
	border-radius: 17px 17px 17px 17px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e4e7ee;
	padding: 40px 40px 40px 40px;
}
.contact_form_box_all.type_four label i {
	position: absolute;
	top: 0;
	right: 0;
	color: #c5a47e;
}
.contact_form_box_all.type_five {
	background-color: #FFFFFF;
	padding: 40px 40px 40px 40px;
	border-radius: 10px 10px 10px 10px;
}
.contact_form_box_all.type_five .title_sections .before_title {
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 25px !important;
	letter-spacing: 1.3px !important;
}
.contact_form_box_all.type_five .title_sections .title_big {
	font-size: 51px !important;
	font-weight: 800 !important;
	line-height: 66px !important;
}
.contact_form_box_all.type_five label {
	color: #c5a47e;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--creote-family-one);
	font-weight: 500;
	width: 100%;
	position: relative;
}
.contact_form_box_all.type_five label i {
	position: absolute;
	top: 28px;
	right: 10px;
}
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, .contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
}
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, .contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
	float: right;
}
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item.first, .contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0px !important;
}
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"], .contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item input[type="checkbox"], .contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item input[type="radio"], .contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item input[type="radio"] {
	display: inline-block;
	margin: -4px 7px 0px 0px !important;
}
.wpcf7-form-control-wrap input[type="file"] {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
}
form {
	position: relative;
}
form .wpcf7-response-output {
	position: absolute;
	padding: 15px 40px !important;
	border-radius: 5px;
	border: 0px !important;
	background: #282f3b;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	font-family: var(--creote-family-one);
	font-weight: 600;
	color: #fff;
	bottom: -76px;
	left: 0;
	display: block;
	margin: 0px !important;
}
/*-============fourntcontent====================-*/
.error-404 {
	position: relative;
	margin-bottom: 30px;
}
.fourntcontent {
	position: relative;
}
.fourntcontent h1 {
	font-size: 72px;
	line-height: 82px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #c5a47e;
}
.fourntcontent h2 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--heading-dark);
}
.fourntcontent p {
	margin-bottom: 25px;
}
.search {
	position: relative;
	margin-bottom: 30px;
}
.search input {
	box-shadow: var(--box-shadow-two);
}
.search .sch_btn {
	position: absolute;
	height: 40px;
	top: 8px;
	right: 8px;
	width: 40px;
	background: #282f3b;
	color: #fff;
	border-radius: 5px;
	border: 0px;
}
/*-----description_box-------*/
.description_box {
	position: relative;
}
.description_box p {
	margin: 0;
}
.description_box p span {
	color: #c5a47e;
}
/*----===========quotes_box==============------*/
.quotes_box {
	position: relative;
}
.quotes_box.style_one {
	padding: 0px 20px 0px 20px;
	border-left: 3px solid #c5a47e;
}
.quotes_box.style_one .icon {
	position: absolute;
	left: 28px;
	top: 0;
}
.quotes_box.style_one .icon img {
	height: 44px;
	width: auto;
}
.quotes_box.style_one .icon span {
	font-size: 44px;
	line-height: 44px;
	color: #282f3b;
}
.quotes_box.style_one .content {
	position: relative;
	padding-left: 75px;
}
.quotes_box.style_one .content h6 {
	font-size: 22px;
	line-height: 32px;
	color: #282f3b;
	margin-bottom: 18px;
}
.quotes_box.style_one .content h3 {
	font-size: 18px;
	line-height: 28px;
	color: #c5a47e;
}
.quotes_box.style_two {
	position: relative;
	padding-left: 35px;
}
.quotes_box.style_two .top_content {
	position: relative;
	padding: 20px 20px 20px 60px;
	border-radius: 5px;
	background: #c5a47e;
	margin-bottom: 25px;
}
.quotes_box.style_two .top_content .auth_img {
	position: absolute;
	left: -17px;
	width: 70px;
	height: 70px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
}
.quotes_box.style_two .top_content .auth_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quotes_box.style_two .top_content .description_bx {
	position: relative;
}
.quotes_box.style_two .top_content .description_bx p {
	margin-bottom: 0px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.quotes_box.style_two .top_content .description_bx .icon {
	position: absolute;
	right: 5px;
	top: 5px;
}
.quotes_box.style_two .top_content .description_bx .icon span {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	opacity: 0.05;
}
.quotes_box.style_two .top_content::before {
	position: absolute;
	content: '';
	border-left: 50px solid transparent;
	border-top: 50px solid transparent;
	border-right: 50px solid #c5a47e;
	border-bottom: 50px solid transparent;
	left: -59px;
	z-index: -1;
	opacity: 0.8;
}
.quotes_box.style_two .content {
	position: relative;
	padding: 10px 0px 0px 0px;
}
.quotes_box.style_two .content h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: var(--heading-dark);
	margin-bottom: 2px;
}
.quotes_box.style_two .content h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-family: var(--creote-family-two);
	color: #c5a47e;
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.quotes_box.style_one .icon {
		position: relative;
		left: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.quotes_box.style_one .content {
		padding-left: 0px;
	}
}
.link_box_contents.style_one .link_content_bx {
	position: relative;
	display: flex;
	background: var(--primary-color-three);
	padding: 0px 0px 0px 20px;
	align-items: center;
	border-radius: 10px;
}
.link_box_contents.style_one .link_content_bx .image_box {
	min-width: 28%;
	height: auto;
	min-height: auto;
	margin-top: auto;
}
.link_box_contents.style_one .link_content_bx .image_box img {
	width: auto;
	height: 190px;
}
.link_box_contents.style_one .link_content_bx .con_box {
	padding: 22px 30px 20px;
	position: relative;
	min-width: 72%;
}
.link_box_contents.style_one .link_content_bx .con_box h2 {
	font-size: 20px;
	font-weight: 700;
	color: #c5a47e;
	line-height: 30px;
	margin-bottom: 10px;
}
.link_box_contents.style_one .link_content_bx .con_box a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: var(--link-color-dark);
	font-family: var(--creote-family-one);
}
.link_box_contents.style_one .link_content_bx .con_box a i {
	position: relative;
	top: 2px;
	font-size: 18px;
	left: 5px;
}
.link_box_contents.style_two .link_content_bx {
	position: relative;
	display: flex;
	background: #c5a47e;
	padding: 0px 20px 0px 0px;
	align-items: center;
	border-radius: 10px;
}
.link_box_contents.style_two .link_content_bx .image_box {
	min-width: 28%;
	height: auto;
	min-height: auto;
	margin-top: auto;
}
.link_box_contents.style_two .link_content_bx .image_box img {
	width: auto;
	height: 190px;
}
.link_box_contents.style_two .link_content_bx .con_box {
	padding: 22px 30px 20px;
	position: relative;
	min-width: 72%;
}
.link_box_contents.style_two .link_content_bx .con_box h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
.link_box_contents.style_two .link_content_bx .con_box a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	font-family: var(--creote-family-one);
}
.link_box_contents.style_two .link_content_bx .con_box a i {
	position: relative;
	top: 2px;
	font-size: 18px;
	left: 5px;
}
/*----contact_list type_one-----*/
.contact_list {
	position: relative;
}
.contact_list.type_one .same_contact, .contact_list.type_two .same_contact {
	position: relative;
}
.contact_list.type_one .same_contact a, .contact_list.type_two .same_contact a, .contact_list.type_one .same_contact p, .contact_list.type_two .same_contact p {
	font-size: 15px;
	display: block;
	color: var(--text-color-dark);
	line-height: 26px;
	padding-left: 25px;
	margin-bottom: 0px;
}
.contact_list.type_one .same_contact a span, .contact_list.type_two .same_contact a span, .contact_list.type_one .same_contact p span, .contact_list.type_two .same_contact p span {
	font-size: 16px;
	color: #c5a47e;
	position: absolute;
	margin-right: 6px;
	top: 0;
	bottom: 0;
	left: 0;
	height: 18px;
	line-height: 18px;
	width: 20px;
	text-align: center;
	margin: auto;
	display: block;
}
.contact_list.type_two .same_contact a, .contact_list.type_two .same_contact p {
	padding-left: 45px;
}
.contact_list.type_two .same_contact a span, .contact_list.type_two .same_contact p span {
	width: 35px;
	height: 35px;
	border: 1px dashed #c5a47e;
	border-radius: 50px;
	line-height: 35px;
	left: 0;
}
/*------=========================megamenu box========================---------------*/
.image_box_carousel_content:before {
	position: absolute;
	bottom: 23px;
	left: 0;
	background: var(--primary-color-three);
	width: 100%;
	height: 1px;
	content: '';
}
.image_box_carousel_content.arrow_disable .owl-nav {
	display: none !important;
}
.image_box_carousel_content.arrow_disable .mg_image_box {
	margin-bottom: 10px !important;
}
.image_box_carousel_content.arrow_disable:before {
	display: none !important;
}
.image_box_carousel_content .theme_carousel .owl-prev, .image_box_carousel_content .theme_carousel .owl-next {
	text-align: center;
	position: absolute;
	font-family: "FontAwesome" !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--primary-color-three) !important;
	font-size: 22px;
	color: #282f3b;
	border-radius: 50%;
	display: inline-block;
	background: none;
}
.image_box_carousel_content .theme_carousel .owl-prev span, .image_box_carousel_content .theme_carousel .owl-next span {
	display: none;
}
.image_box_carousel_content .theme_carousel .owl-prev::before, .image_box_carousel_content .theme_carousel .owl-next::before, .image_box_carousel_content .theme_carousel .owl-prev::after, .image_box_carousel_content .theme_carousel .owl-next::after {
	position: absolute;
	font-family: "FontAwesome" !important;
	font-size: 22px;
	color: #282f3b;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 22px;
	line-height: 22px;
}
.image_box_carousel_content .theme_carousel .owl-prev {
	left: 0px;
}
.image_box_carousel_content .theme_carousel .owl-next {
	right: 0px;
}
.image_box_carousel_content .theme_carousel .owl-nav {
	text-align: center;
	height: 50px;
	width: 120px;
	position: relative;
	display: inherit;
	margin: auto;
}
.image_box_carousel_content .theme_carousel .owl-next::before {
	content: unicode('f105');
}
.image_box_carousel_content .theme_carousel .owl-prev::before {
	content: unicode('f104');
}
.image_box_carousel_content.image_covered .mg_image_box .image_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image_box_carousel_content .mg_image_box:hover {
	transform: unset !important;
}
.mg_image_box {
	position: relative;
	padding: 0px;
	text-align: center;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 50px;
	box-shadow: var(--box-shadow-two);
}
.mg_image_box .image_box {
	position: relative;
	overflow: hidden;
	height: 300px;
	width: 100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.mg_image_box .image_box img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	opacity: 1;
}
.mg_image_box .image_box .ab_link {
	position: absolute !important;
	width: 100%;
	height: 100%;
	z-index: 4;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.mg_image_box .image_box .ab_link span {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #c5a47e;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	line-height: 50px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(-10px);
}
.mg_image_box h2 {
	position: absolute;
	display: inline-block;
	padding: 10px 18px;
	background: #282f3b;
	bottom: 0;
	line-height: normal;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	left: -100%;
}
.mg_image_box h2 a {
	font-size: 18px;
	font-family: var(--creote-family-one);
	font-weight: 600;
	line-height: 28px;
	color: #fff;
	display: block;
}
.mg_image_box .tag {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 14px;
	background: #c5a47e;
	border-radius: 0px 0px 0px 10px;
	color: #fff;
}
.mg_image_box:hover {
	transform: translateY(-10px);
}
.mg_image_box:hover h2 {
	left: 0;
}
.mg_image_box:hover .image_box img {
	opacity: 0.5;
}
.mg_image_box:hover .image_box .ab_link span {
	opacity: 1;
	transform: translateY(0px);
}
.image_grid_content .row {
	--bs-gutter-x: 1.5 rem !important;
}
.image_grid_content .mg_image_box {
	margin-bottom: 30px;
}
.image_grid_content.image_covered .mg_image_box .image_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image_grid_content.style_two .mg_image_box {
	position: relative;
	box-shadow: unset !important;
	border-radius: 0px;
	text-align: left;
}
.image_grid_content.style_two .mg_image_box .content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	background: unset !important;
	width: 100%;
	height: auto;
}
.image_grid_content.style_two .mg_image_box h3 {
	line-height: normal;
}
.image_grid_content.style_two .mg_image_box h3 a {
	font-size: 18px;
	color: var(--heading-dark);
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 30px;
	display: block;
}
.image_grid_content.style_two .mg_image_box .tag {
	position: relative;
	top: unset;
	bottom: unset;
	display: inline-block;
	padding: 5px 18px;
	border-radius: 10px 0px 10px 0px;
	background: #c5a47e;
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.image_grid_content.style_two .mg_image_box:hover h2 a {
	color: #c5a47e;
}
/*-------==============list_item_box===============---------*/
.list_item_box {
	position: relative;
}
.list_item_box.style_one ul {
	position: relative;
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	border: 0px !important;
}
.list_item_box.style_one ul li {
	list-style: none;
	line-height: normal;
	margin-bottom: 15px;
	border-bottom: 0px !important;
}
.list_item_box.style_one ul li a {
	font-size: 15px !important;
	line-height: 25px !important;
	color: var(--text-color-dark) !important;
	display: inline-block !important;
	padding: 0px !important;
}
.list_item_box.style_one ul li span {
	position: relative;
	display: inline-block;
	left: 8px;
	padding: 3px 16px;
	border-radius: 30px;
	background: #c5a47e;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: var(--creote-family-two);
}
.list_item_box.style_two {
	position: relative;
}
.list_item_box.style_two.style_linline li {
	display: inline-block;
	padding-right: 20px;
}
.list_item_box.style_two.list li {
	display: block;
	padding-bottom: 20px;
}
.list_item_box.style_two li {
	position: relative;
	list-style: none;
}
.list_item_box.style_two li .d-flex {
	justify-content: unset !important;
}
.list_item_box.style_two li small .icon_bx {
	min-width: 20px;
	margin-right: 10px;
}
.list_item_box.style_two li small .icon_bx img {
	min-width: 20px;
	width: 20px;
}
.list_item_box.style_two li small .icon_bx i {
	min-width: 20px;
	font-size: 18px;
	color: #c5a47e;
}
.list_item_box.style_two li small span {
	position: relative;
}
.list_item_box.style_two li a {
	font-size: 16px;
	color: var(--heading-dark);
}
.list_item_box.style_two li a span {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	top: -2px;
	padding: 3px 16px;
	border-radius: 30px;
	background: #c5a47e;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: var(--creote-family-two);
}
.list_item_box.light_color.style_one ul li a {
	color: var(--color-white) !important;
}
.list_item_box.light_color.style_one ul li span {
	background: var(--color-white);
	color: #c5a47e;
}
.list_item_box.light_color.style_two ul li small .icon_bx i {
	min-width: 20px;
	font-size: 18px;
	color: var(--color-white);
}
.list_item_box.light_color.style_two ul li small span {
	color: var(--color-white);
}
.list_item_box.light_color.style_two ul li a {
	font-size: 16px;
	color: var(--color-white);
}
.list_item_box.light_color.style_two ul li a span {
	background: var(--color-white);
	color: #c5a47e;
}
.list_items_new_box {
	position: relative;
	margin: 0;
	padding: 0;
}
.list_items_new_box.type_one li {
	display: block;
	padding-bottom: 12px;
	position: relative;
	margin: 0px;
}
.list_items_new_box.type_one li a {
	display: block;
	color: var(--text-color-dark);
	font-size: 16px;
	line-height: 26px;
	padding-left: 28px;
	position: relative;
}
.list_items_new_box.type_one li a span {
	position: absolute;
	content: "";
	left: 0;
	font-size: 18px;
	font-weight: 500;
	top: 2px;
	line-height: 26px;
	color: #c5a47e;
}
.list_items_new_box.type_one li:last-child {
	padding-bottom: 0;
}
.list_items_new_box.display_inline li {
	display: inline-block !important;
	margin-right: 15px;
}
.list_items_new_box.display_inline li a {
	position: relative;
	padding-left: 22px;
	display: flex;
}
.list_items_new_box.display_inline li:last-child {
	margin-right: 0px;
}
.owl-nav {
	pointer-events: none;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
	pointer-events: fill;
}
.map {
	position: relative;
}
.map iframe {
	width: 100%;
	height: 500px;
	border-radius: 15px;
}

@media (max-width: 768px) {
	.tabs_all_box.type_one {
		padding: 0px 15px;
	}
	.tabs_all_box.type_one .tabs_header {
		position: relative;
		top: inherit;
		width: 100%;
		bottom: inherit;
		left: inherit;
		margin-bottom: 30px;
	}
	.tabs_all_box.type_one .tab_content .content_image {
		margin-left: 0px;
		padding: 110px 30px 50px;
	}
	.tabs_all_box.type_one .tab_content .content_image h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 12px;
	}
	.content_image p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.bg-img{
		background-position: center;
	}

}

.fade:not(.show) {
	opacity: 0;
}
.tabs_all_box .s_tab {
	display: none;
}

.bg_op_1 {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}
.pd_bottom_90 {
	padding-bottom: 90px;
}
.pd_top_100 {
	padding-top: 100px;
}
.showcase_tabs_btns li a:hover {
	cursor: pointer;
}

.list li {
	list-style: none;
}
.list a {
	color: #999;
}
.list a:hover {
	color: #c5a47e;
}
.logo-footer-img {
	padding: 0px 0;
	width: 260px;
	text-align: center;
	margin-left:-40px;
}
.contact-footer i{
	margin-right:10px;
}
.services .item:after {
    background: #1b1b1b;
    border: 1px solid #6d6d6d;
}
.services .item h5 {
    color: #c5a47e;
}
.services .item:before {
    background: none !important; 
    border: 1px solid #c5a47e;
}
.footer .top .globe:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c5a47e;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.globe{
    line-height: 3em;
    position: relative;
    display: inline-block;   
}