@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Note: This is Main Style Scss File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
  

-----------------------------------------------------------------------------------*/
/*=======01  COMMON CSS  =======*/


/* =======Font links======= */

/* ----------------------------------Raleway------------------------------------------------- */
/* <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> */



/* =======Font links======= */

/* Raleway */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*
.raleway-<uniquifier> {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
*/
@font-face {
	font-family: "Raleway", sans-serif;
	src: url("../fonts/raleway/Raleway-Regular.ttf");
	src: url("../fonts/raleway/Raleway-Regular.ttf") format("truetype"),
		url("../fonts/raleway/Raleway-Bold.ttf") format("truetype"),
		url("../fonts/raleway/Raleway-Light.ttf") format("truetype"),
		url("../fonts/raleway/Raleway-Medium.ttf") format("truetype"),
		url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
}

.raleway {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}



/* Arial */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*

.arial-<uniquifier> {
	font-family: "Arial", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
*/
@font-face {
	font-family: 'Arial', sans-serif;
	src: url("../fonts/arial/Arial-Regular.ttf");
	src: url("../fonts/arial/Arial-Regular.ttf") format("truetype"),
		url("../fonts/arial/Arial-Bold.ttf") format("truetype"),
		url("../fonts/arial/Arial-Light.ttf") format("truetype"),
		url("../fonts/arial/Arial-Medium.ttf") format("truetype"),
		url("../fonts/arial/Arial-SemiBold.ttf") format("truetype");
}

.arial {
	font-family: "Arial", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}


/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap'); */




/*==================== Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins.eot");
	src: url("../fonts/Poppins.eot") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins.svg#Poppins") format("svg");
}

/* --Thin */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Thin.ttf");
	font-weight: thin;
	font-style: normal;
}

/* --Light */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Light.ttf");
	font-weight: lighter;
	font-style: normal;
}

/* --Regular */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

/* --Medium */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Medium.ttf");
	font-weight: medium;
	font-style: normal;
}

/* --Bold */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}
.poppins{
	font-family: 'Poppins', sans-serif;
}




/* ========Oswald font==== */

/* .oswald-<uniquifier> {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
} */
/* @font-face {
	font-family: "Oswald", sans-serif;
	src: url("../fonts/oswald/Oswald-Regular.ttf");
	src: url("../fonts/oswald/Oswald-Light.ttf") format("truetype"), url("../fonts/oswald/Oswald-Regular.ttf") format("truetype"), url("../fonts/oswald/Oswald-Medium.ttf") format("truetype"), url("../fonts/oswald/Oswald-SemiBold.ttf") format("truetype"), url("../fonts/oswald/Oswald-Bold.ttf") format("truetype");
}

.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.oswald-light {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}

.oswald-regular {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

.oswald-medium {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}

.oswald-semibold {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}

.oswald-bold {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
} */



/* ========Bebas Neue font===== */
/* @font-face {
	font-family: "Bebas Neue", sans-serif;
	src: url("../fonts/bebas_neue/BebasNeue-Regular.ttf");
	src: url("../fonts/bebas_neue/BebasNeue-Regular.ttf") format("truetype");
}

.bebas-neue-regular {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
} */




/* ============Generic code  */


