@import url('https://fonts.googleapis.com/css?family=Alice');
@import url('../plugins/old-eng-font/stylesheet.css');
/* @import url('https://db.onlinewebfonts.com/c/7f8af564a481fea06bf0ab198d9dba61?family=ITC+Gorilla'); */
@import url('../fonts/gorilla/font.css');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*Bootstrap reset*/
a:focus,
a:active {
	outline: none;
}

a:hover {
	text-decoration: none;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

.noBorder {
	border: 0 !important;
}

.gap5 {
	height: 5px;
	display: block;
}

.gap10 {
	height: 10px;
	display: block;
}

.gap20 {
	height: 20px;
	display: block;
}

.gap30 {
	height: 30px;
	display: block;
}

.gap40 {
	height: 40px;
	display: block;
}

.gap50 {
	height: 50px;
	display: block;
}

.gap100 {
	height: 100px;
	display: block;
}

.textEllipsis,
.textTruncate {
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.flexCenter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row10>div {
	padding-left: 10px;
	padding-right: 10px;
}

.row5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row5>div {
	padding-left: 5px;
	padding-right: 5px;
}

.row2 {
	margin-left: -2px;
	margin-right: -2px;
}

.row2>div {
	padding-left: 2px;
	padding-right: 2px;
}

.row1 {
	margin-left: -1px;
	margin-right: -1px;
}

.row1>div {
	padding-left: 1px;
	padding-right: 1px;
}

.row3 {
	margin-left: -3px;
	margin-right: -3px;
}

.row3>div {
	padding-left: 3px;
	padding-right: 3px;
}

.row4 {
	margin-left: -4px;
	margin-right: -4px;
}

.row4>div {
	padding-left: 4px;
	padding-right: 4px;
}

.row0 {
	margin-left: -0px;
	margin-right: -0px;
}

.row0>div {
	padding-left: 0px;
	padding-right: 0px;
}

.row10:before,
.row5:before,
.row2:before,
.row1:before,
.row3:before,
.row4:before,
.row0:before {
	display: table;
	content: " ";
	box-sizing: border-box;
}

.row10:after,
.row5:after,
.row2:after,
.row1:after,
.row3:after,
.row4:after,
.row0:after {
	clear: both;
	content: " ";
	box-sizing: border-box;
	display: block;
}

.noBorderRadius,
.borderRadiusNone {
	border-radius: 0 !important
}

/* body,html,* {font-family: 'Roboto', sans-serif;} */
body,
html,
* {
	font-family: "GorillaITC-Regular"
}

a:focus,
a:active {
	border: none;
	text-decoration: none;
}

.noScroll {
	overflow-y: hidden;
}

.pad5 {
	padding: 0 5px
}

.pad10 {
	padding: 0 10px
}

.pad20 {
	padding: 0 20px
}

.pad30 {
	padding: 0 30px
}

.pad40 {
	padding: 0 40px
}

.pad50 {
	padding: 0 50px
}

.pad100 {
	padding: 0 100px
}

.font100 {
	font-weight: 100
}

.font200 {
	font-weight: 200
}

.font300 {
	font-weight: 300
}

.font400 {
	font-weight: 400
}

.font500 {
	font-weight: 500
}

.font600 {
	font-weight: 600
}

.font700 {
	font-weight: 700
}

.font800 {
	font-weight: 800
}

.font900 {
	font-weight: 900
}

.fade0 {
	opacity: 0
}

.fade1 {
	opacity: .1
}

.fade2 {
	opacity: .2
}

.fade3 {
	opacity: .3
}

.fade4 {
	opacity: .4
}

.fade5 {
	opacity: .5
}

.fade6 {
	opacity: .6
}

.fade7 {
	opacity: .7
}

.fade8 {
	opacity: .8
}

.fade9 {
	opacity: .9
}

.fade10 {
	opacity: 1
}

.radius0 {
	border-radius: 0px
}

.radius1 {
	border-radius: 1px
}

.radius2 {
	border-radius: 2px
}

.radius3 {
	border-radius: 3px
}

.radius4 {
	border-radius: 4px
}

.radius5 {
	border-radius: 5px
}

.radius10 {
	border-radius: 10px
}

.bgCover {
	background-size: cover
}

.bgCenter {
	background-position: center;
}

.bgContain {
	background-size: contain;
}

.noScroll {
	overflow: hidden;
}

.pad5 {
	padding: 0 5px
}

.pad10 {
	padding: 0 10px
}

.pad20 {
	padding: 0 20px
}

.pad30 {
	padding: 0 30px
}

.pad40 {
	padding: 0 40px
}

.pad50 {
	padding: 0 50px
}

.pad100 {
	padding: 0 100px
}

/*Fonts*/
.slab {
	font-family: 'Roboto Slab', serif;
}

/*Buttons*/
.btn,
.btn:active,
.btn:focus {
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 2px;
}

.btn-blue {
	background: #4d83ff;
	color: #FFF;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	background: #7da4ff;
	color: #FFF;
}

.btn-orange {
	background: #ff7232;
	color: #FFF;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
	background: #ff7f45;
	color: #FFF;
}

.btn-brown {
	background: #000;
	color: #fdd030;
	border-radius: 100px;
}

.btn-brown:hover,
.btn-orange:active,
.btn-orange:focus {
	opacity: 0.8;
	background: #000;
	border-radius: 100px;
	color: #8a7a5a;
}

.btn-brown:hover,
.btn-brown:active,
.btn-brown:focus {
	opacity: 0.8;
	border-radius: 100px;
	color: #c0a87a;
}


/*Small Menu*/
.smallMenu {
	position: fixed;
	top: 0;
	right: -85%;
	width: 85%;
	height: 100%;
	transition: all .2s;
	background: #ff7232;
	z-index: 1001
}

.smallMenu.showMenu {
	right: 0
}

.menuOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	display: none;
	z-index: 1000
}

.smMenuInner {
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: auto;
}

.smMenuInner a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding: 10px 0;
	color: #FFF;
}

.smMenuCaller {
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #FFF;
	opacity: .7
}

.smMenuCaller:hover:hover,
.smMenuCaller:hover:focus,
.smMenuCaller:hover:active {
	color: #FFF;
	opacity: 1
}

/*Md Input*/
.mdInput {
	position: relative;
	line-height: 50px;
	border-bottom: none;
	margin-top: 25px;
}

.mdInput label {
	color: #000000;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	top: 0;
	transition: all .2s;
	font-family: "Alice";
	font-size: 18px;
	padding-left: 10px;
}

.mdInput input,
.mdInput textarea,
.mdInput select {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	height: 50px;
	padding: 0;
	line-height: 50px;
	position: relative;
	z-index: 2;
	background: none;
	font-size: 19px;
	font-family: "Alice";
	border: 1px #000000 solid;
	text-indent: 10px;
	border-radius: 4px;
}

.mdFocussed label,
.alwaysFocused label {
	top: -36px;
	color: #000000;
	font-weight: 700;
	font-size: 14px;
	padding-left: 0
}

.mdFocussed,
.alwaysFocused {
	border-color: #000000;
}

