@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Francois+One&family=Ma+Shan+Zheng&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Tektur:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');

:root {
	--color-white-100: #fff;
	--color-white-200: #f4f5f5;
	--color-white-300: #c9cccf;
	--color-white-400: #a1a6aa;
	--color-white-500: #798086;
	--color-black-100: #12161c;
	--color-black-200: #101419;
	--color-black-300: #0c0f13;
	--color-black-400: #0c0f13;
	--color-black-500: #080a0c;
	--color-red-100: #ffccd5;
	--color-red-200: #ff99ac;
	--color-red-300: #ff6682;
	--color-red-400: #ff3358;
	--color-red-500: #e6002a;
	--shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

body {
	font-family: 'Roboto', sans-serif, 'Hanuman', serif;
	font-size: 16px;
}

@font-face {
	font-family: 'Roboto';
	src: url('../font/roboto/Roboto-Regular.ttf');
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
}

/*--------[Preloader]-----*/



.img-responsive {
	width: 100% !important;
}

.vertical-centered-box {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
	background: #262628;
}

.vertical-centered-box:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.vertical-centered-box .content {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
}

* {
	transition: all .3s;
}

.loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	margin-left: -60px;
	margin-top: -60px;
}

.loader-line-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	overflow: hidden;
	transform-origin: 60px 60px;
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#particles-background,
#particles-foreground {
	left: -51%;
	top: -51%;
	width: 202%;
	height: 202%;
	transform: scale3d(.5, .5, 1);
}

#particles-background {
	background: #2c2d44;
	background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
	background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
	background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.swiper-container {
	width: 100vw;
	height: 89vh;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1340px;
	}
}

.swiper-slide {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fcfcfc;
	font-size: 24px;
}

.swiper-slide>.swiper-slide-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent no-repeat 50% 50% /cover;
}

.swiper-scale-effect .swiper-slide-cover {
	transition-timing-function: linear;
	transition-duration: 20s;
	transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
	transform: scale(1.3);
}

:root {
	--swiper-pagination-bottom: 40px;
	--swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #FCFCFC;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #262626;
}

/*--------[Navigation Bar]-----*/
.inner_main_menu {
	margin: 0 auto;
	padding: 0 32px;
}

.inner_main_menu ul li.active a {
	color: #a6840d;
}

.inner_main_menu ul {
	margin: 0;
	padding: 35px 0 0;
	list-style: none;
	text-align: right;
}

.inner_main_menu ul li {
	float: none;
	display: inline-block;
	position: relative
}

.inner_main_menu ul li:nth-child(1) {
	float: left;
}

.inner_main_menu ul li:nth-child(2) {
	float: left;
}

.inner_main_menu ul li:nth-child(3) {
	float: left;
}

.inner_main_menu ul li:nth-child(4) {
	float: left;
}

.inner_main_menu ul li a {
	color: #f9f9f9;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-family: "Francois One", sans-serif;
}

.inner_main_menu ul li a:hover {
	color: #a6840d
}

.inner_main_menu ul li ul {
	position: absolute;
	top: 40px;
	left: -9999999px;
	width: 200px;
	background: #262626;
	padding: 0;
}

.inner_main_menu ul li:hover ul {
	left: 0px;
}

.inner_main_menu ul li ul li {
	float: left;
	width: 100%;
	text-align: left;
}

.inner_main_menu ul li ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
}

.inner_main_menu ul li ul li a:hover {
	background: #ddd;
	color: #262626;
}

.inner_main_menu ul li ul li ul {
	top: 0;
	left: -999999px;
}

.inner_main_menu ul li:hover ul li ul {
	top: 0;
	left: -999999px;
}

.inner_main_menu ul li ul li:hover ul {
	top: 0;
	left: 200px;
}

.inner_main_menu ul li:hover a {
	color: #a6840d
}

.inner_main_menu ul li:hover ul li a {
	color: #ffffff
}

.inner_main_menu ul li ul li a:hover {
	color: #262626
}

.inner_main_menu ul li ul li:hover a {
	background: #ddd;
	color: #262626;
}

.inner_main_menu ul li ul li:hover ul li a {
	background: #262626;
	color: #fff;
}

.inner_main_menu ul li ul li ul li a:hover {
	background: #ddd;
	color: #262626;
}

.slicknav_menu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 16px;
	padding: 5px;
	display: none;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 99999;
}

ul.slicknav_nav {
	background: #262626 none repeat scroll 0 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 80%;
}

.slicknav_btn {
	top: 35px;
}

#main_menu {
	width: 100%;
	position: relative;
}

.logo_area {
	width: 100px;
	height: 126px;
	position: absolute;
	left: 50%;
	top: 25px;
	content: "";
	margin-left: -100px;
	text-align: center;
	padding: 8px;
	background: #fff;
	border-radius: 6px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 1rem;
	align-items: center;
	justify-content: center;
}

