* {
	border: 0px;
	outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}

body,
html {
	overflow-x: hidden;
}


body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 1.4em;
	transition: all 1s ease-in-out 0s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}

a:hover,
a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #E87524;
}

a:focus {
	outline: none;
}

textarea {
	resize: none;
}

img {
	max-width: 100%;
}

small,
.small {
	font-size: 0.65em;
}

.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	opacity: 9;
	background-color: #000;
}

.pageloaderContent {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0;
	transform: translateY(-50%);
}

.pageloader path {
	animation: logo 3s infinite 0s;
	fill: none;
	stroke: #fff;
	stroke-width: 80;
	stroke-dasharray: 14000;
	stroke-dashoffset: 14000;


}

@keyframes logo {

	100% {

		stroke-dashoffset: 0;
	}

}

.material-icons,
.material-icons-outlined {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;

	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
	vertical-align: middle;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.mb-6 {
	margin-bottom: 60px !important;
}

.mb-7 {
	margin-bottom: 70px !important;
}

.mb-12 {
	margin-bottom: 120px !important;
}

.p-4 {
	padding: 40px 0 !important;
}

.p-8 {
	padding: 80px 0 !important;
}

.p-10 {
	padding: 100px 0 !important;
}

.p-10.bottomOff {
	padding-bottom: 0 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 18px;
}

h1,
.h1 {
	font-size: 120px;
	font-weight: 700;
	line-height: .8em;
}

h2,
h2 {
	font-size: 60px;
	font-weight: 700;
}

h3,
h3 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1em;
}

h4,
.h4 {
	font-size: 16px;
	font-weight: 700;

}

p {
	margin-bottom: 20px;
}

.bigp p,
p.bigp {
	font-size: 24px;
	line-height: 1.6em;
}

.btn {
	font-size: 16px;
	min-width: inherit;
	padding: 13px 35px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 35px;
	transition: all 0.3s ease-in-out 0.1s;
}

.btn.btn-sm {
	font-size: 13px;
	padding: 10px 25px;
}

.btn-primary {
	color: #fff;
	background-color: #ff0000;
	border-color: #ff0000;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #ff4848;
	border-color: #ff4848;
}

.btn-info {
	color: #353740;
	background-color: #fff;
	border-color: #fff;
}

.btn-info:hover,
.btn-info:focus {
	color: #353740;
	background-color: #fff;
	border-color: #fff;
}

.btn-outline-primary {
	color: #fff;
	border: solid 2px #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-outline-info {
	color: #fff;
	border: solid 2px #fff;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.text-primary {
	color: #fe0000 !important;
}

a.text-primary {
	text-decoration: underline;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #fe0000 !important;
	text-decoration: none;

}

.bg-primary {
	background-color: #E87524 !important;
}

.bg-light {
	background-color: #f2f2f2 !important;
}

.form-control {
	font-size: 14px;
	padding: 0 0 15px 0;
	border: none;
	height: auto;
	border-radius: 0;
	line-height: normal;
	border-bottom: solid 1px #212121;
	background-color: transparent;
	color: #fff;
}

.form-control::-moz-placeholder {
	color: #626262;
}

.form-control::placeholder {
	color: #626262;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	background-color: transparent;
	border-color: #fe000079;
	color: #fff;
}

.container-fluid {
	padding: 0 40px;
}

.homeHeader {
	position: fixed;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 9999;
}

.logo {
	max-width: 65px;
}

.logoColor {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all 1s ease-in-out 0s;
}

.homeHeader.homeHeaderColor .logoColor {
	opacity: 1;
}

.menuIconColor {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all 1s ease-in-out 0s;
}

.menu {
	cursor: pointer;
	max-width: 30px;
}

.sideNavOverlay {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #000;
	opacity: 0.6;
}

.sideMenuHold {
	width: 160px;
	position: fixed;
	right: -160px;
	top: 0;
	bottom: 0;
	z-index: 9;
	background-color: #000;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sideMenuHold ul {
	position: relative;
	top: 50%;
	transform: translateY(-45%);
	padding: 20px;
}

.sideMenuHold ul li {
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	color: #fff;
	font-weight: 700;
	margin: 25px 0;
	transition: all 0.3s ease-in-out 0s;
}