.mdInput textarea {
	resize: none;
	height: 80px;
	font-family: "Alice"
}

.mdInput select option {
	font-family: "Alice";
	font-size: 16px;
}

/*General*/
.banner.home {

	background: transparent;
}

.banner {
	min-height: 100vh;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	z-index: 1;
	transition: all .2s;
	overflow: auto;
	/* new css */
	background: #030303;
}

.banner::-webkit-scrollbar {
	background-color: #030303 !important;
	width: 10px;
}

.banner::-webkit-scrollbar-thumb {
	background-color: #72601d !important;
}

.bannerInner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cookie {
	font-family: 'Cookie', cursive;
}

.bannerName {
	font-size: 8vw;
	color: #FFF;
}

.bannerTag {
	/* color:#FFF; */
	color: #d8d8d8;
	font-size: 32px;
	font-weight: 300;
	/* new css */
	/* color: #d5b132; */
}

.bannerTag span {
	font-size: 120%;
	text-transform: capitalize;
	/* color:#e3822c; */
	color: #ffffff;
	font-style: italic;
	/* new css */
	/* color: #fdd030; */
}

.btn-bordered {
	border: 1px #FFF solid;
	background: rgba(0, 0, 0, .2);
	color: #FFF;
	border-radius: 50px;
	/* new css */

	/* border:1px #fdd030 solid; */
	/* background: rgba(0,0,0,.2); */
	/* color:#fdd030; */
}

.btn-bordered:hover,
.btn-bordered:active,
.btn-bordered:focus {
	color: #FFF;
	border-radius: 50px;
	border: 1px #FFF solid;
}

.bannerInner .btn-bordered {
	padding: 0 40px;
	height: 58px;
	line-height: 58px;
	transform: scale(1);
	transition: all .2s;
	font-weight: bold;
	letter-spacing: 2px
}

.bannerInner .btn-bordered:hover,
.bannerInner .btn-bordered:focus,
.bannerInner .btn-bordered:active {
	transform: scale(1.1);
	/* background: #e3822c;
		border-color:#e3822c; */
	/* background: #ffffff;
		border-color:#ffffff; */
	line-height: 56px;
	color: #000;
	/* new css */

	/* background: #fdd030;
		border-color:#fdd030; */
	background-color: #fff;
	color: #000;
}

.bannerRippleHolder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}

.bannerRippleHolder.showRipple {
	z-index: 2
}

.bannerRippleCircle {
	position: absolute;
	right: 0;
	bottom: 0;
	/* background:#e8e8e4; */
	border-radius: 50%;
	transition: all 1s;
	opacity: .75;
	transform: scale(.001);
	/* new css */
	background: #fdd030;
}

.letsInv {
	/* background-image: url('../images/optimized/texture.webp'); */
	background-position: center;
	background-size: cover;
	/* background-color: #ffffff; */
	background-color: #fdd030;
	scrollbar-width: thin;
	scrollbar-color: #222222;
}

.letsInv::-webkit-scrollbar {
	width: 5px;
	background-color: #dbb116 !important;
}

.letsInv::-webkit-scrollbar-track {
	background: #ac8e23;
}

.letsInv::-webkit-scrollbar-thumb {
	background-color: #222222 !important;
}

.letsInv::-webkit-scrollbar-thumb:hover {
	background: #000000;
}



.bannerRippleCircle.landscapeRipple {
	width: 250vw;
	height: 250vw;
	margin-right: -125vw;
	margin-bottom: -125vw
}

.bannerRippleCircle.portraitRipple {
	width: 250vh;
	height: 250vh;
	margin-right: -125vh;
	margin-bottom: -125vh
}

.bannerRippleHolder.showRipple .bannerRippleCircle {
	transform: scale(1);
	opacity: 1
}

.letsInvOuter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 4;
	display: none;
}

.letsInv {
	/* position: absolute; */
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 4;
	display: block;
	justify-content: center;
	align-items: center;
	overflow: auto;
	padding-top: 50px;
}

.letsInvInner {
	width: 100%;
	text-align: center;
}

.letsInvInner p {
	font-size: 16px;
	margin-bottom: 15px;
}

.letsInvInner h3 {
	font-size: 38px;
}

.letsInvInner a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 25px;
	border-radius: 50px;
	font-size: 13px;
	text-transform: uppercase;
	/* color: #fff !important; */
	background: #FFF;
	margin: 0 10px;
	font-weight: 700;
	/* border: 1pt #FFF solid; */
}

.letsInvInner a:hover {
	opacity: .85
}

.overlay {
	position: absolute;
	z-index: 5;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.methOfMdns {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 6;
	display: none;
}

.momInner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.momInnerContent {
	width: 700px;
	max-width: 92%;
	display: inline-block;
	padding: 25px;
	background: #FFF;
	border-radius: 10px;
	position: relative;
}

.momInnerContentShow {
	display: block;
	animation: momInnerContentShowAnim .4s forwards;
	opacity: 1
}

@keyframes momInnerContentShowAnim {
	0% {
		transform: scale(.9);
		opacity: 0;
	}

	30% {
		transform: scale(1.1);
		opacity: 1;
	}

	60% {
		transform: scale(.95);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.momInnerContent b {
	color: #3f4380;
}

.momInnerContent p:last-child {
	margin-bottom: 0
}

.closeLetsInvOuter,
.closemomInnerContent,
.closeMenuInner {
	position: absolute;
	right: 16px;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	z-index: 10;
	color: #000;
	opacity: .7
}

.closeMenuInner {
	color: #fdd030;
}

.menuBackgroundHome .closeMenuInner {
	color: #ffffff;
}

.closemomInnerContent:hover,
.closeLetsInvOuter:hover {
	color: #000;
	opacity: 1
}

.closeMenuInner:hover {
	color: #fdd030;
	opacity: 1
}

.menuBackgroundHome .closeMenuInner:hover {
	color: #ffffff;
}

.alegreya {
	font-family: "GorillaITC-Regular";
}

.menuButton {
	position: absolute;
	right: 32px;
	top: 32px;
	height: 32px;
	width: 32px;
	border-top: 3px #ffffff solid;
	border-bottom: 3px #ffffff solid;
	cursor: pointer;
	z-index: 100;
	/* new css */
	/* border-top:3px #fdd030 solid;
		border-bottom: 3px #fdd030 solid; */
}

.menuButton:after {
	width: 52px;
	left: -10px;
	position: absolute;
	top: 12px;
	height: 3px;
	/* background: #ffffff; */
	content: "";
	display: inline-block;
	/* new css */
	background: #fff;
}

.bannerBlur {
	transform: scale(1.1);
	-webkit-filter: blur(5px);
}

.menuBackground {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 101
}

.menuInner {
	position: absolute;
	top: 50px;
	right: 50px;
	bottom: 50px;
	left: 50px;
	background: rgba(0, 0, 0, .75);
	display: flex;
	justify-content: center;
	align-items: center;
}

.menuInContent {
	display: block;
	width: 100%;
}

.menuInContent a {
	font-size: 32px;
	color: #FFF;
	margin: 15px 0;
	display: inline-block;
}

.menuInContent a:hover {
	/* color:#ffffff; */
	color: #fdd030;
}

.letsInvInner h3 {
	/* color:#484440; */
	color: #000000;
	font-weight: bold;
}

.innerContentOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 100;
	display: none
}

.innerContent {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	display: none
}

.innerContentFlex {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh
}

.innerContentTab {
	width: 700px;
	max-width: 100%;
	background: #FFF;
	padding: 50px;
	border-radius: 20px;
	display: none;
	position: relative;
	background-image: url('../images/optimized/texture.webp');
	background-size: cover
}

.innerContentTab.active {
	display: block;
}

.innerContentTab h1 {
	margin-bottom: 32px;
	font-family: "GorillaITC-Regular";
	font-weight: bold
}

.innerContentTab p {
	font-family: 'Alice', serif;
	font-size: 20px;
	font-weight: bold
}

.letsInvInner p,
.momInnerContent p {
	font-family: "GorillaITC-Regular";
	font-size: 18px;
	/* text-shadow: 0 0 5px rgba(255,255,255,1); */
}

.letsInvInner p {
	color: #222;
	opacity: .85;
	font-size: 15px;
	font-weight: bold
}

.alice,
.alegreya {
	font-family: "GorillaITC-Regular";
}

.innerContentTab a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #000;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	top: 8px;
	right: 8px;
	border-radius: 50%;
	opacity: .7
}

.homeLogo {
	height: 40vh
}

.letsInvInner .momInner a {
	display: inline-block;
	padding: 10px 15px;
	background: #FFF;
	border-radius: 50px;
	color: #444;
	height: initial;
	line-height: initial;
}

.letsInvInner a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 17px;
	border-radius: 50px;
	font-size: 13px;
	text-transform: uppercase;
	color: #555;
	background: #FFF;
	margin: 0 5px;
	font-weight: 700;
	/* border: 1pt #fdd030 solid; */
}

