/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');


html,
body {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin-left: 0;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	/*font-family: 'GothamBook';*/
	margin-right: 0;
	background-color: #F5F3EE;
	font-weight: 400;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0px;
}

p {
	font-size: 14px;
	/*color: rgb(109 109 109);*/
	/*color: rgb(0 0 0 / 80%);*/

}

p.big-p {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 30px
}

p.mid-p {
	font-size: 18px;
}

a {
	color: #000;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

a:focus,
a:hover {
	color: #ED3349;
}

footer a:hover {
	color: #fff;
}

.t-c {
	text-transform: uppercase;
}

a:hover,
a:focus,
.btn.active,
.btn:active {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff;
	background: #ed3349;
}

.violet-btn:hover {
	/*background: #fbb800!important;*/
	color: #fff !important;
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	max-width: 100%;
}

.bold-text {
	font-weight: 700;
}

.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.img-center {
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}

.noscroll {
	overflow: hidden;
}

.static {
	position: static;
}

.nopadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.clear {
	clear: both;
}

.text-white {
	color: #fff !important;
}

.custom-container {
	display: table;
	width: 90%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

.navbar-fixed-top {
	transition: all 0.4s;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 20px;
}

/*btn css*/
.blue-back {
	background: #146bb0;
}

.blue-color {
	color: #002469;
}

.h2-title {
	margin-bottom: 20px;
}

.yellow-btn {
	background: #fbb800;
	color: #000 !important;
}

.btn-all {
	border-radius: 5px !important;
	min-width: 140px;
	padding: 8px 20px 8px 20px;
	font-weight: 700;
	z-index: 1;
	color: #fff;
	/*text-transform: uppercase;   */
}

.big-btn {
	min-width: 235px;
	margin-bottom: 10px;
}

.btn-transprant {
	border: none;
}

.btn-bordered {
	border: 2px solid transparent;
	background: #ed344a;
	color: #fff;
}

.btn-bordered:hover,
.btn-bordered:focus {
	border-color: #ED3349;
	background: transparent !important;
	color: #ed344a;
}

.violet-btn {
	background: #6E1CC3;
}

.btn-red {
	border: 2px solid transparent;
	background: #ed344a;
	color: #fff;
}

.btn-red:hover,
.btn-red:focus {
	border-color: #ED3349;
	background: transparent !important;
	color: #ed344a;
}

/*btn css end*/


/*preloader css*/

#preloader {
	height: 100vh;
	width: 100vw;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999999999999
}

.loader-block {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@-webkit-keyframes dot-keyframes {
	0% {
		opacity: 0.4;
		transform: scale(1, 1);
	}

	50% {
		opacity: 1;
		transform: scale(1.2, 1.2);
	}

	100% {
		opacity: 0.4;
		transform: scale(1, 1);
	}
}

@keyframes dot-keyframes {
	0% {
		opacity: 0.4;
		transform: scale(1, 1);
	}

	50% {
		opacity: 1;
		transform: scale(1.2, 1.2);
	}

	100% {
		opacity: 0.4;
		transform: scale(1, 1);
	}
}

.loading-dots {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.loading-dots--dot {
	-webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
	animation: dot-keyframes 1.5s infinite ease-in-out;
	background-color: #636466;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 5px;
	box-sizing: border-box;
}

.loading-dots--dot:nth-child(2) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.loading-dots--dot:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/*preloader css end*/


.content-wrapper {
	padding: 0px;
	overflow: hidden;
}

.mob-img {
	display: none !important;
}

.owl-theme .owl-dots .owl-dot {
	background: transparent;
	border: none;
	padding: 0px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #e4e4e4 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #3a1e58 !important;
}

#owl-main.owl-theme .owl-dots {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.section-space {
	padding: 100px 0px;
}

/*flex*/

.d-flex {
	display: flex;
}

.flex-justify-center {
	align-content: justify;
}

.flex-content-center {
	justify-content: center;
}

.flex-align-center {
	align-items: center;
}

/*flex end*/

footer {
	background: #fff;
	padding: 50px 0px 10px;
}

ul.footer-links {
	list-style-type: none;
	padding-left: 0px;
}

.footer-links a {
	color: #fff;
	letter-spacing: 1px;
	font-size: 10px;

}

ul.footer-links li {
	margin-bottom: 8px;
	padding-right: 10px;
}

.social-links {
	padding-left: 0px;
	text-align: right;
}

footer a {
	color: #fff;
}

ul.social-links li {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}

ul.footer-links {
	display: flex;
	flex-wrap: wrap;
}

ul.social-links li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}

ul.social-links li i {
	color: #323050;
	font-size: 18px;
}

ul.social-links li a:hover {
	background: #ff5167;
	color: #fff;
}

ul.social-links li a:hover i {
	color: #fff;
}

footer p {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
}

.font-re {
	font-weight: 400;
}

/*header*/

.navbar-nav > li > a {
	/*color: #fff;*/
	/*text-transform: uppercase;*/
	padding: 7px 20px;
	/*letter-spacing: 1px;*/
	font-size: 12px;
	font-weight: 400;
}

.nav-flex {
	justify-content: space-between;
	padding: 10px 30px;
	/*box-shadow: 0px 15px 15px -15px #b8b8b8;*/
}

.nav > li > a:focus,
.nav > li > a:hover {
	background: transparent;
}

/*header end*/

/*banner section*/
.share-btn {
	margin: 0px 10px;
	padding: 0px !important;
}

.banner-slider {
	margin-top: 50px;
}

.main-title {
	color: #ED3349;
	font-size: 64px;
	line-height: 70px;
	font-weight: 800;

}

.title-span {
	color: #333333;
	font-weight: 400;

}

.banner-data {
	/*width: 40%;*/
	margin: auto;

}

.banner-image {
	width: 60%;
}

p.main-tagline {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0px;
}

h2.section-title {
	color: #3A1E58;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 40px;
}

h2.big-text {
	margin-bottom: 10px;
	/*font-size: 100px;*/
	font-size: 110px;
	line-height: 120px;
}

.slide-sms h2.big-text {
	font-size: 80px;
	line-height: 80px;

}

.sngl-char {
	margin: 5px 0px 40px;
}

.char-cont {
	padding: 0px 20px;
	width: 75%;
}

.char-cont ul {
	padding-left: 15px;
}

.char-cont p {
	margin-bottom: 10px;

}

.char-title {
	font-size: 20px;
	font-weight: 800;
	color: #ED3349;
}

.char-img {
	width: 25%;
}


span.title-tagline {
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
}


.tagline strong {
	color: #000;
}

.counter-sm {
	margin: 40px 0px;
}


/*home slider*/



/*home slioder end*/


.pd-top-0 {
	padding-top: 0px !important;
}

/*shape violet*/
/*flower*/
.v-img-flower {
	position: absolute;
	right: -24%;
	top: -11%;
	z-index: -1;
	overflow: hidden;
}

.po-re {
	position: relative;
}

.ovfl-hi {
	overflow: hidden;
}

.pd-bot-20 {
	padding-bottom: 20px !important;
}



.flex-inverse {
	flex-direction: row-reverse;
}

/*slick slider*/
.slick-dots {
	text-align: left;
}

.slick-dots li {
	margin: 10px 2px !important;
	width: 10px !important;
	background: #3A1E58;
	opacity: 0.2;
	border-radius: 3px;
	height: 7px !important;
	transition: all 0.1s;
}

.slick-dots li.slick-active {
	background: #3A1E58;
	opacity: 1;
	width: 25px !important;
}

.slick-dots li button {
	width: 10px !important;
	height: 2px !important;
}

.slick-dots li button:before {
	content: none !important;
	height: 2px !important;
	width: 5px !important;
	background: #000;
}

.slick-dots {
	position: relative !important;
}

.slider-testi-nav .slick-list {
	padding: 20px 30px !important;
}

.slider-testi-nav .slick-slide {
	transform: scale(0.6) translateX(-150px);
	transform-origin: center;
	transition: all 0.3s;
	z-index: 1;
	position: relative;
}

.slider-testi-nav .slick-slide.slick-current.slick-active.slick-center + .slick-slide {
	transform: scale(0.7) translateX(-140px);
	z-index: 2;
}

.slider-testi-nav .slick-slide.slick-current.slick-active.slick-center {
	transform: scale(0.8) translateX(-60px);
	z-index: 3;
}

.quote-img {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	width: 16px;
	position: relative;

}

nav#main-navbar {
	margin-bottom: 0px;
}

