* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
 --brand-background-blue:#3F4ADE;
 --brand-background-white:#ffffff;
 --band-background-orange:#F35320;
 --service-background-purple:#A612EC;
 --services-purple-border:8px solid #A612EC3D;
 --font-purple:#A612EC;
 --service-background-green:#0CB14B;
 --services-green-border:8px solid #0CB14B29;
 --font-green:#0CB14B;
 --service-background-orange:#F35320;
 --services-orange-border:8px solid #F3532029;
 --font-orange:#F35320;
 --service-background-red:#CE014E;
 --services-red-border:8px solid #CE014E29;
 --font-red:#CE014E;
 --service-background-blue:#0089D1;
 --services-blue-border:8px solid #0089D129;
 --font-blue:#0089D1;
 --service-background-pink:#FF29A3;
 --services-pink-border:8px solid #FF29A329;
 --font-pink:#FF29A3;
 --trust-background:#F98600;
 --experts-background:#3F4ADE;
 --contact-us-background:#ffffff;
 --contact-form-background:#323232 --brand-gray:#111111;
 --brand-gray-bg:#FAFAFA;
 --font-black:#323232;
 --font-white:#ffffff;
}
html, body {
	background: var(--brand-background-white);
	margin: 0px;
	padding: 0px;
	font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: 'Inter', sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: inherit;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
}
a:hover, a:focus {
	text-decoration: none;
}
.clear {
	clear: both;
}
::-moz-selection {
 background: #007cfb;
 text-shadow: none;
 color: #ffffff;
}
::selection {
	background: #007cfb;
	text-shadow: none;
	color: #ffffff;
}
button {
	cursor: pointer;
}
.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, textarea:hover, textarea:focus, a:hover, a:focus, a:visited, a.active, select, select:hover, select:focus, select:visited {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.form-control {
	box-shadow: none;
}
header {
	width: 100%;
	height: auto;
	background: var(--brand-background-blue);
}
.menu-navbar {
	padding-top: 25px;
	width: auto;
}
.desktop-menu ul {
	margin-top: 12px;
	padding: 0px;
	text-align: right;
	margin-bottom: 0px;
}
.desktop-menu ul li {
	color: #ffffff;
	display: inline;
	/*margin: 0 15px 0px;*/
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding: 0px;
	margin-left: 30px;
}
.desktop-menu ul li a {
	color: #ffffff;
	text-decoration: none;
}
.desktop-menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.desktop-menu ul li a:hover::after {
	content: '';
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	height: 2px;
	background: #ffffff;
}
.desktop-menu ul li.active-menu::after {
	content: '';
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	height: 2px;
	background: #ffffff;
}
.desktop-menu ul li:last-child {
	background-color: #FB6500;
	border: 2px solid #FB6500;
	border-radius: 4px;
	padding: 8px 20px;
	transition: .6s ease;/*	margin-left: 17px;
*/
}
.desktop-menu ul li:last-child:hover {
	color: #ffffff;
	border: 2px solid #ffffff;
	background: #3F4ADE;
	opacity: 1;
}
.desktop-menu ul li:last-child:hover a {
	color: #ffffff;
	opacity: 1;
}
.desktop-menu ul li:last-child a:hover::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: -4px;
	border-bottom: 0px solid #ffffff;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #ffffff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a:first-child {
	border-bottom: 0px solid #eff0ff;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	border-bottom: 1px solid #eff0ff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #3f4ade;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #fb6500;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}
.header-banner {
	width: 100%;
	height: auto
}
.header-caption h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: var(--font-white);
	padding-bottom: 16px;
}
.header-caption h2 {
	font-size: 52px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	/*letter-spacing: 0.04em;*/
	color: var(--font-white);
	line-height: 100%;
}
.header-caption p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: var(--font-white);
	padding-top: 16px;
}
.career-header-caption h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	color: var(--font-white);
	line-height: 110%;
}
.career-header-caption p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: var(--font-white);
	padding-top: 16px;
}
.mbn {
	margin-bottom: -28px
}
.m-illustration {
	max-width: 100%;
	height: auto;
}
.services-area {
	width: 100%;
	height: auto;
	padding: 50px 0px 0px;
}
.services-heading-head h1 {
	text-align: center;
	color: var(--font-black);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.04em;
}
.services-heading h1 {
	text-align: center;
	color: var(--font-black);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.04em;
}
/*.section-heading h1:after {
	content: "";
	background-color: #d9d9d9;
	height: 2px;
	width: 150px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto
}*/
.pb-30 {
	padding-bottom: 30px;
}
.pt-40 {
	padding-top: 40px;
}
/* Add Flip New CSS */