.menuInContentAnchors {
	padding: 0 40px;
	text-align: center;
}

.menuInContentAnchors p {
	font-size: 28px;
	/* color: #ffffff; */
	margin: 0px 0 10px;
	display: inline-block;
	font-family: "GorillaITC-Regular";
	font-weight: 400;
	line-height: 30px;
	/* new css */
	color: #FDD030;
}

.menuBackgroundHome .menuInContentAnchors p {
	color: #ffffff;
}

.menuInContentAnchors a {
	font-size: 28px;
	/* color: #ffffff; */
	margin: 0 0 10px;
	display: inline-block;
	transition: all .2s;
	font-family: "GorillaITC-Regular";
	font-weight: 400;
	line-height: 30px;
	/* new css */
	color: #FDD030;
}

.menuBackgroundHome .menuInContentAnchors a {
	color: #ffffff;
}

.btn-default {
	display: inline-block;
	padding: 10px 15px;
	background: #000000;
	border-radius: 50px;
	color: #fff;
	height: initial;
	line-height: initial;
	/* new css */
	/* background: #000;
		color: #fdd030; */
	transition: all 0.2s;
}

.btn-default:hover {
	background: #000;
	/* color: #fdd030; */
	color: #fff;
	opacity: 0.8;
}

.menuInContentAnchors a.subMenu {
	font-size: 18px;
	/* color: #FFF; */
	margin: 0 0 7px;
	display: inline-block;
	padding-left: 25px;
	line-height: 22px;
	/* new css */
	color: #fdd030;
}

.menuBackgroundHome .menuInContentAnchors a.subMenu {
	color: #ffffff;
}

.menuInContentAnchors a:hover {
	text-indent: 10px;
}

.innerLogo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1
}

.innerLogo img {
	height: 120px;
}

.innerPageHeader {
	color: #000000;
	font-size: 45px;
}

.innerPageText {
	color: #000000;
	font-size: 20px;
}

/*.testimonialBox {padding: 20px 28px;background: -webkit-linear-gradient(top left , rgba(255, 255, 255, 0.07) , rgba(255, 255, 255, 0.42) , rgba(255, 255, 255, 0.26) , rgba(255, 255, 255, 0.5));border-radius: 15px;text-align: left;}*/
.testimonialBox {
	padding: 20px 28px;
	background-image: url('../images/optimized/texture.webp');
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	text-align: left;
	font-family: 'Alice', serif;
	position: relative;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
	margin-bottom: 30px;
}

.testimonialBox:before {
	content: "";
	width: 4px;
	top: 20px;
	bottom: 20px;
	left: -2px;
	background: #ffcf88;
	border-radius: 50px;
	content: "";
	display: inline-block;
	position: absolute;
}

.testimonialAuthor {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	font-family: "GorillaITC-Regular";
}

.testimonialText {
	font-size: 16px;
	color: #000;
	font-family: "GorillaITC-Regular";
	opacity: .85
}

.notFlexBody {
	display: block;
	position: relative;
	padding-top: 150px;
}

.momInnerNewContent {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.momInnerNewContent.momRight {
	padding-left: 55%;
	padding-right: 5%;
	padding-top: 1px;
}

.bannerInner .momInnerNewContent.momRight {
	padding-top: 50px
}

.momInnerNewContent.momLeft {
	padding-right: 53%;
	padding-left: 5%;
	padding-top: 1px;
}

.momArtHolder {
	position: absolute;
	top: 0;
	bottom: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/* new css */
	/* mix-blend-mode: darken; */
}

.momLeft .momArtHolder {
	right: 5%;
	left: 55%;
}

.momRight .momArtHolder {
	left: 5%;
	right: 55%;
}

.momInnerNewContentInner {
	padding: 0;
	text-align: left;
	font-family: "GorillaITC-Regular";
	min-height: 400px;
}

.letsInv .momInnerNewContentInner {
	display: flex;
	align-items: center;
}

.detailedModalInner .momInnerNewContentInner {
	min-height: 0
}

.monINHold {
	width: 100%
}

.monInHead {
	font-size: 30px;
	font-weight: bold;
	/* color:#484440; */
	color: #000000;
	margin-bottom: 20px;
}

.momInnerNewContentInner h1 {
	font-size: 27px;
	font-weight: bold;
	/* color:#484440; */
	color: #000000;
	margin-bottom: 20px;
}

.momInnerNewContentInner p {
	font-size: 20px;
	/* color:#484440; */
	color: #000000;
	/* font-family: "Alice"; */
	font-family: "GorillaITC-Regular";
}

.momInnerNewContentInner a {
	border-radius: 100px;
	line-height: 50px;
	height: 50px;
	font-size: 18px;
	/* color:#FFF; */
	/* background: #484440; */
	background: #000000;
	padding: 0 25px;
	display: inline-block;
	margin-top: 10px;
	/* new css */
	color: #fdd030;
}

.momInnerNewContentInner a:hover {
	opacity: .85
}

.innerPage .menuButton {
	border-color: #000000;
}

.innerPage .menuButton:after {
	background: #000000;
}

.innerArt {
	max-width: 100%
}

.innerPage .momInnerNewContentInner h1 {
	font-size: 32px;
	font-weight: bold;
	/* color:#484440; */
	color: #000000;
	margin-bottom: 20px;
}

.innerPage .momInnerNewContentInner p {
	font-size: 22px;
	color: #000000;
	font-family: "Alice"
}

.letsInvLogo {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 100px;
	cursor: pointer;
}

.innerPage .bannerInner {
	display: block;
	padding-top: 150px;
}

.homepageLogo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	height: 120px;
}