.quote-img img {
	display: inline-block;
	margin-top: -15px;
}

/*new css*/
.logo-block {
	justify-content: center;
}

.img-logo {
	padding: 20px 20px;
	background: #EEEBE3;
	margin: 6px;
	width: 20%;
	text-align: center;
}

.img-logo img {
	width: 100px;
}

.d-blue-back {
	background: #22223f;
	color: #fff;
}

.red-color {
	color: #ED3349 !important;
}

.why-choose-section {
	color: #fff;
}

.bold-text {
	font-weight: 700;
}

.why-content .bold-text {
	margin-bottom: 0px;
}

.why-content {
	position: relative;

	margin: 20px auto 30px;
}

.side-border {
	padding-left: 10px;
	border-left: 10px solid #ff5167;
	width: 82%;
}

/*faq*/
/*.faq-section{
    background: url(../img/faq-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    margin: 50px 0px;
}*/

.faq-shape img {
	transform: scale(1.2) translateX(10%);
}

.accordion-container {
	position: relative;

	height: auto;
	margin: 10px auto;
}

.accordion-container > h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.set {
	position: relative;
	width: 100%;
	height: auto;

}

.set > a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.set > a i {
	float: right;
	margin-top: 2px;
}

.set > a.active {

	color: #ED3349;
}