.flip-card, .flip-card-click {
	display: inline-block;
	background-color: transparent;
	width: 100%;
	height: 250px;
	perspective: 1000px;
	cursor: pointer;
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	
}
 .flip-card:hover .flip-card-inner, .flip-card:focus .flip-card-inner, .flip-card:focus-within .flip-card-inner, .flip-card:active .flip-card-inner, .flip-card-click:focus .flip-card-inner, .flip-card-click:active .flip-card-inner, .flip-card-click.flipped .flip-card-inner {
 transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	padding: 10px;
	box-sizing: border-box;
	border-radius:8px;
}
.flip-icon {
	text-align: right;
	height: 32px;
	width: auto;
}
.flip-font-area {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 170px;
	flex-direction: column;
}
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
/*	align-items:center;
*/	justify-content: center;
	flex-direction: column;
	padding:10px 20px;
	
}
.flip-card-back {
	transform: rotateY(180deg);
	background: rgba(255,255,255,1.00);
}
.service-icon {
	padding-bottom: 10px;
	text-align: center;
}
.service-heading h1 {
	color: var(--font-white);
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0.04em;
	text-align: center;
}
.flip-card-purple {
	background: var(--service-background-purple);
}
.flip-card-purple-border {
	border: var(--services-purple-border)
}
.flip-card-green {
	background: var(--service-background-green);
}
.flip-card-green-border {
	border: var(--services-green-border)
}
.flip-card-orange {
	background: var(--service-background-orange);
}
.flip-card-orange-border {
	border: var(--services-orange-border)
}
.flip-card-red {
	background: var(--service-background-red);
}
.flip-card-red-border {
	border: var(--services-red-border)
}
.flip-card-blue {
	background: var(--service-background-blue);
}
.flip-card-blue-border {
	border: var(--services-blue-border)
}
.flip-card-pink {
	background: var(--service-background-pink);
}
.flip-card-pink-border {
	border: var(--services-pink-border)
}
h1.purple-text {
	color: var(--font-purple);
}
h1.green-text {
	color: var(--font-green);
}
h1.orange-text {
	color: var(--font-orange);
}
h1.red-text {
	color: var(--font-red);
}
h1.blue-text {
	color: var(--font-blue);
}
h1.pink-text {
	color: var(--font-pink);
}
.service-heading-back h1 {
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	text-align: left;
}
.service-heading-back p {
	color: #000000;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
	padding-top: 10px;
	letter-spacing: 0.02em;
}
/* End Flip New CSS */

.customers-trust-area {
	border-radius: 9px;
	background: linear-gradient(0deg, rgba(63, 74, 222, 0.20) 0%, rgba(63, 74, 222, 0.20) 100%), #333;
	width: 100%;
	padding: 15px;
}
.customers-trust-content {
	width: 80%;
	height: auto;
	color: var(--font-white);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
a.btn_contact_us {
	padding: 14px;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
	color: rgba(17, 17, 17, 0.72);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.trust-area {
	width: 100%;
	height: auto;
	padding: 70px 0px 70px;
	background: var(--trust-background);
}
.trust-heading h1 {
	font-size: 45px;
	font-style: normal;
	font-weight: 800;
	line-height: 60px;
	color: var(--font-white);
}
.trust-list ul {
	list-style: none;
	margin-top: 30px;
	text-indent: -30px;
}
.trust-list li {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: var(--font-white);
	padding-bottom: 10px;
}
.trust-list li:before {
	content: "-->";
	padding-right: 10px;
	width: 100px;
}
a.btn-white {
	font-family: 'Inter', sans-serif;
	width: auto;
	color: var( --font-black);
	font-size: 21px;
	padding: 15px 20px;
	font-weight: 500;
	text-decoration: none;
	background: var(--brand-background-white);
	position: relative;
	border-radius: 4px;
}
a.btn-white:hover {
	background: var(--brand-background-white);
	color: var( --font-black);
}
.experts-area {
	width: 100%;
	height: auto;
	padding: 60px 0px 70px;
	background: var(--experts-background);
}
.experts-heading h1 {
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	color: var(--font-white);
	text-align: center;
}
.expert-details {
	background: #FFFFFF;
	border-radius: 6px;
	text-align: center;
	padding: 0px;
	box-sizing: border-box;
}
.expert-details img {
	width: 100%;
	height: auto;
}
.career-contact-us-area {
	width: 100%;
	height: auto;
	padding: 46px 0px 70px;
	background: var(--contact-us-background);
}
.contact-us-area {
	width: 100%;
	height: auto;
	padding: 70px 0px 70px;
	background: var(--contact-us-background);
}
.contact-form-area {
	background: linear-gradient(0deg, rgba(50, 50, 50, 0.8), rgba(50, 50, 50, 0.8)), linear-gradient(0deg, #3F4ADE, #3F4ADE);
	border-radius: 6px;
	padding: 50px;
	box-sizing: border-box;
}
.contact-text {
	font-size: 14px;
	color: #ccccd4;
	text-align: left;
	font-weight: 400;
}
.contact-text a {
	color: #ccccd4;
}
.contact-text span {
	font-family: 'Inter', sans-serif;
	text-align: left;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
	display: block;
	padding-bottom: 10px;
	margin-top: 35px;
}
.btn-primary {
	background: #3f4ade!important;
}
.form-area {
	border-radius: 8px;
	padding: 20px 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,1.00);
}
.form-area h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	color: var(--font-black);
	text-align: center;
}
.contact h1 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	color: var(--font-white);
	text-align: left;
	padding-top: 17px;
	padding-bottom: 40px;
}
.form-type-area {
	padding: 25px 0px 0px;
}
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
	box-shadow: inset 0 -1px 0 #ffffff;
	background: rgba(17, 17, 17, 0.04);
}
input[type=text], textarea, input[type=email] {
	width: 100%;
	background: rgba(17, 17, 17, 0.04)!important;
	border: none!important;
	padding: 9px;
	border-radius: 4px;
	margin: 10px 0px 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: var(--font-black);
}
.form-login-text label {
	color: var(--font-black);
	font-size: 14px;
	font-weight: 500;
}
.invalid-text {
	width: 100%;
	font-size: 0.875em;
	color: #dc3545;
	text-align: left;
	padding-bottom: 10px;
	display: none;
}
/* Footer Section */
footer {
	background-color: #2d3246;
	padding: 40px 0px 20px;
}
.footer-text {
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	color: #ccccd4;
	line-height: 24px;
	margin: 0px;
}
.footer-heading h5 {
	font-family: 'Inter', sans-serif;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #f5f5f5;
	padding-bottom: 5px;
	margin: 0px;
	position: relative;
}
dt, dd {
	margin: 0px;
	padding: 0px;
}
.common-address-text dt {
	font-family: 'Inter', sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding-bottom: 5px;
	margin: 0px;
	position: relative;
}
.address-text-details dd {
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	color: #ccccd4;
	padding-bottom: 0px;
	margin: 0px;
	position: relative;
}
.nav-list ul {
	margin: 0px;
	padding: 0px;
}
.nav-list li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	margin-left: -25px;
}
.nav-list li a {
	color: #ccccd4;
}
.nav-list li a:hover:before {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
	color: #f5f5f5;
}
.nav-list li a:before {
	content: ">";
	color: #f5f5f5;
	display: inline-block;
	vertical-align: baseline;
	margin-left: -20px;
	margin-right: 7px;
	opacity: 0;
	visibility: hidden;
	transition: .32s ease;
}
.service-area-space {
	padding: 40px 0px;
}
/* Careers page */