@keyframes scrollIndicatorAnim {
	0% {
		bottom: 70px;
		opacity: 1
	}

	80% {
		bottom: 20px;
		opacity: 0
	}

	100% {
		bottom: 70px;
		opacity: 0
	}
}

.scrollIndicator {
	position: fixed;
	left: 50%;
	margin-left: -32px;
	height: 64px;
	width: 64px;
	text-align: center;
	line-height: 64px;
	display: inline-block;
	bottom: 100px;
	border-radius: 50%;
	background: #000;
	/* color:#FFF; */
	box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
	animation: scrollIndicatorAnim 3s infinite;
	/* new css */
	color: #fdd030;
}

.letsInvScrolled .scrollIndicator {
	display: none
}

.scrollIndicatorInModal {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	height: 64px;
	width: 64px;
	text-align: center;
	line-height: 64px;
	display: inline-block;
	bottom: initial;
	border-radius: 50%;
	background: #f5ead9;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
	animation: scrollIndicatorAnim 3s infinite;
	z-index: 1000;
	color: #000;
	/* new css */
	/* background: #fdd030; */
}

.scrollIndicatorInModalBlack {
	background-color: #000000;
	color: #fdd030;
}

.contactHolder {
	padding: 40px 40px;
	/* background: rgba(255,255,255,.7); */
	/* border-radius: 20px; */
	border-radius: 12px;
	text-align: left;
	border: 2px rgba(0, 0, 0, .2) dashed;
}

.link {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	opacity: .82
}

.link:hover {
	opacity: 1;
	color: #000;
}

.detailedModalOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 1000;
	display: none
}

.detailedModal {
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	background: #fdd030;
	border-radius: 10px;
	z-index: 1001;
	display: none;
	max-height: calc(100vh - 100px);
	overflow: auto;
}

.detailedModalInner {
	padding: 25px;
}

.detailedModalClose {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #888;
}

.detailedModalClose:hover {
	color: #444;
}

.detailedModalInner h1 {
	font-family: "GorillaITC-Regular";
	font-size: 20px;
	font-weight: bold
}

.detailedModalInner p {
	font-family: "GorillaITC-Regular";
	font-size: 16px;
}

.modalSlider img {
	display: block;
	width: 100%;
	border-radius: 20px;
	border: 1px #DDD solid;
}

.owl-nav>div {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	height: 70px;
	margin-top: -35px;
	width: 40px;
	text-align: center;
	line-height: 70px;
	background: #EEE;
}

.owl-nav>div:hover {
	background: #DDD
}

.owl-nav>div.disabled,
.owl-nav>div.disabled:hover {
	opacity: 0;
	background: #5a5a5a
}

.owl-nav>div.owl-prev {
	left: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #000000;
	color: #fdd030;
}

.owl-nav>div.owl-next {
	right: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #000000;
	color: #fdd030;
}

.bannerTag>label {
	display: inline-block;
	background: rgba(0, 0, 0, .8);
	font-weight: normal;
	padding: 0 10px;
}

.bannerInner .home-btn-block {
	margin-top: -250px;
}

.infoGraphic {
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	padding: 25px 7%;
	background: #FFF
}

.infoGraphicRow {
	margin: 45px -15px;
}

.modalTesti {
	padding: 15px 20px 15px;
	background: #FAFAFA;
	border: 1px #EEE solid;
	border-radius: 10px;
	text-align: left;
}

.modalTestiInTestimonial.modalTesti {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	font-family: "GorillaITC-Regular";
	margin-bottom: 20px;
}

.testiAuth {
	position: relative;
	padding-left: 105px;
	min-height: 92px;
}

.modealTestiImage {
	position: absolute;
	left: 0;
	top: 0;
	width: 92px;
	height: 92px;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	border: 1px rgba(0, 0, 0, .1) solid;
}

.testiAuth p {
	font-weight: bold;
}

.testiAuth span {
	font-size: 13px;
	opacity: .75;
	display: block;
}

.detailedModalInner p.modalAuthorText {
	font-size: 22px;
	margin: 25px 0
}

.modalTesti h1 {
	opacity: .62;
	font-size: 16px;
}


/* .fullModal::-webkit-scrollbar-track,.contactModalInner::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
		background-color: #fdd030;
	}
	.fullModal::-webkit-scrollbar,.contactModalInner::-webkit-scrollbar {width: 5px;background-color: #F5F5F5;}
	.fullModal::-webkit-scrollbar-thumb,.contactModalInner::-webkit-scrollbar-thumb {
		background-color: rgb(0 0 0 / 40%);
    	border: 0px solid #000000;
	} */





.detailedModal::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
	background-color: #929292;
}

.detailedModal::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.detailedModal::-webkit-scrollbar-thumb {
	background-color: rgb(0 0 0 / 40%);
}

.testiSocial a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFF;
	border: 1px #EEE solid;
	border-radius: 50%
}

.testiSocial a:hover {
	border-color: #CCC;
}

.modalTesti .fa-quote-left {
	font-size: 40px;
	color: #DDD;
}

.detailedModalInner p.asteriskDesc {
	position: relative;
	font-size: 14px;
	color: #888;
	top: -20px;
}

.innerPage .aboutContainer .momInnerNewContentInner p {
	font-size: 18px;
	text-align: left;
}

.innerPage .aboutContainer .momInnerNewContentInner h1 {
	text-align: left
}

.innerPage .momInnerNewContentInner {
	min-height: 0
}

.innerPage .momInnerNewContent.momRight {
	padding-left: 50%
}

.innerPage .momRight .momArtHolder {
	right: 51.5%;
}

.detailedModalInner {
	background: #fff;
}

.detailedModalInner h1,
.detailedModalInner p {
	font-family: "GorillaITC-Regular";
}

.contactModalOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 1001;
	display: none
}

.contactModal {
	position: fixed;
	top: 50px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	z-index: 1002;
	display: none
}

.contactModalInner {
	max-height: calc(100vh - 100px);
	background: #FFF;
	border-radius: 20px;
	overflow: auto;
	/* new css */
	/* background: #FDD030; */
}

.closeContactModal {
	color: #888;
	padding: 15px;
	display: inline-block;
	color: #888;
	padding: 15px;
	display: inline-block;
	position: relative;
	top: -15px;
}

.closeContactModal:hover {
	color: #444;
}

.caret {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	/* border-color: #ffffff transparent transparent transparent; */
	border-color: #FDD030 transparent transparent transparent;
}

.menuBackgroundHome .caret {
	border-color: #ffffff transparent transparent transparent;
}

.menuInContentAnchors p {
	cursor: pointer;
}

