html {
	scroll-behavior: smooth;
}
.header {
	top:0;
}
@media only screen and (max-width: 767px) {
	.header .navbar-toggler, .header .is-fixed .navbar-toggler {
		margin: 25px 0 14px 15px !important;
	}
}

/*Pricing Plan */
.card-3d-wrap {
	position: relative;
	width: 340px;
	max-width: calc(100% - 20px);
	height: 720px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	perspective: 1000px;
	margin-top: 90px;
}

.card-3d-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform 700ms 400ms ease-out;
}

.card-front {
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	border-radius: 6px;
	left: 0;
	top: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 12px 35px 0 rgba(16, 39, 112,.07);
}

.pricing-wrap {
	position: relative;
	padding-top: 160px;
	width: 100%;
	display: block;
	z-index: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pricing-wrap h4 {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 30px;
	line-height: 1.7;
	color: navy;
	transform: translate3d(0, 0, 35px) perspective(100px);
}

.pricing-wrap h4:before {
	position: absolute;
	content: '';
	z-index: -1;
	background: linear-gradient(217deg, #e06110, #eaab7b);
	width: 70px;
	height: 70px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 6px 20px 0 rgba(16, 39, 112,.3);
	animation: border-transform 6s linear infinite;
}

.card-back .pricing-wrap h4:before {
	background: linear-gradient(217deg, #648946, #a3c984);
}
sup.offer {
	background-color: green;
	color: #fff;
	padding: 5px;
	border-radius: 50%;
	top: -10px;
	right: 5px;
}
@keyframes border-transform {
	0%,100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}

	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}

	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}

	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}

	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}

	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}

	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}

.pricing-wrap h2 {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 1.1;
	color: #102770;
	transform: translate3d(0, 0, 30px) perspective(100px);
}

	.pricing-wrap h2 sup {
		font-size: 20px;
		top: -20px;
	}

.pricing-wrap p {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #102770;
	transform: translate3d(0, 0, 30px) perspective(100px);
}
.img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.img-1 {
	position: absolute;
	display: block;
	left: -45px;
	top: -45px;
	z-index: 5;
	width: 60%;
	transform: translate3d(0, 0, 45px) perspective(100px);
	opacity: 1;
	pointer-events: auto;
	transition: transform 400ms 1200ms ease, opacity 400ms 1200ms ease;
}
.img-2 {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
	width: 100%;
	transform: translate3d(0, 0, 15px) perspective(100px);
}

.img-3 {
	position: absolute;
	display: block;
	right: -20px;
	top: -40px;
	z-index: 5;
	width: calc(60% + 20px);
	transform: translate3d(0, 0, 55px) perspective(100px) scale(1);
	opacity: 1;
	pointer-events: auto;
	transition: transform 300ms 1300ms ease, opacity 200ms 1300ms ease;
}
.img-6 {
	position: absolute;
	display: block;
	right: -20px;
	bottom: 85px;
	z-index: 5;
	width: calc(20% + 30px);
	transform: translate3d(0, 0, 25px) perspective(100px) scale(1);
	opacity: 1;
	pointer-events: auto;
	transition: transform 300ms 1300ms ease, opacity 200ms 1300ms ease;
}
/*Pricing Plan */

.bg-green-color {
	background: url(../../assets/images/Background/Active-Tournaments-Bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
form.form-area-box.ajax-form.p-lr30.p-sm-lr5 {
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
}	
.sub-title {
	text-align: center;
	font-size: 25px;
	color: white;
}
.screenshot-area img {
	border-radius: 10px;
}
.feature-box .feature-number {
	text-align: center;
	transition: all 0.5s;
}
.feature-box:hover .feature-number {
	color: var(--primary);
	border-radius: 50%;
	margin-top: -5px;
	transition: all 0.5s ease;
}
.feature-box:hover .feature-title {
	color: black;
}
.feature-box h5 {
	color: var(--primary);
	text-align: center;
	font-size: 25px;
}
.heading-bx .title-text {
	color: var(--primary);
}
.menu-links .nav > li.active > a:after {
	content: '';
	position: absolute;
	left: -8px;
	height: 16px;
	top: 25px;
	border-radius: 50px;
	width: 16px;
	background: #f6ce33;
	z-index: -1;
}
.menu-links .nav > li.active > a:before {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	top: 50px;
	width: 25px;
	background: #f6ce33;
}

@media only screen and (max-width:1250px) {
	.menu-links .nav > li.active > a:before {
		content: '';
		position: absolute;
		left: 0;
		height: 2px;
		top: 42px;
		width: 25px;
		background: #f6ce33;
	}
}

.section-title {
	padding-top: 30px;
}
@media only screen and (max-width:991px) {
	.menu-links .nav > li.active > a:before {
		content: '';
		position: absolute;
		left: 15px;
		height: 2px;
		top: 42px;
		width: 25px;
		background: #f6ce33;
	}
	.rs-nav .menu-links .menu-logo {
		display: block;
		float: none;
		height: auto;
		max-width: 100%;
		padding: 20px 15px;
		width: 100%;
		text-align: start !important;
		position: relative;
	}
}
	.section-title {
	padding-top: 30px;
}

.team h5 {
	text-align: center;
}
@media only screen and (max-width: 992px) {
	.teams {
		text-align: center;
	}
	.teams img {
		width: 100px;
	}
	.team h5 {
		text-align: start;
	}
}

/** banner-section **/
.banner {
	background: white;
	height: 500px;
}

@media screen and (min-width: 768px) {
	.banner {
		height: 950px;
	}
}

.banner img {
	max-width: 100% !important;
}

.bannertext {
	font-family: "Montserrat", sans-serif;
	font-size: 120px;
	color: #57606a;
	font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
	padding-right: 10px;
}

.bannertext01 {
	font-size: 90px;
	text-transform: uppercase;
	padding-right: 10px;
}

	.bannertext01 sup {
		font-size: 50%;
		top: -1em;
	}

.bannertext02 {
	background: #b81e20;
	color: white;
	position: relative;
	font-style: italic;
	padding: 13px 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: white;
	font-weight: 400;
}

	.bannertext02:after, .bannertext02:before {
		position: absolute;
		width: 0;
		height: 0;
		content: '';
		top: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}

	.bannertext02:after {
		right: -21px;
		border-top: 45px solid #b81e20;
	}

	.bannertext02:before {
		left: -21px;
		border-bottom: 45px solid #b81e20;
	}

.bannertext03 {
	font-family: "Montserrat", sans-serif;
	font-size: 23px;
	color: var(--sc-primary);
	font-weight: 600;
}

.banner-text {
	background: #57606a;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	padding: 20px 0;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.banner-text {
		display: none;
	}
}

.layercontent01 {
	left: 0% !important;
	top: 150px !important;
}

.layercontent02, .layercontent03, .layercontent04, .layercontent05, .layercontent06, .layercontent07 {
	display: none;
}

@media only screen and (max-width:400px) {
	.layercontent02, .layercontent03, .layercontent04, .layercontent05, .layercontent06, .layercontent07 {
		display: block;
	}

	.ls-l.layercontent02 {
		left: 60% !important;
		top: 80px !important;
		width: 65px;
	}

	.ls-l.layercontent03 {
		display: none;
	}

	.ls-l.layercontent04 {
		display: none;
	}

	.ls-l.layercontent05 {
		left: 45% !important;
		top: 220px !important;
		z-index: 4;
		font-size: 18px;
		color: black;
		font-weight: 550;
	}

	.ls-l.layercontent06 {
		display: none;
	}

	.ls-l.layercontent07 {
		display: none;
	}
}

@media only screen and (min-width:400px) and (max-width:768px) {
	.layercontent02, .layercontent03, .layercontent04, .layercontent05, .layercontent06, .layercontent07 {
		display: block;
	}

	.ls-l.layercontent02 {
		left: 60% !important;
		top: 80px !important;
		width: 65px;
	}

	.ls-l.layercontent03 {
		left: 55% !important;
		top: 300px !important;
		font-size: 40px;
		z-index: 3;
	}

	.ls-l.layercontent04 {
		left: 62.8% !important;
		top: 340px !important;
		font-size: 30px;
		z-index: 3;
	}

	.ls-l.layercontent05 {
		left: 50% !important;
		top: 370px !important;
		z-index: 3;
		font-size: 20px;
		color: black;
	}

	.ls-l.layercontent06 {
		left: 46% !important;
		top: 430px !important;
		z-index: 3;
	}

	.ls-l.layercontent07 {
		left: 80% !important;
		top: 900px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.layercontent02, .layercontent03, .layercontent04, .layercontent05, .layercontent06, .layercontent07 {
		display: block;
	}

	.layercontent02 {
		left: 80% !important;
		top: 80px !important;
		width: 100px;
	}

	.layercontent03 {
		left: 65% !important;
		top: 615px !important;
		font-size: 45px;
	}

	.layercontent04 {
		left: 70.8% !important;
		top: 660px !important;
		font-size: 35px;
	}

	.layercontent05 {
		left: 60% !important;
		top: 710px !important;
	}

	.layercontent06 {
		left: 68% !important;
		top: 800px !important;
	}

	.layercontent07 {
		left: 80% !important;
		top: 900px !important;
	}
}

@media screen and (min-width: 992px) {
	.layercontent02, .layercontent03, .layercontent04, .layercontent05, .layercontent06, .layercontent07 {
		display: block;
	}

	.layercontent02 {
		left: 80% !important;
		top: 80px !important;
		width: 100px;
	}

	.layercontent03 {
		left: 47% !important;
		top: 615px !important;
		font-size: 60px;
	}

	.layercontent04 {
		left: 52.8% !important;
		top: 670px !important;
		font-size: 45px;
	}

	.layercontent05 {
		left: 45% !important;
		top: 735px !important;
	}

	.layercontent06 {
		left: 50% !important;
		top: 800px !important;
	}

	.layercontent07 {
		left: 80% !important;
		top: 900px !important;
	}
}

@media screen and (min-width: 1200px) {
	.layercontent01 {
		left: 10% !important;
		top: 150px !important;
	}

	.layercontent02 {
		left: 64% !important;
		top: 80px !important;
		width: 8%;
	}

	.layercontent03 {
		left: 55% !important;
		top: 515px !important;
		font-size: 85px;
	}

	.layercontent04 {
		left: 61.8% !important;
		top: 615px !important;
		font-size: 65px;
	}

	.layercontent05 {
		left: 57% !important;
		top: 730px !important;
	}

	.layercontent06 {
		left: 72% !important;
		top: 780px !important;
	}

	.layercontent07 {
		left: 75% !important;
		top: 850px !important;
	}
}

@media screen and (min-width: 1500px) {
	.layercontent01 {
		left: 25% !important;
		top: 150px !important;
	}
}
	/* Banner end*/

body .header.position {
	position: relative;
}

	.input-group .input-group-append {
		margin-left: -10px;
	}

	.online-registration {
		cursor: pointer;
	}

.bg-screenshots {
	position: relative;
}
.bg-screenshots:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('../images/Background/Screenshot-Bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.8;
}
.bg-support {
	background: url('../images/Background/Support-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
}

	.bg-section-1 {
		background: url('../images/Background/section-bg-1.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height:auto;
	}

.RMM-Btn-9 {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	padding: 17px 35px;
	border: none;
	border-radius: 5px;
	text-align: center;
	background: var(--sc-primary);
	z-index: 1;
}

.RMM-Btn-9:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 4px;
	z-index: -1;
	transition: all 500ms ease;
}

.RMM-Btn-9:hover:before {
	width: 100%;
}

.RMM-Btn-9:before {
	background: linear-gradient(-45deg, var(--button) 0%, var(--buttonHover) 100%);
}

.RMM-Btn-9:hover {
	background: linear-gradient(-45deg, var(--button) 0%, var(--buttonHover) 100%);
}

.RMM-Btn-9-reverse {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	padding: 17px 35px;
	border-radius: 5px;
	text-align: center;
	background: var(--buttonHover);
	border-radius: 4px;
	z-index: 1;
	box-shadow: 0 20px 30px rgba(211, 220, 232, 0.8);
}

.RMM-Btn-9-reverse:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 4px;
	z-index: -1;
	transition: all 500ms ease;
}

.RMM-Btn-9-reverse:hover:before {
	width: 100%;
}

.RMM-Btn-9-reverse:before {
	background: var(--primary);
}

.RMM-Btn-9-reverse:hover {
	background: var(--primary);
}

	.why-us-style-1 .img-bx {
		width: 70%;
	}


	#header {
		background: white;
	}

		#header .top-bar {
			background: var(--primary);
			color: #fff;
			margin: 0 100px;
			padding: 0 20px;
			position: relative;
			height: 49px;
		}

			#header .top-bar ul li a {
				color: white;
			}

			#header .top-bar ul li a:hover {
				color: white;
				font-weight: 600;
			}

			#header .top-bar:before {
				position: absolute;
				left: -30px;
				top: -33px;
				width: 35px;
				height: 79px;
				content: "";
				background: var(--buttonLight);
				-ms-transform: rotate(-40deg);
				-webkit-transform: rotate(-40deg);
				transform: rotate(-40deg);
			}

			#header .top-bar:after {
				position: absolute;
				right: -30px;
				top: -33px;
				width: 35px;
				height: 79px;
				content: "";
				background: var(--primary);
				-ms-transform: rotate(40deg);
				-webkit-transform: rotate(40deg);
				transform: rotate(40deg);
			}

			#header .top-bar p:after {
				position: absolute;
				right: -30px;
				top: -33px;
				width: 35px;
				height: 79px;
				content: "";
				background: var(--buttonLight);
				-ms-transform: rotate(40deg);
				-webkit-transform: rotate(40deg);
				transform: rotate(40deg);
			}

			#header .top-bar p {
				float: left;
				background: var(--buttonLight);
				font-size: 16px;
				padding: 9px 25px;
				margin: 0 0 0 -20px;
				font-weight: 300;
				position: relative;
				color: white !important;
			}

			#header .top-bar ul {
				float: right;
			}

				#header .top-bar ul li {
					float: left;
					list-style: none;
					font-size: 14px;
					margin: 15px 34px 14px;
					position: relative;
				}

					#header .top-bar ul li i {
						font-size: 20px;
						position: absolute;
						left: -34px;
						top: -3px;
					}

						#header .top-bar ul li i.icon-icons74 {
							font-size: 27px;
							top: -5px;
						}

						#header .top-bar ul li i.icon-icons20 {
							font-size: 27px;
							top: -5px;
						}

		#header .top-bar-simple {
			background: #f2f2f2;
			padding: 0 20px;
			position: relative;
		}

			#header .top-bar-simple p {
				float: left;
				font-size: 16px;
				padding: 9px 20px;
				margin: 0 0 0 -20px;
				font-weight: 400;
				position: relative;
			}

			#header .top-bar-simple ul {
				float: right;
			}

				#header .top-bar-simple ul li {
					float: left;
					list-style: none;
					font-size: 14px;
				}

					#header .top-bar-simple ul li i {
						font-size: 20px;
					}

				#header .top-bar-simple ul.social li a i {
					background: none;
					border: 0;
					line-height: 50px;
					height: 49px;
					border-radius: 0;
				}

	

	.rmm-pricingtable .pricingtable-title {
		padding: 18px 10px 18px 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		position: relative;
		background-color: var(--danger);
		color: white;
	}

