@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500&family=Rubik:wght@300;400;500&display=swap');

body {
	font-family: 'Rubik', sans-serif;
	background-color: #fff;
	color: #232323;
}

section {
	padding-bottom: 50px;
	padding-top: 50px;
}

/* Heading Strong Highlight Start */
	.duel-color-heading1 strong,.duel-color-heading1-reverse strong,
	.duel-color-heading2 strong,.duel-color-heading2-reverse strong,
	.duel-color-heading3 strong,.duel-color-heading3-reverse strong,
	.duel-color-heading4 strong,.duel-color-heading4-reverse strong,
	.duel-color-doubleheading strong {
		font-weight: 400;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent;
	}
	.duel-color-heading1 strong {background: -webkit-linear-gradient(36deg, #FFCF00, #67B986);}
	.duel-color-heading1-reverse strong {background: -webkit-linear-gradient(220deg, #FFCF00, #67B986);}
	.duel-color-heading2 strong {background:-webkit-linear-gradient(36deg, #FFCF00, #A53E8F, #292172);}
	.duel-color-heading2-reverse strong {background: -webkit-linear-gradient(220deg, #FFCF00, #67B986);}
	.duel-color-heading3 strong {background:-webkit-linear-gradient(36deg, #BB0066, #FFCF00);}
	.duel-color-heading3-reverse strong {background: -webkit-linear-gradient(220deg, #BB0066, #FFCF00);}
	.duel-color-heading4 strong {background:-webkit-linear-gradient(36deg,  #292172, #A53E8F, #FFCF00);}
	.duel-color-heading4-reverse strong {background: -webkit-linear-gradient(220deg,  #292172, #A53E8F, #FFCF00);}
	.duel-color-doubleheading strong:first-child{background: -webkit-linear-gradient(36deg,#a53e8f,#292172);}
	.duel-color-doubleheading strong:last-child{background: -webkit-linear-gradient(36deg,#ffcf00,#a53e8f,#292172);}
/* Heading Strong Highlight End */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #292172;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}

h2 {
	font-size: 35px;
	line-height: 45px;
}

h3 {
	font-size: 25px;
	line-height: 35px;
}

a,
a:hover {
	transition: all 0.3s ease;
	text-decoration: none;
	color: #249176;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
}

p, ul {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #0e0e0e;
	margin-bottom: 20px;
}

ul {
	padding: 0 0 0 20px;
}

ul li {
	margin-bottom: 5px;
}

li::marker {
	color: #b06;
}

input[type="text"], input[type="email"],input[type="tel"] {
	border: none;
	border-bottom: 2px solid #bdbdbd;
	border-radius: 0;
	padding-left: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #8b8d94;
}

.divider {
	background: #8b8d94;
	height: 1px;
	display: block;
}

.primary-btn {
	padding: 10px 20px 10px 20px;
	border-radius: 20px;
	background: #b06;
	color: #fff;
}

.primary-btn:hover {
	padding: 10px 20px 10px 20px;
	background: #249176;
	color: #fff;
}

.headerBanner {
	background: url("../img/Header_Banner.png") center center no-repeat;
	padding: 70px 0 70px 0;
	background-size: cover !important;
}

.headerBanner .logo {
	margin-bottom: 20px;
	width: 200px;
} 

.headerBanner p {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 0;
}

.formSection {
	box-shadow: 0 7px 16px #00000047;
	opacity: 1;
	padding: 40px;
}

.formSection p {
	font-size: 16px;
	color: #232323;
	line-height: 26px;
	margin-bottom: 25px;
	font-weight: 300;
	margin-top: 0;
}

.btn-orange {
	outline: none;
	background-color: #f74a36;
	padding: 12px 25px;
	color: #fff;
	border: none;
	border-radius: 5px;
	float: left;
}

.btn-orange:hover {
	background-color: #e3311d;
	text-decoration: none;
	color: #fff;
}

.blue-bg {
	background-color: #144675;
	padding: 40px 0;
	margin-top: 80px;
	margin-bottom: 80px;
}

.mainText1 h2 {
	font-size: 35px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
	line-height: 50px;
}

.mainText1 p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 500;
	margin-top: 10px;
}

footer {
	background-color: #333333;
	padding: 10px 0;
}

.footer p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 300;
}

.ic_anim span > img {
	opacity: 1;
	transition: 300ms opacity, 300ms transform;
	border: 10px solid transparent;
	width: 100px;
}

.ic_anim:hover span > img {
	transform: scale(1.1);
	opacity: 1;
	transition: 300ms opacity, 300ms transform;
	border: 10px solid #1446753d;
	border-radius: 100%;
}

.mobile-banner {
	display: none;
}
	
@media (max-width: 767px) {
	.headerBanner {
		background: url("../img/Header_Banner.png") left top no-repeat;
		padding: 0;
	}
	.bannertext {
		padding: 0 15px 30px 15px;
	}
	h1, h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.headerBanner p {
		font-size: 15px;
		line-height: 25px;
	}
	p, ul {
		font-size: 14px;
		line-height: 22px;
	}
	.whitepaper_banner .container, .whitepaper_banner .mobile-banner .col-12 {
		padding: 0;
	}
	.mobile-banner {
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.mobile-banner:before {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100px;
		content: "";
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.77) 57%,rgba(0,0,0,1) 74%);
	}
	.formSection {
		padding: 25px;
	}
}
.error-message {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #b94a48;
	padding: 5px 10px;
}
.title-h h2 {
	font-size: 20px;
	color: #232323;
	margin-bottom: 45px;
	margin-top: 0;
	font-weight: bold;
	line-height: 30px;
	position: relative;
}

.title-h h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 150px;
	height: 5px;
	background-color: #f74a36;
}

.title-h p {
	font-size: 16px;
	color: #232323;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 300;
	margin-top: 0;
	text-align: justify;
}

.bg-blue-dark {
	background-color: #282d39;
}

.msd-solution img {
	width: 40%;
	margin-bottom: 15px;
}

.msd-solution h4 {
	font-size: 18px;
	color: #232323;
	margin-bottom: 30px;
	margin-top: 0;
	font-weight: 600;
	line-height: normal;
	position: relative;
	transition: all 0.3s ease;
}

.msd-solution a:hover h4 {
	color: #f74a36;
	transition: all 0.3s ease;
}

.b-shadow-msd {
	box-shadow: 15px 10px 10px 0px #dcdcdc;
}

.list-item {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

.list-item li {
	line-height: 22px;
	font-size: 16px;
	color: #232323;
	list-style-position: outside;
	display: flex;
	margin-bottom: 20px;
	font-weight: 300;
}

.list-item li:before {
	content: "\2713";
	list-style: none;
	font-weight: 800;
	color: #f74a36;
	padding-right: 10px;
	font-size: 20px;
}

.flip-box-back-inner h4 {
	line-height: 24px;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
}

.flip-box-back-inner p {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 300;
	margin-top: 0;
	text-align: center;
}

.flip-box-back-inner .back-1 h4 {
	line-height: 24px;
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: 700;
}

.flip-box-back-inner .back-1 p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 300;
	margin-top: 0;
	text-align: center;
}

.flip-card {
	display: inline-block;
	position: relative;
	text-align: center;
	color: #fff;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
	width: 100%;
	margin-bottom: 35px;
}

.flip-card:hover .front {
	z-index: 0;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateY(180deg);
}

.flip-card:hover .back {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotate(0deg);
	transform: rotateY(0deg);
}

.flip-card .front,
.flip-card .back {
	background: #e8e8e8;
	display: inline-block;
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 45px 35px;
	border-radius: 15px;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.flip-card .front {
	background: #274674;
	z-index: 2;
	position: absolute;
	height: 100%;
}

.flip-card .back-1 {
	background: #e8e8e8;
	color: #333333;
}

.flip-card .back {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateY(180deg);
}

@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1280px;
	}
}

@media (max-width: 500px) {
	.flip-card .front,
	.flip-card .back {
		height: 300px;
	}
}

@media (max-width: 767px) {
	.title-h p {
		text-align: left;
	}
	.flip-box-back-inner p {
		text-align: center;
	}
}
form .btn-primary {
	width: 100%;
	background-color: #f74a36;
	border-color: #f74a36;
}
.btn-primary:hover {
	background-color: #f74a36;
	border-color: #f74a36;
}
.loaderbox {
	position: fixed;
	background: rgb(255 255 255 / 65%);
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 5;
	justify-content: center;
	align-items: center;
	display: none;
}

#FocusOnYouModal .modal-body button {
	font-size: 20px;
	background: #b06;
	transition: all .3s ease;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
}

#FocusOnYouModal .modal-body button:hover {
	transform: rotate(90deg);
	background: #249176;
	transition: all .3s ease;
}

#FocusOnYouVideo {
	margin-top: 30px;
}

.form-group {
	padding: 10px;
}

.whitepaper_banner {
	background: url("../img/Commerce_Whitepaper_Banner.png") center center no-repeat;
	background-color: #000;
}
@media (max-width: 767px) {
	.whitepaper_banner {
		background: #000;
	}
	.mobile-banner {
		background-image: url("../img/Commerce_Whitepaper_Mob_Banner.png");
	}
}