.menuInContentAnchors .sub {
	display: none
}

.bodyCaseStudy {
	padding: 100px 0
}

.divider {
	width: 400px;
	max-width: 80%;
	display: inline-block;
}

.divider.dividerInverted {
	transform: rotate(180deg);
}

.bodyCaseStudy {
	font-family: "GorillaITC-Regular";
}

.bold {
	font-weight: bold
}

.bodyCaseStudy .col-sm-4 img {
	width: 100%
}

.modalTestiInner {
	position: relative;
	padding: 50px;
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 0px 20px rgba(0, 0, 0, .2)
}

.modalTestiInnerTop {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 50px;
}

.modalTestiInnerBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50px;
}

.modalTestiInnerTop:before,
.modalTestiInnerBottom:before {
	height: 50px;
	width: 50px;
	position: absolute;
	left: -8px;
	top: -8px;
	background-image: url('../images/corner.png');
	background-size: cover;
	background-position: center;
	content: "";
	display: inline-block;
}

.modalTestiInnerTop:after,
.modalTestiInnerBottom:after {
	height: 50px;
	width: 50px;
	position: absolute;
	right: -8px;
	top: -15px;
	background-image: url('../images/corner.png');
	background-size: cover;
	background-position: center;
	content: "";
	display: inline-block;
}

.modalTestiInnerBottom:before {
	transform: rotate(270deg);
	left: 8px;
	top: -8px
}

.modalTestiInnerBottom:after {
	transform: rotate(180deg);
	right: 8px;
	top: -8px
}

.modalTestiInnerTop:before {
	transform: rotate(0deg);
	left: 8px;
	top: 8px
}

.modalTestiInnerTop:after {
	transform: rotate(90deg);
	right: 8px;
	top: 8px
}

.modealTestiImage {
	margin: 0 auto;
	position: relative;
}

.modalTestiInner .modalAuthorText {
	font-size: 22px;
	font-style: italic;
	text-align: center;
	margin: 20px 0
}

.modalTestiInner .modalAuthorText:before {
	content: '"'
}

.modalTestiInner .modalAuthorText:after {
	content: '"'
}

.modalTestiInner .modalTestiInnerAuth {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.modalTestiInner .testiSocial a {
	background: #0077b5;
	color: #FFF;
	border: none;
	font-size: 18px;
}

.modalTestiInner .testiSocial a:hover {
	opacity: .8
}

.caseStudyRow>div {
	position: relative;
}

.caseStudyRow>div:after {
	content: "";
	display: inline-block;
	top: 40px;
	bottom: 40px;
	right: 0;
	width: 2px;
	background-image: url("../images/vert-border.png");
	background-position: center;
	background-size: contain;
	position: absolute;
	opacity: .32
}

.caseStudyRow>div:before {
	content: "";
	display: inline-block;
	top: 40px;
	bottom: 40px;
	left: 0;
	width: 2px;
	background-image: url("../images/vert-border.png");
	background-position: center;
	background-size: contain;
	position: absolute;
	opacity: .32
}

.caseStudyRow>div:last-child:after,
.caseStudyRow>div:first-child:before {
	display: none
}

.navigateToVert {
	height: 70px;
	min-width: 70px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	/* background: #FFF; */
	text-align: center;
	line-height: 66px;
	font-size: 28px;
	z-index: 1000;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	/* color:#222; */
	/* new css */
	background-color: #000;
	color: #fdd030;
}

.navigateToVert:hover,
.navigateToVert:focus,
.navigateToVert:active {
	/* color:#222; */
	color: #fdd030;
}

.navigateToVert i {
	min-width: 70px;
	display: inline-block;
	vertical-align: middle;
}

.navigateToVert span {
	font-size: 16px;
	vertical-align: middle;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	padding: 0;
	transition: all .2s;
}

.navigateToVertLeft {
	left: 0;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.navigateToVertRight {
	right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.navigateToVertLeft:hover span {
	padding-right: 25px;
}

.navigateToVertRight:hover span {
	padding-left: 25px;
}

.navigateToVert:hover span {
	max-width: 350px;
}

.fullModal::-webkit-scrollbar-track,
.contactModalInner::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
	/* background-color: #fdd030; */
}

.fullModal::-webkit-scrollbar,
.contactModalInner::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.fullModal::-webkit-scrollbar-thumb,
.contactModalInner::-webkit-scrollbar-thumb {
	background-color: rgb(0 0 0 / 40%);
	border: 0px solid #000000;
}

.fullModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	overflow: auto;
	display: none
}

.fullModalInner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	min-height: 100vh;
	background: #000000
}

.fullModalHeader {
	height: 80vh;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.fullModalHeader:after {
	height: 25vh;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, transparent, #000000);
	content: ""
}

.fullModal .modalTestiInner {
	margin-top: -50px;
	position: relative;
	z-index: 100;
	margin-bottom: 100px;
	background: #f5ead9;
	border: none;
	/* new css */
	/* background: #fdd030; */
}

.fullModal .modalAuthorText {
	/* color:#6f5442; */
	color: #000000;
}

.fullModal .modalTestiInnerAuth {
	/* color: #867468; */
	opacity: .8;
	/* new css */
	color: #161616;
}

.fullModal .modalTestiInnerBottom:before {
	left: 8px;
	top: -8px
}

.fullModal .modalTestiInnerBottom:after {
	right: 8px;
	top: -8px
}

.fullModal .modalTestiInnerTop:before {
	left: 8px;
	top: 8px
}

.fullModal .modalTestiInnerTop:after {
	right: 8px;
	top: 8px
}

.fullModalClose {
	position: fixed;
	right: 18px;
	top: 10px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	z-index: 10001;
	background: #efe3d3;
	border-radius: 50%;
	color: #222;
	opacity: .65;
	/* new css */
	/* background-color: #fdd030; */
}

.fullModalClose:hover,
.fullModalClose:active,
.fullModalClose:focus {
	opacity: 1;
	color: #000;
}

.fullModal .modealTestiImage,
.testimonialRow .modealTestiImage {
	width: 110px;
	height: 110px;
	border: 2px #000 solid;
}

.border {
	margin: 40px 0;
	text-align: center;
}

.border span {
	display: block;
	width: 250px;
	margin: 0 auto;
	height: 4px;
	background: #000;
	position: relative;
}

.border span:before,
.border span:after {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #000;
	transform: rotate(45deg);
	content: "";
	top: -4px;
	position: absolute;
}

.border span:before {
	left: 0;
}

.border span:after {
	right: 0
}

.teamMemberImage {
	width: 200px;
	height: 200px;
	margin: 0;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
	transition: all .2s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.aboutTeamMember {
	text-align: center;
	position: relative;
}

.teamMemberName {
	font-size: 22px;
	font-weight: bold;
	color: #444;
	min-height: 65px
}

.aboutTeamMember a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFF;
	border: 1px #EEE solid;
	border-radius: 50%;
	background: #0077b5;
	color: #FFF;
	border: none;
	font-size: 18px;
	position: absolute;
	top: 40%;
	left: 68%;
	transition: all .2s
}

.aboutTeamMember a:hover {
	transform: scale(1.2);
}

.aboutTeamMemberAnchor {
	cursor: pointer;
	margin-bottom: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.aboutTeamMemberAnchor:hover .teamMemberImage {
	transform: scale(1.1);
}

.tmHeader {
	height: 300px;
	background-position: center;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.tmModal .modal-body {
	padding: 0
}

.tmModal .modal-dialog {
	width: 500px;
	max-width: 90%;
}

.padAround15 {
	padding: 15px;
	max-height: calc(90vh - 370px);
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.4);
}

.padAround15::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(0, 0, 0, .4);
}

.padAround15::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: rgba(0, 0, 0, .4);
}