.rmm-pricingtable .pricingtable-wrapper:hover {
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
	.rmm-pricingtable .pricingtable-wrapper:hover .pricingtable-inner {
		background-color: #ffbf69;
	}
	.rmm-pricingtable .pricingtable-wrapper:hover .pricingtable-title {
		background-color: #ff6d00;
	}

		.rmm-pricingtable .pricingtable-title h2 {
			color: white;
		}

	.rmm-pricingtable .pricingtable-inner {
		border-radius: 10px;
	}

/* Footer CSS Start */
.pg-footer {
	background: url(../images/Background/section-bg-11.jpg);
	margin-top: -25px;
}
.footer {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}

	.footer-wave-svg {
		background-color: transparent;
		display: block;
		height: 30px;
		position: relative;
		top: -1px;
		width: 100%;
	}

.footer-wave-path {
	fill: #F4F4F4;
}

	.footer-content-column {
		padding: 10px 15px;
	}

		.footer-content-column ul li a {
			color: #fff;
			text-decoration: none;
		}

	.footer-content {
		padding-bottom: 50px;
		position: relative;
	}
.footer p {
	line-height: 25px !important;
	word-spacing: -2px;
}
.footer-menu {
	margin-top: 30px;
}

		footer .footer-menu .widget.list ul li{
			list-style-type: none;
		}
			footer .footer-menu .widget.list ul li i {
				padding-right: 10px;
			}
			footer .footer-menu .widget.list ul li span {
				font-size: 18px;
				color: #f6ce33
			}
	.footer-menu-name {
			color: #fffff2;
			font-size: 17px;
			font-weight: 900;
			line-height: 18px;
			margin-bottom: 20px;
			margin-top: 0;
			text-transform: uppercase;
		}

		.footer-menu-name:after {
			content: "";
			display: block;
			width: 10%;
			padding-top: 20px;
			border-bottom: 1px solid white;
		}

	.footer-menu-list {
		list-style: none;
		margin-bottom: 0;
		margin-top: 10px;
		padding-left: 0;
	}

		.footer-menu-list li {
			margin-top: 5px;
		}

	.footer-call-to-action-description {
		color: #fffff2;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.footer-call-to-action-button:hover {
		background-color: #fffff2;
		color: #00bef0;
	}

	.button:last-of-type {
		margin-right: 0;
	}

	.footer-call-to-action-button {
		background-color: #027b9a;
		border-radius: 21px;
		color: #fffff2;
		display: inline-block;
		font-size: 11px;
		font-weight: 900;
		letter-spacing: .1em;
		line-height: 18px;
		padding: 12px 30px;
		margin: 0 10px 10px 0;
		text-decoration: none;
		text-transform: uppercase;
		transition: background-color .2s;
		cursor: pointer;
		position: relative;
	}

	.footer-call-to-action {
		margin-top: 30px;
	}

	.footer-call-to-action-title {
		color: #fffff2;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: .1em;
		line-height: 18px;
		margin-bottom: 0;
		margin-top: 0;
		text-transform: uppercase;
	}

	.footer-call-to-action-link-wrapper {
		margin-bottom: 0;
		margin-top: 10px;
		color: #fff;
		text-decoration: none;
	}

	.footer-call-to-action-link-wrapper a {
		color: #fff;
		text-decoration: none;
	}

	.footer-social-links {
		bottom: 0;
		height: 54px;
		position: absolute;
		right: 0;
		width: 236px;
	}

	.footer-social-links a {
		color: white;
	}

	.footer-social-links a:hover {
		color: var(--primary);
	}

	.footer-social-amoeba-svg {
		height: 54px;
		left: 0;
		display: block;
		position: absolute;
		top: 0;
		width: 236px;
	}

	.footer-social-amoeba-path {
		fill: var(--sc-primary);
	}


	.footer-social-link {
		display: block;
		padding: 10px;
		position: absolute;
	}

	.hidden-link-text {
		position: absolute;
		clip: rect(1px 1px 1px 1px);
		clip: rect(1px,1px,1px,1px);
		-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
		clip-path: inset(0px 0px 99.9% 99.9%);
		overflow: hidden;
		height: 1px;
		width: 1px;
		padding: 0;
		border: 0;
		top: 50%;
	}

	.footer-social-icon-svg {
		display: block;
	}

	.footer-social-icon-path {
		fill: #fffff2;
		transition: fill .2s;
	}

	.footer-social-link.facebook {
		height: 26px;
		left: 10px;
		top: 11px;
		width: 26px;
	}


	.footer-social-link.twitter {
		height: 28px;
		left: 68px;
		top: 3px;
		width: 28px;
	}

	.footer-social-link.linkedin {
		height: 24px;
		left: 127px;
		top: 12px;
		width: 24px;
	}

	.footer-social-link.youtube {
		height: 34px;
		left: 180px;
		top: 7px;
		width: 34px;
	}

	.footer-copyright {
		background-color: var(--sc-primary);
		color: #fff;
		padding: 15px 30px;
	}

	.footer-copyright-wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
	}

	footer .footer-copyright p {
		color: white !important;
		font-size: 13px;
		font-weight: 400;
		line-height: 18px;
		margin-bottom: 0;
		margin-top: 0;
	}

	.footer-copyright-link {
		color: gold;
		text-decoration: none;
	}

		.footer-copyright-link:hover {
			color: white;
		}
	/* Footer CSS End */

	