body {
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.5;
	color: #616161;
	overflow-x: hidden;
	font-family: "Raleway", Arial, sans-serif !important;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-webkit-scrollbar {
	background-color: #ccc;
	width: 8px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	background: transparent linear-gradient(150deg, #db3f39 0%, #B52025 100%) 0% 0% no-repeat padding-box;
}

.slick-slide img {
	display: inline-block;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #002249;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	margin: 0px;
}

p.text-color-2 {
	color: #81a3bb;
}

p.text-color-3 {
	color: #69a1bb;
}

p.fs-16 {
	font-size: 16px;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #F26630;
	text-decoration: none;
}

/*======= Input Styles =======*/
input,
textarea,
select {
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: #686767;
	font-size: 16px;
	border: none;
}

textarea {
	display: inherit;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=checkbox],
input[type=radio] {
	height: auto;
	width: auto;
}

.input-group {
	position: absolute;
	border-radius: 13px !important;
}

.input-group input,
.input-group textarea,
.input-group select {
	padding-right: 40px;
}

.input-group .icon {
	position: absolute;
	right: 30px;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #81a3bb;
	line-height: 1;
}

.input-group.textarea-group .icon {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 20px;
}

/*======= Common Class =======*/
@media (min-width: 1400px) {
	.container-1470 {
		max-width: 1470px;
	}
}

@media (min-width: 1200px) {
	.header-full-width .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.section-gap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-gap-top {
	padding-top: 100px;
}

.section-gap-bottom {
	padding-bottom: 100px;
}

@media(max-width:1200px) {
	.section-gap {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.section-gap-top {
		padding-top: 90px;
	}

	.section-gap-bottom {
		padding-bottom: 90px;
	}
}

@media(max-width:991px) {
	.section-gap {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section-gap-top {
		padding-top: 80px;
	}

	.section-gap-bottom {
		padding-bottom: 80px;
	}
}

@media(max-width:767px) {
	.section-gap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section-gap-top {
		padding-top: 70px;
	}

	.section-gap-bottom {
		padding-bottom: 70px;
	}
}

@media(max-width:525px) {
	.section-gap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.section-gap-top {
		padding-top: 50px;
	}

	.section-gap-bottom {
		padding-bottom: 50px;
	}
}




.section-title .title-tag {
	color: #F26630;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	z-index: 1;
	position: relative;
	letter-spacing: 2px;
}


/*======= Preloader =======*/
div#preloader {
	margin: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .preloader-container {
	position: absolute;
	display: -ms-grid;
	display: grid;
	width: 100%;
	height: 100%;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .loader-cubes {

	width: 100%;
	height: 100%;
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-animation: scale 4s infinite linear;
	animation: scale 4s infinite linear;
}

div#preloader .loader-text p,
div#preloader .loader-text h4 {
	color: #686767;
}

div#preloader .loader-text p {
	font-size: 16px;
	font-size: normal;
}

div#preloader .loader-text h4 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}




/*=======  Animations  =======*/
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes pulseBtnBefore {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulseBtnBefore {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes pulseBtnAfter {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes pulseBtnAfter {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

/*=======02 Header=======*/
.header-topbar {
	border-bottom: 2px solid #ebebeb;
	padding: 15px 0;
}

.header-topbar .contact-info li {
	display: inline-block;
}

.header-topbar .contact-info li:not(:last-child) {
	margin-right: 30px;
}

.header-topbar .contact-info li a {
	color: #616161;
	font-size: 14px;
}

.header-topbar .contact-info li i {
	margin-right: 5px;
	color: #F26630;
}

.header-topbar .social-icon li {
	display: inline-block;
}

.header-topbar .social-icon li:not(:first-child) {
	margin-left: 20px;
}

.header-topbar .social-icon li a {
	font-size: 16px;
}

.header-topbar .social-icon li a:hover {
	color: #F26630;
}

.header-navigation .primary-menu li {
	display: inline-block;
	/* line-height: 40px; */
	position: relative;
	/* width: max-content; */
	/* padding:5px 0px; */
}

.header-navigation .primary-menu li .dd-trigger {
	font-size: 18px;
	font-weight: bold;
	color: #6e6c6c;
	position: absolute;
	right: -2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

/* @media (max-width: 1199px) {
	.header-navigation .primary-menu li .dd-trigger {
		right: -5px;
	}
} */

.header-navigation .primary-menu li a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 15px;
	color: #000000;
	margin: 0 0;
	font-family: 'Arial', sans-serif;
}
@media all and (min-width:992px){
	.header-navigation .primary-menu li a {
		font-size: 14px;
		padding:12px 10px;
	}
}

@media all and (min-width:1200px) {
	.header-navigation .primary-menu li a {
		padding: 12px 14px;
	}
}
@media all and (min-width:1300px) {
	.header-navigation .primary-menu li a {
		font-size: 16px;
		padding: 12px 18px;
	}
}
@media all and (min-width:1400px) {
	.header-navigation .primary-menu li a {
		padding: 12px 25px;
	}
}
/* @media all and (min-width:1500px) {
	.header-navigation .primary-menu li a {
		padding: 12px 25px;
	}
} */

@media all and (min-width:992px) {}

/* .header-navigation .primary-menu li a.active {
	padding: 2px 17px;
	background: #0CA640 0% 0% no-repeat padding-box;
	border-radius: 14px;
	color: #FFFFFF;
} */

/* .header-navigation .primary-menu li a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #f36523;
	height: 2px;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85), -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);

} */

.header-navigation .primary-menu li .submenu li a {
	font-size: 16px;
	font-weight: normal;
	position: relative;
	width: 100%;
}


.header-navigation .primary-menu li .submenu li {
	position: relative;
	width: 100%;
}


/* -----------------Double arrow for nav-bar----------------*/
/* .header-navigation .primary-menu li .submenu li a::before {
	font-family: "FontAwesome";
	content: "\f101";
	position: absolute;
	left: 0;
	font-size: 20px;
	font-weight: 500;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
	background-color: transparent;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear, left 0.3s linear;
	-o-transition: opacity 0.3s linear, left 0.3s linear;
	transition: opacity 0.3s linear, left 0.3s linear;
} */

.header-navigation .primary-menu li .submenu li.current a::before,
.header-navigation .primary-menu li .submenu li:hover a::before {
	opacity: 1;
	left: 1px;
	font-size: 20px;
}

@media(max-width:992px) {
	.header-navigation .primary-menu li .submenu li a::before {
		left: 0;
		font-size: 16px;
		font-weight: 500;
	}

	.header-navigation .primary-menu li .submenu li.current a::before,
	.header-navigation .primary-menu li .submenu li:hover a::before {
		opacity: 1;
		left: -10px;
		font-size: 16px;
	}
}


/* @media (max-width: 1199px) {
	.header-navigation .primary-menu li a {
		padding: 8px;
		margin: 0 5px;
		font-size: 15px;
	}
}
@media all and (min-width:992px) and (max-width:1199px){
	.header-navigation .primary-menu li a {
		padding: 8px;
		margin: 0px 0px;
		font-size: 14px;
	}
} */

.header-navigation .primary-menu li .submenu {
	position: absolute;
	left: 0px;
	top: 110%;
	width: 200px;
	/* background-color: #fff; */
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	height: auto;
	opacity: 0;
	visibility: hidden;
	border-radius: 15px;
	padding: 20px 0px;

}
.header-navigation .primary-menu li .submenu.submenu-2,
.header-navigation .primary-menu li .submenu.submenu-21{
	width: 275px;
}
.header-navigation .primary-menu li .submenu.submenu-21{
	padding:0px;
}
.header-navigation .primary-menu li .submenu.submenu-3{
	width: 250px;
}

/* @media(min-width:992px) {
	.dd-trigger {
		display: none;
	}
} */

.header-navigation .primary-menu li .submenu li {
	line-height: 1;
	padding: 4px 0px;
	margin: 0;
	display: block;
	margin-top: 1px;
	padding-left: 20px;
}


@media all and (min-width:992px) {
	.header-navigation .primary-menu li .submenu li::before {
		position: absolute;
		content: "";
		top: 1px;
		height: calc(100% - 2px);
		width: 9px;
		background: #B52025 0% 0% no-repeat padding-box;
		left: calc(50% - 4.5px);
		opacity: 0;
		-webkit-transition: left 0.4s linear, opacity 0.4s linear;
		-o-transition: left 0.4s linear, opacity 0.4s linear;
		transition: left 0.4s linear, opacity 0.4s linear;
		/* border: 1px solid white; */
		/* border-radius: 15px; */
	}

	.header-navigation .primary-menu li .submenu li:hover::before {
		left: 1px;
		opacity: 1;
	}
/* 
	.header-navigation .primary-menu li .submenu li.active a {
		color: #B52025;
	} */

	.header-navigation .primary-menu li .submenu li.active::before {
		left: 1px;
		opacity: 1;
	}

	/* .header-navigation .primary-menu li .submenu.submenu-1 li::after{
		position: absolute;
		content:"";
		top:0;
		left:0;
		content:"Ez";
		font-size: 18px;
		color:#FFFFFF;
		font-weight: 500;
		height: 100%;
		width:38px;
		display: grid;
		align-content: center;
		justify-content: center;
	} */
}



.header-navigation .primary-menu li .submenu .dropdown-title {
	color: #303030;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
}

.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element i {
	display: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element:hover i {
	display: inline-block;
}



.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element::before {
	position: absolute;
	content: "";
	z-index: 100;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #F26630;
}

.header-navigation .primary-menu li .submenu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-navigation .primary-menu li .submenu h4.dropdown-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}



.header-navigation .primary-menu li .submenu li a {
	padding: 4px 1px;
	font-size: 15px;
	display: block;
	margin: 0;
	line-height: 18px;
	-webkit-transition: margin-left 0.3s linear;
	-o-transition: margin-left 0.3s linear;
	transition: margin-left 0.3s linear;
}


.header-navigation .primary-menu li .submenu li .dd-trigger {
	right: 20px;
}

.header-navigation .primary-menu li .submenu li a:hover~.dd-trigger {
	color: #000000;
}

.header-navigation .primary-menu li .submenu li .submenu {
	left: 100%;
	top: 20%;
}
.header-navigation .primary-menu li .submenu li .submenu-21 {
	left:100%;
	top:100%;
}

.header-navigation .primary-menu li .submenu li:hover>.submenu {
	top: 0;
}

.header-navigation .primary-menu li:hover>.submenu {
	visibility: visible;
	top: 100%;
	opacity: 1;
}

.header-navigation .primary-menu li.current>a,
.header-navigation .primary-menu li.current li.current a,
.header-navigation .primary-menu li.current>.dd-trigger,
.header-navigation .primary-menu li:hover,
.header-navigation .primary-menu li:hover~.dd-trigger,
.header-navigation .primary-menu li .submenu li:hover,
.header-navigation .primary-menu li .submenu li:hover~.dd-trigger,
.header-navigation .primary-menu li a:hover,
.header-navigation .primary-menu li a:hover~.dd-trigger {
	color: #B52025;
}

.header-navigation .primary-menu li.current>a {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

@media all and (min-width:992px) {

	.header-navigation .primary-menu li a::after {
		content: "";
		position: absolute;
		left: 15%;
		bottom: 0;
		background: #B52025 0% 0% no-repeat padding-box;
		width: 0%;
		height: 5px;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transition: width 0.4s linear;
		-o-transition: width 0.4s linear;
		transition: width 0.4s linear;
		/* -ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85), -webkit-transform .25s cubic-bezier(.37, .31, .2, .85); */

	}

	.header-navigation .primary-menu .submenu li a::after {
		display: none;
	}


	.header-navigation .primary-menu li:hover a::after {
		width: 70%;
		/* -ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85), -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);  */

	}

	.header-navigation .primary-menu li a.contact-btn::after {
		display: none;
	}
}



@media all and (min-width:992px) {
	/* .header-navigation .primary-menu li.current>a::after {
		position: absolute;
		content: "";
		width: 60%;
		height: 5px;
		bottom: 0;
		left: 20%;
		background: #B52025 0% 0% no-repeat padding-box;
	} */
}


.header-navigation .primary-menu li a.active:hover,
.header-navigation .primary-menu li a.active:hover~.dd-trigger {
	color: #FFFFFF;
}

/* @media(min-width:992px) {

	.header-navigation .primary-menu li.current li.current a {
		color: #F26630;
		margin-left: 5px;
	}
} */
@media (max-width: 991px) {

	.header-navigation .primary-menu li.current>a,
	.header-navigation .primary-menu li.current>.dd-trigger,
	.header-navigation .primary-menu li a:hover,
	.header-navigation .primary-menu li a:hover~.dd-trigger {
		color: #fff;
	}
}

@media (max-width: 560px) {
	.header-navigation .site-logo {
		max-width: 150px;
	}
}

.header-navigation .site-logo .sticky-logo {
	display: none;
}


.header-navigation .cart-icon,
.header-navigation .search-icon {
	font-size: 18px;
	color: #555;
	margin-right: 30px;
}

@media (max-width: 1199px) {

	.header-navigation .cart-icon,
	.header-navigation .search-icon {
		margin-right: 20px;
	}
}

.header-navigation .cart-icon:hover,
.header-navigation .search-icon:hover {
	color: #F26630;
}

.header-navigation .search-widget .search-form {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	background-color: rgba(35, 35, 35, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	will-change: transform, opacity;
	height: 0;
	z-index: -1;
	opacity: 0;
}

.header-navigation .search-widget .search-form .search-close {
	font-size: 30px;
	color: #fff;
	position: absolute;
	right: 50px;
	top: 50px;
	line-height: 1;
}

.header-navigation .search-widget .search-form form {
	width: 50%;
}

.header-navigation .search-widget .search-form input {
	background-color: transparent;
	font-size: 20px;
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	padding: 0 30px;
}

.header-navigation .search-widget .search-form.opened {
	height: 100vh;
	opacity: 1;
	z-index: 99;
}

.header-navigation .offcanvas-icon,
.header-navigation .nav-toggler {
	position: relative;
	width: 33px;
	height: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	cursor: pointer;
}

.header-navigation .nav-toggler {
	border: 2px solid #B52025;
	padding: 3px;
}

.header-navigation .offcanvas-icon span,
.header-navigation .nav-toggler span {
	background-color: #B52025;
	height: 3px;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
}

.header-navigation .nav-toggler {
	display: none;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(2) {
	opacity: 0;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

.header-navigation .nav-close {
	display: none;
	font-size: 20px;
	color: #B52025;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
}

.header-navigation .navbar-btn {
	margin-left: 40px;
}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.header-navigation .navbar-btn {
		margin-left: 20px;
	}
}

@media (max-width: 575px) {
	.header-navigation .navbar-btn {
		display: none;
	}
}

.header-navigation .navbar-btn {
	display: block;
	overflow: hidden;
	width: 130px;
}

.header-navigation .navbar-btn a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	padding: 6px 12px;
	background: transparent -o-linear-gradient(300deg, #F67C4D 0%, #FC4600 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #F67C4D 0%, #FC4600 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-navigation .navbar-btn a i {
	font-size: 14px;
	font-weight: 600;
	margin-left: -6px;
	position: relative;
	top: 2px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
	transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
}

.header-navigation .navbar-btn a:hover i {
	position: relative;
	margin-left: 6px;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn a i {
		margin-left: 5px;
	}
}

.header-navigation .navbar-btn a:hover {
	background-color: transparent;
	color: #F26630;
}

.header-one {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	border-radius: 0;
	padding: 5px 5px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #00000029;
	        box-shadow: 0px 21px 46px #00000029;
}




@media all and (min-width:992px) {
	.primary-menu li .submenu li {
		display: block;
		opacity: 0;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		background: #FFFFFF 0% 0% no-repeat padding-box;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-1 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 50ms ease-in-out forwards;
		animation: rotateX 400ms 50ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-2 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 100ms ease-in-out forwards;
		animation: rotateX 400ms 100ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-3 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 150ms ease-in-out forwards;
		animation: rotateX 400ms 150ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-4 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 200ms ease-in-out forwards;
		animation: rotateX 400ms 200ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-5 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 250ms ease-in-out forwards;
		animation: rotateX 400ms 250ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-6 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 300ms ease-in-out forwards;
		animation: rotateX 400ms 300ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-7 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 350ms ease-in-out forwards;
		animation: rotateX 400ms 350ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-8 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 400ms ease-in-out forwards;
		animation: rotateX 400ms 400ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-9 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 450ms ease-in-out forwards;
		animation: rotateX 400ms 450ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-10 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 500ms ease-in-out forwards;
		animation: rotateX 400ms 500ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-11 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 500ms ease-in-out forwards;
		animation: rotateX 400ms 500ms ease-in-out forwards;
	}


	


	.primary-menu li .submenu li.dropdown_item-1 .internal-submenu li {
		display: block;
		opacity: 0;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		background: #FFFFFF 0% 0% no-repeat padding-box;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	.primary-menu li .submenu li.dropdown_item-1:hover .internal-submenu li.dropdown_item-01 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 100ms ease-in-out forwards;
		animation: rotateX 400ms 100ms ease-in-out forwards;
	}

	.primary-menu li .submenu li.dropdown_item-1:hover .internal-submenu li.dropdown_item-02 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 150ms ease-in-out forwards;
		animation: rotateX 400ms 150ms ease-in-out forwards;
	}

	.primary-menu li .submenu li.dropdown_item-1:hover .internal-submenu li.dropdown_item-03 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 200ms ease-in-out forwards;
		animation: rotateX 400ms 200ms ease-in-out forwards;
	}

	.primary-menu li .submenu li.dropdown_item-1:hover .internal-submenu li.dropdown_item-04 {
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-animation: rotateX 400ms 250ms ease-in-out forwards;
		animation: rotateX 400ms 250ms ease-in-out forwards;
	}

}


@-webkit-keyframes rotateX {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	50% {
		-webkit-transform: rotateX(-20deg);
		transform: rotateX(-20deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

@keyframes rotateX {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	50% {
		-webkit-transform: rotateX(-20deg);
		transform: rotateX(-20deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

.header-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}


.sticky-header.sticky-on {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0%;
	z-index: 999;
	-webkit-animation: sticky 1.2s linear;
	animation: sticky 1.2s linear;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 6px 12px #00000029;
	box-shadow: 0px 6px 12px #00000029;
	border-radius: 0px;
	/* background-color: #fff; */
	/* -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); */
	/* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); */
}

@media all and (max-width:992px) {
	.sticky-header.sticky-on {
		width: 100%;
		left: 0%;
		border-radius: 0px;

	}
}

.sticky-header .header-navigation {
	position: relative;
	z-index: 999;
	/* padding:8px 15px; */
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.sticky-header .header-navigation::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	/* background: #FFFFFF 0% 0% no-repeat padding-box; */
	z-index: -1;
}

@media all and (max-width:767px) {
	.sticky-header.sticky-on {
		top: 0px;
	}

	.header-one {
		padding: 0px;
	}
}

.sticky-header.sticky-on .header-navigation .sticky-logo {
	display: block;
}



.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .dd-trigger {
	color: #000000;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a:hover~.dd-trigger {
	color: #000000;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active~.dd-trigger .sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active:hover~.dd-trigger {
	color: #000000;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current>a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current li.current a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current>.dd-trigger,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .submenu li a:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current .submenu li.active a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current .submenu li.active .internal-submenu li.active a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current .submenu li.active .internal-submenu li:not(.active):hover a   {
	color: #B52025;
}
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current .submenu li.active .internal-submenu li:not(.active) a  {
	color: #000000;
}

.header-navigation .primary-menu li .submenu li.active a,
.heade-one .header-navigation .primary-menu li.current .submenu li.active a,
.header-one .header-navigation .primary-menu li.current .submenu li.active .internal-submenu li.active a,
.header-one .header-navigation .primary-menu li .submenu li.active ul.internal-submenu li:not(.active):hover a {
	color: #B52025;
}

.header-one .header-navigation .primary-menu li .submenu li.active ul.internal-submenu li:not(.active) a {
	color: #000000;
}


.header-navigation.breakpoint-on {
	padding: 0px 0 0px 0;
}

.header-navigation.breakpoint-on .nav-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-navigation.breakpoint-on .site-nav-menu {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 300px;
	padding: 50px 25px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
	left: -300px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media(max-width:992px) {
	.header-navigation.breakpoint-on .site-nav-menu {
		padding: 30px 25px;
	}
}

.header-navigation.breakpoint-on .site-nav-menu .nav-close {
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	background: transparent linear-gradient(150deg, #db3f39 0%, #B52025 100%) 0% 0% no-repeat padding-box;

}

.header-navigation.breakpoint-on .site-nav-menu.menu-opened {
	left: 0;
	visibility: visible;
	opacity: 1;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	width: 5px;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li {
	margin: 0;
	padding: 0;
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a {
	color: #000000 !important;
	display: block;
	padding: 10px 25px 10px 0;
	font-size: 18px;
	line-height: 1.5;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger {
	display: block;
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	right: 0 !important;
	height: 45px;
	width: 45px;
	color: #000000;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid rgba(253, 244, 244, 0.445);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger i {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu {
	padding-left: 15px;
	-webkit-transition: 0;
	-o-transition: 0;
	transition: 0;
	border: none;
}

@media all and (min-width:992px) {
	.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a {
		color: #ffff !important;
		display: block;
		padding: 15px 5px 15px 0;
		line-height: 1.2;
	}

	.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a:hover {
		background-color: transparent !important;
	}




	.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a.active::before {
		position: absolute;
		left: -25px;
		top: 2px;
		bottom: 2px;
		width: 2px;
		background-color: #fff;
		content: "";
	}
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu,
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li li .submenu {
	position: unset;
	top: 0;
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
}

@media all and (max-width:991px) {
	.header-navigation .primary-menu li .submenu li a {
		color: #FFFFFF;
	}
}


@media all and (min-width:993px) {

	.contact-btn {
		/* margin-left: 20px; */
		margin: 0px 25px !important;
		color: #FFFFFF !important;
		-webkit-transition: color 0.4s linear, background 0.4s linear, border 0.4s linear;
		-o-transition: color 0.4s linear, background 0.4s linear, border 0.4s linear;
		transition: color 0.4s linear, background 0.4s linear, border 0.4s linear;
		background: #B52025 0% 0% no-repeat padding-box;
		-webkit-box-shadow: 0px 4px 8px #0000001F;
		        box-shadow: 0px 4px 8px #0000001F;
		border: 1px solid #B52025;
		opacity: 1;
		border-radius: 21px;
	}

	.contact-btn:hover {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		color: #B52025 !important;
		border: 1px solid #B52025;
		/* padding: 12px 35px !important; */
	}
	.contact-btn.active{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		color: #B52025 !important;
		border: 1px solid #B52025;
	}


	.header-logo {
		padding: 0px 0px 0px 0px;
	}

}
@media all and (min-width:993px) and (max-width:1200px){
	.contact-btn{
		margin: 0px !important;
	}
}

@media all and (max-width:767px) {
	.header-one {
		width: 100%;
		left: 0;
		border-radius: 0px;
		top: 0;
	}

	.sticky-header.sticky-on {
		width: 100%;
		left: 0%;
		border-radius: 0px;
	}
}

/*=== Back to top css =======*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	z-index: 999999;
}

@media(min-width:768px) {
	.back-to-top {
		right: 20px;
		bottom: 100px;
	}
}

@media(max-width:768px) {
	.back-to-top {
		right: 10px;
		bottom: 90px;
	}
}

.back-to-top a {
	color: #fff;
	background: transparent -o-linear-gradient(300deg, #df3f39 0%, #B52025 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(300deg, #db3f39 0%, #B52025 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #db3f39 0%, #B52025 100%) 0% 0% no-repeat padding-box;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	opacity: 0.8;
}

.back-to-top:hover a {
	opacity: 1;
}


/* ========08 footer section=========== */



/* ------------general--------------- */
p {

	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #464545;
}

.jccb1200 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media all and (min-width:1200px) {
	.jccb1200 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}





/*=======  Footer  =======*/
.footer-area {
	/* background-color: #000000; */
	padding: 90px 0px 40px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	background: #000000 0% 0% no-repeat padding-box;

}

/* 
.footer-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
} */

.footer-mid {
	position: relative;
	margin-top: 55px;
	margin-bottom: 130px;
}

@media all and (max-width:767px) {
	.ftopb {
		margin-top: 20px;
	}

	.fmidb .address-lists {
		margin-top: 40px;
	}

	.fsl.fbotb {
		margin-top: 30px;
	}
}



.footer-bottom {
	position: relative;
	padding-top: 25px;
}

.footer-bottom::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0px;
	top: 0;
	left: 0;
	border: 1px solid #000000;
	opacity: 0.5;
}

.qlink-list,
.address-list {
	position: relative;
	margin-top: 17px;
}

.ftopbc {
	position: relative;
}
@media all and (min-width:1200px){
	.ftopbc:nth-of-type(2),
	.ftopbc:nth-of-type(3){
		padding-left: 60px;
	}
}
@media all and (max-width:991px){
	.ftopb.flb{
		margin-bottom: 40px;
	}
	
}
@media all and (max-width:767px){
	.ftopbc:nth-of-type(4){
		margin-top: 40px;
	}
}
.subscription-box {
	position: relative;
	width: 100%;
	height: 57px;
}

.footer-section .footer-top .subscription-box input {
	position: relative;
	height: 57px;
	border-radius: 13px !important;
	padding-left: 15px;
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
	border: 1px solid #707070 !important;
}

.sendicon-box {
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
	background: transparent -o-linear-gradient(329deg, #B52025 0%, #000000 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(121deg, #B52025 0%, #000000 100%) 0% 0% no-repeat padding-box;
	border-radius: 11px;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.address-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 17px;
}

.address-list:nth-of-type(2) {
	margin-top: 24px;
}


.address-list:nth-of-type(1) a img{
	align-self: flex-start;
}


.fsl {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
}
.footer-socila-link img{
	position: relative;
	width: 25.37px;
	height: 25.37px;
}
.footer-section a:hover{
	color:  #B52025;
}

.lsx-link {
	color: #F58A26;
}

@media all and (max-width:767px) {
	.damb-block {
		text-align: center;
	}
}





/* ==========banner section=========== */

.banner-section {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	padding-top: 160px;
	padding-bottom: 0px;
}


@media all and (max-width:1199px) {
	.banner-section {
		padding-top: 175px;
	}
}



/* =================contact form================== */
.contact-section {
	position: relative;
}

.conform-fcontainer,
.conform-icontainer {
	position: relative;
	height: 100%;
}

.conform-fcontainer {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.conform-tb {
	position: relative;
	margin-bottom: 20px;
}

.cform-field input,
.cform-field textarea {
	position: relative;
	/* margin-top: 12px !important; */
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
	border: 0.5px solid #70707075 !important;
	border-radius: 5px !important;
	padding: 15px !important;
	color:#060606;

}

.cform-field textarea {
	height: 100px;
}

.submit {
	position: relative;
	margin-top: 40px;
	padding: 14px 45px;
	border-radius: 8px;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border: none;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}

.form-message {
	height: 100%;

}

.form-message {
	margin-bottom: 10px;
}


.form-message.success,
.form-message.error {
	margin-top: 30px;
}

.form-message.error {
	color: red;
}

.form-message.success {
	color: #f48826;
}

.footer-bottom p a:hover {
	color: #F7703C;
}


.conform-ib {
	position: relative;
	width: 100%;
	height: 100%;
	/* display: grid; */
	/* justify-content: center; */
}

.conform-ibc {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}


.conform1 {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
}

@media all and (min-width:768px) {
	.conform1 {
		position: absolute;
		top: -100px;
		left: 0;
		z-index: 2;
		-webkit-transition: top 0.5s;
		-o-transition: top 0.5s;
		transition: top 0.5s;
	}

	.contact-section:hover .conform1 {
		top: 0;
	}
}

.conform2 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

/* @media all and (min-width:1200px) {
	.conform-ib {
		padding-left: 80px;
	}
} */


/* 1.9 Stay connected section */
.stayconnect-icons {
	position: relative;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}

/*  */
.main-logo {
	max-width: 219px;
	max-height: 58px;
}

@media all and (min-width:1200px) {
	.main-logo {
		max-width: 289px;
		max-height: 85px;
	}

}



/*---------------------Devices of particular size ----------------------- */


/* ---------for extra large-laptop  from 1200px--------- */
@media all and (min-width:1200px) {}

/* ---------for extra large-laptop from 1400px---------- */
@media all and (min-width:1400px) {}

/* ---------for large-laptop between 1200px and 1400px---------- */
@media all and (min-width:1200px) and (max-width:1400px) {}

/* ---------for small laptop between 992px and 1200px --------- */
@media all and (min-width:992px) and (max-width:1200px) {}


/* ----------for tablet between 768px and 992px-------------- */
@media all and (min-width:768px) and (max-width:992px) {}

@media all and (min-width:575px) and (max-width:768px) {}

/* ---------between mobile and laptop----------- */
@media all and (min-width:425px) and (max-width:768px) {}

/* ----------for mobile phones-------------- */
@media(max-width:425px) {}





/* =========== Common media queries======== */

/* Media Query: Large Screens */
@media(max-width:1200px) {}

/* Media Query: Medium Screens */
@media(max-width:991px) {}

/* Media Query: Small Screens */
@media(max-width:767px) {}

/* Media Query: Extra Small Screens */
@media(max-width:524px) {}

/* Media Query: Tiny Screens */
@media(max-width:425px) {}



/* ================================================================== */



/* 3.3 Contact form section */
.contact-section {
	position: relative;
	width: 100%;
	height: 100%;
}

.conform-container {
	position: relative;
	margin-top: 110px;
}

.conform-container::before {
	position: absolute;
	content: "";
	width: 1000%;
	left: -400%;
	/* top:calc(50% - 292px); */
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 292px;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	box-shadow: 0px 21px 46px #0000001A;
}

.conform-card {
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	box-shadow: 0px 21px 46px #0000001A;
	border-radius: 30px;
	padding: 35px 45px 45px 45px;
}

.cform-field .form-inner {
	position: relative;
	margin-top: 30px;
}

.cform-field .form-inner input,
.cform-field .form-inner textarea {
	position: relative;
	border: none !important;
	padding: 20px 0px 20px 45px !important;
	height: 65px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px -2px 99px #00000014 !important;
	box-shadow: 0px -2px 99px #00000014 !important;
	border-radius: 20px !important;
}

.cform-field .form-inner textarea {
	height: 150px;
}



/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */




/* 
.hero-ib{
	display: block;
	overflow: hidden;
} */
.about-banner .hero-img,
.product-banner .hero-img,
.service-banner .hero-img,
.contact-banner .hero-img,
.partner-banner .hero-img,
.partner-banner .hero-lb {
	opacity: 0;
	-webkit-animation: otherHeroBounceInUp 0.8s linear 0.5s normal forwards;
	animation: otherHeroBounceInUp 0.8ss linear 0.5s normal forwards;
}

@-webkit-keyframes otherHeroBounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		visibility: hidden;

	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}

@keyframes otherHeroBounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px)
	}

	60% {
		opacity: 0.5;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		visibility: hidden;
	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		visibility: visible;
	}
}


.home-banner .hero-cb,
.product-banner .hero-cb,
.service-banner .hero-cb,
.about-banner .hero-cb,
.contact-banner .hero-cb {
	display: block;
	overflow: hidden;
}

.home-banner .hero-title,
.product-banner .hero-title,
.service-banner .hero-title,
.about-banner .hero-title,
.contact-banner .hero-title {
	opacity: 0;
	-webkit-animation: htBounceInLeft 0.8s linear 0.5s normal forwards;
	animation: htBounceInLeft 0.8s linear 0.5s normal forwards;
}

.home-banner .hero-cb p,
.product-banner .hero-cb p,
.service-banner .hero-cb p,
.about-banner .hero-cb p,
.contact-banner .hero-cb p {
	opacity: 0;
	-webkit-animation: htBounceInLeft 1s linear 0.8s normal forwards;
	animation: htBounceInLeft 1s linear 0.8s normal forwards;
}


@-webkit-keyframes htBounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px)
	}

	60% {
		opacity: 0.6;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes htBounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px)
	}

	60% {
		opacity: 0.6;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}


/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */



/* General */
h1,
h2,
h3,
h4,
h5,
h1 span,
.kb-main-list .list-number,
.ssmvc-title span,
.aar-title-tag,
.condetail-text span,
.footer-section ul li a,
.footer-section ul li a p,
.footer-section p {
	font-family: "Raleway", sans-serif;
	/* font-weight: bold; */
}

p,
h3.hmsapsdcseb-title,
p.hmsapsdcseb-text span,
.kb-sub-list,
.kb-sub-list span,
.serexp-list,
.serexp-list span,
.serexpcbc-lists .serexpcbc-list,
.key-benefits-lists .key-benefits-list,
.key-benefits-lists .key-benefits-list span,
.gfi-lists .gfi-list,
.gfi-lists .gfi-list span,
.wtpc-lists .wtpc-list,
.wtpc-lists .wtpc-list span,
h3 .aarc-title,
h3 .seraddp-title-tag,
.seraddp-title-tag,
.qlink-list a,
ul li {
	font-family: 'Arial', sans-serif;
}

.whiteLilac-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F5F7F8 0% 0% no-repeat padding-box;
}


/* 
========================================================================
	01. Home page
========================================================================
*/


/* 1.1 Home page hero section */
.home-banner {
	position: relative;
	width: 100%;
	height: 100%;
}

/* .home-banner::before,
.ot-banner::before,
.css-banner::before,
.aar-banner::before,
.blog-banner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('/assets/img/marvel-text.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -3;
	opacity: 0.03;
} */

.home-banner .hero-cb {
	position: relative;
	display: -ms-grid !important;
	display: grid !important;
	height: 100%;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.hero-ibc {
	position: relative;
	width: 100%;
	height: 100%;
}

/* .hero-ibsc{
	position: relative;
	width: 100%;
	height: 100%;
} */
.home-banner .hero-ibc::before {
	position: absolute;
	content: "";
	width: 1000%;
	right: 50%;
	height: 200%;
	bottom: 0;
	background: #B52025 0% 0% no-repeat padding-box;
	z-index: -2;
}

@media all and (max-width:767px) {
	.home-banner .hero-ibc::before {
		width: 200%;
		right: -50%;
		height: 1000%;
	}
}

.hbbb {
	position: relative;
	margin-top: 20px;

}

.osb {
	position: relative;
	padding: 13px 60px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0px;
	background: #14324A 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 4px 8px #0000001F;
	        box-shadow: 0px 4px 8px #0000001F;
	font-family: 'Arial', sans-serif;
	margin-top: 20px;
	border-radius: 25px;

}

.rob {
	position: relative;
	padding: 13px 60px;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	font-family: 'Arial', sans-serif;
	z-index: 1;
	margin-top: 20px;
	border-radius: 25px;
}

.osb:hover,
.rob:hover {
	color: #FFFFFF;
}

.rob::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #14324A 0% 0% no-repeat padding-box;
	z-index: -1;
	-webkit-transition: width 0.4s linear;
	-o-transition: width 0.4s linear;
	transition: width 0.4s linear;
	border-radius: 25px;
}

.rob:hover::before {
	width: 100%;
}

.home-banner .hero-img {
	position: relative;
	opacity: 0;
	-webkit-animation: heroBounceInUp 1s linear 1s normal forwards;
	animation: heroBounceInUp 1s linear 1s normal forwards;
}

@-webkit-keyframes heroBounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		visibility: hidden;

	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}

@keyframes heroBounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px)
	}

	60% {
		opacity: 0.5;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		visibility: hidden;
	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		visibility: visible;
	}
}

@media all and (min-width:768px) {

	@-webkit-keyframes heroBounceInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(100px);
			transform: translateY(100px)
		}

		60% {
			opacity: 1;
			-webkit-transform: translateY(30px);
			transform: translateY(30px);
			visibility: hidden;

		}

		80% {
			opacity: 0.8;
			-webkit-transform: translateY(20px);
			transform: translateY(20px);
			visibility: visible;
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
			visibility: visible;
		}
	}

	@keyframes heroBounceInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(100px);
			-ms-transform: translateY(100px);
			transform: translateY(100px)
		}

		60% {
			opacity: 0.5;
			-webkit-transform: translateY(30px);
			-ms-transform: translateY(30px);
			transform: translateY(30px);
			visibility: hidden;
		}

		80% {
			opacity: 0.8;
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
			visibility: visible;
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(10px);
			-ms-transform: translateY(10px);
			transform: translateY(10px);
			visibility: visible;
		}
	}
}



/* 1.2 Home page discover our services portfolio section */

.hpdosp-cc {
	margin-top: 50px;
}

.hpdosp-card {
	position: relative;
	height: 100%;
	padding: 25px 45px 22px 45px;
	border-radius: 13px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
}

.hpdospc-tb {
	position: relative;
	margin-bottom: 10px;
}

.hpdospc-tb h3 {
	display: inline;
	padding-left: 10px;
}

@media all and (max-width:1199px) {
	.hpdosp-card {
		padding: 25px 25px 22px 25px;
	}
}

/* 1.3 Get to know marvel technologies section */
.hpgtkmt-tb {
	position: relative;
	margin-bottom: 60px;
}

.hpgtkmt-cb {
	position: relative;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.hpgtkmtcb-text {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 30px;
}

.hpgtkmtcb-text::before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #B52025;
}

@media all and (min-width:1200px) {
	.hpgtkmt-cb {
		max-width: 85%;
	}
}

.hpgtkmt-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}





/* 1.4 Marvel technologies product showcase section */
.mtps-tb {
	position: relative;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.mtps-cc {
	position: relative;
	margin-top: 40px;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/* overflow: hidden; */
}

@media all and (min-width:768px) and (max-width:991px) {
	.mtps-cc:nth-of-type(odd) {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: end;
	}

	.mtps-cc:nth-of-type(even) {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
	}
}

.mtps-card {
	position: relative;
	text-align: center;
	width: 278px;
	height: 229px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 4px 8px #00000029;
	        box-shadow: 0px 4px 8px #00000029;
	display: block;
	overflow: hidden;
}

.mtpsc-vb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.mtpsc-vb .ez-logo {
	position: relative;
	width: 26px;
	height: 26px;
	/* UI Properties */
	background: #B52025 0% 0% no-repeat padding-box;
	/* margin:2px; */
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5;
	font-size: normal;
	font-family: 'Arial', sans-serif;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);

}

.mtpsc-vb .mtpsc-title {
	position: relative;
	margin-top: 16px;
	margin-bottom: 5px;
}

.mtpsc-hb {
	position: absolute;
	height: 100%;
	top: 0;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	left: 0;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	padding: 0px;
	-webkit-transition: -webkit-transform 0.4s linear;
	transition: -webkit-transform 0.4s linear;
	-o-transition: transform 0.4s linear;
	transition: transform 0.4s linear;
	transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.mtpsc-hb .mtpschb-title {
	position: relative;
	width: 100%;
	padding: 11px;
	line-height: 1;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.mtpsc-hb .kmb {
	position: relative;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 5px 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 4px 8px #0000001F;
	        box-shadow: 0px 4px 8px #0000001F;
	margin-top: 5px;
	border-radius: 14px;
	margin-top: 10px;
}


.mtpsc-hb .mtpschb-text {
	line-height: 1.5;
	margin-top: 9px;
	padding: 0px 14px;
}

@media all and (min-width:1200px) {
	.mtpsc-vb {
		position: relative;
		padding: 0px 30px;
	}
}

.mtps-card:hover .mtpsc-hb {
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
}

@media all and (max-width:991px) {
	.mtps-tbc {
		text-align: center;
	}
}


/* 1.4.1 Our expertise section */
.oe-tb{
	position: relative;
	margin-bottom: 60px;
}
.oesbc{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.oesb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
}
.oesb .oe-img{
	position: relative;
	width:96px;
	height:82px;

}
/* 1.5 Client section */
.csc1 {
	position: relative;
	margin-top: 90px;
	margin-bottom: 50px;
}

.cslb {
	position: relative;
	display: -ms-grid;
	display: grid;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media all and (max-width:767px) {
	.csc1 {
		margin-top: 40px;
	}
}

/* 1.6 Call to action card */
.cta-section {
	position: relative;
	width: 100%;
	height: 100%;
}

.cta-section::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	z-index: -1;
	background: #F5F7F8 0% 0% no-repeat padding-box;
}

.cta-cc {
	background: #E8EBF6 0% 0% no-repeat padding-box;
	border-radius: 45px;
	height: 231px;
	-ms-flex-line-pack: center;
	    align-content: center;
	padding-left: 110px;

}

.cta-card {
	/* position: relative; */
	width: 50%;
	text-align: center;
}

.ctac-thumb {
	position: absolute;
	bottom: 0;
	right: 10%;
}

@media all and (max-width:1199px) {
	.cta-card {
		width: 60%;
	}
}

@media all and (max-width:991px) {
	.cta-card {
		width: 65%;
	}

	.cta-cc {
		padding-left: 60px;

	}

}

@media all and (max-width:767px) {
	.cta-section {
		padding-top: 120px;
	}

	.mtps-tbc {
		text-align: center;
	}

	.cta-cc {
		padding-left: 10px;
		padding-top: 30px;
		height: 100%;
	}

	.cta-section .lh19 {
		line-height: 1.5;
	}

	.cta-card {
		position: relative;
		width: 100%;
		text-align: center;
	}

	.ctac-thumb {
		position: relative;
		right: unset;
	}
}

/* 1.8 Stay connected section */
.stayconnect-section {
	position: relative;
	width: 100%;
	height: 100%;
}

.stayconnect-section::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #F5F7F8 0% 0% no-repeat padding-box;
}

@media all and (max-width:767px) {
	.stayconnect-section .lh25 {
		line-height: 1.5;
	}
}





/* 
========================================================================
	02. About us page
========================================================================
*/


/* 2.1 About us page hero section */
.about-banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.about-banner.ot-banner .hero-img{
	position: relative;
	max-width:412px;
	max-height:579px;
}
@media all and (max-width:767px){
	.about-banner.ot-banner .hero-img{
		margin-top: 40px;
		max-width:225px;
	}
	
}



.hero-ibc {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-ibsc {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.about-banner .hero-ibsc::before {
	position: absolute;
	content: "";
	width: 65%;
	height: 1000px;
	right: 40%;
	bottom: 0;
	z-index: -1;
	background: #B52025 0% 0% no-repeat padding-box;
}

.about-banner .hero-ibsc::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: calc(40% - 179px);
	z-index: -1;
	width: 100px;
	height: 1000px;
	background: #B52025 0% 0% no-repeat padding-box;
}

@media all and (max-width:767px) {
	.about-banner h1 {
		color: #000000;
	}
}

/* 2.2 About us page get to know Marvel Technologies */
.aupgtkmt-tb {
	position: relative;
	margin-bottom: 80px;
}

.aupgtkmt-ib,
.aupgtkmt-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.aupgtkmt-isc{
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.aupgtkmt-isc::before{
	position: absolute;
	content:"";
	top:0;
	left:20px;
	width:13px;
	height: 100%;
background: #D53D28 0% 0% no-repeat padding-box;
z-index: 2;
}
.aupgtkmt-isc::after{
	position: absolute;
	content:"";
	top:0;
	left:38px;
	width:13px;
	height: 100%;
background: #D53D28 0% 0% no-repeat padding-box;
z-index: 2;
}

@media all and (max-width:767px) {
	.aupgtkmt-cb {
		margin-top: 30px;
	}
}


/* 2.3 Certified SAP partner section */
.csapp-block {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 510px;
	background-image: url('/assets/img/about-us/csapp-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 88px 0px;
}

.csapp-block::before {
	position: absolute;
	content: "";
	height: 100%;
	top: 0;
	width: 13px;
	left: 10%;
	background: #B52025 0% 0% no-repeat padding-box;
}

.csapp-block::after {
	position: absolute;
	content: "";
	height: 100%;
	top: 0;
	width: 13px;
	left: calc(10% + 26px);
	background: #B52025 0% 0% no-repeat padding-box;
}

.csapp-block {
	position: relative;
	width: 100%;
	height: 100%;
}

.csapp-logo {
	position: relative;
	margin: 45px 0px 45px 0px;
}

/* .csapp-bg{
	position: relative;
	width: 100%;
	height:100%;
	z-index: 1;
}
.csapp-cbmc{
	position: absolute;
	height:100%;
	margin: auto;
	width: 100%;
	left:0;
	top:0;
	z-index: 2;
} */


/* 2.4 Comprehensive SAP consulting services section */
.csapcs-cc {
	position: relative;
	margin-top: 40px;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.csapcs-card {
	position: relative;
	width: 243px;
	height: 171px;
	border-radius: 10px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-transition: border 0.1s linear;
	-o-transition: border 0.1s linear;
	transition: border 0.1s linear;

}

.csapcsc-ml {
	position: absolute;
	right: 5%;
	bottom: 5%;
	opacity: 0;
	-webkit-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

.csapcs-card:hover {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	border: 6px solid #B52025;
}

.csapcs-card:hover .csapcsc-ml {
	opacity: 1;
}

@media all and (min-width:1200px) {

	.csapcs-cc:nth-of-type(1) .csapcs-card,
	.csapcs-cc:nth-of-type(4) .csapcs-card {
		-webkit-transform: translateX(160px);
		    -ms-transform: translateX(160px);
		        transform: translateX(160px);
	}

	.csapcs-cc:nth-of-type(3) .csapcs-card,
	.csapcs-cc:nth-of-type(6) .csapcs-card {
		-webkit-transform: translateX(-160px);
		    -ms-transform: translateX(-160px);
		        transform: translateX(-160px);
	}
}

/* 2.6 Team members section */
.tm-container {
	position: relative;
	margin-top: 40px;
	/* height: 100%; */
}
/* @media all and (min-width:1200px){
	.tm-container:not(:first-of-type){
		margin-top: 50px;
		padding:0px 0px;
	}
}

@media all and (min-width:1400px){
	.tm-container:not(:first-of-type){
		margin-top: 60px;
		padding:0px 0px;
	}
} */

.tm-block {
	position: relative;
	padding: 0px 0px;
	/* margin-top: 40px; */
	position: relative;
	width: 100%;
	/* padding:37px 150px; */
	height: 100%;
	/* background: #FFFFFF 0% 0% no-repeat padding-box; */
	/* -webkit-box-shadow: 0px 3px 46px #0000001A; */
	        /* box-shadow: 0px 3px 46px #0000001A; */
	/* border-radius: 20px; */

}

.tm-block.ceo-card {
	position: relative;
	width: 100%;
}
@media all and (min-width:1200px){
	.tm-block.ceo-card {
		top:-30px;
	}
}


/* @media all and (min-width:992px){
	.ceo-card::before {
		position: absolute;
		content: "";
		background: #AD1E23 0% 0% no-repeat padding-box;
		width: 13px;
		height: 100%;
		top: 0;
		left: 39px;
		z-index: 1;
	}
	
	.ceo-card::after {
		position: absolute;
		content: "";
		height: 100%;
		width: 40px;
		top: 0;
		left: 55px;
		background: #AD1E23 0% 0% no-repeat padding-box;
		z-index: 1;
	}
} */


.tmi-container {
	position: relative;
	width: 160px;
	min-height: 181px;
	/* UI Properties */
	margin-bottom: 15px;
}

.tmi-container::before {
	position: absolute;
	content: "";
	height: 90%;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #EBEBEB 0% 0% no-repeat padding-box;
	z-index: 1;
}



.tmi-container::after {
	position: absolute;
	content: "";
	height: 25px;
	width: 0;
	left: 0;
	bottom: 0%;
	background: #AD1E23 0% 0% no-repeat padding-box;
	z-index: 4;
	-webkit-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}

.tm-container:nth-of-type(1) .tmi-container::after{
	top:unset;
	bottom:0;

}

.tm-container:nth-of-type(1) .tmi-container::before{
	width: 130%;
	left:-15%;
}

.tm-container:nth-of-type(1) .tmi-container::after{
	left:-15%;
}
.tm-container:nth-of-type(1):hover .tmi-container::after{
	width: 130%;
}
.tm-container:hover .tmi-container::after{
	width: 100%;
}


.tm-img {
	position: relative;
	z-index: 3;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	/* margin-bottom: 10px; */
}
.tm-container:hover .tm-img{
	-webkit-filter:grayscale(0);
	        filter:grayscale(0);
}

.tm-name {
	position: relative;
	margin-top: 15px;
}

@media all and (max-width:1199px) {
	.tm-block {
		padding: 30px 30px;
	}
}

@media all and (max-width:767px) {
	.tm-block {
		padding: 30px 15px;
	}
}
.tmsl-block a{
	position: relative;
	width:40px;
	height:40px;
	/* right:0; */
	bottom:0;
	z-index: 4;
	background: #0274b3 0% 0% no-repeat padding-box;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	
	/* opacity: 0; */
	/* -webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear; */
}
.tmsl-block i{
	font-size: 20px;
	color:#FFFFFF;
	line-height: 1;
	font-weight: 500;
}
.profile-btn{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	left:50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);	
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.profile-btn:hover{
	color:#FFFFFF;
}
.tm-container:hover .tmi-container .profile-btn{
	opacity: 1;

}
/* .tm-container:hover .tmsl-block{
	right:-20px;
	bottom:-20px;
	opacity: 1;
}
.tm-container:nth-of-type(1):hover .tmsl-block{
	right:-40px;
	bottom:-20px;
} */

/* 2.7 How Marvel's SAP solutions drive customer success section */
.hmsapsdcs-ebmc {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 80px 0px 85px 0px;
}

.hmsapsdcseb-cbc {
	position: relative;
	width: 100%;
	/* height: 100%; */
	display: block;
	overflow: hidden;
}


.hmsapsdcseb-ib {
	position: relative;
	width: 100%;
	height: 100%;
}

/* @media all and (min-width:1400px){
	.hmsapsdcseb-ib{
		display: grid;
		justify-content: center;
	}	
} */
.hmsapsdcseb-ibsmc {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.hmsapsdcseb-ibsic {
	position: relative;
	width: 219px;
	height: 360px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	border-radius: 24px;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 10;

}

.hmsapsdcseb-ibs {
	position: absolute;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	border-radius: 24px;

}

.hmsapsdcseb-ibs1 {
	top: 20px;
	left: 75px;
	z-index: 9;
	width: 195px;
	height: 320px;

}

.hmsapsdcseb-ibs2 {
	top: 57.5px;
	left: 162px;
	width: 150px;
	height: 245px;
	z-index: 8;
}

.hmsapsdcseb-ibs3 {
	top: 80px;
	left: 221px;
	width: 122px;
	height: 200px;
	z-index: 7;
}

.hmsapsdcseb-ibs4 {
	top: 102px;
	left: 275px;
	width: 96px;
	height: 156px;
	z-index: 6;
}

.hmsapsdcseb-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.hmsapsdcs-ebmce .hmsapsdcseb-ib {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
}

.hmsapsdcs-ebmce .hmsapsdcseb-ibs1 {
	left: -50px;
}

.hmsapsdcs-ebmce .hmsapsdcseb-ibs2 {
	left: -92px;
}

.hmsapsdcs-ebmce .hmsapsdcseb-ibs3 {
	left: -122px;
}

.hmsapsdcs-ebmce .hmsapsdcseb-ibs4 {
	left: -152px;
}

.hmsapsdcseb-ibs1,
.hmsapsdcseb-ibs2,
.hmsapsdcseb-ibs3,
.hmsapsdcseb-ibs4 {
	opacity: 0;
	/* Initially hidden */
	-webkit-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
	/* Transition for smooth fade-in effect */
}

/* Hover effect on the hmsapsdcs-ebmc section */
.hmsapsdcs-ebmc:hover .hmsapsdcseb-ibs1 {
	opacity: 1;
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	/* First shape appears immediately */
}

.hmsapsdcs-ebmc:hover .hmsapsdcseb-ibs2 {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	/* Second shape appears after 0.4s */
}

.hmsapsdcs-ebmc:hover .hmsapsdcseb-ibs3 {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	/* Third shape appears after 0.8s */
}

.hmsapsdcs-ebmc:hover .hmsapsdcseb-ibs4 {
	opacity: 1;
	-webkit-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	/* Fourth shape appears after 1.2s */
}

@media all and (max-width:991px) {
	.hmsapsdcseb-cb {
		margin-top: 40px;
	}

	.hmsapsdcs-ebmco .hmsapsdcseb-ib,
	.hmsapsdcs-ebmce .hmsapsdcseb-ib {
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

/* 2.8 About page our products section */
.apop-tbc {
	position: relative;
	margin-bottom: 80px;
}

.apopeb {
	position: relative;
	padding-top: 110px;
	padding-bottom: 100px;
}

.apope-cbc,
.apope-ibc {
	display: block;
	overflow: hidden;
}

.apope-cb .about-product {
	position: relative;
	margin-top: 20px;
}

.apope-cb,
.apope-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.apope-ibs {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.product-name-container {
	position: absolute;
	width: 100%;
	height: 81px;
	bottom: 0;
	left: 0;
	background: #ffffffbf 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 9px #00000029;
	        box-shadow: 0px 3px 9px #00000029;
	border-radius: 19px;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	/* opacity: 0.75; */
}

@media all and (max-width:991px) {
	.apope-ibc {
		margin-top: 30px;
	}
}


/* 
========================================================================
	03. Product page
========================================================================
*/


/* 3.1 PRoduct page hero section */
.product-banner {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('/assets/img/product/product-hero-bg.svg');
	background-repeat: no-repeat;
	background-position: right;
}

.product-banner .hero-cb {
	position: relative;
	display: -ms-grid !important;
	display: grid !important;
	height: 100%;
	-ms-flex-line-pack: center;
	    align-content: center;
}

@media all and (max-width:991px) {
	.product-banner {
		background-image: none;
	}

	.product-banner::before {
		position: absolute;
		content: "";
		width: 25%;
		top: 0;
		height: 100%;
		left: 75%;
		background: #B52025 0% 0% no-repeat padding-box;
	}
}


@media all and (max-width:767px) {
	.product-banner::before {
		position: absolute;
		content: "";
		width: 100%;
		top: 75%;
		height: 25%;
		left: 0;
		background: #B52025 0% 0% no-repeat padding-box;
	}

	.product-banner .hero-ib {
		margin-top: 30px;
	}

	/* .product-banner .hero-title{
		color:#000000;
	} */

}

.product-banner .rob {
	color: #14324A;
}

.product-banner .rob:hover {
	color: #FFFFFF;
}









/* 3.2 Product Details section */
.pppd-ib,
.pppd-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.pppdib-span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.pppdib-span::before {
	position: absolute;
	content: "";
	-webkit-filter: blur(50px);
	        filter: blur(50px);
	border-radius: 50%;
	width: 50%;
	height: 30%;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), -o-linear-gradient(left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.652)), -o-linear-gradient(right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.675)), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.815)), -o-linear-gradient(rgba(169, 169, 169, 0), rgba(222, 219, 219, 0.98));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.98))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.652))), -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.675))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.815))), -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 0)), to(rgba(222, 219, 219, 0.98)));
	background: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), linear-gradient(to right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.652)), linear-gradient(to left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.675)), linear-gradient(to top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.815)), linear-gradient(rgba(169, 169, 169, 0), rgba(222, 219, 219, 0.98));
}