.testimonialRow .modalTesti {
	margin-bottom: 40px;
}

.testimonialRow .modalTestiInner {
	background: #FFF;
	opacity: 1;
	background-image: url('../images/paper-texture.jpg');
	background-position: center;
	background-size: cover;
	border: 4px #FFF solid
}

.testimonialRow .modalTestiInner:hover {
	opacity: 1
}

.testimonialRow .modalTestiInner .modalAuthorText {
	font-size: 19px;
	font-family: "GorillaITC-Regular";
}

@keyframes modSliderNext {
	0% {
		opacity: 1;
		right: 0px
	}

	50% {
		opacity: 1;
		right: 0px
	}

	90% {
		opacity: 0;
		right: -22px
	}

	100% {
		opacity: 0;
		right: -22px
	}
}

@keyframes modSliderPrev {
	0% {
		opacity: 1;
		left: 0px
	}

	50% {
		opacity: 1;
		left: 0px
	}

	90% {
		opacity: 0;
		left: -22px
	}

	100% {
		opacity: 0;
		left: -22px
	}
}

.modalSlider .owl-prev {
	/* animation: modSliderPrev 2s infinite */
}

.modalSlider .owl-next {
	/* animation: modSliderNext 2s infinite */
}

.modalSlider .owl-next.disabled,
.modalSlider .owl-prev.disabled {
	opacity: 0 !important;
	display: none !important
}

.contactItems {
	margin-bottom: 15px;
}

.contactItemsInline {
	display: inline-block;
	color: #444;
	margin-right: 12px;
}

.contactItemsInline:hover {
	color: #ffffff;
}

.contactItemsInline:hover span {
	background: #000000;
}

.contactItems span {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border: 1px #444 solid;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	margin-right: 12px;
}

.contactItemsInline span {
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.contactItemsInline span svg {
	height: 24px;
	fill: #444444;
}

.contactItemsInline:hover span svg {
	fill: #ffffff;
}

.contactItems label {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.ui-widget.ui-widget-content {
	z-index: 10000 !important
}

.mdInput input option,
.mdInput textarea option,
.mdInput select option {
	font-size: 14px;
}

.newsCard {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #FFF
}

.newsCard>img {
	width: 100%
}

.borderSmall {
	transform: scale(.5);
}

.asideItem a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 4px 0;
	font-size: 15px;
	color: #000
}

.asideItem a:hover {
	text-decoration: underline;
	opacity: .8
}

.searchNews {
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 100px;
	padding: 10px 20px;
	background: #FFF;
	border: 1px rgba(0, 0, 0, .2) solid;
}

.searchNews:focus {
	outline: none
}

.mailYourCv {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: #000000;
	color: #fdd030;
	padding: 6px 13px 7px;
	border-radius: 100px;
	border: 1px #000000 solid;
	position: relative;
	top: -1px;
	transition: all 0.2s;
}

.mailYourCv:hover,
.mailYourCv:active,
.mailYourCv:focus {
	background: #fdd030;
	color: #000000
}

.fs17 {
	font-size: 17px;
}

.careerItemHolder {
	margin-bottom: 25px;
	border: 1px #fdd030 solid;
	overflow: hidden;
	border-radius: 10px;
	text-align: left;
}

.careerItemHeader {
	padding: 20px;
	background: #FFF;
	font-size: 17px;
	position: relative;
	cursor: pointer;
	background: #000000;
	color: #fdd030;
	font-family: "Alice";
	font-size: 19px;
}

.careerItemHeader:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 7px 0 7px;
	border-color: #fdd030 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 29px;
}

.careerItemContent ul {
	margin-bottom: 0
}

.careerItemContent {
	padding: 20px 0;
	display: none;
	border-top: 1px #fdd030 solid
}

.careerItemContent li {
	margin-bottom: 4px;
}

.clientsList {
	display: none;
}

.clientsList li {
	font-family: "GorillaITC-Regular";
	text-align: left;
	font-size: 18px;
	font-weight: bold
}

.clientsList li span {
	font-size: 14px;
	opacity: .8
}

.career {
	max-width: 100%;
	display: inline-block;
	/* mix-blend-mode: multiply; */
}

.inputFileHolder {
	padding: 12px;
	border: 1px #DDD solid;
	text-indent: 0;
	border-radius: 4px;
}

.inputFileHolder input {
	display: inline-block;
}

.inputFileHolder span {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: "GorillaITC-Regular";
	display: inline-block;
	margin-right: 10px;
}

.testiCont {
	background-image: url('../images/paper.webp');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 100px 50px;
	position: relative;
	margin-top: 50px;
}

.testiImg {
	display: block;
	width: 100%;
	border-radius: 15px;
	border: 2px #8e6240 solid;
}