.sideMenuHold ul li:hover {
	transform: translateX(-2px);
}

.sideMenuHold ul li a:hover,
.sideMenuHold ul li:focus {
	color: #fff;
}

.sideMenuHold.open {
	right: 0;
}

.menuClose {
	position: absolute;
	top: 30px;
	right: 20px;
	border-radius: 50%;
	border: solid 2px #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	cursor: pointer;
}

.menuClose .material-icons-outlined {
	color: #fff;
	line-height: 32px;
	font-size: 20px;
}

.homeHeader.homeHeaderColor .menuIconColor {
	opacity: 1;
}

.fold1 {
	position: relative;

}

.fold1Content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-55%);
	z-index: 9;
}

.owlScrollBox:hover .owlScrollImg img {

	transform: scale(1.05);
}

.owlScrollBox:hover h4 {
	transform: translateY(-50%);

}

.owlScrollBox a {
	display: block;
}

.owlScrollImg {
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
	padding-top: 60%;
	position: relative;
}

.owlScrollImg img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in-out 0s;
}

.owlScroll h4 {
	letter-spacing: 0.15em;
	font-size: 14px;
	transition: all .5s ease-in-out 0s;
}

.owlScrollBox.owlScrollBox2 h4 {
	letter-spacing: 0;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 1px;
}

.owlScrollBox.owlScrollBox2:hover h4 {
	transform: translateY(0);
}

.owlScrollBox.owlScrollBox2 p {
	font-size: 10px;
	color: #333335;
	margin: 0;
	text-transform: uppercase;
}

.owlScrollBox.owlScrollBox2 .owlScrollImg {
	margin-bottom: 15px;
}

.owlScrollImgBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	transition: all .5s ease-in-out 0s;
}

.owlScrollBox:hover .owlScrollImgBtn {
	opacity: 1;
}

.fold2 {
	position: relative;
}

.fold2Caption {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
}

.fold3 {
	position: relative;
}

.fold3Content {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0;
	transform: translateY(-50%);
}

.fold1,
.fold2,
.fold3 {
	height: 100%;
}

.homeFooter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 9;
}

.nevLeft,
.nevRight {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
	font-weight: 600;
}

.nevLeft a:hover,
.nevLeft a:focus,
.nevRight a:hover,
.nevRight a:focus {
	color: #fff;
}

.arrowLeft {
	margin-right: 8px;
	display: flex;
	align-items: center
}

.arrowLeft::before {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 2px #fff;
	display: block;
}

.arrowLeft::after {
	content: '';
	width: 82px;
	height: 11px;
	margin-left: -27px;
	background-image: url("../img/arrow-left.png");
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease-in-out 0s;
}

.nevLeft:hover .arrowLeft::after {
	transform: translateX(-1px);
}

.arrowRight {
	margin-left: 8px;
	display: flex;
	align-items: center
}

.arrowRight::after {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 2px #fff;
	display: block;
}

.arrowRight::before {
	content: '';
	width: 82px;
	height: 11px;
	margin-right: -27px;
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease-in-out 0s;
}

.nevRight:hover .arrowRight::before {
	transform: translateX(1px);
}

.nevLeft.black,
.nevRight.black {
	color: #000;
}

.nevLeft.black a:hover,
.nevLeft.black a:focus,
.nevRight.black a:hover,
.nevRight.black a:focus {
	color: #000;
}

.black .arrowLeft::before,
.black .arrowRight::after {
	border-color: #000;
}

.black .arrowLeft::after {
	background-image: url("../img/arrow-left-black.png");
}

.black .arrowRight::before {
	background-image: url("../img/arrow-right-black.png");
}

.circleHold {
	position: relative;
	height: 50vh;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: center;
}



.circle a {
	padding: 0 15px;
	white-space: nowrap;
	display: block;
}

.circle a:hover,
.circle a:focus {
	color: inherit;
}

.circle {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 50%;
	border: solid 1px #fff;
	font-size: 15px;
	position: absolute;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1.1em;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}

.circle.show {
	opacity: 1;
}

.circle:hover {
	z-index: 2;
}