.popup-overlay .popup {
	display: inline-block;
	width: 400px;
	position: relative;
	min-height: 200px;
	background-color: white;
	border-radius: 5px;
	display: flex;
	overflow: hidden;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}


a.close {
	margin-top: 0;
	display: inline-block;
	color: rgb(12, 12, 12);
	border-radius: 5px;
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0.25rem 0.45rem;
	text-decoration: none;
	text-transform: uppercase;
	font-family: sans-serif;
	margin-right: 1rem;
}

a.close:last-of-type {
	margin-right: 0;
}



.navbar .menu-link {
	padding-right: 15px;
	padding-left: 15px;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

@media(min-width:991px) {
	.navbar .menu-link {
		padding-right: 15px;
		padding-left: 15px;
		font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
		color: #ffffff;
		font-size: 14px;
	}
}

.menu-inner {
	list-style: none;
}

.text-responsive {
	font-weight: normal;
	font-family: 'Rockwell', sans-serif, 'Hanuman', sans-serif;
	color: #db2230;
}

@media(max-width:992px) {
	.text-responsive {
		font-size: 25px;
		font-weight: normal;
		font-family: 'Rockwell', sans-serif, 'Hanuman', sans-serif;
		color: #db2230;
	}

	.slicknav_menu {
		display: block;
	}

	.inner_main_menu {
		display: none;
	}

	.inner_main_menu ul li a {
		padding-left: 30px;
		padding-right: 30px;
	}

	.inner_main_menu ul {
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		background: #000;
		height: 100vh;
	}

	.inner_main_menu ul li {
		display: block;
	}

	.inner_main_menu ul li:nth-child(1) {
		float: none !important;
	}

	.inner_main_menu ul li:nth-child(2) {
		float: none !important;
	}

	.inner_main_menu ul li:nth-child(3) {
		float: none !important;
	}

	.inner_main_menu ul li:nth-child(4) {
		float: none !important;
	}

	.logo_area {
		height: auto;
		left: 0;
		margin-left: auto;
		position: relative;
		top: 28px;
		margin-right: auto;
	}

	.logo_area img {
		height: auto;
		width: 100%;
	}

	.menu {
		position: fixed !important;
		top: -100% !important;
		left: 0 !important;
		width: 100% !important;
		height: 100vh !important;
		overflow: hidden;
		padding-block: 3rem 2rem !important;
		background: #262628 !important;
		box-shadow: var(--shadow-medium) !important;
		transition: all 0.45s ease-in-out !important;
	}

	.menu-inner {
		display: flex;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		row-gap: 1.25rem;
		margin-right: 50px !important;
		padding: 0 !important;
	}

	#contact-mobile {
		justify-content: center;
		margin-top: 34px;
	}

	.small-hidden {
		display: none !important;
	}

	.burger {
		position: absolute !important;
		left: 24px;
		top: 20px;

	}

}

.contact-us-button {
	display: flex;
}

.contact-us-button a {
	padding: 12px 40px 12px 40px;
	background-color: #db2230;
	color: white !important;
	border-radius: 40px;
	cursor: pointer;
}

.contact-us-button-desktop a {
	padding: 12px 40px 12px 40px;
	background-color: #db2230;
	color: white !important;
	border-radius: 40px;
	cursor: pointer;
}

.contact-us-button-desktop a:hover {
	background-color: var(--color-red-500);
}

.contact-us-button a:hover {
	background-color: var(--color-red-500);
}

.w-40 {
	width: 40%;
}

.our-mission ul {
	list-style: none;
	padding-left: 15px;
}

.btn-contact {
	background-color: #db2230;
	padding: .45rem 1.25rem;
	border-radius: 40px;
	color: #ffffff;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}


/*--------[Product Slider]-----*/
#main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: block;
}

.read_more-btn {
	padding: 12px 35px;
	background-color: transparent !important;
	border-radius: 40px !important;
	border-color: #090909 !important;
	font-weight: 600;
	color: #000000;
}

.read_more-btn:hover {
	background-color: #090909 !important;
}

.curved {
	margin-top: 20px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 180px;
	overflow: hidden;
	display: flex;
	justify-content: start;
	align-items: center;
}

.inner-title span {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #4c4c4d;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;

}

.inner-title:hover h5 {
	color: rgb(101, 87, 52) !important;
}

.inner-title:hover span {
	background-color: rgb(101, 87, 52);
}

.padding-left-40 {
	padding-left: 34px;
}

.main .category-title-description h1 {
	font-size: 28px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}

.main-wrapper {
	position: relative;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
}

figcaption h4 {
	font-size: 21px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}

.thumb-caption .btn {
	border-color: #444;
	background-color: transparent;
	color: #333;
}

figcaption a {
	text-decoration: none;
	color: #444;
}

.header-title h4 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}

figcaption a:hover {
	text-decoration: none;
	color: #444;
}

.thumb-caption .btn:hover {
	background-color: #db2230;
	border-color: #db2230;
	color: #ffffff;
}