.testiCont:before {
	position: absolute;
	left: -10px;
	right: -10px;
	top: -40px;
	height: 100px;
	background-image: url('../images/paper-roll.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: ""
}

.testiCont:after {
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: -40px;
	height: 100px;
	background-image: url('../images/paper-roll.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	transform: rotate(180deg);
}

.testiSocial,
.modalTestiInnerAuth,
.modalAuthorText {
	text-align: left;
}

.modalTestiInnerAuth p {
	margin-bottom: 0
}

.modalAuthorText {
	font-size: 18px;
	font-family: "GorillaITC-Regular";
	font-weight: bold;
	font-style: italic;
}

.modalTestiInnerAuth {
	font-weight: bold;
	margin-top: 20px;
}

.testiSocial a {
	background: none;
	border: none;
	border-radius: 0;
	font-size: 24px;
	color: #000;
	padding: 0;
	width: auto;
}

.testiSocial a:hover {
	opacity: .8
}

.testiCont .row {
	margin-top: 20px;
	margin-bottom: 50px;
}

.testiCont .row:first-child {
	margin-top: 0
}

.testiCont .row:last-child {
	margin-bottom: 0
}

.testiPaper {
	position: relative;
	margin-bottom: 30px;
	height: initial;
}

.testiPaper>img {
	width: 100%;
	display: block;
	height: initial;
}

.testiPaper div {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
}

.testiPaper div a {
	display: inline-block;
}

.testiPaper div a:hover {
	transform: scale(1.05);
}

.testiPaper div a img {
	display: inline-block;
	height: 70px;
}

.fullModal .testiSocial a i,
.aboutTeamMember a i {
	display: none
}

.fullModal .testiSocial {
	text-align: center;
}

.fullModal .testiSocial a {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-image: url(../images/linkedin-seal.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 10px;
}

.fullModal .testiSocial a:hover {
	transform: scale(1.05);
	opacity: 1
}

.aboutTeamMember a {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-image: url(../images/linkedin-seal.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 10px;
}

.pgroundIn .aboutTeamMember a {
	/* margin-top: -53px;
		width: 40px; */

	/* margin-top: -30px;
		width: 40px;
		margin-left: -7px; */
}

.aboutTeamMember a:hover {
	transform: scale(1.05);
	opacity: 1
}

.momInnerNewContent.momRight .momInnerNewContentInner a {
	margin-right: 10px;
}

.oldEngFont {
	font-family: "cloister_blacklight";
}

.footbalBg {
	width: 100%;
	opacity: 1
}

.aboutTeamMemberinGround {
	width: 150px;
	display: inline-block;
}

.aboutTeamMemberinGround .teamMemberImage {
	width: 150px;
	height: 150px;
}

.aboutTeamMemberinGround .teamMemberName {
	font-size: 18px;
	padding: 5px 10px
}

.aboutTeamMemberinGround.aboutTeamMember a {
	width: 50px;
	height: 50px;
	top: 25%;
	left: 129px;
}

.aboutTeamMemberinsideGround {
	display: inline-block;
	vertical-align: top;
}

.aboutTeamMemberinsideGround .teamMemberImage {
	/* width: 100px;height: 100px; */
	width: 70px;
	height: 70px;
}

.aboutTeamMemberinsideGround .teamMemberName {
	/* font-size: 18px; */
	padding: 4px 10px;
	/* line-height: 20px;  */
	/* new css */
	background-color: #000 !important;
	color: #fdd030 !important;

	font-size: 15px;
	padding: 4px 10px;
	line-height: 16px;
}

.pgroundIn {
	position: relative;
}

.aboutTeamMemberinGround .teamMemberName,
.aboutTeamMemberinsideGround .teamMemberName {
	font-size: 18px;
	font-weight: bold;
	/* color: #000; */
	min-height: 65px;
	position: relative;
	/* background: #FFF; */
	border-radius: 100px;
	min-height: 0;
	box-shadow: 0 0 16px rgba(0, 0, 0, .2);
	z-index: 1;
	top: -34px;

	/* new css */
	background-color: #000 !important;
	color: #fdd030 !important;
}

.teamMemberName span {
	display: block;
	font-size: 12px;
	color: #565656;
	text-align: center;
}

.contactItems label {
	max-width: calc(100% - 67px);
	vertical-align: top;
	cursor: pointer;
}

.contactItems label a {
	color: #333;
	transition: all 0.2s;
}

.contactItems label a:hover {
	color: #000000;
}

#alertMessage {
	display: none;
}


.offshoreEngiSolFeatBg {
	margin: 15px 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}

.bulletingPara {
	font-size: 18px;
	color: #000000;
	font-family: "GorillaITC-Regular";
	padding-left: 25px;
	position: relative;
}

.bulletingPara::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 15px;
	height: 15px;
	background-color: #1d1c1c;
	border-radius: 50%;
}

.offshoreTopImg {
	width: 100%;
	/* height: 400px; */
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offshoreTopImg::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 150px;
	background: linear-gradient(360deg, #fdd030 30%, rgba(255, 208, 48, 0.1));
}

.offshoreBannerInner {
	padding-top: 820px !important;
}

.offshoreBnrHeading {
	font-size: 50px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	margin: 0;
	line-height: 45px;
	padding: 40px;
	background-color: rgba(253, 208, 48, 0.8);
	border-radius: 5px;
}

.offShoreAbtTeamInner {
	padding: 10px;
	border-radius: 10px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
}

.offShoreAbtTeamInner:hover .offShoreBtnImg {
	transform: scale(1.1);
}

.offShoreBtnImg {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.47);
	object-fit: cover;
	filter: grayscale(1);
	transition: all 0.2s ease;
}

.offShrTeamName {
	font-size: 26px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}

.offShrTeamDesig {
	font-size: 20px;
	color: #3a3a3a;
	margin-bottom: 5px;
}

.offshoreTeamDesc {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.OffshrTeamHeading {
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 600;
	color: #000;
}

.theme-background-color {
	background-color: #000000 !important;
}

.round #tawkchat-status-text-container {
	background-color: #000000 !important;
}

.SolFeaInner {
	padding: 15px 20px;
	text-align: left;
	/* background-color: #fff; */
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
	background-image: url(../images/icons/solFeaShape.png);
	background-position: right -30px;
	background-size: 170px;
	background-repeat: no-repeat;
	min-height: 350px;
	background-color: #fdd030;
}

.SolFeaInnerMainSubHead {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	padding: 0 100px !important;
	text-align: center !important;
	margin-bottom: 40px !important;
}

.solFeaDesc {
	font-size: 18px !important;
	line-height: 24px !important;
	color: #000000 !important;
	text-align: left !important;
}

.solFeaHeader {
	font-size: 24px;
	text-align: left;
	color: #000;
}

.solFeatIcon {
	height: 100px;
	margin-bottom: 20px;
}

.TechCapWrap {
	padding-left: 0 !important;
}

.FullModalChem {
	background-image: url(../images/optimized/chem-banner.webp);
}

.fullModalrealest {
	background-image: url(../images/optimized/event-banner-real-estate.webp);
}

.fullModalUniv {
	background-image: url(../images/optimized/university-banner.webp);
}

.modalCloseBtn {
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.6);
	/* color: #fdd030; */
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 99;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 200;
	transition: all 0.2s ease;
}

.modalCloseBtn:hover {
	/* color: #fdd030; */
	color: #ffffff;
	background-color: rgba(0, 0, 0, 1);
}


/* new css implementation Manotosh */

.tawk-min-chat-icon {
	fill: #fdd030 !important;
}

::-moz-selection {
	color: #ffffff;
	background: #000000;
}

::selection {
	color: #ffffff;
	background: #000000;
}

body {
	scrollbar-width: thin;
	scrollbar-color: #222222;
}

body::-webkit-scrollbar {
	width: 5px;
	background-color: #dbb116 !important;
}

body::-webkit-scrollbar-track {
	background: #ac8e23;
}

body::-webkit-scrollbar-thumb {
	background-color: #222222 !important;
}

body::-webkit-scrollbar-thumb:hover {
	background: #000000;
}

body {
	background-color: #FDD030;
}

body.home {
	background-color: transparent;
}

/* body::-webkit-scrollbar {
		background-color: #dbb116 !important;
	}
	body::-webkit-scrollbar-thumb {
		background-color: #000000 !important;
	} */
.modal-footer {
	border-top: 1px solid #000000 !important;
}

.modal-content {
	/* background-color: #fdd030 !important; */
}

.fullModalMentorWrap .fullModalHeader {
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fullModalMentorWrap .modalTestiInner {
	margin-top: 0;
	margin-bottom: 0;
	max-height: 80vh;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2);
	padding: 50px 30px;
}

.fullModalMentorWrap .modalTestiInner::-webkit-scrollbar {
	width: 5px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, .2);
}