.textAnimation text {
	stroke: #fff;
	stroke-width: 4;
	stroke-dasharray: 950;
	stroke-linecap: square;
	stroke-dashoffset: 950;
	stroke-linejoin: miter;
	stroke-miterlimit: 0;
	fill: none;
	fill-rule: evenodd;
	opacity: 1;
	white-space: pre;
}

.textAnimation.add text {
	animation: strok 3s linear forwards 0s;
}

.textAnimation svg {
	width: 100%;
	max-width: 700px;

}

.svgBtn {
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translateY(50%) translateX(-50%);
	display: none;
}

.svgBtn .btn:hover {
	border-top-color: transparent;
	border-bottom-color: transparent;
	background-color: transparent;
	color: #fff;
	padding-left: 45px;
	padding-right: 45px;
	transition: all 0.3s ease-in-out 0.1s;
}


@keyframes strok {
	50% {
		stroke-dashoffset: 0;
		fill: rgb(254, 0, 0);
	}

	100% {
		stroke-dashoffset: 950;
		fill: #fff;
	}

}

/* @keyframes strok {
	
	100% {
		
		stroke-dashoffset: 0;
		
	}
	
} */

.packageLeft {
	background-color: #fe0000;
	width: 50%;
	padding: 100px 5% 30px 5%;
}

.packageRight {
	background-color: #000000;
	width: 50%;
	padding: 100px 5% 30px 5%;
}

.details {
	margin-bottom: 25px;
}

.details h4 {
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 10px;
}

.details h4:after {
	display: block;
	background-color: #fff;
	width: 35px;
	height: 2px;
	margin-bottom: 0px;
	margin-top: 2px;
	content: '';
}

.details h5 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
}

.packageSec {
	height: 100%;
}

.servicesSec {
	height: 100%;
	background-color: #000;
}

.workshopSec {
	height: 100%;
	background-color: #fff;
}

.cultureSec {
	height: 100%;
	background-color: #fff;
}

.cultureText {
	padding-right: 15%;
	margin-bottom: 7vh;
}

.innerContent {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cultureHold {
	position: relative;
	height: 50vh;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: center;
}

.cultureCircle {
	position: absolute;
	text-align: center;
	background-color: #fff;
	padding: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 4px;
	z-index: 2;
	display: none;
}

.cultureCircle:after {
	content: '';
	background-color: #fff;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	transform: rotate(-45deg);
	margin: 0 auto;
	z-index: 1;
}

.cultureCircle:hover {
	z-index: 3;
}

.cultureCircleImg {
	border-radius: 50%;
	overflow: hidden;
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto 10px auto;
}

.cultureCircleImg img {
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;

}

.cultureCircle.size1 .cultureCircleImg {
	width: 100px;
	height: 100px;
}

.cultureCircle.size2 .cultureCircleImg {
	width: 140px;
	height: 140px;
}

.cultureCircle h5 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
}

.cultureCircle h6 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	color: #fe0000;
	position: relative;
	z-index: 2;
}

.priceBottom ul {
	display: flex;
	width: 100%;
	gap: 10px;
	flex-wrap: wrap;
}

.priceBottom ul li {
	width: calc(50% - 5px);
	font-size: 11px;
	color: #646464;
	line-height: 1.2em;
	position: relative;
	padding-left: 20px;
	margin-bottom: 2px;
}

.expendDes ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
}