.figure-certification {
	max-width: 500px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 15px 2px #eaeaea;
}

.other-related-cert h4 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}

.event-card-container {
	border: none !important;
	border-radius: 12px !important;
	transition: all .3s ease-out;
}

.hover-3d:hover {
	transform: scale3d(1.1, 1.1, 1.1);
}

a:hover {
	text-decoration: none;
}

.figure-img {
	margin-bottom: 15px;
}

.figure-img img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	transform: scale(1.2);
}

.card-hover:hover {
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
	transform: translateY(-10px);
}

.event-card-container .card-body h5 {
	color: #444;
	font-weight: 500;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}

@media (max-width: 1440px) {

	.main-wrapper,
	.vc_row .liquid-main-wrapper {
		width: 1720px;
		padding-left: 60px;
		padding-right: 60px;
	}
}

.contact-list-icon h4,
.social-list-icon h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
}

.home-sdc-banner {
	color: #fff;
	position: relative;
}

.home-sdc-banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 20%;
	background: linear-gradient(to top, #1e1e1e00, #333333b2);
	z-index: 2;
}

.h-full {
	height: 100vh;
}

.home-sdc-banner .inner-video-banner {
	position: relative;
	height: 100%;
	width: 100%;
}

.videoLoop {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;

}

.videoLoop video {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* Scroll Down */

.home-sdc-banner .scrolldown-wrapper {
	left: 50%;
	position: absolute;
	text-align: center;
	bottom: 0;
	z-index: 10;
	transform: translate(-30%, -90%);
}

.home-sdc-banner .scrolldown {
	border: 2px solid #FFFFFF;
	border-radius: 30px;
	height: 46px;
	margin: 0 auto 8px;
	text-align: center;
	width: 30px;
}

.home-sdc-banner .scrolldown-p1,
.home-sdc-banner .scrolldown-p2 {
	animation-duration: 1.5s;
	animation-name: scrolldown;
	animation-iteration-count: infinite;
	fill: #FFFFFF;
}

.home-sdc-banner .scrolldown-p2 {
	animation-delay: .75s;
}

@keyframes scrolldown {
	0% {
		opacity: 0;
		transform: translate(0, -8px);
	}

	50% {
		opacity: 1;
		transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		transform: translate(0, 8px);
	}
}

#banner_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.videoLoop::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(145, 145, 145, 0.26);
}

.masonry {
	column-count: 2;
	column-gap: 15px;
}

@media (min-width: 768px) {
	.masonry {
		column-count: 3;
	}
}


@media (min-width: 1199px) {
	.masonry {
		column-count: 4;
	}
}

.masonry .brick {
	box-sizing: border-box;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	counter-increment: brick-counter;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.masonry img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}


.media-type {
	height: 400px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 42px;
}

.event-page-title h4 {
	font-size: 28px !important;
	font-weight: 600 !important;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}

.education-page-title h4 {
	font-size: 28px !important;
	font-weight: 500 !important;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}


.section-title,
.column-title {
	font-size: 36px;
	font-weight: 300;
	color: #101010;
	margin-bottom: 70px;
}

.section-title span,
.column-title span {
	font-weight: 700;
}

.title-small {
	font-size: 30px;
	font-weight: 700;
}

.column-title {
	margin-bottom: 30px;
}

.column-title-large {
	font-size: 48px;
	margin-bottom: 50px;
}

.ts-title {
	font-size: 24px;
	font-weight: 600;
}

.title-light {
	font-weight: 300;
}

.title-small-regular {
	font-weight: 400;
}

.black-color {
	color: #101010 !important;
}

.title-white {
	color: #fff;
}

.title-bg-small {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 15px;
	color: #fff;
	background: #101010;
	display: inline-block;
	padding: 3px 18px;
	text-transform: uppercase;
}

.primary-bg {
	background: #e80000;
}

.history-area {
	background: #f7f9fb;
	padding: 40px 0;
	position: relative;
	min-height: 100vh;
}

#history-slid .history-content {
	background: #fff;
	padding: 35px;
	padding-left: 14px;
}

#history-slid .carousel-inner {
	margin-bottom: 45px;
}

#history-slid .carousel-item {
	background: #fff;
}


#history-slid .carousel-indicators {
	position: relative;
	left: 0%;
	z-index: 5;
	width: 100%;
	padding-left: 0;
	margin-left: 0%;
	text-align: center;
	list-style: none;
}

#history-slid .carousel-indicators:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 15px;
	background-color: #ddd;
	z-index: -1;
}

#history-slid .carousel-indicators li {
	display: inline-block;
	width: 70px;
	height: 35px;
	line-height: 35px;
	margin: 0 35px;
	text-indent: 0px;
	cursor: pointer;
	color: #101010;
	border: 0px solid #fff;
	border-radius: 0px;
	margin-top: 40px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	position: relative;
}

#history-slid .carousel-indicators li:before {
	position: absolute;
	top: -30px;
	left: 50%;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
	background: #101010;
	margin-left: -7px;
}