.careers-benefits-area {
	padding-bottom: 40px;
}
.careers-area {
	width: 100%;
	height: auto;
	padding: 50px 0px 0px;
}
.benefits-area {
	border-radius: 7px;
	background: rgba(166, 18, 236, 0.08);
	padding: 16px 11px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 105px
}
.benefits-details {
	width: auto;
	padding-left: 15px;
}
.benefits-details h1 {
	color: #A612EC;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.622px;
	padding-bottom: 5px;
}
.benefits-details p {
	color: rgba(50, 50, 50, 0.80);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.467px;
}
a.explore-more-btn {
	border-radius: 35px;
	background: #ffffff;
	padding: 12px 25px;
	color: #FB6500;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: right;
}
.announcement {
	background-color: #FB6500;
	padding: 6px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}
.announcement a {
	color: #414DD6;
}
a.close {
	float: right;
	font-size: 30px;
	font-weight: 400;
	color: #1c1b1f;
	text-align: center;
	line-height: 22px;
}
.close {
	position: absolute;
	top: 6px;
	right: 10px;
}
.simpvault-btn {
	background-color: #414dd6;
	color: #fff !important;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 7px;
	margin-left: 3px;
	font-size: 16px;
}
.explore-more {
	width: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 6px;
	text-align: center;
	padding: 0px;
	box-sizing: border-box;
	flex-direction: column
}
.explore-more h1 {
	font-family: Inter;
	font-size: 22px;
	font-weight: 600;
	line-height: 39px;
	letter-spacing: 0em;
	text-align: center;
	color: #3F4ADE;
	position: relative;
}
.explore-more h1:after {
	content: "";
	width: 41px;
	height: 67px;
	background: url(../images/curve-arrow.svg) no-repeat;
	top: 20px;
	right: -30px;
	position: absolute;
	display: inline-block;
}
a.btn-contactus {
	background: var(--band-background-orange);
	border-radius: 4px;
	padding: 6px 15px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0em;
	text-align: center;
	color: var(--font-white);
	margin-top: 30px;
	margin-right: 15px;
}
.width90 {
	width: 90%;
}
.width10 {
	width: 10%;
}
.small-mobile-responsive img {
	width: 320px;
	height: 320px;
	margin-top: 10%;
}
.mobile-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 100%
}
.mobile-menu li {
	background-color: #fb6500;
	padding: 5px 10px;
	border-radius: 4px;
}
.load-more [style] {
	display: block!important;
}
.load-more-btn {
	display: none;
}
.header-careers-space {
	padding-top: 60px;
	padding-bottom: 105px;
}


.current-opening h1 {
	text-align: left;
	color: var(--font-white);
	font-size: 26px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.04em;
}

.current-opening h2 {
	text-align: left;
	color: var(--trust-background);
	font-size: 15px !important;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.04em;
}

.current-opening p {
	text-align: left;
	color: var(--font-black);
	font-size: 13px !important;
	font-style: normal;
	line-height: normal;
	margin-top: 12px;
}

a.explore-more-btn-1 {
	border-radius: 10px;
	background: #FB6500;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	float: right;
}