.expendDes ul li::before {
	content: '';
	background-image: url("../img/arrow-black.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 13px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 4px;
}

.priceBottom ul li::before {
	content: '';
	background-image: url("../img/arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 13px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
}

.detailsLeft {
	width: 65%;
}

.detailsRight {
	width: 35%;
}

.priceBox {
	border-radius: 6px;
	border: solid 2px #ededed;
	padding: 25px;
	min-height: 100%;
}

.priceBottom {
	border-top: solid 2px #ededed;
	padding-top: 25px;
}

.imgSliderHold {
	width: 60%;
}

.imgSlider img {
	border-radius: 4px;
}

.priceHold {
	width: 40%;
}

.expendDes {
	display: none;
	padding-bottom: 25px;
}

h4.expendTitle {
	cursor: pointer;
	font-size: 20px;
	border-top: solid 2px #ededed;
	margin-bottom: 0;
	padding: 16px 0;
	position: relative;
}

h4.expendTitle:first-child {
	border-top: none;
}

h4.expendTitle::after {
	content: '+';
	width: 30px;
	height: 30px;
	border: solid 2px #ededed;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 20%;
	font-weight: 600;
	text-align: center;
	line-height: 28px;
}

h4.expendTitle.open::after {
	content: '-';
}

.expendDes p:last-child {
	margin-bottom: 0;
}

.expendArea {
	border-bottom: solid 2px #ededed;
}

.share img {
	height: 13px;
}

.share a {
	border: solid 2px #ededed;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 25px;
}

.imgSlider #slider.flexslider {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px;
}

.imgSlider #carousel.flexslider .slides>li {
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	opacity: 0.4;
}

.imgSlider #carousel.flexslider .slides>li.flex-active-slide {
	opacity: 1;
}

.scrollContent {
	padding-top: 120px;
	padding-bottom: 120px;
}

.colorBg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	mix-blend-mode: lighten;
}

.packegBody {
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}

.aboutVideo {
	max-width: 450px;
	aspect-ratio: 1;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.aboutVideoImg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: 50%;
}

.aboutVideoImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutVideoIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.aboutVideoIcon .material-icons-outlined {
	color: #fff;
	font-size: 55px;
}

.workshopScroll {
	height: 100%;
}

.workshopScroll .owl-carousel,
.workshopScroll .owl-stage-outer,
.workshopScroll .owl-stage,
.workshopScroll .owl-item {
	height: 100%;
}

.workThumb {
	position: relative;
	height: 100%;
	height: 100%;
	float: left;
}

.workThumbImg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.workThumbImg:after {
	content: '';
	background-color: #000;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease-in-out 0s;
}

.workThumb.white .workThumbImg:after {
	background-color: #fff;
}

.workThumb:hover .workThumbImg:after {
	opacity: 0.6;
}

.workThumb>a {
	height: 100%;
}

.workThumbImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.workThumbImgCaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	z-index: 2;
	padding: 10vh 0 7vh 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+39,1+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 39%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 39%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 39%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */


}

.workThumb.white .workThumbImgCaption {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+39,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 39%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 39%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 39%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */

}

.workThumbImgCaption h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin: 15px;
	font-weight: 600;
	letter-spacing: 0.09em;
}

.workThumbImgCaption h5 {
	color: #fe0000;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: none;

}

.workThumbImgCaption h5 a {
	border-bottom: solid 2px #fe0000;
	display: inline-block;
	padding-bottom: 2px;
}

.workThumbImgCaption h5 a:hover {
	color: #fe0000;
}

.workThumb.white .workThumbImgCaption h4 {
	color: #000;
}

.fancybox-overlay-fixed {
	z-index: 99999;
}

.modal.show#aboutModal {
	z-index: 9999;
}

.modal.show#aboutModal .modal-dialog {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
}

.modal.show#aboutModal .btn-close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 999;
	background-color: #fff;
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.modal.show#aboutModal .modal-content {
	height: 100%;
	border-radius: 0;
}

.modal.show#aboutModal video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.workScroll {

	height: 100%;
}

.mCustomScrollBox {
	height: 100%;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-bottom: 0px;
	height: 100%;

}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	visibility: hidden;

}

.owl-carousel.serviceScroll .owl-nav {
	position: fixed;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.1+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1a000000', GradientType=0);
	/* IE6-9 */

   padding: 4vh 3vw;

}   
.owl-carousel.serviceScroll .owl-nav::before{
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 250px;
	content: '';
}
.owl-carousel.serviceScroll .owl-nav::after{
	background-color: #fff;
	position: absolute;
	right: 0;
	content: '';
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 250px;
}

.owl-carousel.serviceScroll .owl-nav .owl-prev, .owl-carousel.serviceScroll .owl-nav .owl-next{
	font-weight: 700;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.06em;
	position: relative;
	z-index: 2;
}
.owl-carousel.serviceScroll .owl-nav .owl-prev {
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 105px !important;
	height: 40px;
	
}