#history-slid .carousel-indicators li.active {
	line-height: 35px;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
	color: #e80000;
	background: #fff;
}

#history-slid .carousel-indicators li.active::before {
	background: #e80000;
}

#history-slid .carousel-indicators li.active:after {
	position: absolute;
	top: -34px;
	left: 44%;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	border-radius: 50%;
	margin-left: -7px;
	border: 1px solid #e80000;
}

#history-slid .carousel-item-next,
#history-slid .carousel-item-prev,
#history-slid .carousel-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

a,
a:active,
a:focus {
	color: #333;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

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

img {
	max-width: 100%;
	height: auto;
}

span,
a,
a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}


.heading_banner {
	position: absolute;
	top: 50%;
	margin: 0;
	right: auto;
	/* -webkit-transform: translate(9%, -36%);
	-ms-transform: translate(9%, -36%);
	transform: translate(9%, -36%); */
	left: 60px;
	z-index: 2;
	max-width: 100%;
}

.heading_banner h1 {
	color: #fff;
	font-family: "Italiana", sans-serif;
	font-size: 42px;
	font-weight: bold;
}

.padding-bottom {
	max-width: 1110px;
}

.hover-scale-img:hover .before-opacity-black img {
	transform: scale(1.2);
}

.hover-scale-img:hover .before-opacity-black::before {
	opacity: 0.4;
}

.card-category_product-sdc .absolute-title-sdc h5 {
	margin-right: 2rem;
	margin-bottom: 0;
	font-size: 24px;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	color: #333333;
}

.slide-wrapper {
	max-width: 1160px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #fff;


}

.wrapper-bg {
	background: #eee;
}

.navbar-expand-lg .navbar-toggler {
	border-color: transparent
}

.navbar-light.bg-light {
	background: #fff !important;
}

.navbar {
	display: flex;
	align-items: center;
	align-content: space-between;
	height: 100%;
	padding-top: 0.5rem;
	flex-wrap: nowrap;

}


.menu.is-active {
	top: 0 !important;
}

.menu-link {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: inherit;
	text-transform: uppercase;
	color: white;
	transition: all 0.35s ease-in-out;
}

.menu-link:hover {
	outline: none;
	color: white;
}

.burger {
	position: relative;
	justify-self: end;
	cursor: pointer;
	user-select: none;
	z-index: 10;
	width: 1.6rem;
	height: 1.15rem;
	border: none;
	outline: none;
	background: none;
	visibility: visible;
	transform: rotate(0deg);
	transition: 0.35s ease;
}

.burger-line {
	position: absolute;
	display: block;
	right: 0;
	width: 100%;
	height: 2.1px;
	border: none;
	outline: none;
	opacity: 1;
	border-radius: 1rem;
	transform: rotate(0deg);
	background-color: #d8ad46;
	transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
	top: 0px;
}

.burger-line:nth-child(2) {
	top: 0.5rem;
	width: 70%;
}

.burger-line:nth-child(3) {
	top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
	top: 0.5rem;
	transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
	top: 0.5rem;
	transform: rotate(-135deg);
}

@media screen and (min-width: 992px) {
	.burger {
		display: none;
		visibility: hidden;
	}

}

.menu {
	position: relative;
	justify-self: end;
	top: 0;
	left: inherit;
	width: auto;
	height: auto;
	padding-block: 0;
	background: none;
	box-shadow: none;
	transition: none;
	background-color: #26262891;

}

.menu-inner {
	display: flex;
	flex-direction: row;
	/* column-gap: 1.25rem; */
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}

.menu .menu-inner li {
	padding: 12px 23px;
}

.menu .menu-inner li.active::before {
	opacity: 1;
}

.menu .menu-inner li::before {
	content: '';
	position: absolute;
	border-bottom: 4px solid #edc64f;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	height: 0;
	width: 100%;
	opacity: 0;
	top: 44px;
	left: 0;
}

.menu .menu-inner li:hover::before {
	opacity: 1;
}

.span-number {
	font-size: 18px;
	color: #ffffff;
	padding: 0 14px;
}

.span-number span:last-of-type {
	font-size: 14px;
	color: #6f6f6f;
}

.circle {
	padding: 0.75rem;
	border: 1px solid #4c4c4d;
	border-radius: 50%;
}

.font-h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 36px;
}

ul {
	margin: 0;
	padding: 0;
}

@media screen and (min-width:540px) {
	#contact-mobile {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width:540px) {
	.contact-us-button-desktop {
		display: none !important;
		visibility: hidden !important;
	}

	.header-page h4 {
		font-size: 28px !important;
	}

	.swiper-container .swiper-pagination {
		display: none !important;
	}

	.home-sdc-banner .scrolldown {
		display: none;
	}

	.padding-none {
		padding-left: 15px !important;
	}
}

/*--------[Category Sidebar-----*/

.submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 21px;
	transform: translateY(-50%);
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 41px;
	width: 41px;
	cursor: pointer;
	background: #dbd8d8;
}

.submenu-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
	display: block;
	width: 2px;
	height: 8px;
	background: #000000;
	content: '';
}

.submenu-button::after {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 8px;
	height: 2px;
	display: block;
	background: #080000;
	content: '';
	transform: translate(40%, -50%);
}

.submenu-button.submenu-opened::before {
	background: transparent !important;
}

.swiper-button-prev {
	background-image: url(../img/chevron-previous.png) !important;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.swiper-button-next {
	background-image: url(../img/chevron-next.png) !important;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 64px;
	height: 64px;
	right: -64px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none !important;
}

/*---------[Event Style]--------*/
section .header-title h1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #CCB181;
	position: relative;
	display: inline-block;
}

.swiper-accomodation__item {
	position: relative;
}

.swiper-accomodation__title {
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px) brightness(100%);
	position: absolute;
	width: 100%;
	bottom: 0;
}

.swiper-accomodation__title h5 {
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}

.equipment {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
}

.equipment li {
	margin-right: 12px;
}

.event-card-container .sdc-event-card h5 {
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.sdc-event-card .overflow-hidden {
	overflow: hidden;
}

.sdc-event-card .overflow-hidden img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.sdc-event-card:hover .overflow-hidden img {
	opacity: 0.6;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* 
::selection {
	background: rgba(23, 162, 184, 0.3);
} */
.header {
	position: absolute;
	z-index: 99;
	height: auto;
	width: 100%;
	top: 0;
	background-color: transparent;
}

.show {
	display: block;
}

.header-page {
	height: 300px;
	width: 100%;
	background-image: url('../img/head.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	justify-content: start;
	align-items: end;
	background-position:center;
}

.header-page h4 {
	position: relative;
	padding: 25px 0;
	font-size: 46px;
	margin-bottom: 15px;
	font-weight: bold;
}

.header-page::before {
	content: '';
	background: linear-gradient(to top, #6d6344, #40392a78);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.wrapper {
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.header-title p {
	max-width: 700px;
	text-align: center;
	margin: auto;
	color: #fff;
}

.our-works {
	transform: translateY(-175px);
}

.top-work {
	height: 800px;
}

.work-card .card-body h5 {
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
	font-size: 21px;
	text-align: center;
	color: #CCB181;
}

.work-card .card-body p {
	color: #000000;
}

.wrapper .education h1 {
	transform: translateY(57px);
	font-size: 42px;
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
}

@media screen and (max-width:484px) {
	.wrapper nav label {
		font-size: 14px !important;
	}

}

@media screen and (min-width:418px) {
	.wrapper nav label .icon {
		display: none;
	}

	#seminar:checked~nav label.seminar .bullet,
	#talk-show:checked~nav label.talk-show .bullet,
	#factory-tour:checked~nav label.factory-tour .bullet,
	#housekeeping:checked~nav label.housekeeping .bullet {
		display: none !important;
	}
}

@media screen and (max-width:419px) {
	.wrapper nav label .label-amount {
		display: none !important;
	}
    .mobile-px {
        padding: 0 !important;
    }
	.wrapper nav label .album-title {
		display: none;
	}

	.biz-partner-sdc .swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.biz-partner-sdc .header-title p {
		width: 100% !important;
	}

	.form-contact-sdc {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.wrapper nav {
	position: relative;
	width: 50%;
	height: 50px;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-bottom: 40px;
}

.wrapper nav label {
	display: flex;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	position: relative;
	z-index: 1;
	justify-content: center;
	color: #333333;
	font-size: 17px;
	border-radius: 5px;
	align-items: center;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.wrapper nav label .label-amount {
	background-color: #EEEEEE;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	font-weight: 600;
	border-radius: 4px;
	padding-top: 2px;
	margin-left: 3px;
	color: #000000;
}

/* .wrapper nav label:hover {
	background: rgba(23, 162, 184, 0.3);
} */

nav label i {
	padding-right: 7px;
}

.sub-menu-advance {
	position: absolute;
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0.65rem;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.08);
	min-width: 180px;
	background-color: #fff;
	display: none;
	list-style: none;
	line-height: normal;
	margin: 0;
	border-radius: 8px;
	top: auto;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	max-width: 1000px;
	overflow-wrap: break-word;
	z-index: 99;
}

.hover-glow {
	position: relative;
}

.hover-glow .glow-wrap {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;
	margin-left: -10px;
}

.hover-glow .glow {
	display: block;
	position: absolute;
	width: 40%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	left: 0;
	filter: blur(5px);
	transform: rotate(45deg) translate(-450%, 0);
	transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hover-glow:hover .glow {
	transform: rotate(45deg) translate(450%, 0);
	transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hover-glow:hover img,
.hover-glow:hover .glow-wrap {
	margin-left: 0;
}

.sub-menu-advance li:hover a {
	background: #D9D9D9;
	border-radius: 8px;
}

.view-submenu {
	display: block;
}

.sub-menu-advance li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	position: relative;
	border-width: 0;
}

.sub-menu-advance li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 20px;
	line-height: 1.82;
	font-size: 16px;
	color: #000000;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	text-decoration: none;
	border: none;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: currentcolor;
	height: 100%;
}

nav .slider {
	position: absolute;
	height: 100%;
	width: 20%;
	left: 0;
	bottom: 0;
	z-index: 0;
	/* border-radius: 5px; */
	/* background: #17a2b8; */
	transition: all 0.3s ease;
}

.playIcon {
	width: auto;
	height: auto;
	position: absolute;
	top: 20%;
	left: 40%;
	cursor: pointer;
}

#headerPopup {
	width: 75%;
	margin: 0 auto;
}

#headerPopup iframe {
	width: 100%;
	margin: 0 auto;
}

figure {
	margin: 0;
}

/*------[Promotion]-----*/
#owl-2 .owl-item .item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: .6;
}

#owl-2 .owl-item.current>.item::after {
	opacity: 0;
}

.swiper-container .swiper-horizontal>.swiper-container .swiper-pagination-bullets,
.swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-container .swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 50%;
	right: 45px;
	height: 100%;
	left: unset !important;
	display: flex;
	width: auto !important;
	flex-direction: column;
	align-items: flex-end;
}

.swiper-container .swiper-horizontal>.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 4px 0 !important;
	width: 24px;
	height: 4px;
	border-radius: 0;
	background: #ffffff;
	opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
	width: 34px !important;
	background-color: #edc64f !important;
}