.fullModalMentorWrap .modalTestiInner::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
}

.testiPaperBharatia {
	position: relative;
}

.testimUsrImgWrap {
	position: absolute;
	top: 30px !important;
	bottom: unset !important;
	left: 10px !important;
	right: 10px !important;
	text-align: center;
}

.testimUsrImg {
	height: 100px;
	width: auto !important;
	display: inline-block;
	mix-blend-mode: luminosity;
}

.customizeLongHolder {
	position: absolute;
	top: 22%;
	right: 13px !important;
	left: 20px !important;
	bottom: unset !important;

}

.customizeLongHolder .testimDesigWrap {
	position: relative;
	/* bottom: 110px; */
	display: block;
	/* left: 20px;
		right: 20px; */
	text-align: left;
	color: #fdd030;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	font-size: 14px;
	margin-top: 10px;
	padding-top: 8px;
	max-height: 50px;
	overflow: auto;
}

.customizeLongHolder .testimDesigWrap::-webkit-scrollbar {
	width: 5px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.185);
}

.customizeLongHolder .testimDesigWrap::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.205);
}

.customizeLongDWrap {
	position: relative !important;
	max-height: 335px;
	top: unset;
	right: unset !important;
	left: unset !important;
	bottom: unset !important;
	overflow: auto;
	text-align: left;
	/* border-bottom: 2px solid rgba(255,255,255,0.3);
		padding-bottom: 20px; */
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.185);
}

.customizeLongDWrap span {
	font-family: 'Philosopher', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	line-height: 22px;
	color: #FDD030;
}

.customizeLongDWrap::-webkit-scrollbar {
	width: 5px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.185);
}

.customizeLongDWrap::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.205);
}

.customizeLongDWrap {
	font-size: 14px;
	color: #FDD030;
}

/* new css implmentation for about member */
.aboutTeamMemberinsideGround .teamMemberImage {
	width: 70px;
	height: 70px;
}

.pgroundIn .aboutTeamMember a {
	margin-top: 0;
	width: 40px;
	position: relative;
	left: -20px;
	top: 18px;
}

.aboutTeamMemberinsideGround .teamMemberName {
	font-size: 15px;
	padding: 4px 10px;
	line-height: 16px;
}

.aboutTeamMemberinGround .teamMemberName,
.aboutTeamMemberinsideGround .teamMemberName {
	font-size: 16px;
	font-weight: normal;
	top: -25px;
}

.player1 {
	position: absolute;
	left: 53%;
	top: 18%;
}

.player2 {
	position: absolute;
	left: 43%;
	top: 24%;
}

.player3 {
	position: absolute;
	left: 54%;
	top: 26%;
}

.player4 {
	position: absolute;
	right: 31%;
	top: 24%;
}

.player5 {
	position: absolute;
	left: 39%;
	top: 32%;
}

.player6 {
	position: absolute;
	left: 53.5%;
	top: 35%;
}

.player7 {
	position: absolute;
	right: 28%;
	top: 32%;
}

.player8 {
	position: absolute;
	left: 38%;
	top: 47%;
}

.player9 {
	position: absolute;
	left: 48%;
	top: 44%;
}

.player10 {
	position: absolute;
	left: 59%;
	top: 44%;
}

.player11 {
	position: absolute;
	right: 27%;
	top: 47%;
}

.player12 {
	position: absolute;
	left: 43%;
	top: 57%;
}

.player13 {
	position: absolute;
	left: 53.5%;
	top: 63%;
}

.player14 {
	position: absolute;
	right: 31%;
	top: 57%;
}

.player15 {
	position: absolute;
	right: 10%;
	top: 40%;
}

.player16 {
	position: absolute;
	left: 26%;
	top: 32%;
}

.player17 {
	position: absolute;
	left: 25.5%;
	top: 40%;
}

.player18 {
	position: absolute;
	left: 26%;
	top: 48%;
}

.player27 {
	position: absolute;
	left: 25.5%;
	top: 40%;
}

.player28 {
	position: absolute;
	left: 25.5%;
	top: 48%;
}

.player29 {
	position: absolute;
	left: 25%;
	top: 56%;
}

.player30 {
	position: absolute;
	left: 24.5%;
	top: 64%;
}



.player11::before {
	display: none;
}

.player11::after {
	display: none;
}

.player9::before {
	display: none;
}

.player9::after {
	display: none;
}

.player8::before {
	display: none;
}

.player8::after {
	display: none;
}

.player6::before {
	display: none;
}

.player6::after {
	display: none;
}

.player7::before {
	display: none;
}

.player7::after {
	display: none;
}

.player5::before {
	display: none;
}

.player5::after {
	display: none;
}

.player3::before {
	display: none;
}

.player3::after {
	display: none;
}

.player4::before {
	display: none;
}

.player4::after {
	display: none;
}

.player2::before {
	display: none;
}

.player2::after {
	display: none;
}

.aboutContainer h1 {
	padding-left: 250px;
}

.aboutTeamMemberinsideGround .teamMemberName {
	font-size: 16px;
	font-weight: normal;
	top: 0;
	display: inline-block;
}

.rc-anchor-light.rc-anchor-normal {
	border: 0px !important;
}

.rc-anchor-light {
	background: transparent !important;
}


/* .rc-anchor-light.rc-anchor-normal {
		border: 1px solid #e7b914 !important;
	}
	.rc-anchor-light {
		background: #fdd030 !important;
	} */

.clientImg {
	max-width: 100%;

}

#recaptcha_table {
	background-color: #FF0000 !important;
}

#recaptcha_response_field {
	border-color: #FF0000 !important;
	background-color: #FF0000 !important;
}

.innerPage .bannerInner.bannerInnerReduceTopGap {
	padding-top: 120px;
}

.cont_bnr_img {
	max-width: 100%;
}

.rowFlexCenter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

::-webkit-scrollbar {
	width: 10px !important;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #030303 !important;
	border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
	background: #c0a87a !important;
	border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
	background: #c0a87a !important;
}


.letsInv::-webkit-scrollbar {
	width: 10px !important;
}

.letsInv::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #030303 !important;
	border-radius: 10px !important;
}

.letsInv::-webkit-scrollbar-thumb {
	background: #c0a87a !important;
	border-radius: 10px !important;
}

.letsInv::-webkit-scrollbar-thumb:hover {
	background: #a88d5f !important;
}


/* 06-05-2026 */
/* 
Primary headings: #d4c49a (bright warm gold)
Italic accent words: #c0a87a (amber gold — same as carousel's PlayfairDisplay-Italic accents)
Body text: #948a78 (warm grey-brown)
Spaced-caps section labels: #7a6a4a (dark olive gold)
Client/footer names: #b0a080 (bronze). // subheading
Background:#1e1e1b #030303 (near-black brown)
Border lines: #8a7a5a (muted gold) */

/* 
font-family: "Lora", serif;
font-family: "Playfair Display", serif;
font-family: "Poppins", sans-serif; 
*/