.owl-carousel.serviceScroll .owl-nav .owl-next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 105px !important;
	height: 40px;

}

@media (max-width: 1365px) {

	h1,
	.h1 {
		font-size: 100px;
	}

	h2,
	.h2 {
		font-size: 50px;
	}

	h3,
	.h3 {
		font-size: 40px;
	}

	.btnSet .btn {
		font-size: 13px;
		padding: 13px 20px;
		min-width: 120px;
	}
}

@media (max-width: 1199.98px) {
	.container-fluid {
		padding: 0 20px;
	}

	h1,
	.h1 {
		font-size: 90px;
	}

	h2,
	.h2 {
		font-size: 40px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	.homeHeader {
		top: 20px;
	}

	.owlScroll h4 {
		font-size: 12px;
	}

	.circle {
		font-size: 13px;
	}

	.details h4 {
		font-size: 20px;
	}

	.priceBox {
		padding: 15px;
	}

	.priceBottom ul {
		gap: 5px;
	}

	.priceBottom ul li {
		width: calc(50% - 2.5px);
		font-size: 10px;
	}

	.workThumbImgCaption h4 {
		font-size: 18px;
	}
}

@media (min-width: 992px) {}

@media (max-width: 991.98px) {

	h1,
	.h1 {
		font-size: 80px;
	}

	h2,
	.h2 {
		font-size: 35px;
	}

	h3,
	.h3 {
		font-size: 25px;
	}

	.circle {
		font-size: 11px;
	}

	.packageLeft {
		padding-top: 80px;
	}

	.packageRight {
		padding-top: 80px;
	}

	.cultureCircleImg {
		width: 60px;
		height: 60px;
	}

	.cultureCircle.size1 .cultureCircleImg {
		width: 80px;
		height: 80px;
	}

	.cultureCircle.size2 .cultureCircleImg {
		width: 100px;
		height: 100px;
	}

	.cultureCircle h5 {
		font-size: 12px;
	}

	.cultureCircle h6 {
		font-size: 10px;
	}

	.cultureCircle:after {
		height: 20px;
		width: 20px;
		bottom: -10px;
	}

	h4.expendTitle {
		font-size: 15px;
	}

}


@media (max-width: 767.98px) {
	body {
		font-size: 13px;
	}

	h1,
	.h1 {
		font-size: 70px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	.mb-5 {
		margin-bottom: 30px !important;
	}

	.btn {
		font-size: 13px;
	}

	.nevLeft,
	.nevRight {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.arrowRight::after,
	.arrowLeft::before {
		width: 30px;
		height: 30px;
	}

	.arrowLeft::after {
		width: 50px;
		margin-left: -20px;
		background-size: 100% auto;
	}

	.arrowRight::before {
		width: 50px;
		margin-right: -20px;
		background-size: 100% auto;
	}

	.circle {
		font-size: 7px;
	}

	.details {
		margin-bottom: 18px;
	}

	.details h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.details h5 {
		font-size: 12px;
	}

	.packageLeft {
		overflow-y: scroll;
	}

	.packageRight {
		overflow-y: scroll;
	}

	.cultureCircleImg {
		width: 55px;
		height: 55px;
	}

	.cultureCircle.size1 .cultureCircleImg {
		width: 65px;
		height: 65px;
	}

	.cultureCircle.size2 .cultureCircleImg {
		width: 80px;
		height: 80px;
	}

	.cultureCircle h5 {
		font-size: 11px;
	}

	.cultureCircle h6 {
		font-size: 9px;
	}

	.detailsLeft {
		width: 100%;
	}

	.detailsRight {
		width: 100%;
	}

	.scrollContent {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.cultureText {
		margin-bottom: 30px;
	}
}

@media (max-width:575.98px) {

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	.btnSet .btn {
		font-size: 10px;
	}

	.imgSliderHold {
		width: 100%;
		margin-bottom: 10px;
	}

	.priceHold {
		width: 100%;
	}

	.cultureText {
		padding: 0;
	}

	.aboutVideo {
		max-width: 250px;
		margin-bottom: 20px;
	}

	.workThumbImgCaption h4 {
		font-size: 15px;
	}
}