.pppdib-ml {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	/* background-color: #ffffff6c; */
}

@media all and (max-width:991px) {
	.pppd-cbc {
		margin-top: 30px;
	}
}

/* 3.3 Whu this product section */

.wtp-section {
	position: relative;
	width: 100%;
	height: 100%;
}

.wtp-card {
	position: relative;
	width: 436px;
	height: 304px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	border-radius: 30px;
}

.wtp-cc {
	position: relative;
}

.wtp-cc:nth-of-type(1) .wtp-card,
.wtp-cc:nth-of-type(2) .wtp-card {
	padding-top: 50px;
	padding-bottom: 50px;
}

.wtp-cc:nth-of-type(3) .wtp-card,
.wtp-cc:nth-of-type(4) .wtp-card {
	padding-top: 30px;
	padding-bottom: 70px;
}

.wtp-cc:nth-of-type(1) .wtp-card,
.wtp-cc:nth-of-type(3) .wtp-card {
	padding-left: 55px;
	padding-right: 25px;
}

.wtp-cc:nth-of-type(2) .wtp-card,
.wtp-cc:nth-of-type(4) .wtp-card {
	padding-left: 25px;
	padding-right: 45px;
}

@media all and (min-width:768px) {
	.wtp-cc {
		position: relative;
		margin-top: 150px;
		margin-bottom: 150px;
	}

	.wtp-cc:nth-of-type(even) {
		width: 100%;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: end;
	}
}