.bg-patternPolygon {
	background-color: #fff;
	background-image: url('../images/pattern/Pattern-Polygon.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top !important;
	position: relative;
}
.bg-purple {
	background-color: #f4f4f4;
	background-image: url('../images/Background/Purple-Bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top !important;
	position: relative;
}
.bg-green {
	background-color: #f4f4f4;
	background-image: url('../images/Background/Green-Bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top !important;
	position: relative;
}
.tagcloud a.active {
	background-color: var(--primary);
	color: white;
}

	.tagcloud a.active:hover {
		background-color: white;
		color: var(--primary);
	}
/* */


	/*********** Back stop Top  *********/
	.progress-wrap {
		position: fixed;
		right: -100px;
		bottom: 35px;
		height: 46px;
		width: 46px;
		cursor: pointer;
		display: block;
		border-radius: 50px;
		box-shadow: inset 0 0 0 2px #fff3f2;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		transform: translateY(15px);
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
		background-color: #fff;
	}

		.progress-wrap i {
			position: fixed;
			right: -100px;
			bottom: 50px;
			height: 46px;
			text-align: center;
			line-height: 46px;
			font-size: 15px;
			color: var(--primary);
			left: 0;
			top: 0;
			height: 46px;
			width: 46px;
			cursor: pointer;
			display: block;
			z-index: 1;
			-webkit-transition: all 200ms linear;
			transition: all 200ms linear;
		}

		.progress-wrap svg path {
			fill: none;
		}

		.progress-wrap svg.progress-circle path {
			stroke: var(--primary);
			stroke-width: 5;
			box-sizing: border-box;
			-webkit-transition: all 0.3s linear 0s;
			-moz-transition: all 0.3s linear 0s;
			-ms-transition: all 0.3s linear 0s;
			-o-transition: all 0.3s linear 0s;
			transition: all 0.3s linear 0s;
		}

		.progress-wrap.active-progress {
			opacity: 1;
			right: 5px;
			visibility: visible;
			transform: translateY(0);
		}

	@media (max-width: 767.99px) {
		.progress-wrap.active-progress {
			right: 5px;
		}
	}

	@media only screen and (min-width: 576px) and (max-width: 767.99px) {
		.progress-wrap.active-progress {
			right: 5px;
		}
	}
	/*********** Back stop Top End *********/
	
	.rmm-border {
		width: 100%;
		padding: 20px;
		margin-bottom: 15px;
		border: 2px solid;
		border-image: linear-gradient(to right, #0F3055, #afba49);
		border-image-slice: 1;
		margin: 15px;
	}

	.magnific-image {
		cursor: pointer;
	}
	/* .tp-bgimg.defaultimg {
	background-size: contain !important;
} */

/* Screenshot Area*/
.hexagon-gallery {
	margin: auto;
	margin-top: 50px;
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-auto-rows: 200px;
	grid-gap: 14px;
	padding-bottom: 50px;
}

.hex {
	display: flex;
	position: relative;
	width: 230px;
	height: 265px;
	background-color: #424242;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

	.hex img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.hex:first-child {
		grid-row-start: 1;
		grid-column: 2 / span 2;
	}

	.hex:nth-child(2) {
		grid-row-start: 1;
		grid-column: 4 / span 2;
	}

	.hex:nth-child(3) {
		grid-row-start: 1;
		grid-column: 6 / span 2;
	}

	.hex:nth-child(4) {
		grid-row-start: 2;
		grid-column: 1 / span 2;
	}

	.hex:nth-child(5) {
		grid-row-start: 2;
		grid-column: 3 / span 2;
	}

	.hex:nth-child(6) {
		grid-row-start: 2;
		grid-column: 5 / span 2;
	}

	.hex:nth-child(7) {
		grid-row-start: 2;
		grid-column: 7 / span 2;
	}

	.hex:nth-child(8) {
		grid-row-start: 3;
		grid-column: 2 / span 2;
	}

	.hex:nth-child(9) {
		grid-row-start: 3;
		grid-column: 4 / span 2;
	}

	.hex:nth-child(10) {
		grid-row-start: 3;
		grid-column: 6 / span 2;
	}

@media only screen and (max-width:1200px) {
	.hex:first-child {
		grid-row-start: 1;
		grid-column: 1 / span 2;
	}

	.hex:nth-child(2) {
		grid-row-start: 1;
		grid-column: 3 / span 2;
	}

	.hex:nth-child(3) {
		grid-row-start: 1;
		grid-column: 5 / span 2;
	}

	.hex:nth-child(4) {
		grid-row-start: 2;
		grid-column: 2 / span 2;
	}

	.hex:nth-child(5) {
		grid-row-start: 2;
		grid-column: 4 / span 2;
	}

	.hex:nth-child(6) {
		grid-row-start: 3;
		grid-column: 3 / span 2;
	}

	.hex:nth-child(7) {
		grid-row-start: 3;
		grid-column: 5 / span 2;
	}

	.hex:nth-child(8) {
		grid-row-start: 3;
		grid-column: 2 / span 2;
	}

	.hex:nth-child(9) {
		grid-row-start: 3;
		grid-column: 4 / span 2;
	}

	.hex:nth-child(10) {
		grid-row-start: 3;
		grid-column: 6 / span 2;
	}
}

@media only screen and (max-width:769px) {
	.hexagon-gallery {
		margin: auto;
		margin-top: 50px;
		max-width: 1000px;
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		grid-auto-rows: 200px;
		grid-gap: 10px;
		padding-bottom: 50px;
	}

	.hex {
		display: flex;
		position: relative;
		width: 200px;
		height: 200px;
		background-color: #424242;
		-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	}

		.hex:first-child {
			grid-row-start: 1;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(2) {
			grid-row-start: 1;
			grid-column: 3 / span 2;
		}

		.hex:nth-child(3) {
			grid-row-start: 2;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(4) {
			grid-row-start: 2;
			grid-column: 3 / span 2;
		}

		.hex:nth-child(5) {
			grid-row-start: 3;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(6) {
			grid-row-start: 3;
			grid-column: 3 / span 2;
		}

		.hex:nth-child(7) {
			grid-row-start: 4;
			grid-column: 2 / span 2;
		}

		.hex:nth-child(8) {
			grid-row-start: 3;
			grid-column: 2 / span 2;
		}

		.hex:nth-child(9) {
			grid-row-start: 3;
			grid-column: 4 / span 2;
		}

		.hex:nth-child(10) {
			grid-row-start: 3;
			grid-column: 6 / span 2;
		}
}

@media only screen and (max-width:450px) {
	.hexagon-gallery {
		margin-top: 50px;
		max-width: 1000px;
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		grid-auto-rows: 200px;
		grid-gap: 75px;
		padding-bottom: 50px;
		padding-left: 30px;
	}

	.hex {
		display: flex;
		position: relative;
		width: 240px;
		height: 265px;
		background-color: #424242;
		-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	}

		.hex:first-child {
			grid-row-start: 1;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(2) {
			grid-row-start: 2;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(3) {
			grid-row-start: 3;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(4) {
			grid-row-start: 4;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(5) {
			grid-row-start: 5;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(6) {
			grid-row-start: 6;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(7) {
			grid-row-start: 7;
			grid-column: 1 / span 2;
		}

		.hex:nth-child(8) {
			grid-row-start: 3;
			grid-column: 2 / span 2;
		}

		.hex:nth-child(9) {
			grid-row-start: 3;
			grid-column: 4 / span 2;
		}

		.hex:nth-child(10) {
			grid-row-start: 3;
			grid-column: 6 / span 2;
		}
}

@media only screen and (max-width:320px) {
	.hexagon-gallery {
		margin-top: 50px;
		max-width: 1000px;
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		grid-auto-rows: 200px;
		grid-gap: 10px;
		padding-bottom: 50px;
		padding-left: 10px;
	}

	.hex {
		display: flex;
		position: relative;
		width: 200px;
		height: 200px;
		background-color: #424242;
		-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	}
}


	.rmm-table .protfolio-info li strong {
		font-size: 13px;
	}

	.rmm-table .protfolio-info li span {
		font-size: 13px;
	}

	.work-scope h5 {
		font-size: 16px;
	}

	.extra-logo {
		margin-left: auto;
		margin-right: auto;
	}

	p {
		color: #020d26 !important;
		font-size: 17px;
	}

	.justify {
		text-align: justify;
	}

	.text-white {
		color: #fff !important;
	}

	.p-10 {
		padding: 10px;
	}

	header {
		min-height: 65px;
	}

	.fontWeight0 {
		font-weight: 100;
	}

	.fontWeight800 {
		font-weight: 800;
	}

	.logoText {
		color: var(--logoText);
		font-weight: 700;
	}

	.subscribe-form input {
		border-radius: 5px 0 0 5px !important;
	}

	.subscribe-form .btn {
		border-radius: 0 5px 5px 0 !important;
	}

	.borderWhite {
		border: solid 1px #fff;
	}

	.associations {
		display: inline-block;
		margin-top: 20px;
	}

		.associations img {
			/*width: 60px;*/
			width: auto;
			height: 60px;
		}

	.blackBox {
		background: #000;
		border: solid 1px #000;
		padding-left: 50px;
		background-color: #000000;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23000000' stroke-width='0.3' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cuse fill='%23050505' href='%23s' y='2'/%3E%3Cuse fill='%23050505' href='%23s' x='1' y='2'/%3E%3Cuse fill='%230a0a0a' href='%23s' x='2' y='2'/%3E%3Cuse fill='%230a0a0a' href='%23s'/%3E%3Cuse fill='%230f0f0f' href='%23s' x='2'/%3E%3Cuse fill='%230f0f0f' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23141414'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23141414'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%231a1a1a'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23000000'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%231f1f1f'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
		background-attachment: fixed;
		background-size: cover;
	}

	.transBox {
		padding-right: 50px;
		background-color: #f4f4f4;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23f4f4f4' stroke-width='0.3' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cuse fill='%23efefef' href='%23s' y='2'/%3E%3Cuse fill='%23efefef' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23eaeaea' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23eaeaea' href='%23s'/%3E%3Cuse fill='%23e5e5e5' href='%23s' x='2'/%3E%3Cuse fill='%23e5e5e5' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23dcdcdc'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23f4f4f4'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23d7d7d7'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(67.35) translate(-985.15 -738.86)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
		background-attachment: fixed;
		background-size: cover;
	}


	.blackBox, .transBox {
		box-shadow: 10px 3px 20px 10px #888;
	}

	.cDetailer {
		position: relative;
		bottom: 0px;
	}

	.address-box {
		min-height: 150px;
	}

	.cDetailer h5 {
		margin-bottom: 0;
	}

	.prdBox {
		overflow: hidden;
		background: #fff;
		border-radius: 10px;
	}

		.prdBox img {
			min-height: 280px;
			transition: all .2s ease-in-out;
		}

		.prdBox h4 {
			margin-top: 20px;
		}

		.prdBox h5 {
			margin-top: 10px;
		}

		.prdBox:hover {
			transition-delay: 0.1s;
			/*box-shadow: 10px 10px 10px #888;*/
		}

			.prdBox:hover img {
				transform: scale(1.1);
			}

	.prdImgBck {
		background-color: #000000;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%23000000' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%231c0c1c' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%232e1031' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%23421247' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%2357105e' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%236d0a77' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
		background-attachment: fixed;
		background-size: cover;
		margin-top: 15px;
	}

		.prdImgBck img {
			max-height: 280px;
		}

	.pageBGContact {
		background: linear-gradient(0deg,hsla(0,0%,95.7%,.92),hsla(0,0%,95.7%,.92)),url("data:image/svg+xml;charset=utf-8,%3Csvg width='480' height='480' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23A6A6A6' d='M69.2 63.2L0 69.3V25.8L18.5 0h46.7l4 63.2z'/%3E%3Cpath fill='%23ADADAD' d='M165.8 20.6l30 110.6L275.2 7.9 165.8 20.6z'/%3E%3Cpath fill='%23A6A6A6' d='M480 25.8v44.8l-32.2 2.6L480 25.8zm0 112.6v17l-88.2-40.2 56-42 32.2 65.2z'/%3E%3Cpath fill='%23ADADAD' d='M405.2 211.2l10.6 108.7-79.3 10 68.7-118.7zM480 169v18.9l-64.2 132 17.4-118.7L480 169zm0 151.5v46.8l-64.2-47.4 64.2.6zm-186.2 37.4l62.7 64.7-74 6.6 11.3-71.3zm-174-101.3l100.7 90 73.3 11.3-174-101.3zm-50.6 67.3l17.3-59.3 29.3 126-46.6-66.7zm0 0l-4 94L0 367.3v-46.8l69.2 3.4zm114.6 143.3L65.2 417.9l50.6-27.3 68 76.6zM65.2 417.9V480H18.5l46.7-62.1z'/%3E%3Cpath fill='%23A6A6A6' d='M12.5 159.9L0 155.4v-17l12.5 21.5z'/%3E%3Cpath fill='%23ADADAD' d='M12.5 159.9L0 187.9V169l12.5-9.1z'/%3E%3Cpath fill='%23A6A6A6' d='M308.5 164.6l28 165.3-68.7-126 40.7-39.3zm96.7 46.6l28-10-17.4 118.7-10.6-108.7zM220.5 346.6l62 82.6 11.3-71.3-73.3-11.3z'/%3E%3Cpath fill='%23A6A6A6' d='M282.5 429.2l-6.3 50.8h-74.9l81.2-50.8zM69.2 323.9l46.6 66.7-50.6 27.3 4-94zm-56.7-164l56.7 164-4-79.3-52.7-84.7zM276.2 0l-1 7.9-109.4 12.7L201.3 0h74.9z'/%3E%3Cpath fill='%23A6A6A6' d='M86.5 264.6l33.3-8-4 134-29.3-126z'/%3E%3Cpath fill='%23B8BEBE' d='M293.8 357.9l122-38-59.3 102.7-62.7-64.7z'/%3E%3Cpath fill='%23F4F4F4' d='M441.8 429.2l-85.3-6.6 59.3-102.7 26 109.3z'/%3E%3Cpath fill='%23DCDCE2' d='M480 367.3v58.2l-38.2 3.7-26-109.3 64.2 47.4z'/%3E%3Cpath fill='%23BEC3C3' d='M480 425.5V480h-53.3l15.1-50.8 38.2-3.7z'/%3E%3Cpath fill='%23DCDCE2' d='M441.8 429.2L426.7 480h-57.5l-12.7-57.4 85.3 6.6z'/%3E%3Cpath fill='%23BEC3C3' d='M369.2 480h-84.1l71.4-57.4 12.7 57.4z'/%3E%3Cpath fill='%23F4F4F4' d='M356.5 422.6L285.1 480h-8.9l6.3-50.8 74-6.6zm-74 6.6L201.3 480h-35.9l18.4-12.8 98.7-38z'/%3E%3Cpath fill='%23B8BEBE' d='M115.8 390.6l68 76.6 98.7-38-116.7-63.3-50 24.7z'/%3E%3Cpath fill='%23F4F4F4' d='M119.8 256.6l-4 134 50-24.7-46-109.3z'/%3E%3Cpath fill='%23CFCFCF' d='M220.5 346.6l62 82.6-116.7-63.3-46-109.3 100.7 90z'/%3E%3Cpath fill='%23B8BEBE' d='M183.8 467.2L165.4 480H89l-23.8-62.1 118.6 49.3z'/%3E%3Cpath fill='%23BEC3C3' d='M89 480H65.2v-62.1L89 480z'/%3E%3Cpath fill='%23DCDCE2' d='M65.2 417.9L0 425.5v-58.2l65.2 50.6z'/%3E%3Cpath fill='%23CFCFCF' d='M65.2 417.9L18.5 480H9.4l55.8-62.1z'/%3E%3Cpath fill='%23B8BEBE' d='M65.2 417.9L9.4 480H0v-54.5l65.2-7.6z'/%3E%3Cpath fill='%23F4F4F4' d='M65.2 244.6l54.6 12-33.3 8-17.3 59.3-4-79.3z'/%3E%3Cpath fill='%23CFCFCF' d='M12.5 159.9L0 169v-13.6l12.5 4.5z'/%3E%3Cpath fill='%23F4F4F4' d='M69.2 323.9L0 320.5V187.9l12.5-28 56.7 164zm267.3 6l-42.7 28 122-38-79.3 10zm143.5-142v132.6l-64.2-.6 64.2-132zm-171.5-23.3l124.7 36.6-28 10-68.7 118.7-28-165.3z'/%3E%3Cpath fill='%23BEC3C3' d='M119.8 256.6l216.7 73.3-42.7 28-174-101.3z'/%3E%3Cpath fill='%23B8BEBE' d='M267.8 203.9l68.7 126-216.7-73.3 148-52.7zm-255.3-44l107.3 96.7-54.6-12-52.7-84.7z'/%3E%3Cpath fill='%23CFCFCF' d='M195.8 131.2l-76 125.4-107.3-96.7 183.3-28.7z'/%3E%3Cpath fill='%23BEC3C3' d='M69.2 63.2l-56.7 96.7 183.3-28.7-126.6-68z'/%3E%3Cpath fill='%23DCDCE2' d='M69.2 63.2l-56.7 96.7L0 138.4V69.3l69.2-6.1z'/%3E%3Cpath fill='%23BEC3C3' d='M103.2 32.6l-34 30.6-4-63.2H89l14.2 32.6z'/%3E%3Cpath fill='%23DCDCE2' d='M165.8 20.6l30 110.6-126.6-68 34-30.6 62.6-12z'/%3E%3Cpath fill='%23F4F4F4' d='M119.8 256.6l76-125.4 112.7 33.4-40.7 39.3-148 52.7z'/%3E%3Cpath fill='%23DCDCE2' d='M391.8 115.2l41.4 86-124.7-36.6 83.3-49.4zM275.2 7.9l33.3 156.7-112.7-33.4L275.2 7.9z'/%3E%3Cpath fill='%23B8BEBE' d='M391.8 115.2l-83.3 49.4L275.2 7.9l9.9-7.9h84.1l22.6 115.2z'/%3E%3Cpath fill='%23CFCFCF' d='M480 9.9v15.9l-32.2 47.4-56 42L480 9.9z'/%3E%3Cpath fill='%23B8BEBE' d='M480 0v9.9l-88.2 105.3L426.7 0H480z'/%3E%3Cpath fill='%23DCDCE2' d='M426.7 0l-34.9 115.2L369.2 0h57.5z'/%3E%3Cpath fill='%23F4F4F4' d='M285.1 0l-9.9 7.9 1-7.9h8.9zm-83.8 0l-35.5 20.6-62.6 12L165.4 0h35.9z'/%3E%3Cpath fill='%23CFCFCF' d='M18.5 0L0 25.8V9.9L9.4 0h9.1z'/%3E%3Cpath fill='%23B8BEBE' d='M165.4 0l-62.2 32.6L89 0h76.4zM9.4 0L0 9.9V0h9.4z'/%3E%3Cpath fill='%23DCDCE2' d='M480 69.3v69.1l-32.2-65.2 32.2-3.9z'/%3E%3Cpath fill='%23CFCFCF' d='M480 155.4V169l-46.8 32.2-41.4-86 88.2 40.2z'/%3E%3C/svg%3E");
	}

	.menu-links.navbar-collapse {
		min-height: 85px;
	}

.menu-links .nav > li, .menu-links .nav > li ul li span {
	font-family: system-ui;
	text-transform: uppercase;
}
.menuicon span:nth-child(1) {
	top: 2px !important;
}
.menuicon span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menuicon span:nth-child(3) {
	bottom: 2px !important;
}
.menuicon.open span:nth-child(3) {
	top: 2px !important;
}
header .menu-logo span.logo-text {
	font-size: 40px;
	color: var(--buttonHover);
	letter-spacing: normal;
	text-transform: uppercase;
	position: relative;
	top: -25px;
	font-weight: 800;
}
@media only screen and (max-width:1130px) {
	header .menu-logo span.logo-text {
		font-size: 40px;
		color: var(--buttonHover);
		letter-spacing: normal;
		text-transform: uppercase;
		position: relative;
		top: -25px;
		font-weight: 800;
	}
	.menu-links .nav {
		text-align: center;
		margin-left: auto;
		margin-top: -20px;
	}
}
@media only screen and (max-width:991px) {
	header .menu-logo span.logo-text {
		font-size: 40px;
		color: var(--buttonHover);
		letter-spacing: normal;
		text-transform: uppercase;
		position: relative;
		vertical-align: middle;
		font-weight: 800;
		top: 0;
	}
}
@media only screen and (max-width:500px) {
	header .menu-logo span.logo-text {
		font-size: 20px;
		color: var(--buttonHover);
		letter-spacing: normal;
		text-transform: uppercase;
		position: relative;
		top: 0;
		font-weight: 800;
	}
}

@media only screen and (max-width:340px) {
	header .menu-logo span.logo-text {
		font-size: 17px;
		color: var(--buttonHover);
		letter-spacing: normal;
		text-transform: uppercase;
		position: relative;
		top: 0;
		font-weight: 800;
	}
	.menu-logo img {
		width: 75px !important;
	}
}
.menu-links .nav > li.active > a, .menu-links .nav > li ul li.active a {
	color: var(--primary);
	font-weight: 600;
}

		.menu-links .nav > li .sub-menu li.active a {
			color: var(--primary) !important;
		}

	.tp-revslider-slidesli .tp-parallax-wrap:nth-child(2) {
		z-index: 3 !important;
	}
	/*.is-fixed .menu-links .nav > li.active > a, .menu-links .nav > li ul li.active a,
.is-fixed .menu-links .nav > li:hover > a
{
    color: yellow;
}*/
	.prdThumb {
		display: none;
	}

		.prdThumb:nth-child(1) {
			display: block;
		}

		.prdThumb img {
			height: 200px;
			width: auto;
		}

	

	.navbar-toggler span {
		background: var(--primary) !important;
	}

.rs-nav .navbar-toggler.open span {
	background: #fff !important;
}

	.is-fixed .navbar-toggler span {
		/*background: #fff;*/
	}

	/*.mega-menu
{
    width:70% !important;
    margin-left: auto;
}

.mega-menu a
{
    text-transform: uppercase !important;
    text-align: left;
}

.menu-links .nav > li .mega-menu > li {
    padding: 0px 0 0px !important;
}

.mega-menu li ul li {
    padding-bottom: 6px;
}*/

	.mega-menu ul li {
		text-align: left;
	}

		.mega-menu ul li:hover > a {
			background: var(--primary);
			color: #fff !important;
		}

	.menu-links .nav > li .mega-menu li a span:after {
		background: unset !important;
	}

	.process-box {
		border-radius: 10px;
		margin-left: 5px;
		box-shadow: 1px 1px 2px 1px #888;
		/*background: #fff !important;*/
		background: var(--prdDarkBG) !important;
	}

		.process-box img {
			min-height: 231px;
		}

		.process-box .title {
			min-height: 82px;
			/*color: var(--primary);*/
			color: #fff;
		}

		.process-box .process-btn i {
			height: 49px;
			line-height: 49px;
		}

		.process-box:hover i.ti-arrow-right {
			animation: rotateIn 1s;
		}

	@media only screen and (max-width: 990px) {
		.is-fixed .menu-links .nav > li.active > a, .menu-links .nav > li ul li.active a, .is-fixed .menu-links .nav > li:hover > a {
			color: var(--primary);
		}

		.is-fixed .menu-links .nav > li > a {
			color: #585e6d;
		}
	}

	.menuicon {
		height: 16px;
	}

	/*.menu-bar, .menu-logo
{
    border-bottom: solid 4px var(--primary);
}*/

.menu-logo img {
	border-radius: 100% 0 50% 10px;
	background: #fff;
}
	.menu-logo h2 {
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		color: var(--primary);
		top: 10px;
		position: relative;
		line-height: initial;
		/*font-family: 'Ethnocentric';*/
	}

		.menu-logo h2 span {
			color: var(--primary);
			letter-spacing: 0;
			font-size: inherit !important;
		}

	.menu-logo .tagLine {
		/*font-family: 'Tabitha';*/
		color: var(--sc-primary);
		float: right;
		display: block;
		width: 100%;
		font-size: 18px;
		text-align: right;
		font-weight: 100;
		position: relative;
		top: -5px;
		right: 50px;
	}

	.menu-bar:before {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		/*background: url(../images/pattern.png);*/
		opacity: 1;
		background-size: cover;
		background-repeat: round;
		top: 0;
	}

	.enquiryTitle {
		/*font-family: 'Ethnocentric';*/
		color: var(--primary);
		font-size: 15px;
	}

	.nav-social-link-mobile {
		padding-left: 27px;
		padding-top: 27px;
	}

	.page-banner h1 {
		text-transform: uppercase;
	}

	.list-inline li {
		color: #fff !important;
	}

	.page-banner {
		height: 330px;
	}

	.breadcrumb-row.text-black ul li a {
		color: #fff;
	}

	.ovbl-dark:after {
		opacity: 0.5;
	}

	h2.title-head span {
		font-weight: 600;
		color: var(--primary);
	}

	.section-sp2 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.section-sp5 {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.how-it-works-inner {
		position: relative;
		left: -13px;
	}

	.how-it-works-item:nth-child(odd) {
		/*background: rgba(0, 0, 0, .3);*/
		background: var(--primary);
		padding-top: 10px;
		display: flex;
		margin: 10px;
		border-radius: 25px;
		transition-delay: .1s;
	}

	.item-number {
		top: -7px;
		position: relative;
		left: -5px;
	}

	.how-it-works-item .item-number span {
		color: #fff;
		font-weight: 700;
		font-size: 30px;
		line-height: 1;
		margin-right: 10px;
		margin-left: 10px;
		/*background: var(--primary);*/
		padding: 5px;
		border-radius: 50%;
		/*color: yellow;*/
		color: #fff;
	}

	.how-it-works-item:hover {
		/*background: rgba(0, 0, 0, .3);*/
		background: var(--secondary);
	}

		.how-it-works-item:hover .item-number span {
			/*background: #6D0A77;*/
			color: var(--bright);
		}

	.stdBox {
		min-height: 90px;
	}

	.prdBackBox {
		background-color: #081715;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23081715'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fdfffa' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fdfffa' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23fdfffa' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fdfffa' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.13'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
		background-attachment: fixed;
		background-size: cover;
	}

	#home {
		/*height: 85vh !important;*/
		position: relative;
		width: 100%;
		backface-visibility: hidden;
		display: table;
	}

		#home:before {
			position: absolute;
			width: 100%;
			height: 100%;
			content: '';
			background-repeat: no-repeat;
			/*background-image:url(../images/arrow.svg);*/
			background-size: cover;
		}

	.bannerHold {
		margin-top: 110px;
	}

	.large-logo {
		padding-top: 50px;
	}

	.prdBackground {
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

	.circle-1 {
		position: absolute;
		top: 28%;
		left: 17%;
	}

	.circle-2 {
		top: 14%;
		left: 38%;
		position: absolute;
	}

	.circle-3 {
		top: 38%;
		left: 44%;
		position: absolute;
	}

	.circle-4 {
		top: 80%;
		left: 60%;
		position: absolute;
	}

	.circle-5 {
		top: 26%;
		left: 75%;
		position: absolute;
	}

	.animated-circle {
		background-color: transparent;
		border: none;
		height: 40px;
		width: 40px;
		cursor: pointer;
		position: absolute;
	}

		.animated-circle:after {
			content: "";
			height: 25px;
			width: 25px;
			background-color: #dabd1d;
			border-radius: 50%;
			position: absolute;
			top: 5px;
			left: 10px;
			-webkit-box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
			box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
			-webkit-animation: ripple 2s infinite;
			animation: ripple 2s infinite;
		}

	.fixed {
		position: fixed;
	}

	@-webkit-keyframes ripple {
		0% {
			-webkit-transform: scale(0.9);
			transform: scale(0.9);
		}

		70% {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
			-webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
			box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
		}

		to {
			-webkit-transform: scale(0.9);
			transform: scale(0.9);
			-webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
			box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
		}
	}

	@keyframes ripple {
		0% {
			-webkit-transform: scale(0.9);
			transform: scale(0.9);
		}

		70% {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
			-webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
			box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
		}

		to {
			-webkit-transform: scale(0.9);
			transform: scale(0.9);
			-webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
			box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
		}
	}


	.slider-area {
		background-image: url(../images/Banner.webp);
		/*height: 85vh;*/
		background-repeat: no-repeat;
		background-size: cover;
		align-items: center;
		display: flex;
		position: relative;
		background-position: bottom;
		/*background-color: #8e0d9c;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23870c94' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23810c8d' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%237a0b86' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23730b7e' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%236d0a77' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2361096a' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2355085d' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23490750' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%233e0644' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23330538' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
        background-attachment: fixed;
        background-size: cover;*/
	}

	svg.yellow-square {
		position: absolute;
		right: 0;
		height: 335%;
		top: 0;
		bottom: 0;
	}

	svg.left-square {
		position: absolute;
		left: 0;
		height: 191%;
		top: -279px;
		bottom: 0;
	}

	.highlightBox {
		padding: 15px;
		/*background: var(--bright);*/
		background: #fff;
		border-radius: 15px;
	}

	.themePrimary {
		color: var(--primary);
	}

	.themeSecond {
		color: var(--sc-primary);
	}

	.page-banner.About {
		background-image: url(../images/Background/About-Us.jpg);
	}

	.page-banner.Office-Bearers {
		background-image: url(../images/Background/Office-Bearers.jpg);
	}

	.page-banner.Media {
		background-image: url(../images/Background/Media.jpg);
	}

	.page-banner.Newsletter {
		background-image: url(../images/Background/Newsletter.jpg);
	}

.page-banner.Photographs {
	background-image: url(../images/Background/Photos.jpg);
}

	.page-banner.Videos {
		background-image: url(../images/Background/Videos.jpg);
	}

	.page-banner.Gallery {
		background-image: url(../images/Background/Prd.jpg);
	}

	.page-banner.Contact {
		background-image: url(../images/Background/Contact.jpg);
	}

	.page-banner.Memberships {
		background-image: url(../images/Background/Memberships.jpg);
	}

	.page-banner.Silk {
		background-image: url(../images/Background/Silk.jpg);
	}

	.page-banner.Events {
		background-image: url(../images/Background/Events.jpg);
	}

.page-banner.Events_Monday {
	background-image: url(../images/Background/Green-Bg.png);
}

.page-banner.Events_Special {
	background-image: url(../images/Background/Purple-Bg.svg);
}
.page-banner.Events_Workshop {
	background-image: url(../images/Background/Seminar.jpg);
}
.page-banner.Events_Student {
	background-image: url(../images/Background/Students.jpg);
}


	#contact_form_3 #success, #success, #contact_form_3 #error, #error, .LoaderImage, #LoaderImage {
		display: none;
	}

	.contact-map iframe {
		width: 100%;
		height: 400px;
		border: 1px solid #DDD;
	}

	#contact-page-map {
		height: 400px;
	}

	.clientInfo {
		display: none;
	}

		.clientInfo:first-child {
			display: block;
		}

		.clientInfo .item-box .item-media {
			background: none;
			text-align: center;
		}

			.clientInfo .item-box .item-media img {
				height: 75px;
				width: 100%;
				overflow: hidden;
				object-fit: contain;
			}

		.clientInfo .item-box:hover .item-info {
			background: var(--primary);
		}

			.clientInfo .item-box:hover .item-info h6 {
				color: #fff !important;
				font-weight: 800;
			}

	.portfolio-box.style-1 .magnific-anchor {
		top: 15px;
	}

	.ourworks .portfolio-box img {
		min-height: 250px;
		max-height: 250px;
	}

	.ourworks .action-card {
		margin-top: 5px;
	}

	.logoHighlight {
		/*color: var(--primary);*/
		font-weight: 700;
		/*white-space: nowrap;*/
		color: var(--themeColor) !important;
	}

	footer .logoHighlight, footer .xRayDesign {
		color: #fff !important;
	}

	.parentDesign {
		color: var(--primary);
		font-weight: 700;
		white-space: nowrap;
		/*color: var(--parentColor) !important;*/
		/*font-family: 'BookmanOld';*/
	}

	.blockService {
		color: var(--danger);
		font-weight: 600;
	}

	.themeColor {
		color: var(--primary);
	}

	.themeBackColor {
		background: var(--primary);
	}

	.minbox {
		min-height: 150px;
	}

		.minbox:hover {
			background: var(--primary) !important;
			box-shadow: 10px 10px 10px #888;
		}

			.minbox:hover h4 {
				color: #fff !important;
			}

	.logoTextTop {
		z-index: 99;
		color: var(--primary);
		font-weight: bold;
		font-size: 25px;
		position: relative;
		opacity: 0.8;
		letter-spacing: 10px;
		text-align: center;
	}

	.whiteStyle.dots-style-1 .owl-dots .owl-dot.active,
	.whiteStyle.dots-style-1 .owl-dots .owl-dot {
		background-color: #fff;
	}

	.sub-menu {
		display: block !important;
	}

	.ThumbLISection {
		display: none !important;
	}

	.case-study-box {
		box-shadow: unset;
	}

	.prdHighlight {
		border: solid 1px var(--primary);
		margin-left: 5px;
		border-radius: 15px 15px 0px 0px;
	}

		.prdHighlight .case-content {
			background: var(--primary);
		}

		.prdHighlight .stdBox {
			min-height: 45px;
		}

		.prdHighlight .title {
			font-size: 18px;
			text-align: center;
		}

	@media only screen and (min-width: 991px) {
		.logosAssoc {
			display: block !important;
		}
	}

	@media only screen and (max-width: 991px) {
		.logosAssoc {
			display: none !important;
		}

		.logoTextTop {
			font-size: 21px;
			opacity: 0.5;
			letter-spacing: 7px;
		}

		.ThumbLISection {
			display: none !important;
		}

		.sub-menu {
			display: block;
		}
	}

	@media only screen and (max-width: 767px) {
		.logoTextTop {
			font-size: 19px;
			opacity: 0.5;
			letter-spacing: 3px;
		}

		.imgHolderSection {
			display: none;
		}
	}

	@media only screen and (max-width: 550px) {
		.logoTextTop {
			font-size: 17px;
			opacity: 0.5;
			letter-spacing: 1px;
		}
	}

	@media only screen and (max-width: 450px) {
		.logoTextTop {
			font-size: 14px;
			opacity: 0.5;
			letter-spacing: 1px;
		}
	}

	@media only screen and (max-width: 350px) {
		.logoTextTop {
			font-size: 11px;
			opacity: 0.5;
			letter-spacing: 1px;
		}
	}


	p.head-px2 {
		text-align: justify !important;
		font-weight: 550;
	}

	.testimonial-bx.style2 .client-info {
		padding-left: 0;
		bottom: 15px;
		position: absolute;
		width: 90%;
	}

	.testimonial-bx.style2 {
		min-height: 400px;
		background: white;
	}

	.rmm-testimonial .testimonial-description {
		padding: 10px 30px;
	}

	.rmm-testimonial .client-info .testimonial-info {
		padding: 10px 30px;
	}

	.testimonial-rating {
		color: #fff;
	}

	.caption {
		color: var(--themeColor);
		text-align: left;
		font-size: 20px;
		font-family: 'Open Sans';
		font-weight: 600;
	}

		.caption span {
			font-size: 14px;
			color: #fff;
			vertical-align: top;
		}

	.split-box:after {
		background-color: var(--button);
	}

	.smallBtn {
		padding: 1px 10px 1px 10px;
	}

	.p-b-0 {
		padding-bottom: 0;
	}

	.gallery-top .swiper-slide {
		width: 100% !important;
	}

	.protfolio-info li strong, .protfolio-info li span {
		max-width: 100%;
		flex: 0 0 50%;
	}

	.truncate {
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.truncateLines {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.truncate2Lines {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.gridBck {
		/*background: url(../images/gridback.jpg);*/
		position: relative;
	}

		.gridBck:before {
			position: absolute;
			content: '';
			height: 100%;
			width: 100%;
			top: 0;
			background-color: #1127f5;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='183' height='183' viewBox='0 0 20 20'%3E%3Cg fill-opacity='0.23'%3E%3Cpolygon fill='%23ffffff' points='20 10 10 0 0 0 20 20'/%3E%3Cpolygon fill='%23ffffff' points='0 10 0 20 10 20'/%3E%3C/g%3E%3C/svg%3E");
		}

	.clientTitle {
		font-size: 13px;
	}

	.width50 {
		width: 50%;
	}

	.mt20 {
		margin-top: 20px;
	}

	.mb50 {
		margin-bottom: 50px;
	}

	.nominheight {
		min-height: unset !important;
	}

	.darkArrow {
		background: rgba(0,0,0,0.5);
		padding: 30px;
	}

	.product-page .service-info {
		min-height: 100px;
	}

	.machinery-page .service-info {
		min-height: 100px;
	}

	.service-info {
		min-height: 280px;
	}

	.productsBck {
		position: relative;
	}

	.homePrdImg {
		position: absolute;
		top: 100px;
		right: 175px;
		width: 350px;
		text-align: center;
		border-radius: 15%;
		background: #fff;
	}

		.homePrdImg .title {
			text-transform: uppercase;
		}

		.homePrdImg img {
			border-radius: 15%;
			filter: brightness(1.1);
			height: 300px;
			width: 350px;
		}

	@media only screen and (max-width: 768px) {
		.homePrdImg {
			right: 75px;
			width: 250px;
		}
	}

	@media only screen and (max-width: 991px) {
		.homePrdImg {
			right: 75px;
			width: 290px;
		}
	}

	.productsBck:before {
		content: '';
		height: 100%;
		width: 100%;
		/*background-image: url(../images/services/service/pic1.jpg);*/
		/*background-image: url(../images/banner/ProductBack1.jpg);*/
		background: url(../images/banner/Grid.jpg);
		position: absolute;
		background-repeat: no-repeat;
		background-size: cover;
	}

	@media only screen and (max-width:500px) {
		.enquiry {
			transform: rotate(-90deg) translate(-20%,0%);
			transform-origin: right;
			z-index: 999999;
			position: fixed;
			top: 120px !important;
			right: 28px;
			font-size: 12px;
		}

		.WPButton {
			position: fixed;
			right: 0;
			top: 350px !important;
			background: #17980E;
			color: #fff;
			font-size: 30px;
			border-radius: 5px 0 0 5px;
			width: 40px;
			height: 40px;
			text-align: center;
			display: block;
			margin-top: 2px;
			line-height: 50px;
			z-index: 9;
		}

		.icon-bar {
			position: fixed;
			top: 430px !important;
			right: 0;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			border: 1px solid #eee;
			border-right-color: rgb(238, 238, 238);
			border-right-style: solid;
			border-right-width: 1px;
			border-right: 0;
			border-radius: 5px 0 0 5px;
			-webkit-box-shadow: -3px 0 10px -2px rgb(0 0 0 / 10%);
			box-shadow: -3px 0 10px -2px rgb(0 0 0 / 10%);
			z-index: 99;
		}
	}

	.enquiry {
		transform: rotate(-90deg) translate(-20%,0%);
		transform-origin: right;
		z-index: 999999;
		position: fixed;
		top: 220px;
		right: 28px;
		font-size: 12px;
	}

		.enquiry .apoint-btn-box {
			transform: none !important;
			padding: 10px 10px;
			cursor: pointer;
			background: var(--sc-primary) !important;
			display: block;
			visibility: visible !important;
		}

			.enquiry .apoint-btn-box:before,
			.enquiry .apoint-btn-box:after {
				background: var(--sc-primary) !important;
			}

			.enquiry .apoint-btn-box.onFooter {
				background: #fff !important;
				color: #000 !important;
				font-weight: 800;
				border-top: solid 3px #000;
			}

				.enquiry .apoint-btn-box.onFooter:before,
				.enquiry .apoint-btn-box.onFooter:after {
					background: #fff !important;
					top: -3px;
					border: solid 3px #000;
				}

	#rotate {
		vertical-align: top;
		margin-top: 23px;
		width: 80px;
		height: 30px;
	}

	.enquiry a {
		cursor: pointer;
		min-height: 30px;
		position: relative;
		border: 1px solid #cb4154;
		border-radius: 8px;
		padding: 4px 8px;
		margin-left: 20px;
		font-variant: small-caps;
		color: #fff !important;
		text-shadow: 0 0 0;
		outline: 0;
		letter-spacing: 2px;
		text-shadow: 0 1px 4px #111;
		box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
		background: #021f36;
	}

		.enquiry a:hover {
			box-shadow: 0px 0px 4px #fff;
			color: #fff !important;
		}


	.ShowcaseModal {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 99999;
		height: 100%;
		overflow: auto;
		display: none;
	}

		.ShowcaseModal .logo {
			text-align: center;
		}

	.EnquiryBtn {
		background: #ffa800;
		color: #021f36;
		padding: 5px 10px 5px 10px;
		border: solid 1px #fff;
		font-weight: 700;
	}

	#EnquiryForm input[type="text"], #EnquiryForm input[type="email"], #EnquiryForm input[type="tel"], #EnquiryForm select, #EnquiryForm textarea {
		background-color: #fff;
		border: 1px solid #333;
		width: 100%;
		border-radius: 5px;
		display: block !important;
		padding: 5px;
	}

	#EnquiryForm .bootstrap-select {
		display: none;
	}

	#EnquiryForm #LoaderImage {
		float: right;
		padding-left: 10px;
		padding-top: 0 !important;
	}

	#EnquiryForm h2 {
		font-size: 35px;
	}

	.Formoutliner {
		background: #fff;
		/*border: solid 5px #fff;*/
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 90px;
		border-radius: 5px;
		/*border: 4px solid var(--primary);*/
		position: relative;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' %3E%3Crect fill='%23F5F5F5' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");
	}

		.Formoutliner::before {
			position: absolute;
			content: "";
			opacity: 0.9;
			/*background-color: #ffffff;*/
			background-repeat: repeat-x;
			height: 100%;
			width: 100%;
		}

	@media only screen and (max-width: 1200px) {
		.menu-logo h2 {
			font-size: 15px !important;
		}
	}

	@media only screen and (max-width: 991px) {
		#EnquiryContactSection {
			display: none;
		}

		.menu-logo img {
			width: 100px;
		}

		.menu-logo h2 {
			font-size: 16px !important;
		}
		/*.menu-logo h2 span {        
        font-size: 16px !important;
    }*/
	}

	@media only screen and (max-width: 500px) {
		.menu-logo h2 {
			font-size: 13px !important;
		}

		.menu-logo .tagLine {
			font-size: 13px;
			top: 0;
		}
	}

	@media only screen and (max-width: 420px) {
		.menu-logo h2 {
			font-size: 12px !important;
		}

		.menu-logo .tagLine {
			font-size: 13px;
			top: 0;
		}
	}

	@media only screen and (max-width: 400px) {
		.menu-logo h2 {
			font-size: 10px !important;
		}

		.menu-logo .tagLine {
			font-size: 10px;
			top: 0;
		}
	}

	@media only screen and (max-width: 350px) {
		.menu-logo h2 {
			font-size: 8px !important;
		}

		.menu-logo .tagLine {
			font-size: 9px;
			top: 0;
		}
	}

	#EnquiryForm {
		padding: 14px 20px;
	}

	.Formoutliner .main-heading {
		font-size: 30px;
		line-height: 36px;
		font-weight: 700;
		margin: 0 0 0px;
		padding: 0 0 40px;
		position: relative;
		z-index: 1;
		color: #fff !important;
	}

		.Formoutliner .main-heading::before {
			position: absolute;
			content: "";
			z-index: 0;
			bottom: 25px;
			right: auto;
			left: 4px;
			transform: none;
			width: 70px;
			height: 4px;
			background: #1bbde8 !important;
		}

	.Formoutliner input {
		margin-bottom: 15px;
		height: 35px;
		font-size: 14px;
	}

	.Formoutliner textarea {
		margin-bottom: 15px;
		min-height: 80px;
		font-size: 14px;
		padding: 5px 15px;
	}

	.Formoutliner select {
		margin-bottom: 15px;
		height: 35px;
		font-size: 14px;
		text-align: left;
		width: 100%;
		background: transparent;
		padding: 5px 15px;
		border-radius: 5px;
		-webkit-appearance: none;
		appearance: none;
	}

	.Formoutliner .text-center {
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}


.cont-info {
	padding: 10px 30px 60px;
	background: var(--primary);
	border-radius: 50px 0 0 0;
	min-height: 280px;
}

		.cont-info h4 {
			font-size: 22px;
			margin-top: 14px;
			margin-bottom: 14px;
			color: #fff;
		}

	.enquiry-info li a:hover, .enquiry-info li a, .enquiry-info li i {
		color: #f5f5f5;
	}

	.btn-white {
		background: #fff;
		color: var(--xray) !important;
		font-size: 16px !important;
		font-weight: 700;
	}

		.btn-white:hover {
			color: #fff !important;
			background: var(--primary) !important;
		}

	.menu-mlogo {
		width: 210px;
		float: left;
	}

	@media only screen and (max-width: 991px) {
		.mobilesub.menu-links .nav > li .sub-menu {
			opacity: 1;
			display: block !important;
		}

		.mobilesub .mlogo {
			display: none !important;
		}
	}

	@media only screen and (min-width: 992px) {
		.menu-mlogo {
			display: none;
		}

		.mobilesub, .mobilesub ul {
			text-align: center;
			/*margin-left: auto;
        margin-right: auto;*/
		}

			.mobilesub .mlogo {
				display: block;
			}

			.mobilesub li.menu-logo:hover > a:after {
				background: transparent !important;
			}

			.mobilesub .mlogo a {
				border-radius: 50% !important;
				background-color: #fff !important;
				border-bottom: solid 5px var(--primary);
				padding-left: 12px !important;
				padding-right: 15px !important;
			}

				.mobilesub .mlogo a img {
					width: 88%;
				}
	}

	.case-media {
		height: 240px;
	}

		.case-media img {
			height: 100%;
			width: 100%;
			object-fit: cover;
		}

	.eventImg {
		height: 200px;
		width: 100%;
		object-fit: cover;
		padding: 10px;
	}

	.bearers-section .award-bx .award-info .title {
		font-size: 20px;
	}

	.bearers-section .award-bx .award-info p {
		font-size: 15px;
	}

	h2.title-head {
		/*background: var(--primary);
    width: fit-content;
    padding: 0 5px 0px 5px;
    color: #fff;*/
	}

		h2.title-head span {
			color: var(--primary);
		}

	.topBox .boxTitle {
		margin-bottom: 0;
		text-transform: uppercase;
		text-align: center;
	}

	.topBox .award-bx:hover .feature-btn i {
		-webkit-animation: moveUpIcon 0.5s forwards;
		-moz-animation: moveUpIcon 0.5s forwards;
		animation: moveUpIcon 0.5s forwards;
	}

	.topBox img {
		object-fit: cover;
		height: 200px;
		width: 100%;
		overflow: hidden;
	}

	.menuHide {
		visibility: hidden;
		opacity: 0;
		transition: visibility 1s, opacity 0.5s linear;
	}

	.menuShow {
		visibility: visible;
		opacity: 1;
		transition: visibility 1s, opacity 0.5s linear;
	}

	.prdBck1 {
		position: relative;
	}

	.bckTrans {
		background: transparent;
	}

	.prdBck1:before {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		background-image: url(../images/Products/AXR/AXR%201.png);
		background-position: left;
		background-size: cover;
		opacity: 0.2;
		top: 0;
		background-attachment: fixed;
	}

	.WPButton {
		position: fixed;
		right: 0;
		top: 450px;
		background: #17980E;
		color: #fff;
		font-size: 30px;
		border-radius: 5px 0 0 5px;
		width: 40px;
		height: 40px;
		text-align: center;
		display: block;
		margin-top: 2px;
		line-height: 50px;
		z-index: 9;
	}

		.WPButton i {
			top: -4px;
			position: relative;
			color: #fff;
		}

	.icon-bar {
		position: fixed;
		top: 530px;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border: 1px solid #eee;
		border-right-color: rgb(238, 238, 238);
		border-right-style: solid;
		border-right-width: 1px;
		border-right: 0;
		border-radius: 5px 0 0 5px;
		-webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
		box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
		z-index: 99;
	}

		.icon-bar a {
			display: block;
			width: 40px;
			height: 40px;
			line-height: 50px;
			color: #222;
			text-align: center;
			transition: all 0.3s ease;
			font-size: 25px;
			cursor: pointer;
			background: #fff;
		}

			.icon-bar a i {
				font-size: 25px;
				color: #000;
			}

			.icon-bar a:hover i {
				color: #ff7000;
			}

	.enroll i {
		color: #fff !important;
	}

	.enroll img {
		width: 27px;
		margin-top: 6px;
		float: left;
		margin-left: 10px;
	}

	.enroll #enroll {
		/*display: none;*/
		font-weight: 700;
		color: #fff;
		position: relative;
		top: -5px;
		position: absolute;
		width: 210px;
		font-size: 0;
	}

.enroll, .enroll a {
	text-decoration: none !important;
	font-size: 13px !important;
	background: var(--sc-primary) !important;
	border-radius: 5px 0 0 5px;
}

		.enroll:hover {
			width: 180px !important;
			font-size: 15px !important;
			color: #fff;
		}

			.enroll:hover #enroll {
				display: block;
				font-size: 16px !important;
			}

	.widget.stamps {
		overflow: auto;
		max-height: 450px;
	}

		.widget.stamps::-webkit-scrollbar {
			width: 1em;
		}

	.widget .img-holder {
		/*background: var(--prdDarkBG);*/
		margin-bottom: 5px;
		margin-right: 5px;
		text-align: center;
		vertical-align: middle;
		background: linear-gradient(to right, #fff 50%, var(--primary) 50%);
		background-size: 200% 100%;
		background-position: right bottom;
		transition: all .5s ease-out;
	}

		.widget .img-holder:hover {
			background-position: left bottom;
		}

		.widget .img-holder.active {
			background: #fff;
			border: solid 1px var(--primary);
			background-size: 200% 100%;
			transition: all .5s ease-out;
		}

			.widget .img-holder.active:hover {
				background-position: left bottom;
				background: linear-gradient(to right, #fff 50%, var(--prdDarkBG) 50%);
				background-size: 200% 100%;
				transition: all .5s ease-out;
			}

	.widget.frame {
		/*background: rgba(0,0,0,0.5);*/
		/*background: var(--prdDarkBG);*/
		background: #fff;
		text-align: center;
		vertical-align: middle;
		border: solid 1px var(--primary);
	}

	.widget.frame {
		width: auto;
	}

		.widget.frame img {
			max-height: 390px;
			width: auto;
		}

	.run-animation {
		animation: fadeIn;
		animation-duration: 3s;
	}


	@media only screen and (max-width:576px) {
		.widget .pro-list {
			display: inline-flex;
		}

			.widget .pro-list li {
				display: inline;
			}

		.img-desc {
			width: 70px !important;
			border: 2px solid #626262;
		}
	}

	.certImg {
		width: 200px;
		height: auto;
		padding: 20px;
	}

	.SliderHomeTop {
		/*height: 85vh !important;*/
		min-height: 400px;
	}

	#home {
		min-height: 400px;
	}

	.headerSliderText {
		margin-left: 3%;
		top: 150px;
		z-index: 99;
	}

	@media (max-width: 767px) {
		.textContentHolder {
			top: 90px;
		}

		.bannerImgHolder {
			left: -250%;
		}
	}


	.whyus .feature-bx2 {
		padding: 50px 0px 25px 0px !important;
		min-height: 235px;
		margin-bottom: 3px;
	}

	.whyus .col-lg-3 {
		padding: 0 2px;
	}

	.whyus .feature-bx2:hover {
		box-shadow: 0 0 30px 0 rgba(0,10,105,0.1);
		transform: translateY(-0px);
		-moz-transform: translateY(-0px);
		-webkit-transform: translateY(-0px);
	}

	.whyus .logoCap {
		border: solid 7px var(--primary);
	}

	.whyus .logoBox1 {
		width: 70%;
		height: 100%;
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

		.whyus .logoBox1 img {
			width: 66%;
			height: auto;
		}

	.tparrows {
		top: 85% !important;
	}

	.whyus1 .flexbox {
		padding: 16px;
		display: flex;
		position: relative;
		flex-flow: row wrap;
		align-content: center;
		float: left;
	}


	.whyus1 .stairs {
		width: 100%;
		height: 100%;
	}

	.whyus1 .row_1 {
		order: 1;
	}

	.whyus1 .row_2 {
		order: 2;
	}

	.whyus1 .row_3 {
		order: 3;
	}

	.whyus1 .row_4 {
		order: 4;
	}

	.whyus1 .row_5 {
		order: 5;
	}

	.whyus1 .row_1 {
		margin-top: 40px;
	}

	.whyus1 .row_2, .whyus1 .row_4 {
		margin: 40px 0;
	}

	.whyus1 .number {
		width: 180px;
		height: 80px;
		position: relative;
		float: left;
	}

		.whyus1 .number::before {
			background: inherit;
			width: 100%;
			height: 40px;
			top: -40px;
			left: 29px;
			display: block;
			position: absolute;
			transform-origin: 100%;
			transform: skewX(-55deg);
			box-shadow: inset 0 0 80px 0 rgba(0, 0, 0, 0.1);
			content: "";
		}

	.whyus1 .number_1 {
		background: var(--primary);
		margin-left: 229px;
	}

	.whyus1 .number_2 {
		background: var(--danger);
		margin-left: 157px;
	}

	.whyus1 .number_3 {
		background: var(--primary);
		margin-left: 115px;
	}

	.whyus1 .number_4 {
		background: var(--danger);
		margin-left: 42px;
	}

	.whyus1 .number_5 {
		background: var(--primary);
	}

	.whyus1 .desc {
		width: 450px;
		height: 80px;
		position: relative;
		float: left;
		margin-left: 20px;
	}

		.whyus1 .desc dt {
			text-transform: capitalize;
			font-size: 26px;
			color: var(--primary);
		}

	.whyus1 dd {
		font-weight: 550;
	}

	.whyus1 .desc_winning dd {
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAilBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAggvAAAALXRSTlMA+9lY8Dilcwfkj20gGQ7g082yq4h8XTO39J+amIxkVUlEPjwvKcbolIB+EhE8HlXeAAABXklEQVQ4y22SV27DMBAFSZqkelSs5t6dOve/XoxIdkjL87XADlfQwxMO4f6ziqLqcx+KlxgFSAkoI6aEtaTfdlnWbXtkPT0yR7enKoKoOrWa+fN+hko3EuRVITepYubvMy1NBdj0pkJlpM48YUndAr0YBNqapScoMg1oWwyCzlDu/o3ixB9qEDgVvDnCkWXiC8mSoyNsaT584aNh64aIDXwhsBg3RlnsfWFfSC/MUmaRK0SZLIVLzKp1hXZF7AnfEUf7L9gj0bfwOJCfa4BcQ33OOYgnNixml/U7vK8vswWbaR++JEVz+fm5NAXya9qHPjmXjJTnpJ/0DUrTJVYpm3SmBDMpFKBscDgEVgHPlUolA9crAzJ9Cmpkt2Mk9vqgGciFyBnQbh8CRgJ/HnFfedce7FisuuD+3RgIutWC3UNoktvLUCPT8Y90eLuUNMJnzfyeyVq8wmC8YUrsDSO/Qv89+xk2jEMAAAAASUVORK5CYII=") var(--nlc);
	}

	.whyus1 .desc_working dd {
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAilBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAggvAAAALXRSTlMAOGXvHlAI+WsD3p2a9OlzYFdTSQ/xxbqzn3k9JyMZ48zJrHxbLtjQz6iBZxZ1o3lTAAAA60lEQVQ4y73RyZKCMBSF4UsDiWAzz4PYTj3pef/XExKogvJm67fk/IuQ0Nuk9bH8F+Z9j4nvmPYYWmUKvjA78LsnMUuIF2LWEe8MLciJdwigRGTS+QDkxePXRxplQ9ZeHe7848e4ABCmxKp/qYNmcfuAiipoJRfsEJMNTQomKGVOWDBndFDTFPi+IYiQqMB2QwDnZj/6nLTD/IiBUAGOboGNk75g/JEO8J1KrAXqTlu4S4BTEq52eaHJTyFUoPjRre97a6dc3UmMZty3v9lgI9sGnhDOx1omxDpIJF7lq+AOPrAXzs165dEbPAFKUDbDXDa5MwAAAABJRU5ErkJggg==") var(--nlc);
	}

	.whyus1 .desc_searching dd {
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAArlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABeyFOlAAAAOXRSTlMAF/HpKM4D9fjusY1o0saslFki2YBsVksK38Kb49Z3XELmt6afioRRNhu8kXxgRg9yMB4G+j48K2LtcrPZAAAB/ElEQVQ4y32SV47jMBBES6IoKuecnXOc4OH9L7aUbI2N3YXfRwmgHtBNdmPk5M8o0WhprT/wH06mxvjM56nBmX7APyS68SMfIHHgrB+22+Cv/5G8yuodBgEzR010C6/sQwVncnoIG9ZiTY54suI0zSYHPAQ0tZqERHr2p7dWPtG7zUO4ptqk9uMpRpYU+HCorcnU4K7NGLUNFWod407GOpH1F9Qg3fP4eBU1HXGSFg8htUWomoTfHqDI/RHJMFDORQQ6RmHQA5FuioGir5U6rwKoF3mWaWIgbBVFWRpKzzcfPo1WlQvKw3sNIgs0TR7gQ0x8L8+3fjEdxlZ3IqzZs8SxSvSFs2wmZjGHYNuI6OhTcM6kBT1CIS3r77Zwh/f/FSTNcgCiALFh9DP7rlSR8nUULpVZzZZcAhQSmf2lhzHRY3bxI5e73jw3DcvQNPd7He72EFhVhsCWebX1xFMvy882/zB3UkRIWfgQqKE5Z1NdGpt0d8WMfAEJS2wVPRc23cCORkFhkfO5aKYkqbtxI+UVfC0YN4p8mrG3+4kJfe6UHKlT9y5ktFwzroecn+U1Rm5OHumeKgTJDZdkflt3AbUaB08Sm/PQ5B7j3Lih54tIuY8XgtgzinmTXscDd7HKM7whkINij3csjIu8eSecSFeWeIdl+/ZbQfX09g/DIC6VpIXvNwAAAABJRU5ErkJggg==") var(--nlc);
	}

	.whyus1 .desc_planning dd {
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAnFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4jUzeAAAAM3RSTlMA4PFwIAXAsBP1G/lG7OTYjFUwp3MYC9SDaWU728a8rppAzF40LCcPA+bQubNOq6GVeR1v8sWSAAABaUlEQVQ4y32T25KCMBBEx2AkEVAUBERB8X5d3e3//7dNSLmxUqznIS/dYZj0DGmGcYQOzoUgQwLW64DhaXQR5Jw6yHosa/UJfOpkgL6qnwRAMP/fECP3bwxTMvwMXcNIciIP39SyYBfXkGDtpTlCmhRc6VDFQk+z5cawG0GRcPKxahg8oixAS2gMdLrHqPVrLQGtO1/QTE2bs7HRLY6Bsj19MFhcQ7gaY/nqnseFayihiQRxofQvDFzDJlgcxRol+bJR+nhGvGKa3sExzCFrrVuDU4JSKP3jT5arN533T5/aLKsA7DpyDa+4xRXo1WcAB9dg4r5hox+1WWJtw3qLe4sLp2zC6ThC2BE31djpnibqEh52YGzcLFJHgWt6OiL/Gzkbt8BGnXMAfYqYHVobd3uHh/cdDVF1jb2vyhtSxF2L0+Bs4t9L2W+LynFG78SItoJmnnzN4MNZ3rbzCJApGUTRsf6yeuqH/gUl+zhR9M4Z2wAAAABJRU5ErkJggg==") var(--nlc);
	}

	.whyus1 .desc_timing dd {
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAb1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt6r1GAAAAJHRSTlMA8xfjDQfbxZl9spaudQbXwYVJImZGQuip37WnLV/OtiwZFmyO6IxVAAABU0lEQVQ4y4VT2ZLEIAg0iebwmNz33Ov/f+OCmqF2rK34kCg0Am3DaImubPIkyZuyEyxeqUrsZyUq/XJfKu8mSHX5E144aybbeW716g5FSv5rhhY5wrau4TNuDn79xKM/lwPuB/et9hwRachfYDh/G7ryh3ONWXwdFWy3uK0HmCuXAOqveQzgNfSCSRQ2ZWKAwcYV8Af/IrP9t7+3awGRgnWAm8TIRvUk71ONbBITuDpWQjtog6rLl3e/wKZxk4GNNdYu7kqJ/HIoDlmXLuVibcOAkdYHTndr52WZrb1P3tICfwzg+y2kvmWO4nDkRsOlCJDmoEGASYvjhYcdAZTCsVaW/gEoRSgyXqHI0Ga8jjYDUX3s7T1Rnur1f6rPHuv8uYNgHjFgQ8GQ5DTnhpzmzWWQHIl2r0i0gyTRkuw3kr30so8GZ9U4ODKjwTkfvfPhPR3/X2IUK6UT8KPoAAAAAElFTkSuQmCC") var(--nlc);
	}

	.whyus1 h2 {
		margin-left: 65px;
		color: #fff;
	}

	@media (max-width: 991px) {
		.whyus1 dl, .whyus1 dt, .whyus1 dd, .whyus1 .row, .whyus1 .desc {
			width: 100%;
		}

		.whyus1 h2 {
			margin-left: 13px;
			display: inline;
			position: relative;
			top: 25px;
			left: 12px;
		}

		.whyus1 .desc {
			display: inline;
			width: 80%;
			margin-left: 15px !important;
		}

		.whyus1 dt {
			padding-left: 0;
			border-left: none;
		}

		.whyus1 .stairs dt {
			display: block;
		}

		.whyus1 .row {
			margin-left: 0;
		}

		.whyus1 .row_1, .whyus1 .number, .whyus1 .desc {
			margin: 0;
		}

		.whyus1 .row_1 {
			order: 5;
		}

		.whyus1 .row_2 {
			order: 4;
		}

		.whyus1 .row_3 {
			order: 3;
		}

		.whyus1 .row_4 {
			order: 2;
		}

		.whyus1 .row_5 {
			order: 1;
		}

		.whyus1 .row_5 {
			margin-top: 40px;
		}

		.whyus1 .number {
			width: 80px;
			height: 80px;
			border-radius: 50%;
		}

			.whyus1 .number::before {
				display: none;
			}

			.whyus1 .number::after {
				top: 50%;
				left: 100px;
				display: block;
				position: absolute;
				font-size: 20px;
				transform: translate(0, -50%);
			}
	}

	@media (max-width: 1239px) {
		.whyus1 .stairs {
			width: 100%;
			height: auto;
		}
	}

	.whyus1 .row .number {
		background-size: 200% 100%;
		background-position: right bottom;
		transition: all .5s ease-out;
	}

	.whyus1 .row_1:hover .number,
	.whyus1 .row_2:hover .number,
	.whyus1 .row_3:hover .number,
	.whyus1 .row_4:hover .number,
	.whyus1 .row_5:hover .number {
		background: var(--sc-primary);
		background-position: left bottom;
		color: var(--danger);
		box-shadow: unset;
	}

	.whyus1 .row_1:hover .desc dt,
	.whyus1 .row_2:hover .desc dt,
	.whyus1 .row_3:hover .desc dt,
	.whyus1 .row_4:hover .desc dt,
	.whyus1 .row_5:hover .desc dt {
		color: var(--danger) !important;
		background-position: left bottom;
		box-shadow: unset;
	}

	.whyus1 .row .desc {
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		background-size: 200% 100%;
		background-position: right bottom;
	}

	.whyus1 .row_1:hover .desc,
	.whyus1 .row_2:hover .desc,
	.whyus1 .row_3:hover .desc,
	.whyus1 .row_4:hover .desc,
	.whyus1 .row_5:hover .desc {
		margin-left: 50px;
		/*background: #fff;*/
	}

	.img-magnifier-container {
		position: relative;
	}

	.img-magnifier-glass {
		position: absolute;
		border: 3px solid #888;
		border-radius: 50%;
		cursor: none;
		width: 250px;
		height: 250px;
		box-shadow: 4px 4px 4px #888;
		background: #fff;
	}

	/*.pattern-layer
{
    position: relative;
}
	*/

	.pattern-layer .pattern-1 {
		position: absolute;
		right: 70px;
		top: 0px;
		width: 348px;
		height: 227px;
		background-repeat: no-repeat;
	}

	/*.pattern-layer .pattern-2 {
    position: absolute;
    left: 150px;
    top: 10px;
    width: 60%;
    height: 387px;
    background-repeat: no-repeat;
}*/

	.pattern-layer .pattern-3 {
		position: absolute;
		right: 115px;
		top: 0;
		bottom: 60px;
		width: 460px;
		height: 387px;
		background-repeat: no-repeat;
	}

	.prdBannerImg {
		width: 500px !important;
		height: auto !important;
	}

	.downloadTable {
		width: 100% !important;
	}

		.downloadTable thead {
			border-bottom: solid 1px #888;
		}

		.downloadTable tbody tr:nth-child(odd) {
			/*background: rgba(0,0,0,0.01);*/
			background: #FFE6FF;
		}

		.downloadTable th, .downloadTable td {
			font-size: 20px !important;
		}

		.downloadTable img {
			width: 40px;
			margin-right: 5px;
			display: none;
		}

		.downloadTable .fSize {
			font-size: 12px;
			vertical-align: baseline;
			display: block;
			padding-left: 5px;
			padding-top: 10px;
			font-weight: 700 !important;
			display: none;
		}

	.video-media-bx a {
		background: var(--danger);
	}

	.about-img3 {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	.widget {
		margin-bottom: 0;
	}
.widget ul {
	padding-left: 0;
}

	.feature-filters.style1 li[class*="btn"] {
		border: solid 1px var(--primary);
	}

	.feature-filters.style1 li.btn.active {
		background: var(--primary);
	}

		.feature-filters.style1 li.btn.active span {
			color: #fff;
		}

	.footer-style2 .ft-social-bx a {
		border: solid 1px #fff;
	}

	a.feature-btn:hover {
		color: #fff;
	}

	.logosAssoc {
		display: block;
	}

		.logosAssoc ul {
			position: absolute;
			top: 30px;
			right: -70px;
		}

		.logosAssoc img {
			width: 40px;
		}

	.certTop {
		float: right;
		color: #fff;
		font-size: 14px;
		background: var(--primary);
		padding-left: 20px;
		padding-right: 10px;
		padding-top: 3px;
		top: 0;
		padding-bottom: 5px;
		position: absolute;
		right: 0;
		transform: rotate( 45deg );
		right: -132px;
		z-index: 9999999;
		font-weight: 800;
	}

	/*NEW MENU*/
	.header.container {
		background: #fff !important;
		min-height: 80px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.header-contant-info img {
		height: 70px
	}

	.header-contant-info ul li:first-child {
		border-right: unset;
	}

	.page-banner {
		height: 400px;
	}

	.prdDetails {
		padding-top: 100px;
	}

	@media only screen and (max-width: 991px) {
		.rs-nav .menu-links.show
		{
			width: 80%;
		}

		.style-3.box .menu-bar .container {
			background-color: #fff;
			height: 80px;
		}

		.prdDetails {
			padding-top: 50px;
		}
	}

	.SliderHomeTop {
		/*height: 85vh !important;*/
		min-height: 500px;
	}

	#home {
		min-height: 500px;
	}

	.tp-rightarrow {
		left: 98% !important;
	}

	.isoLabel {
		display: inline-block;
		text-align: center;
		font-weight: 800;
		vertical-align: middle;
	}

	.style-3.box .menu-bar .container {
		border-radius: 0;
	}

.menu-links .nav > li > a {
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	font-weight: 500;
}

	@media only screen and (min-width: 991px) {
		.menu-links .nav {
			text-align: start;
			margin-left: auto;
		}

			.menu-links .nav > li > a {
				padding-left: 0;
			}
	}

@media only screen and (max-width: 991px) {
	.menu-links .nav {
		text-align: start;
		margin-left: auto;
		margin-top: -30px;
	}

	button.back-to-top {
		right: 10px;
	}
}

.RMM-Link a {
	color: gold;
	word-spacing: normal !important;
}

	.RMM-Link a:hover {
		color: gold;
	}
	.cart-table .media-body .title {
		font-weight: 600;
	}

	.cart-table .price {
		font-weight: 800;
	}

	.nav > li .sub-menu {
		opacity: 1 !important;
	}

		.nav > li .sub-menu li a span:after {
			background: unset !important;
		}

	.menu-links .nav .add-menu-left ul li a {
		font-weight: 700;
	}

	.menu-links .nav .add-menu-left ul li:hover a {
		color: var(--primary) !important;
	}

	.ml--10 {
		margin-left: -10px;
	}

	.contact-icon-box .title {
		color: var(--themeColor);
		font-weight: 800;
	}

	.topbar-left ul li a, .topbar-right ul li a {
		color: #fff;
	}

		.topbar-left ul li a i, .topbar-right ul li a i {
			color: white;
			padding-right: 5px;
			font-size: 22px;
		}

	.portfolio-box.style-1 .portfolio-info {
		background: var(--primary);
	}

	.feature-btn {
		background: var(--danger);
	}

	blockquote p {
		color: var(--themeColor) !important;
		font-weight: 800;
	}

	.misson-tabs li a {
		background: transparent;
		color: #000;
		font-size: 16px;
		text-align: center;
		padding: 7px 8px 8px 7px;
		border-bottom: solid 1px var(--themeColor);
	}

		.misson-tabs li a.active {
			background: var(--themeColor);
			color: #fff;
		}

	.smallIcon {
		display: block;
		width: auto !important;
		margin-left: auto;
		margin-right: auto;
		height: 120px;
	}

	.bigIcon {
		max-height: 400px;
		width: auto !important;
		margin-left: auto;
		margin-right: auto;
	}

	.whyUs2 {
		position: relative;
	}

		.whyUs2:before {
			position: absolute;
			content: '';
			height: 100%;
			width: 100%;
			background: url('../images/Background/Eurotech.jpg');
			opacity: 0.1;
			background-size: cover;
			background-repeat: no-repeat;
			top: 0;
			left: 0;
			background-position: bottom;
		}

	.table-divider {
		height: 5px;
		border-bottom: solid 1px var(--primary);
	}

	.list th, thead th {
		background: var(--danger) !important;
		color: #fff !important;
	}

	.postTop {
		align-items: flex-start !important;
	}

	.dangerSelect {
		background: var(--danger) !important;
	}

.text-capitalize {
	text-transform:  capitalize !important;
}
.btn-gradient {
	background: linear-gradient(-45deg, var(--buttonHover) 0%, var(--button) 100%);
}
.swiper-container {
	cursor:w-resize;
}
.external-register
{
	padding: 10px;
    line-height: 0px;
    background: linear-gradient(170deg, #108202 0%, #0055b0 100%);
    color: #fff;
}

img.banner-img {
	width: 500px;
}

@media only screen and (max-width:767px) {
	img.banner-img {
		width: 210px;
	}
}

.formbg {
	background: rgba(136,136,136,.6);
}