.f-content {

	border-bottom: 1px solid #ddd;
	display: none;
}

.f-content p {
	padding: 10px 15px;
	margin: 0;
	color: #333;
}

/*faq end*/
.logo-tag {
	text-align: center;
	margin-top: 30px;
	font-weight: bold
}

.mob-wrapper {
	/* width: 40%;*/
}

.sms-cont {
	margin-left: -20px;
}

.section-chara {
	overflow: hidden;
}

.sms-section {
	overflow: hidden;
}

/*animation*/
.sms-cont {
	position: relative;

}

.anim-f-bt-n-rotate {
	opacity: 0;
	-webkit-transform: translateY(50px) matrix3d(1, 0, 0.00, -0.001, 0.00, 1, 0.00, 0, 0, 0, 1, 0, 0, -25, 0, 1) rotate(15deg);
	-moz-transform: translateY(50px) matrix3d(1, 0, 0.00, -0.001, 0.00, 1, 0.00, 0, 0, 0, 1, 0, 0, -25, 0, 1) rotate(15deg);
	-ms-transform: translateY(50px) matrix3d(1, 0, 0.00, -0.001, 0.00, 1, 0.00, 0, 0, 0, 1, 0, 0, -25, 0, 1) rotate(15deg);
	-o-transform: translateY(50px) matrix3d(1, 0, 0.00, -0.001, 0.00, 1, 0.00, 0, 0, 0, 1, 0, 0, -25, 0, 1) rotate(15deg);
	transform: translateY(50px) matrix3d(1, 0, 0.00, -0.001, 0.00, 1, 0.00, 0, 0, 0, 1, 0, 0, 0, -25, 1) rotate(15deg);

	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.anim-f-bt-n-rotate.rotA {
	opacity: 1;
	-webkit-transform: translateY(0) matrix3d(1, 0, 0.00, 0.001, 0.00, 1, 0.00, -0.0005, 0, 0, 1, 0, 1, 0, 0, 1) rotate(-15deg);
	-moz-transform: translateY(0) matrix3d(1, 0, 0.00, 0.001, 0.00, 1, 0.00, -0.0005, 0, 0, 1, 0, 1, 0, 0, 1) rotate(-15deg);
	-ms-transform: translateY(0) matrix3d(1, 0, 0.00, 0.001, 0.00, 1, 0.00, -0.0005, 0, 0, 1, 0, 1, 0, 0, 1) rotate(-15deg);
	-o-transform: translateY(0) matrix3d(1, 0, 0.00, 0.001, 0.00, 1, 0.00, -0.0005, 0, 0, 1, 0, 1, 0, 0, 1) rotate(-15deg);
	transform: translateY(0) matrix3d(1, 0, 0.00, 0.001, 0.00, 1, 0.00, -0.0005, 0, 0, 1, 0, 1, 0, 0, 1) rotate(-15deg);
}

.anim-f-rt {
	opacity: 0;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.anim-f-rt.moveL {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.anim-f-lt {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.anim-f-lt.moveR {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.anim-f-bt {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.anim-f-bt.moveU {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/*animation end*/
.pd-top-20 {
	padding-top: 20px;
}

header {
	position: fixed;
	width: 100%;
	background: #f5f3ee;
	z-index: 2;
	top: 0px;
}

.banner-section {
	padding-top: 80px;
}

.top-section {
	margin-top: 70px;
}

.logo-section {
	margin-bottom: 20px;
}

.sms-cont p {
	padding-left: 15%;
	width: 85%;
}

.mob-wrapper {
	width: 40%;
}

.sms-cont {
	width: 100%;
	height: 100%;
}

.logo-footer img {
	filter: brightness(0) invert(1);
}

.main-title.side-border {
	width: 100%;
}

.big-cloud {
	position: absolute;
	top: 24%;
	right: 27%;

}

.sm-cloud {
	width: 50px;
	float: right;
	margin-top: 10%;
}

.why-big-cloud {
	text-align: right;
	padding-right: 20%;
	position: relative;
	margin: 20px;

}

.why-big-cloud img {
	width: 90px;
}

.why-sm-cloud {
	padding-left: 20%;
	padding-top: 30px;

}

.why-sm-cloud img {
	width: 40px;
}

video#my-video,
video#my-video1 {
	width: 100%;
}

.visi-mob {
	display: none;
}

.logo-section {
	position: relative;
	z-index: 1;
}

.btn-white {
	background: #fff;
	border-radius: 2px;
	color: #ED3349;
	padding: 15px 20px;
	border-radius: 5px !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-gray:focus,
.btn-gray:hover {
	background: #ED3349;
	color: #fff;
}

.btn-gray {
	background: #EEEBE3;
	border-radius: 2px;
	color: #ED3349;
	padding: 15px 20px;
	border-radius: 5px !important;
}

.center-tagline {
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}

.single-cpaas {
	background: #efede7;
	padding: 20px;
	margin: 20px 0px;
	border-radius: 5px;
}

h3.cpass-title {
	margin: 15px 0px;
	font-weight: 700;
	color: #151948;
}

.img-cpass img {
	width: 80px;
}

p.cpass-text {
	margin: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #626161;
}

h2.head-title {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 50px;
	margin-bottom: 20px;
}

.blue-color {
	color: #151948 !important;
}

.gray-shade .why-content p {
	color: #151948 !important;
}

.md-text {
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0px;
	font-weight: 600;
}

.space-30 {
	margin-top: 30px;
}

.team-detail {
	text-align: center;
	margin: 10px 0px;
}

.team-detail span {
	font-weight: 600;
}

.team-block {
	margin: 20px;
}

.team-img {
	border-radius: 10px;
	overflow: hidden;
}

/*Help page*/
.head-tagline {
	line-height: 35px;
}

.contact-detail {
	margin-right: 10%;
	margin-bottom: 15px;
}

.contact-detail span {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 7px;
}

.form-control {
	height: 50px;
	background: #EEEBE3;
	border: none;
}

.gray-block {
	background: #EEEBE3;
	padding: 20px;
}

.gray-block.single-feature {
	margin: 20px 0px;
}

.about-image {
	text-align: center;
}

.top-border {
	width: 150px;
	height: 20px;
	background: #ed3349;
	text-align: center;
	margin: 50px auto 5px;
}

.sm-bold {
	font-weight: 600 !important;
}

.rcs-block {
	margin: 0px 0px 40px;
}

.vio-color {
	color: #40097B;
}

.gray-shade {
	background: #EEEBE3;
}

.gray-shade .why-content .bold-text {
	color: #000;
}

/*Join us page*/
.product-Name {
	margin: 15px 0px;
	font-weight: 700;
}

.product-flex {
	flex-wrap: wrap;
	justify-content: center;
}

.product-flex > div {
	width: 33.333%
}

.benefit-title {
	font-weight: 600;
	width: 82%;
	margin: 20px auto 6px;
	/*text-align: right;*/
}

.gray-patch {
	background: #EEEBE3;
	padding: 70px 50px;
	width: 90%;
	margin: auto;
}

.gray-patch h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 47px;
}

.product-single {
	padding: 30px;
}

/*voice call css*/
.feature-icon {
	width: 20%;
}

.feature-text {
	width: 80%;
	padding: 0px 20px;
}

.content-block-left {
	padding: 0px 40px;
}

/*voice call css end*/
.static-content h3 {
	color: #ED3349;
	font-weight: 600;
	margin: 20px 0px;
}

.mgb-10 {
	margin-bottom: 10px !important;
}

.btn-big-red {
	background: #ed3349;
	width: 100%;
	line-height: 30px;
	margin: 20px 0px;
	border-radius: 5px !important;
}

.contact-left {
	padding: 0PX 50px;
}

/*dropdown*/
ul.dropdown-menu {
	background: #f5f3ee;
	border: none;
	box-shadow: 0px 15px 15px -15px #484848;
	border-radius: 0px;

}

.dropdown-menu > li > a {
	padding: 6px 20px;
	font-size: 12px;
}

.cld-sec-manage {
	display: flex;
	flex-wrap: wrap;
}

.cld-sec-manage .col-md-6 {
	width: 50%;
}

.footer-line {
	background: #000;
	color: #fff;
	/* font-size: 10px; */
	text-align: center;
}

.footer-line p {
	font-size: 12px;
	margin: 0px;
	padding: 14px 0px;
}

.why-content.side-border:before {
	content: "";
	height: 65px;
	width: 10px;
	position: absolute;
	background: #ff5167;
	left: -14px;
}

.why-content.side-border {
	border-left: none !important;
}

.job-req-block {
	padding-left: 20px;
	list-style-type: none;
}

.job-req-block li {
	margin: 20px 0px;
	position: relative;
}

.job-req-block li:before {
	content: "\f178";
	position: absolute;
	left: -19px;
	top: 5px;
	height: 20px;
	width: 20px;
	color: #ed4050;
	font: normal normal normal 14px/1 FontAwesome;
}

.job-detail-block {
	padding: 15px;
}

.job-detail-block .fa {
	margin: 10px 10px 10px 0px;
}

.wpcf7-file {
	line-height: 37px;
	margin: 10px 0px;
}


.singapore-address {
	margin-top: 20px;
}