.wtp-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.wtp-cc:nth-of-type(odd) .wtp-card .wtp-shape::before {
	position: absolute;
	content: "";
	width: 37px;
	height: 100%;
	left: 0;
	top: 0;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 30px 0px 0px 30px;
	opacity: 0.3;
}

.wtp-cc:nth-of-type(even) .wtp-card .wtp-shape::before {
	position: absolute;
	content: "";
	width: 37px;
	height: 100%;
	left: unset;
	right: 0;
	top: 0;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 0px 30px 30px 0px;
	opacity: 0.3;
}

.wtp-cc:nth-of-type(1) .wtp-card .wtp-shape::after,
.wtp-cc:nth-of-type(2) .wtp-card .wtp-shape::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 37px;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	border-radius: 30px 30px 0px 0px;
	opacity: 0.3;
}

.wtp-cc:nth-of-type(3) .wtp-card .wtp-shape::after,
.wtp-cc:nth-of-type(4) .wtp-card .wtp-shape::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 37px;
	bottom: 0;
	left: 0;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	border-radius: 0px 0px 30px 30px;
	opacity: 0.3;

}

.wtp-main-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

@media all and (max-width:991px) {
	.wtp-main-logo {
		top: 45%;
	}
}

.wtp-tcb {
	position: relative;
	width: 100%;
	height: 100%;
}