.swiper-gallery .swiper-pagination {
	position: relative;
	bottom: -20px;
}

.swiper-gallery .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #dbaf2a;
}

/* Start Tab */


.list-container {
	max-width: 240px;
	background: rgb(249, 249, 249);
	padding: 10px 0px 20px 0px;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 4px;
	box-shadow: 0px 4px 5px rgba(225, 225, 225, 0.75);
}

.link {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	overflow: hidden;
	width: 90%;
	margin-left: 5%;
	cursor: pointer;
}

.link a {
	color: #212529;
}

.link:after {
	content: '';
	position: absolute;
	width: 80%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 50%;
	left: -100%;
	transition-delay: all 0.5s;
	transition: all 0.5s;
}

.link:hover:after,
.link.hover:after {
	left: 100%;
}

.link .text {
	text-shadow: 0px -40px 0px #d5c7a6;
	transition: all 0.75s;
	transform: translateY(100%) translateZ(0);
	transition-delay: all 0.25s;
}

.link:hover .text,
.link.hover .text {
	text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
	transform: translateY(0%) translateZ(0) scale(1.1);
	font-weight: 600;
}

/* End Tabs */
@media screen and (max-width: 576px) {
	.blog-slider__img {
		width: 95%;
	}
}

@media screen and (max-height: 500px) and (min-width: 992px) {
	.blog-slider__img {
		height: 270px;
	}
}

.blog-slider__content {
	padding: 25px;
}

@media screen and (max-width: 768px) {
	.blog-slider__content {
		margin-top: 0;
		text-align: center;
		padding: 0 30px;
	}

	.wrapper nav {
		width: 100%;
		padding-top: 15px;
		height: auto;
	}

	.wrapper .education h1 {
		transform: translateY(0);
	}
}

@media screen and (max-width: 576px) {
	.blog-slider__content {
		padding: 0;
	}
}

.blog-slider__content>* {
	opacity: 0;
	transform: translateY(25px);
	transition: all 0.4s;
}