.wtp-tcb::after {
	position: absolute;
	content: "";
	width: 300%;
	left: -50%;
	height: 50px;
	top: 150px;
	/* top: calc(50% - 100px) ; */
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-transform: rotate(-20deg);
	    -ms-transform: rotate(-20deg);
	        transform: rotate(-20deg);
	z-index: -2;
}

.wtp-tcb::before {
	position: absolute;
	content: "";
	width: 300%;
	left: -50%;
	height: 200px;
	top: 250px;
	/* top: calc(50% - 100px) ; */
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-transform: rotate(-20deg);
	    -ms-transform: rotate(-20deg);
	        transform: rotate(-20deg);
	z-index: -2;
}

.wtp-mls {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* position: relative; */
	/* width: fit-content;
	height: fit-content; */
}

.wtp-mls::before {
	position: absolute;
	content: "";
	-webkit-filter: blur(40px);
	        filter: blur(40px);
	border-radius: 20%;
	width: 25%;
	height: 20%;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), -o-linear-gradient(left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.652)), -o-linear-gradient(right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.675)), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.815)), -o-linear-gradient(rgba(169, 169, 169, 0), rgba(222, 219, 219, 0.98));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.98))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.652))), -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.675))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.815))), -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 0)), to(rgba(222, 219, 219, 0.98)));
	background: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), linear-gradient(to right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.652)), linear-gradient(to left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.675)), linear-gradient(to top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.815)), linear-gradient(rgba(169, 169, 169, 0), rgba(222, 219, 219, 0.98));
	z-index: -1;
}

@media all and (max-width:991px) {

	.wtp-card {
		width: 100%;
		height: 100%;
	}

	.wtp-cc {
		margin-top: 30px;
	}

	.wtp-cc:nth-of-type(2) .wtp-card .wtp-shape::after,
	.wtp-cc:nth-of-type(3) .wtp-card .wtp-shape::after {
		display: none;
	}

	.wtp-cc:nth-of-type(2) {
		margin-bottom: 75px;
	}

	.wtp-cc:nth-of-type(3) {
		margin-top: 75px;
	}
}

@media all and (max-width:767px) {
	.wtp-main-logo {
		top: 52.5%;
	}
}

/* 3.4 Key Benefits section */
.kb-tb {
	position: relative;
	margin-bottom: 80px;
}

.kb-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.kb-cb {
	position: relative;
	padding-left: 50px;
}

.kb-main-list {
	position: relative;
	margin-top: 30px;
}

.kbml-title {
	position: relative;
	width: 100%;
}

.kbml-title .list-number {
	position: absolute;
	font-size: 26px;
	line-height: 1.5;
	/* font-family: "Raleway", sans-serif; */
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	width: 48px;
	height: 48px;
	background: #B52025 0% 0% no-repeat padding-box;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	left: -70px;
}

.kb-sub-list {
	margin-top: 10px;
}



@media all and (min-width:992px) {

	.xtractez-kbs .kb-cb,
	.employez-kbs .kb-cb {
		position: relative;
		padding: 0px 50px;
	}

	.xtractez-kbs .kb-main-list {
		height: 120px;
	}

	.employez-kbs .kb-main-list {
		height: 120px;
	}
}



/* 
========================================================================
	04. Services page
========================================================================
*/


/* 4.1 services page hero section */
.services-banner {
	position: relative;
	width: 100%;
	height: 100%;

}

.service-banner-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url('/assets/img/services/services-bg.svg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

@media all and (min-width:992px) and (max-width:1100px) {
	.service-banner-shape {
		-webkit-transform: translateX(200px);
		    -ms-transform: translateX(200px);
		        transform: translateX(200px);
	}
}

@media all and (min-width:1100px) and (max-width:1200px) {
	.service-banner-shape {
		-webkit-transform: translateX(150px);
		    -ms-transform: translateX(150px);
		        transform: translateX(150px);
	}
}

@media all and (min-width:1200px) and (max-width:1300px) {
	.service-banner-shape {
		-webkit-transform: translateX(100px);
		    -ms-transform: translateX(100px);
		        transform: translateX(100px);
	}
}

@media all and (max-width:991px) {
	.service-banner-shape {
		display: none;
	}
}

/* .service-banner-shape{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
}
@media all and (max-width:992px){
	.service-banner-shape{
		display: none;
	}
}

.sbs1::before{
	position: absolute;
	width:100%;
	height:50px;
	content:"";
	top:0;
	left:7.5%;
	background: #B52025 0% 0% no-repeat padding-box;
	transform: rotate(55deg);
	z-index: -1;
}
.sbs1::after{
	position: absolute;
	width:100%;
	height:178px;
	content:"";
	top:200px;
	left:7.5%;
	background: #B52025 0% 0% no-repeat padding-box;
	transform: rotate(55deg);
	z-index: -1;
}
.sbs2::before{
	position: absolute;
	width:100%;
	height:50px;
	content:"";
	top:0;
	left:25%;
	background: #ADADAD 0% 0% no-repeat padding-box;
	transform: rotate(-55deg);
	z-index: -2;
}
.sbs2::after{
	position: absolute;
	width:100%;
	height:178px;
	content:"";
	top:200px;
	left:25%;
	background: #ADADAD 0% 0% no-repeat padding-box;
	transform: rotate(-55deg);
	z-index: -2;
} */

.marvel-text-block {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 320px;
}

.marvel-text-block::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -350%;
	width: 500%;
	height: 100%;
	background: #B52025 0% 0% no-repeat padding-box
}

.marvel-text {
	position: relative;
	text-align: left;
	font-size: 200px;
	line-height:320px;
	font-weight: bold;
	letter-spacing: 0px;
	/* color:#FFFFFF; */
	z-index: 2;
	-webkit-text-stroke: 2px white;
	-webkit-text-fill-color: transparent;
	font-family: 'Poppins', sans-serif;
	/* font-family: "Raleway", sans-serif; */
}
@media all and (max-width:1200px){
	.marvel-text {
		font-size: 150px;
		line-height:320px;
	-webkit-text-stroke: 1px white;

	}
}

@media all and (max-width:991px) {
	.marvel-text-block {
		height: unset;
		position: relative;
	}

	.marvel-text-block::before {
		display: none;
	}

	.marvel-text {
		font-size: 100px;
		line-height: 1.5;
		margin-top: 30px;
		-webkit-text-stroke: 2px #B52025;
	}
}

@media all and (max-width:991px) {
	.services-banner::before {
		position: absolute;
		content: "";
		width: 100%;
		top: 87.5%;
		height: 12.5%;
		left: 0;
		background: #B52025 0% 0% no-repeat padding-box;
		z-index: -1;
	}

	.services-banner::after {
		position: absolute;
		content: "";
		width: 100%;
		top: 75%;
		height: 12.5%;
		left: 0;
		z-index: -1;
		background: #ADADAD 0% 0% no-repeat padding-box;
	}

}
@media all and (max-width:767px){
	.marvel-text {
		font-size: 60px;
		line-height: 1.5;
		-webkit-text-stroke: 2px #B52025;
	}
}

/* 4.2 Services page service overview section */

.serove-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

/* ==== SAP CONSULTING PAGE ===== */

.sap-consulting-text {
	position: absolute;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	color: #FFFFFF;
	/* font-weight:normal; */
	font-family: 'Arial', sans-serif;
	top: 25%;
	left: 50%;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	/* filter: blur(50px); */
	/* background: linear-gradient(rgba(34, 34, 34, 0.98), rgba(46, 46, 46, 0.98)), linear-gradient(to right, rgba(67, 67, 67, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(59, 59, 59, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(75, 74, 74, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to top, rgba(88, 86, 86, 0.98), rgba(255, 255, 255, 0)), linear-gradient(rgba(169, 169, 169, 0), rgba(169, 169, 169, 0.98)); */
}

.sapcon-serove:hover .sap-consulting-text {
	opacity: 1;
}

/*==== SALESFORCE CONSULTING PAGE ==== */

.salesforce-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.salesforceconsulting-text {
	position: absolute;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	color: #000000;
	font-weight: 500;
	font-family: 'Arial', sans-serif;
	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
	/* filter: blur(50px); */
	/* background: linear-gradient(rgba(34, 34, 34, 0.98), rgba(46, 46, 46, 0.98)), linear-gradient(to right, rgba(67, 67, 67, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(59, 59, 59, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(75, 74, 74, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to top, rgba(88, 86, 86, 0.98), rgba(255, 255, 255, 0)), linear-gradient(rgba(169, 169, 169, 0), rgba(169, 169, 169, 0.98)); */
}

.salesforceconsulting-serove:hover .salesforceconsulting-text {
	opacity: 1;
}

/* ===== .NET AND JAVA==== */
.dotnetandjava-text {
	position: absolute;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
}

.dotnetandjava-serove:hover .dotnetandjava-text {
	opacity: 1;
}

/* ======= SAP MASTER DATA GOVERNANCE==== */
.sapmasterdatagovernance-text {
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
}

.sapmasterdatagovernance-serove:hover .sapmasterdatagovernance-text {
	opacity: 1;
}

/* ====== Business process management======== */
.bpm-text {
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	top: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
}

.bpm-serove:hover .bpm-text {
	opacity: 1;
}

/* ====== Business process management======== */
.appdev-text {
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	top: 40%;
	left: 70%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
}

.appdev-serove:hover .appdev-text {
	opacity: 1;
}

/* ====== Integration services ======== */
.integrationser-text {
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
}

.integrationser-serove:hover .integrationser-text {
	opacity: 1;
}

/* ====== SAP SUCCESS FACTORS services ======== */
.sapsf-text {
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
}

.sapsf-serove:hover .sapsf-text {
	opacity: 1;
}

/* ====== Data science and Master data governance services ======== */
.dsaceds-text {
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 30px;
	line-height: 1.5;
	color: #000000;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
}

.dsaceds-serove:hover .dsaceds-text {
	opacity: 1;
}

.dsaceds-text::before {
	position: absolute;
	content: "";
	-webkit-filter: blur(50px);
	filter: blur(50px);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), -o-linear-gradient(left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), -o-linear-gradient(right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), -o-linear-gradient(bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), -o-linear-gradient(rgba(169, 169, 169, 0), rgba(169, 169, 169, 0.98));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.98))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 0)), to(rgba(169, 169, 169, 0.98)));
	background: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), linear-gradient(to right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), linear-gradient(to top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)), linear-gradient(rgba(169, 169, 169, 0), rgba(169, 169, 169, 0.98));
}




/* 4.3 Service explanation section starts */
.serexp-ib,
.serexp-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}


.serexpcb-card {
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #00000029;
	        box-shadow: 0px 21px 46px #00000029;
	border-radius: 45px;
	padding: 42px 35px;
}

.serexpcbc-lists {
	position: relative;
	padding-left: 30px;
}

.serexpcbc-list {
	position: relative;
}
.serexpcb-list{
	position: relative;
	padding-left: 36px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.serexpcb-item{
	margin-top: 7px;
}
.serexpcbc-list::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 10px;
	left: -15px;
	border: 2px solid #B52025;

}

.serexpcb-cmc {
	position: relative;
	width: 100%;
	height: 100%;
}

.serexpcb-cmc::before {
	position: absolute;
	width: 200%;
	height: 50px;
	content: "";
	top: 50%;
	left: -50%;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
	z-index: -2;
	opacity: 0.5;
}

.serexpcb-cmc::after {
	position: absolute;
	width: 200%;
	height: 178px;
	content: "";
	top: calc(50% + 150px);
	left: -50%;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
	z-index: -2;
	opacity: 0.5;
}

@media all and (max-width:991px) {
	.serexp-cb {
		margin-top: 40px;
	}
}

/* 4.3.1 SAP S4 HANA asdditional features section */
.s4hana-addfeatures-block {
	position: relative;
	width: 100%;
	height: 100%;
}

.s4hana-addfeatures-block::before {
	position: absolute;
	content: "";
	width: 100%;
	top: 50%;
	left: -50%;
	width: 200%;
	z-index: -1;
	height: 170px;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.s4hana-addfeatures-card {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 6px 12px #00000029;
	        box-shadow: 0px 6px 12px #00000029;
	border-radius: 0px;
	padding: 20px;
}

.s4hana-addfeatures-clist,
.s4hana-addfeature-ctext {
	position: relative;
	margin-top: 5px;
}

@media all and (min-width:992px) and (max-width:2000px) {
	.s4hana-addfeatures-block .container {
		position: relative;
		max-width: 100%;
	}
}

@media all and (max-width:991px) {

	.s4hana-addfeatures-cc {
		margin-top: 40px;
	}
}


@media all and (min-width:1200px) {
	.s4hana-addfeatures-cc {
		position: relative;
		width: 100%;
		height: 100%;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.s4hana-addfeatures-card {
		width: 440px;
		height: 479px;
	}

	.s4hana-addfeatures-cc:nth-of-type(2) {
		position: relative;
		width: 100%;
		height: 479px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.s4hana-addfeatures-cc:nth-of-type(2) .s4hana-addfeatures-card {
		width: 440px;
		height: 428px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		-webkit-box-shadow: 0px 21px 46px #0000001A;
		        box-shadow: 0px 21px 46px #0000001A;
		padding: 40px 30px 30px 45px;
	}

	.s4hana-addfeatures-cc:nth-of-type(1) .s4hana-addfeatures-card,
	.s4hana-addfeatures-cc:nth-of-type(3) .s4hana-addfeatures-card {
		background: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding-top: 80px;
		padding-bottom: 94px;
	}

	.s4hana-addfeatures-cc:nth-of-type(1) {
		-webkit-box-pack: right;
		    -ms-flex-pack: right;
		        justify-content: right;
	}

	.s4hana-addfeatures-cc:nth-of-type(1) .s4hana-addfeatures-card {
		padding-right: 32px;
		padding-left: 65px;
	}

	.s4hana-addfeatures-cc:nth-of-type(3) {
		-webkit-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
	}

	.s4hana-addfeatures-cc:nth-of-type(3) .s4hana-addfeatures-card {
		padding-right: 65px;
		padding-left: 32px;
	}

	.s4hana-addfeatures-cc:nth-of-type(1) .s4hana-addfeatures-card::before,
	.s4hana-addfeatures-cc:nth-of-type(3) .s4hana-addfeatures-card::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url('/assets/img/services/sap-s4-hana-consulting/s4-addfeature-bg-left.svg');
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
		-webkit-transform: scale(1.3) translate(-10px, 5%);
		    -ms-transform: scale(1.3) translate(-10px, 5%);
		        transform: scale(1.3) translate(-10px, 5%);
	}

	.s4hana-addfeatures-cc:nth-of-type(3) .s4hana-addfeatures-card::before {
		background-image: url('/assets/img/services/sap-s4-hana-consulting/s4-addfeature-bg-right.svg');
		-webkit-transform: scale(1.3) translateY(5%);
		    -ms-transform: scale(1.3) translateY(5%);
		        transform: scale(1.3) translateY(5%);
	}

}

@media all and (min-width:1400px) {
	.s4hana-addfeatures-cc:nth-of-type(2) .s4hana-addfeatures-card {
		height: 398px;
	}
}

@media all and (min-width:2000px) {
	.s4hana-addfeatures-block .container {
		max-width: 1600px;
	}
}

@media all and (max-width:992px) {
	.s4hana-addfeatures-block::before {
		display: none;
	}

	.s4hana-addfeatures-cc:nth-of-type(2) .s4hana-addfeatures-card::before {
		position: absolute;
		content: "";
		width: 100%;
		top: 50%;
		left: -50%;
		width: 200%;
		z-index: -1;
		height: 120px;
		background: #B52025 0% 0% no-repeat padding-box;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

/* 4.4 Our expertise section */
.ourexp-block {
	position: relative;
	width: 100%;
	height: 100%;
}

.ourexp-lb {
	position: relative;
	width: 100%;
	height: 100%;
}

.ourexp-lists {
	position: relative;
	width: 100%;
	height: 100%;
}

.ourexp-list {
	position: relative;
	width: 325px;
	height: 40px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 10px 32px #0000001A;
	        box-shadow: 0px 10px 32px #0000001A;
	border-radius: 26px;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-top: 40px;
	letter-spacing: 0px;
	font-family: 'Arial', sans-serif;

}

.ourexp-list .list-number {
	position: absolute;
	width: 88px;
	height: 51px;
	border-radius: 26px;
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.ourexp-lbc:nth-of-type(1) .ourexp-list {
	padding-left: 20px;
}

.ourexp-lbc:nth-of-type(2) .ourexp-list {
	padding-right: 80px;
}

.ourexp-lbc:nth-of-type(1) .ourexp-list .list-number {
	left: 0;
	bottom: 0;
	background: #B52025 0% 0% no-repeat padding-box;

}

.ourexp-lbc:nth-of-type(2) .ourexp-list .list-number {
	right: 0;
	bottom: 0;
	background: #B52025 0% 0% no-repeat padding-box;
}

@media all and (max-width:991px) {
	.ourexp-lbc:nth-of-type(2) .ourexp-list .list-number {
		right: unset;
		left: 0;
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list {
		padding-left: 60px;
		padding-right: unset;
		text-align: center;
	}

	.ourexp-list {
		min-height: 51px;
		width: 100%;
	}
}

@media all and (min-width:992px) {
	.ourexp-lbc:nth-of-type(2) .ourexp-lists{
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: right;
		    -ms-flex-pack: right;
		        justify-content: right;
	}
	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(1) {
		-webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(2) {
		-webkit-transform: translateX(25px);
		    -ms-transform: translateX(25px);
		        transform: translateX(25px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(3) {
		-webkit-transform: translateX(50px);
		    -ms-transform: translateX(50px);
		        transform: translateX(50px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(4) {
		-webkit-transform: translateX(75px);
		    -ms-transform: translateX(75px);
		        transform: translateX(75px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(5) {
		-webkit-transform: translateX(100px);
		    -ms-transform: translateX(100px);
		        transform: translateX(100px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(6) {
		-webkit-transform: translateX(125px);
		    -ms-transform: translateX(125px);
		        transform: translateX(125px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(1) {
		-webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(2) {
		-webkit-transform: translateX(-25px);
		    -ms-transform: translateX(-25px);
		        transform: translateX(-25px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(3) {
		-webkit-transform: translateX(-50px);
		    -ms-transform: translateX(-50px);
		        transform: translateX(-50px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(4) {
		-webkit-transform: translateX(-75px);
		    -ms-transform: translateX(-75px);
		        transform: translateX(-75px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(5) {
		-webkit-transform: translateX(-100px);
		    -ms-transform: translateX(-100px);
		        transform: translateX(-100px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(6) {
		-webkit-transform: translateX(-125px);
		    -ms-transform: translateX(-125px);
		        transform: translateX(-125px);
	}

	.marvel-vlogo {
		position: absolute;
		left: 50%;
		top: 40%;
		z-index: 1;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	.ourexp-tbc {
		margin-bottom: 80px;
	}
}

@media all and (min-width:992px) and (max-width:1200px) {
	.ourexp-section .container {
		max-width: 100%;
	}
}

@media all and (min-width:1200px) {
	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(1) {
		-webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(2) {
		-webkit-transform: translateX(50px);
		    -ms-transform: translateX(50px);
		        transform: translateX(50px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(3) {
		-webkit-transform: translateX(100px);
		    -ms-transform: translateX(100px);
		        transform: translateX(100px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(4) {
		-webkit-transform: translateX(150px);
		    -ms-transform: translateX(150px);
		        transform: translateX(150px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(5) {
		-webkit-transform: translateX(200px);
		    -ms-transform: translateX(200px);
		        transform: translateX(200px);
	}

	.ourexp-lbc:nth-of-type(1) .ourexp-list:nth-of-type(6) {
		-webkit-transform: translateX(250px);
		    -ms-transform: translateX(250px);
		        transform: translateX(250px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(1) {
		-webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(2) {
		-webkit-transform: translateX(-50px);
		    -ms-transform: translateX(-50px);
		        transform: translateX(-50px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(3) {
		-webkit-transform: translateX(-100px);
		    -ms-transform: translateX(-100px);
		        transform: translateX(-100px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(4) {
		-webkit-transform: translateX(-150px);
		    -ms-transform: translateX(-150px);
		        transform: translateX(-150px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(5) {
		-webkit-transform: translateX(-200px);
		    -ms-transform: translateX(-200px);
		        transform: translateX(-200px);
	}

	.ourexp-lbc:nth-of-type(2) .ourexp-list:nth-of-type(6) {
		-webkit-transform: translateX(-250px);
		    -ms-transform: translateX(-250px);
		        transform: translateX(-250px);
	}

	.marvel-vlogo {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 1;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@media all and (max-width:991px) {
	.marvel-vlogo {
		display: none;
	}

	.ourexp-tbc {
		margin-bottom: 40px;
	}
}


/* 4.5 Success story and Mission vision section */
.ssmv-cc {
	position: relative;
	/* height: 100%; */
}

.ssmv-card {
	position: relative;
	height: 100%;
	padding: 60px 100px 35px 45px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	border-radius: 30px;
}

.ssmv-card::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('/assets/img/services/salesforce-consulting/mission-vission-card-shape.svg');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
}

@media all and (min-width:992px) {
	.ssmv-block {
		position: relative;
		height: 900px;
	}

	.ssmv-card {
		width: 549px;
		height: 539px;
		-webkit-transition: -webkit-transform 0.4s linear;
		transition: -webkit-transform 0.4s linear;
		-o-transition: transform 0.4s linear;
		transition: transform 0.4s linear;
		transition: transform 0.4s linear, -webkit-transform 0.4s linear;
	}

	.ssmv-cc:nth-of-type(2) .ssmv-card {
		-webkit-transform: translateY(50%);
		    -ms-transform: translateY(50%);
		        transform: translateY(50%);
	}

	.ssmv-section:hover .ssmv-cc:nth-of-type(1) .ssmv-card {
		-webkit-transform: translateY(50%);
		    -ms-transform: translateY(50%);
		        transform: translateY(50%);
	}

	.ssmv-section:hover .ssmv-cc:nth-of-type(2) .ssmv-card {
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
	}
}

@media all and (max-width:991px) {
	.ssmv-cc {
		margin-top: 40px;
	}
}

@media all and (max-width:767px) {
	.ssmv-card {
		padding: 60px 45px 35px 45px;
	}
}

/* 4.2.1 Benefits of services section */

.bos-cbmc.cbmc1 .bos-card {
	width: 280px;
	height: 130px;
}

.bos-cc {
	position: relative;
	margin-top: 21px;
}

.bos-card {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	padding: 21px 0px 20px 0px;
}

.bos-card .bosc-title {
	letter-spacing: 0px;
	background: #B52025 0% 0% no-repeat padding-box;
	padding: 4px 13px;
	margin-bottom: 10px;
}

@media all and (min-width:992px) {
	.bos-cbmc .bos-cc {
		position: relative;
		display: -ms-grid;
		display: grid;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.bos-cbmc.cbmc1 .bos-cc:nth-of-type(1) .bos-card {
		border-radius: 40px 0px 0px 40px;
		text-align: right;
	}

	.bos-cbmc.cbmc1 .bos-cc:nth-of-type(1) .bos-card .bosc-title {
		border-radius: 40px 0px 0px 40px;
	}

	.bos-cbmc.cbmc1 .bos-cc:nth-of-type(2) .bos-card {
		border-radius: 0px 40px 40px 0px;
	}

	.bos-cbmc.cbmc1 .bos-cc:nth-of-type(2) .bos-card .bosc-title {
		border-radius: 0px 40px 40px 0px;
	}

	.bos-cbmc.cbmc2 .bos-card {
		width: 325px;
		height: 130px;
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(1) .bos-card {
		border-radius: 40px 0px 0px 40px;
		text-align: right;
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(1) .bos-card .bosc-title {
		border-radius: 40px 0px 0px 40px;
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(2) .bos-card {
		border-radius: 0px 0px 0px 0px;
		text-align: center;
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(2) .bos-card .bosc-title {
		border-radius: 0px 0px 0px 0px;
	}


	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(3) .bos-card {
		border-radius: 0px 40px 40px 0px;
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(3) .bos-card .bosc-title {
		border-radius: 0px 40px 40px 0px;
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(1) .bos-card .bosc-tb,
	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(3) .bos-card .bosc-tb {
		position: relative;
		width: 90%;
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(2) .bos-card .bosc-tb {
		position: relative;
		width: 100%;
	}
}

.bos-card .bosc-text {
	position: relative;
	padding: 0px 10px;
}

@media all and (min-width:1200px) {
	.bos-cbmc.cbmc1 .bos-cc:nth-of-type(1) {
		-webkit-transform: translateX(50px);
		    -ms-transform: translateX(50px);
		        transform: translateX(50px);
	}

	.bos-cbmc.cbmc1 .bos-cc:nth-of-type(2) {
		-webkit-transform: translateX(-50px);
		    -ms-transform: translateX(-50px);
		        transform: translateX(-50px);
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(1) {
		-webkit-transform: translateX(60px);
		    -ms-transform: translateX(60px);
		        transform: translateX(60px);
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(3) {
		-webkit-transform: translateX(-60px);
		    -ms-transform: translateX(-60px);
		        transform: translateX(-60px);
	}
}

@media all and (min-width:1400px) {
	.bos-cbmc.cbmc1 .bos-cc:nth-of-type(1) {
		-webkit-transform: translateX(70px);
		    -ms-transform: translateX(70px);
		        transform: translateX(70px);
	}

	.bos-cbmc.cbmc1 .bos-cc:nth-of-type(2) {
		-webkit-transform: translateX(-70px);
		    -ms-transform: translateX(-70px);
		        transform: translateX(-70px);
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(1) {
		-webkit-transform: translateX(100px);
		    -ms-transform: translateX(100px);
		        transform: translateX(100px);
	}

	.bos-cbmc.cbmc2 .bos-cc:nth-of-type(3) {
		-webkit-transform: translateX(-100px);
		    -ms-transform: translateX(-100px);
		        transform: translateX(-100px);
	}
}

@media all and (max-width:991px) {

	.bos-cbmc.cbmc1 .bos-cc .bos-card,
	.bos-cbmc.cbmc2 .bos-cc .bos-card {
		width: 100%;
		height: 100%;
		border-radius: 0px;
	}

	.bos-card {
		position: relative;
		width: 100%;
		text-align: center;
	}

	.bos-card .bosc-title {
		width: 100%;
	}

	.bos-card .bosc-tb {
		position: relative;
		;
		width: 100%;
	}

}

@media all and (max-width:767px) {
	.bos-cc {
		position: relative;
		margin-top: 35px;
	}
}



/* 4.2.2 your partner in services section */
.ypis-tbc {
	position: relative;
	margin-bottom: 60px;
}

.ypis-section .card-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.ypis-section .card-container::before {
	position: absolute;
	content: "";
	width: 300%;
	height: 94px;
	background: #B52025 0% 0% no-repeat padding-box;
	top: 50%;
	lefT: -150%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: -2;
}

.ypis-card {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	padding: 20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
}

@media all and (min-width:1200px) and (max-width:1400px) {
	.ypis-section .card-container {
		position: relative;
		max-width: 100%;
	}
}

@media all and (min-width:1200px) {

	.ypis-cc {
		position: relative;
		width: 100%;
		height: 252px;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-right: 0px;
		padding-left: 0px;
	}

	.ypis-cc:nth-of-type(2) .ypis-card {
		width: 400px;
		height: 252px;
		text-align: center;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		-webkit-box-shadow: 0px 21px 46px #0000001A;
		        box-shadow: 0px 21px 46px #0000001A;
	}

	.ypis-cc:nth-of-type(1) .ypis-card,
	.ypis-cc:nth-of-type(3) .ypis-card {
		height: 252px;
		background: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding-top: 63px;
		padding-bottom: 57px;
	}

	.ypis-cc:nth-of-type(1) .ypis-card {
		padding-left: 39px;
		padding-right: 65px;
		-ms-grid-column-align: right;
		    justify-self: right;
	}

	.ypis-cc:nth-of-type(3) .ypis-card {
		padding-left: 65px;
		padding-right: 39px;
		-ms-grid-column-align: left;
		    justify-self: left;
	}

	.ypis-cc:nth-of-type(1) .ypis-card::before,
	.ypis-cc:nth-of-type(3) .ypis-card::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -1;
		background-image: url('/assets/img/services/sap-master-data-governance/ypimdg-bg-left.svg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		-webkit-transform: scale(1.3) translateY(10px);
		    -ms-transform: scale(1.3) translateY(10px);
		        transform: scale(1.3) translateY(10px);

		/* clip-path: polygon( 0 10%, 100% 0, 95% 50%, 100% 100%, 0 90%);
		background: rgb(255, 255, 255); 
		box-shadow: 0px 21px 46px #00000033; 
		filter: drop-shadow(0px 21px 46px rgba(0, 0, 0, 0.3));  */
	}

	.ypis-cc:nth-of-type(3) .ypis-card::before {
		background-image: url('/assets/img/services/sap-master-data-governance/ypimdg-bg-right.svg');
		/* clip-path: polygon( 0 0, 100% 10%, 100% 90%, 0 100%, 10% 50%); */
	}
}

@media all and (min-width:1400px) {
	.ypis-cc:nth-of-type(2) .ypis-card {
		width: 440px;
	}

	.ypis-cc:nth-of-type(1) .ypis-card::before,
	.ypis-cc:nth-of-type(3) .ypis-card::before {
		-webkit-transform: scale(1.4) translateY(10px);
		    -ms-transform: scale(1.4) translateY(10px);
		        transform: scale(1.4) translateY(10px);
	}

	.ypis-section .card-container {
		max-width: 1500px;
	}
}



@media all and (max-width:991px) {
	.ypis-cc {
		margin-top: 30px;
	}

	.ypis-card {
		position: relative;
		text-align: center;
		padding: 15px 15px;
		height: 175px;
	}
}

/* 4.6 PEGA BPM section starts */
.pegabpm-ib {
	margin-top: 50px;
	position: relative;
	width: 100%;
	height: 100%;
	/* height: 510px; */
}

.pegabpm-img {
	position: relative;
	width: 100%;
	height: 100%;
}

/* 4.7 Key Features of PEGA BPM section */
.key-features-cmc {
	position: relative;
	width: 100%;
	height: 100%;
}

.key-features-cc {
	position: relative;
	margin-top: 40px;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.key-features-card {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	padding: 21px 0px 16px 0px;
}

.kfctc {
	position: relative;
	padding: 5px 0px;
	width: 100%;
	margin-bottom: 15px;
	background: #B52025 0% 0% no-repeat padding-box;

}


@media all and (min-width:992px) {

	.key-features-cc:nth-of-type(2) .key-features-card,
	.key-features-cc:nth-of-type(5) .key-features-card {
		text-align: center;
	}

	.key-features-cc:nth-of-type(1) .key-features-card,
	.key-features-cc:nth-of-type(4) .key-features-card {
		border-radius: 40px 0px 0px 40px;
		padding-left: 25px;
	}

	.key-features-cc:nth-of-type(3) .key-features-card,
	.key-features-cc:nth-of-type(6) .key-features-card {
		border-radius: 0px 40px 40px 0px;
		padding-right: 25px;
	}



	.key-features-cc:nth-of-type(1) .key-features-card .kfctc,
	.key-features-cc:nth-of-type(4) .key-features-card .kfctc {
		border-radius: 40px 0px 0px 40px;
		padding-left: 10px;
	}

	.key-features-cc:nth-of-type(3) .key-features-card .kfctc,
	.key-features-cc:nth-of-type(6) .key-features-card .kfctc {
		border-radius: 0px 40px 40px 0px;
		padding-left: 10px;
	}

	.key-features-cc:nth-of-type(2) .key-features-card .kfc-text,
	.key-features-cc:nth-of-type(5) .key-features-card .kfc-text {
		padding-left: 10px;
		padding-right: 10px;
	}

	.key-features-cc:nth-of-type(1) .key-features-card .kfc-text,
	.key-features-cc:nth-of-type(4) .key-features-card .kfc-text {
		padding-right: 10px;
	}

	.key-features-cc:nth-of-type(3) .key-features-card .kfc-text,
	.key-features-cc:nth-of-type(6) .key-features-card .kfc-text {
		padding-left: 10px;
	}
}

@media all and (min-width:1200px) {
	.key-features-card {
		width: 370px;
	}

	.key-features-cc:nth-of-type(2) .key-features-card,
	.key-features-cc:nth-of-type(5) .key-features-card {
		width: 389px;
	}

	.key-features-cc:nth-of-type(5) .key-features-card {
		height: 80%;
	}
}

@media all and (min-width:1400px) {
	.key-features-card {
		width: 390px;
	}

	.key-features-cc:nth-of-type(1) .key-features-card,
	.key-features-cc:nth-of-type(4) .key-features-card {
		-webkit-transform: translateX(20px);
		    -ms-transform: translateX(20px);
		        transform: translateX(20px);
	}

	.key-features-cc:nth-of-type(3) .key-features-card,
	.key-features-cc:nth-of-type(6) .key-features-card {
		-webkit-transform: translateX(-20px);
		    -ms-transform: translateX(-20px);
		        transform: translateX(-20px);

	}
}

@media all and (max-width:991px) {

	.kfctc,
	.kfc-text {
		text-align: center;
	}

	.kfctc .kfc-title,
	.kfc-text {
		padding: 0px 10px;
	}
}

/* 4.8 The PEGA situation layercake section */
.pslc-lists {
	position: relative;
	width: 100%;
	height: 100%;
}

.pslc-list {
	position: relative;
	width: 100%;
	padding-left: 23px;
}

.pslc-list::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border: 2px solid #B52025;
	border-radius: 50%;
	top: 7.5px;
	left: 0px;
}

/* 4.9 Web application development section */
.wapo-cmc {
	position: relative;
	;
	padding-top: 50px;
	padding-bottom: 50px;
}

.wapo-cmc1::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -3;
	background: #F5F7F8 0% 0% no-repeat padding-box;
}

.wapo-cc {
	position: relative;
	/* margin-top: 40px; */
}

.wapo-card {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
}

.wapoc-title {
	position: relative;
	margin-top: 19px;
	margin-bottom: 19px;
}

.wapo-cmc::before {
	position: absolute;
	content: "";
	width: 200%;
	top: 50%;
	left: -50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 170px;
	background: #B52025 0% 0% no-repeat padding-box;
	z-index: -2;
}


@media all and (min-width:1200px) {


	.wapo-cmc .container {
		position: relative;
		max-width: 100%;
	}

	.wapo-cc {
		position: relative;
		width: 100%;
		height: 100%;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 50px 0px;
	}

	.wapo-cc:nth-of-type(2) {
		position: relative;
		width: 100%;
		height: 489px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		    align-content: center;

	}

	.wapo-cc:nth-of-type(2) .wapo-card {
		width: 400px;
		height: 408px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		-webkit-box-shadow: 0px 21px 46px #0000001A;
		        box-shadow: 0px 21px 46px #0000001A;
		-webkit-transform: translateY(30px);
		    -ms-transform: translateY(30px);
		        transform: translateY(30px);
	}

	.wapo-cc:nth-of-type(1) .wapo-card,
	.wapo-cc:nth-of-type(3) .wapo-card {
		height: 489px;
		width: 400px;
		background: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding: 30px 40px;

	}

	.wapo-cc:nth-of-type(1) {
		-webkit-box-pack: right;
		    -ms-flex-pack: right;
		        justify-content: right;
	}

	.wapo-cc:nth-of-type(1) .wapo-card {
		-webkit-box-pack: right;
		    -ms-flex-pack: right;
		        justify-content: right;
	}

	.wapo-cc:nth-of-type(3) {
		-webkit-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
	}

	.wapo-cc:nth-of-type(3) .wapo-card {
		-webkit-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
	}

	.wapo-cc:nth-of-type(1) .wapo-card::before,
	.wapo-cc:nth-of-type(3) .wapo-card::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url('/assets/img/services/sap-s4-hana-consulting/s4-addfeature-bg-left.svg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: -1;
		-webkit-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		        transform: scale(1.2);
	}

	.wapo-cc:nth-of-type(3) .wapo-card::before {
		background-image: url('/assets/img/services/sap-s4-hana-consulting/s4-addfeature-bg-right.svg');
	}

}

@media all and (min-width:1400px) {
	.wapo-cc:nth-of-type(2) .wapo-card {
		width: 440px;
		height: 408px;
	}

	.wapo-cc:nth-of-type(1) .wapo-card,
	.wapo-cc:nth-of-type(3) .wapo-card {
		height: 489px;
		width: 440px;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.wapo-cc:nth-of-type(3) {
		margin-top: 30px;
	}
}

@media all and (max-width:768px) {
	.wapo-cc {
		margin-top: 30px;
	}
}












/* 4.10 GENTRAN FAMILY INTEGRATION */
.container.gfi-container {
	position: relative;
	max-width: 100% !important;
	padding-right: 0px;
	padding-left: 0px;
}

.gfi-block .row {
	margin-right: 0px;
	margin-left: 0px;
}

.gfi-cbc {
	position: relative;
	background: #B52025 0% 0% no-repeat padding-box;
	padding: 45px 0px 40px 0px;
}

.gfi-ib {
	position: relative;
	width: 100%;
}

.gfi-img {
	position: relative;
	width: 100%;
	-webkit-animation-duration: .75s;
	        animation-duration: .75s;
	opacity: 0;
	-webkit-animation-name: clip-horizontal;
	        animation-name: clip-horizontal;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

.gfi-title {
	position: relative;
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding: 8px 55px 0px 45px;
	margin-bottom: 10px;
}

.gfi-text {
	padding-left: 44px;
}

.gfi-lists {
	padding-left: 44px;
}

@media all and (min-width:1200px) {
	.gfi-lists {
		max-width: 90%;
	}
}

@media all and (min-width:1400px) {
	.gfi-lists {
		max-width: 80%;
	}
}

@-webkit-keyframes clip-horizontal {
	0% {
		-webkit-clip-path: polygon(0 50%, 0 100%, 0 100%, 0 50%, 100% 50%, 100% 0, 100% 0, 100% 50%);
		        clip-path: polygon(0 50%, 0 100%, 0 100%, 0 50%, 100% 50%, 100% 0, 100% 0, 100% 50%);
		opacity: 0;
	}

	100% {
		-webkit-clip-path: polygon(0 50%, 0 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0, 0 0, 0 50%);
		        clip-path: polygon(0 50%, 0 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0, 0 0, 0 50%);
		opacity: 1;
	}
}

@keyframes clip-horizontal {
	0% {
		-webkit-clip-path: polygon(0 50%, 0 100%, 0 100%, 0 50%, 100% 50%, 100% 0, 100% 0, 100% 50%);
		        clip-path: polygon(0 50%, 0 100%, 0 100%, 0 50%, 100% 50%, 100% 0, 100% 0, 100% 50%);
		opacity: 0;
	}

	100% {
		-webkit-clip-path: polygon(0 50%, 0 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0, 0 0, 0 50%);
		        clip-path: polygon(0 50%, 0 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0, 0 0, 0 50%);
		opacity: 1;
	}
}

@media all and (max-width:767px) {

	.gfi-text,
	.gfi-lists {
		padding: 0px 10px;
	}

	.gfi-title {
		padding: 8px 10px;
	}
}


/* 4.11 SAP success factors section */
.sapsf-card {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	border-radius: 30px;
}

.sapsfc-img {
	position: relative;
	width: 100%;
}

.sapsfc-cb {
	position: relative;
	text-align: center;
	padding: 70px 95px 75px 95px;
}

.sapsfc-text1 {
	padding: 0px 40px;
}


/* 4.3 Service explanation section */
.serexpib-span {
	position: relative;
	width: 100%;
	height: 100%;
}

.serexp-img {
	position: relative;
	z-index: 2;
}

.serexpib-shape {
	position: absolute;
}

.serexpib-shape1 {
	left: -20%;
	top: 20px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: scaleY(1.2);
	    -ms-transform: scaleY(1.2);
	        transform: scaleY(1.2);
}

.serexpib-shape2 {
	right: -20%;
	top: 20px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: scaleY(1.2);
	    -ms-transform: scaleY(1.2);
	        transform: scaleY(1.2);
}



/* 4.12 Overall service page service section */
.spsaps-cbc{
	position: relative;
	margin-top: 80px;
	width: 100%;
	display:-ms-grid;
	display:grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.spsaps-card{
	position: relative;
	width: 355px;
	height: 246px;
	display: block;
	/* overflow: hidden; */
}
.spsapsc-tbs {
	position: absolute;
	width: 90%;
	left:5%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000000D;
	        box-shadow: 0px 21px 46px #0000000D;
border-radius: 19px;
padding:15px;
bottom:0;
-webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
        transform: translateY(50%);
-webkit-transition: opacity 0.6s linear,-webkit-transform 0.4s linear;
transition: opacity 0.6s linear,-webkit-transform 0.4s linear;
-o-transition: opacity 0.6s linear,transform 0.4s linear ;
transition: opacity 0.6s linear,transform 0.4s linear ;
transition: opacity 0.6s linear,transform 0.4s linear,-webkit-transform 0.4s linear;
}
.spsaps-card:hover .spsapsc-tbs{
	opacity: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.spsapsc-hb{
	position: absolute;
	padding:15px 17px;
	height: 100%;
	width:100%;
	top: 0;
	left: 0;
	-webkit-transition: z-index 0.4s linear, opacity 0.4s linear;
	-o-transition: z-index 0.4s linear, opacity 0.4s linear;
	transition: z-index 0.4s linear, opacity 0.4s linear;
	background: #000000b0 0% 0% no-repeat padding-box;
-webkit-box-shadow: 0px 21px 46px #0000001A;
        box-shadow: 0px 21px 46px #0000001A;
border-radius: 19px;
/* opacity: 0.75; */
z-index: -1;
opacity: 0;
}
.spsapschb-title{
	text-decoration: underline;
	margin-bottom: 8px;
}
.spsaps-card:hover .spsapsc-hb{
	z-index: 1;
	opacity: 1;
}
.spkmb{
	position: relative;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 5px 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 4px 8px #0000001F;
	        box-shadow: 0px 4px 8px #0000001F;
	margin-top: 10px;
	border-radius: 14px;
	margin-top: 10px;
}
.spkmb:hover{
	color:#000000;
}
/* ================================= 
05 Customer success stories
==================================== */

/* 5.1 Customer success stories banner  */
.about-banner.css-banner{

}

.about-banner.css-banner .hero-ibsc::before {
	width: 40%;
	right: 30%;
	bottom: -40px;
}

.about-banner.css-banner .hero-ibsc::after {
	right: calc(30% - 179px);
	bottom: -40px;
}

.about-banner.css-banner .hero-cbc {
	position: relative;
	/* height: 100%; */
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.about-banner.css-banner .hero-ibc {
	position: relative;
	/* padding-bottom: 40px; */
}

@media all and (max-width:767px) {
	.about-banner.css-banner .hero-ibsc::before {
		width: 75%;
	}

	.about-banner.css-banner .hero-ibc {
		padding-bottom: 0px;
	}
}

/*=================================
 06 Awards and recognition banner 
 ==================================*/

/* 6.1 Awards and recognition banner section */
.about-banner.css-banner.aar-banner .hero-ibsc::before {
	bottom: -80px;
}

.about-banner.css-banner.aar-banner .hero-ibsc::after {
	bottom: -80px;
}

.about-banner.css-banner .hero-ibc {
	position: relative;
	/* padding-bottom: 80px; */
}

@media all and (max-width:767px) {
	.about-banner.css-banner .hero-ibc {
		padding-bottom: 0px;
	}

	.about-banner.css-banner.aar-banner .hero-ib {
		margin-top: 30px;
	}
}

/* 6.2 Awards and recognition section */
.aar-cmc {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 70px;
	min-height: 420px;

}

.aar-card {
	position: relative;
	width: 100%;
	height: 100%;
}

.aarc-img {
	position: relative;
	/* position: absolute; */
	/* bottom:-100%;
	left:50%;
	transform: translate(-50%, 0%); */

}

.aarc-cb {
	position: absolute;
	top: 50%;
	height: 250px;
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	border-radius: 30px;
	padding: 70px 25px 50px 25px;
	z-index: -1;
}


@media all and (max-width:767px) {
	.aarc-cb {
		padding: 30px 10px;
		height: 200px;
		display: -ms-grid;
		display: grid;
		-ms-flex-line-pack: end;
		    align-content: end;
	}

}

@media all and (min-width:992px) and (max-width:1199px) {
	.aarc-cb {
		height: 275px;
		padding: 70px 20px 50px 20px;
	}
}

/* 6.3 Memebership section  */
.membership-tbc {
	position: relative;
	margin-bottom: 47px;
}

.membership-cbmc {
	position: relative;
	padding: 60px 0px 110px 0px;
}

.membership-cbc:nth-of-type(2) .membership-img {
	position: relative;
	margin-top: -53px;
}

.membership-cbc {
	position: relative;
	margin-top: 30px;
}

.membership-cb {
	position: relative;
	padding: 0px 50px;
}

.membershipc-title {
	position: relative;
	margin: 8px 0px;
}

.membership-ftbmc {
	margin-top: 55px;
}
@media all and (max-width:1399px){
	.membership-cb {
		padding: 0px 20px;
	}
	
}
@media all and (max-width:1199px){
	.membership-cb {
		padding: 0px 10px;
	}
	
}

@media all and (max-width:767px) {
	.membership-cb {
		padding: 0px;
	}

	.membership-cbc:nth-of-type(2) .membership-img {
		margin-top: 0px;
	}
}

/* =======================================
07 Our team page
========================================= */
/* 7.1 Our team page */
.about-banner.ot-banner .hero-cbc {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.tr-block {
	position: relative;
	width: 100%;
	height: 100%;
}

.tr-img {
	position: relative;
	width: 100%;
	height: 100%;
}

/* =======================================
08 Contact us page
========================================= */
/* 8.1 Contact us hero section */
.contact-banner {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('/assets/img/contact-us/contact-hero-bg.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-banner .hero-cbc {
	position: relative;
	/* height: 100%; */
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
}

@media all and (max-width:767px) {
	.contact-banner .hero-title {
		color: #000000;
	}

	.contact-banner .hero-ib {
		margin-top: 30px;
	}
}

/* 8.2  */


/* 8.3 */
.conform-ib {
	position: relative;
	width: 100%;
	height: 100%;
}

.conform-img {
	position: relative;
	width: 100%;
}

/* 8.4 Roadmap section */

.roadmap-block {
	position: relative;
	width: 100%;
	height: 100%;
}

.roadmap-img {
	position: relative;
	width: 100%;
	height: 100%;
}

/* 8.5 Contact details section */
.condetails-section {
	position: relative;
	width: 100%;
	height: 100%;
}

.condetails-section::before {
	position: absolute;
	content: "";
	width: 100%;
	top: 40%;
	left: 0;
	z-index: -2;
	height: 42px;
	background: #B52025 0% 0% no-repeat padding-box;
}

.condetails-section::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 129px;
	left: 0;
	z-index: -2;
	top: calc(40% + 55px);
	background: #B52025 0% 0% no-repeat padding-box;
}

.condetail-card {
	position: relative;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 479px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	opacity: 1;
}

@media all and (min-width:992px) {
	.condetail-card {
		width: 300px;
	}
}

@media all and (min-width:1200px) {
	.condetail-card {
		width: 350px;
	}

	.condetail-cbc:nth-of-type(1) .condetail-card,
	.condetail-cbc:nth-of-type(3) .condetail-card {
		background: none;
		-webkit-box-shadow: none;
		        box-shadow: none;

	}

	.condetailshape {
		position: absolute;
		content: "";
		top: 5%;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		-webkit-transform: scale(1.45);
		    -ms-transform: scale(1.45);
		        transform: scale(1.45);
	}

	.condetail-ibc:nth-of-type(2) .condetail-card {
		height: 350px;
		-webkit-transform: translateY(70px);
		    -ms-transform: translateY(70px);
		        transform: translateY(70px);
	}
}

@media all and (min-width:1400px) {
	.condetail-card {
		width: 440px;
	}

	.condetailshape {
		-webkit-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		        transform: scale(1.2);
	}

	.condetail-cbc:nth-of-type(2) .condetail-card {
		height: 398px;
	}

}

@media all and (max-width:767px) {

	.condetail-cbc,
	.condetail-ibc {
		margin-top: 40px;
	}
}

@media all and (max-width:1199px) {
	.condetailshape {
		display: none;
	}
}

@media all and (max-width:991px) {
	.condetail-ibc:nth-of-type(2) .condetail-card {
		height: 300px;
	}

	.condetails-section::before {
		top: 45%;
	}

	.condetails-section::after {
		top: calc(45% + 55px);
	}
}

/*========================================================
09 Blog banner
==========================================================*/

/* 9.1 Blog hero */
.blog-banner .hero-cbc {
	position: relative;
	/* height: 100%; */
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.bb-shape{
	position: absolute;
	bottom:0;

}
@media all and (max-width:767px){
	.blog-banner .hero-cbc{
		padding-top: 40px;
	}
	.blog-banner .hero-cbc::before{
		position: absolute;
		content: "";
		width: 1000%;
		left: -500%;
		height: 100%;
		bottom: 0;
		background: #B52025 0% 0% no-repeat padding-box;
		z-index: -2;
	}
	.bb-shape{
		position: relative;
		bottom:0;
		margin-top: 30px;
	}
	.blog-banner .hero-cb::before {
		display: none;
	}
}

.blog-banner .hero-ib {
	position: relative;
	width: 100%;
	height: 100%;
}

.blog-banner .hero-ib::before {
	position: absolute;
	content: "";
	width: 1000%;
	left: 50%;
	height: 300%;
	bottom: 0;
	background: #B52025 0% 0% no-repeat padding-box;
	z-index: -2;
}

.blog-banner .hero-cb {
	position: relative;
	width: 100%;
	height: 100%;
}

@media all and (min-width:1200px) {
	.blog-banner .hero-cb {
		-webkit-transform: translateY(-60px);
		    -ms-transform: translateY(-60px);
		        transform: translateY(-60px);
	}
}

.blog-banner .hero-cb::before {
	position: absolute;
	content: "";
	width: 1000%;
	height: 300%;
	top: -100%;
	left: -500%;
	border: 5px solid #FFFFFF;
	z-index: -1;
}

.blog-banner .hero-img {
	position: relative;
	z-index: 2;
}



/* ============================================
10 Partnership page
===============================================*/

/* 10.1 Partner hero section */

.partner-banner .hero-lbc {
	position: relative;
	margin-top: 20px;
	padding: 20px 0px;
	/* transform: matrix(0, 1, -1, 0, 0, 0); */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	        box-shadow: 0px 21px 46px #0000001A;
	margin-bottom: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	overflow: hidden;
}

.hero-lb {
	position: relative;
	/* height:100%; */
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.partner-banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.partner-banner::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	height: 144px;
	background: #B52025 0% 0% no-repeat padding-box;
	z-index: -1;
}

/*10.2 Expanding Global SAP delivery  */
.egsapd-section {
	position: relative;
	width: 100%;
	height: 100%;
}

.pa-ibc {
	position: relative;
	margin-top: 57px;
	margin-bottom: 30px;
}

.pa-tmibc {
	position: relative;
	overflow: hidden;
}

.pa-tmibc .pa-tmib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media all and (min-width:768px) {
	.pa-tmibc .pa-tmibl {
		padding-right: 20px;
		-webkit-box-pack: right;
		    -ms-flex-pack: right;
		        justify-content: right;
	}

	.pa-tmibc .pa-tmibr {
		padding-left: 20px;
		-webkit-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
	}
}

.bottom-redline {
	position: relative;
	margin-top: 75px;
	margin-bottom: 50px;
	width: 100%;
	height: 41px;
	left: 0;
	background: #B52025 0% 0% no-repeat padding-box;
}

.pabl-lb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.kbotp-cb {
	position: relative;
	padding: 0px 25px;
}

@media all and (min-width:768px) {
	.pabl-lbl {
		-webkit-box-pack: right;
		    -ms-flex-pack: right;
		        justify-content: right;
	}

	.pabl-lbr {
		-webkit-box-pack: left;
		    -ms-flex-pack: left;
		        justify-content: left;
	}
}


/* 10.3 A broder global reach section */
.abgr-ibc {
	position: relative;
	margin-bottom: 75px;
}

.abgrib-sc {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.abgr-ftbc {
	position: relative;
	margin-top: 75px;
}



/* 10.4 About partnership section */
.about-partnership-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	overflow: hidden;
}

.about-partnership-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	    align-content: center;
	overflow: hidden;

}

@media all and (max-width:991px) {
	.about-partnership-cb {
		margin-top: 40px;
	}
}


/* 10.5 About Marvel and D4M section*/
.mad-block {
	position: relative;
	width: 100%;
	height: 100%;
}

.mad-block::before {
	position: absolute;
	content: "";
	width: 200%;
	height: 94px;
	top: 50%;
	left: -50%;
	z-index: -2;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #B52025 0% 0% no-repeat padding-box;
}

@media all and (max-width:991px) {
	.mad-cbcc {
		position: relative;
		margin-top: 40px;
	}

	.mad-block::before {
		top: calc(50% + 20px);
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

@media all and (max-width:450px) {
	.mad-block::before {
		top: calc(50% + 30px);
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

.mad-cbc {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 6px 12px #00000029;
	        box-shadow: 0px 6px 12px #00000029;
	border-radius: 0px;
}

@media all and (min-width:992px) and (max-width:2000px) {
	.mad-block .container {
		position: relative;
		max-width: 100%;
	}
}

.madcb-btn {
	position: relative;
	background: #B52025 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 4px 8px #0000001F;
	        box-shadow: 0px 4px 8px #0000001F;
	border-radius: 25px;
	padding: 10px 43px;
	margin-top: 18px;
}

.mad-cbcc:nth-of-type(1) .mad-cbc,
.mad-cbcc:nth-of-type(3) .mad-cbc {
	position: relative;
	padding: 15px;
}

.mad-cbcc:nth-of-type(2) .mad-cbc {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media all and (min-width:1200px) {
	.mad-cbc {
		width: 465px;
		height: 318px;
	}

	.mad-cbcc:nth-of-type(2) {
		position: relative;
		width: 100%;
		height: 318px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.mad-cbcc:nth-of-type(2) .mad-cbc {
		width: 357px;
		height: 252px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		-webkit-box-shadow: 0px 21px 46px #0000001A;
		        box-shadow: 0px 21px 46px #0000001A;
		display: -ms-grid;
		display: grid;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.mad-cbcc:nth-of-type(1) .mad-cbc,
	.mad-cbcc:nth-of-type(3) .mad-cbc {
		background: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding: 25px 0px;
	}

	.mad-cbcc:nth-of-type(1) .mad-cbc {
		padding-left: 35px;
		padding-right: 70px;
		-ms-grid-column-align: left;
		    justify-self: left;
	}

	.mad-cbcc:nth-of-type(3) .mad-cbc {
		padding-left: 70px;
		padding-right: 35px;
		-ms-grid-column-align: right;
		    justify-self: right;
	}

	.mad-cbcc:nth-of-type(1) .mad-cbc::before,
	.mad-cbcc:nth-of-type(3) .mad-cbc::before {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		content: "";
		background-image: url('/assets/img/partnership/amad-bg-left.svg');
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
		-webkit-transform: scale(1.3);
		    -ms-transform: scale(1.3);
		        transform: scale(1.3);
	}

	.mad-cbcc:nth-of-type(3) .mad-cbc::before {
		background-image: url('/assets/img/partnership/amad-bg-right.svg');

	}
}

@media all and (min-width:1400px) {

	.mad-cbcc:nth-of-type(1) .mad-cbc::before,
	.mad-cbcc:nth-of-type(3) .mad-cbc::before {
		-webkit-transform: scale(1.4);
		    -ms-transform: scale(1.4);
		        transform: scale(1.4);
	}
}

@media all and (min-width:2000px) {
	.mad-cbcc:nth-of-type(1) .mad-cbc {
		-webkit-transform: translateX(-100px);
		    -ms-transform: translateX(-100px);
		        transform: translateX(-100px);
	}

	.mad-cbcc:nth-of-type(3) .mad-cbc {
		-webkit-transform: translateX(100px);
		    -ms-transform: translateX(100px);
		        transform: translateX(100px);

	}
}


/* Dot net and java page slider  */
/* .vap-section .container{
	position: relative;
	min-width: 100%;
} */
.vap-slider.owl-carousel .owl-stage-outer{
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	/* padding-left: 20px;
	padding-right: 20px; */
	
}
.vap-slider .grid{
	position: relative;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.vap-card{
	position: relative;
	height:100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
-webkit-box-shadow: 0px 21px 46px #00000014;
        box-shadow: 0px 21px 46px #00000014;
border-radius: 30px;
text-align: center;
padding:55px 30px 40px 30px;
height:450px;
max-width:380px;
}
@media all and (max-width:1199px){
	.vap-card{
		padding:40px 25px;
	}
}
.vap-card .vapc-title{
	position: relative;
	margin-top: 30px;
	margin-bottom: 7px;
}


.vap-section .owl-dots{
    margin-top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.vap-section .owl-dots .owl-dot {
    width: 44px;
    height: 8px;
    border-radius: 2px;
    border: none;
    background: #DADADB 0% 0% no-repeat padding-box;
    margin: 0 10px;
}

.vap-section .owl-dots .owl-dot.active {
    background: #b52025 0% 0% no-repeat padding-box;
}



/* Profile page  */


/* .1 Banner section */
.about-banner.profile-banner .hero-ibsc::before,
.about-banner.profile-banner .hero-ibsc::after{
	display: none;
}
.about-banner.profile-banner .hero-ibc::before{
	position: absolute;
	content: "";
	width: 276px;
	height: 1000px;
	left: 0%;
	bottom: 0;
	z-index: -1;
	background: #B52025 0% 0% no-repeat padding-box;
}
.about-banner.profile-banner .hero-ibc::after{
	position: absolute;
	content: "";
	width: 276px;
	height: 1000px;
	right: 0%;
	bottom: 0;
	z-index: -1;
	background: #B52025 0% 0% no-repeat padding-box;
}
@media all and (max-width:991px){
	.about-banner.profile-banner .hero-ibc::before,
	.about-banner.profile-banner .hero-ibc::after{
		width: 150px;
	}
}
@media all and (max-width:767px){
	.about-banner.profile-banner .hero-ibc::before,
	.about-banner.profile-banner .hero-ibc::after{
		width: 100px;
	}
}


/* .2 Profile section */
.profile-page .tmi-container::after{
	z-index: 2;
}
.profile-page .tm-img {
    position: relative;
    z-index: 3;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.profile-page .tmsl-block {
	position: absolute;
	bottom:-20px;
	right:-40px;
}
.profile-page .tmsl-block a{
	border-radius: 5px;
}
.profile-details-list{
	position: relative;
	text-align: left;
}
.profile-detail-item{
	position: relative;
	margin-top: 30px;

}