.blog-slider__code {
	color: #7b7992;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}

.blog-slider__title {
	font-size: 24px;
	font-weight: 700;
	color: #0d0925;
	margin-bottom: 20px;
}

.blog-slider__text {
	color: #4e4a67;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.blog-slider__button {
	display: inline-flex;
	padding: 14px 34px;
	background-color: #1C1A1A;
	color: #fff;
	/* box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4); */
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
}

.blog-slider__button:hover {
	color: #ffffff;
	background-color: var(--color-red-500);
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.blog-slider__pagination {
	position: absolute;
	z-index: 21;
	right: auto;
	width: 65px !important;
	text-align: center;
	left: 30px !important;
	top: 50%;
	bottom: 25px !important;
	display: flex;
}

@media screen and (max-width: 768px) {
	.blog-slider__pagination {
		transform: translateX(-50%);
		left: 50% !important;
		top: 205px;
		width: 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

@media screen and (max-width: 768px) {
	.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
}

.blog-slider__pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 10px;
	background: #062744;
	opacity: 0.2;
	transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fd3838;
	height: 6px;
	width: 30px;
	box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
	.blog-slider__pagination .swiper-pagination-bullet-active {
		height: 6px;
		width: 30px;
	}
}

.breadcrumb {
	background-color: transparent !important;
}
.breadcrumb-item + .breadcrumb-item{
	color: #9f8952;
}

/*--------[Products Info]-----*/

.media-type {
	height: 400px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 42px;
}

/*  21. Product View  */

.availability.in-stock {
	padding: 3px 0px;
	position: absolute;
	top: 18px;
	right: 0px;
}

.availability.in-stock span {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	display: block;
	background: #6dbe14;
	text-transform: uppercase;
	padding: 3px 6px;
}

.availability.in-stock span:before {
	content: "\e080";
	font-family: 'Simple-Line-Icons';
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
	vertical-align: middle
}

.availability.out-of-stock {
	padding: 3px 10px;
	position: absolute;
	top: 18px;
	right: 0px;
}

.availability.out-of-stock span {
	color: red;
	font-size: 12px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
}

.availability.out-of-stock span:before {
	content: '\f00d';
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	vertical-align: middle
}

.products-grid .item .actions .availability.out-of-stock {
	background: #fff;
	border: medium none;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	width: 50px;
	position: relative;
	top: 0px;
}

.products-grid .item .actions .availability.out-of-stock span.ava-out-of-stock {
	display: none;
}

.products-grid .item .actions .availability.out-of-stock span:before {
	content: inherit;
}

.products-grid .item .actions .availability.out-of-stock:before {
	content: "\e04f";
	font-family: 'Simple-Line-Icons';
	color: #999
}

.products-list .product-shop p.availability.out-of-stock {
	border: 2px solid red;
	color: #666;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5em;
	padding: 6px 10px;
	position: relative;
	text-transform: uppercase;
	top: 0;
}

.product-view .product-shop .price-block {
	position: relative;
}

.product-view .product-shop .price-box {
	display: block;
	margin: 0px;
	padding: 12px 0px;
	position: relative
}

.product-view .product-shop .grouped-items-table .price-box {
	border-bottom: 0px solid #ddd;
	margin: 0;
	padding: 0;
}

.product-view .product-shop .price-box .old-price {
	margin: 0px;
	margin-top: 0;
	display: inline-block;
}

.product-view .product-shop .special-price {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.product-view .product-shop .old-price .price {
	font-size: 20px;
	font-weight: normal;
	vertical-align: 4px;
}

.product-view .product-shop .price {
	font-size: 24px;
	color: #000;
}

.add-to-cart .qty,
.qty-holder .qty {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 0px;
	font-size: 15px;
}

.add-to-cart .qty {
	height: 40px;
	text-align: center;
	width: 60px;
	vertical-align: top;
	margin: 0px;
}

.qty-input-text {
	float: left;
	margin-left: 10px;
}

.custom button.items-count {
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	font-size: 12px;
	line-height: 0px;
	padding: 13px 12px 9px 12px;
	height: 40px;
	width: 40px;
}

.product-view .product-shop .add-to-box .add-to-cart label {
	display: inline-block;
	float: left;
	margin-top: 6px;
	text-align: left;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: normal;
	margin-right: 15px;
}

.product-view .product-shop .product-options-bottom .add-to-cart label {
	display: block;
	float: none;
	margin-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}

/*---------	17. Biz partner --------- */
.biz-partner-sdc {
	text-align: left;
	position: relative
}

.biz-partner-sdc .header-title h1 {
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	font-size: 42px;
	font-weight: 500;
	padding-bottom: 30px;
	color: #333333;
}

.biz-partner-sdc .header-title p {
	width: 50%;
	font-family: 'Roboto', sans-serif;
}

.biz-partner-sdc .swiper-button-next,
.swiper-button-prev {
	color: #333333 !important;
	width: 64px;
	height: 64px;
}

.swiper-button-prev {
	left: -64px;
}

.about-us__wrapper h1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
}

.view_btn {
	padding: 12px 35px;
	background-color: #d8ad46 !important;
	border-radius: 40px !important;
	border-color: #d8ad46 !important;
	font-weight: 600;
}

.our-mission h3 {
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	font-size: 26px;
	font-weight: 600;
}

.biz-partner-sdc .swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 24px;
}

.event-title h5 {
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	font-weight: 500;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 40px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	transition: 1s all;
}

.cert-pop {
	position: relative;
	background: #FFF;
	padding: 40px;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
	transition: 1s all;
}

/*--------[Contact form]--------*/
.sdc-contact-info {
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url('../img//tourist.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center center;
}

.sdc-contact-info::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	background-color: #24242482;
	opacity: 0.7;
}

.form-contact-sdc {
	background-color: #FBFBFB;
	padding: 80px 50px;
	border-radius: 8px;
	z-index: 10;
}

.form-contact-sdc .form-group .form-control {
	padding: 1.48rem 1rem;
	background-color: rgb(255, 255, 255);
	border-radius: 12px;
	border: none;
}

.form-contact-sdc h5 {
	margin-bottom: 20px;
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	color: #333333;
	text-align: center;
}

.sdc-contact-info .flex-1 {
	justify-content: space-between;
	align-items: baseline;
	z-index: 10;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

.contact-info-left h1 {
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 30px;
	color: #ffffff;
}

.swiperAfter::after {
	content: '';
	background-color: #333;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	top: 0;
}

.swiperAfter:hover::after {
	opacity: .6;
	cursor: pointer;
}

.location-info {
	margin-top: 10px;
	padding: 20px;

}

.swiperAfter:hover .view-Image {
	opacity: 1;
	cursor: pointer;
}

.view-Image {
	position: absolute;
	left: 45%;
	margin: 0 auto;
	top: 40%;
	z-index: 10;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #000;
	opacity: 0;
}

.location-info .context h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 600;
}

.social-list {
	margin: 0;
	padding: 0;
	display: flex;
}

.social-list li {
	list-style: none;
	padding: 10px;
}

.list-contact li strong {
	color: #CEB376;
}

.social-list li span {
	font-size: 18px;
	background: #eac650;
	color: #000;
	border-radius: 50%;
	width: 34px;
	display: flex;
	height: 34px;
	justify-content: center;
	align-items: center;
}

.list-contact {
	color: #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;

}

.footer h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: bold;
}

.list-contact li {
	font-size: 16px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	display: block;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
	color: #468847;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.parsley-errors-list {
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;

	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
	opacity: 1;
}

.parsley-type,
.parsley-required,
.parsley-equalto {
	color: #ff0000;
}

.job-card {
	display: flex;
	padding: 30px;
	background-color: white;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.job-card {
		display: block;
		padding: 20px;
		margin-bottom: 50px;
	}
}

.job-card:hover {
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.job-card p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.job-card__info {
		padding-bottom: 20px;
	}
}

.career-detail-top h4 {
	font-family: 'Raleway', sans-serif, 'Hanuman', sans-serif;
	font-size: 28px;
	font-weight: 600;
}

.career-detail-top .post-date {
	font-size: 21px;
	color: #939c9b;
}

.description-job {
	font-size: 21px;
}

.description-job span {
	color: #6f6f6f;
}

.post-date span {
	padding: 0.45rem 1.25rem;
	margin-left: 2rem;
	background: #ffeff2;
	border-radius: 50px;
	color: var(--color-red-500);
	font-size: 14px;
}

.job-card__info a:hover {
	text-decoration: none;
}

.job-card__info .img-c {
	height: 88px;
	width: 135px;
	margin-right: 15px;
}
.hover-zoom {
	transition: all 0.3s ease;
}
.hover-zoom:hover img{
	transform:scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 767px) {
	.job-card__info .img-c {
		height: 60px;
		width: 60px;
		margin: -50px 0 10px 0;
	}
}
.hover-border {
	border:1px solid transparent;
}
.hover-border:hover {
	border-color:  #625c41;
	cursor: pointer;
	transition: all 0.3s ease;
}
.job-card__info .img-c img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.job-card__info p {
	margin-bottom: 7px;
}

.job-card__info .tag-new {
	padding: 7px 10px;
	background-color: var(--color-red-300);
	color: white;
	border-radius: 20px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 11px;
	display: none;
}

.job-card__info .tag-featured {
	padding: 7px 10px;
	background-color: black;
	color: white;
	border-radius: 20px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 11px;
	display: none;
}

.job-card__info h6 {
	color: #323838;
	font-size: 18px;
	font-weight: 700;
}

.job-card__info ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.job-card__info ul li {
	font-size: 15px;
	color: #939c9b;
	padding: 0 10px;
	position: relative;
}

.job-card__info ul li:before {
	content: "";
	height: 4px;
	width: 4px;
	position: absolute;
	top: 50%;
	background-color: #939c9b;
	border-radius: 50%;
	left: -2px;
	transform: translateY(-50%);
}

.job-card__info ul li:first-child {
	padding-left: 0;
}

.job-card__info ul li:first-child:before {
	display: none;
}

.job-card__info ul li:last-child {
	padding-right: 0;
}

.job-card.new .tag-new {
	display: block;
}

.job-card.featured .tag-featured {
	display: block;
}

.job-card__tags {
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
	list-style-type: none;
}

@media (max-width: 767px) {
	.job-card__tags {
		padding-top: 20px;
		padding-left: 0;
		border-top: 1px solid #939c9b;
	}
}

.job-card__tags li {
	margin-right: 10px;
	margin-bottom: 0;
	padding: 7px 15px;
	border-radius: 4px;
	color: var(--color-white-100);
	font-weight: 500;
	background-color: var(--color-black-400);
	margin: 5px 10px 5px 0;
	cursor: pointer;
	transition: all ease 0.2s;
}

.job-card__tags li:hover {
	background-color: #887854;
	color: white;
}

.job-card__tags li:first-child {
	background-color: transparent;
	color: var(--color-black-400);
}

.job-card__tags li:last-child {
	margin-right: 0;
}

/*--------[Footer Bar]-----*/


#copy .condition h4 {
	font-size: 16px;
	color: #ffffff;
}