@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

body {
	/* font-family: 'Nunito', sans-serif; */
	font-family: 'Raleway', sans-serif;
	background: #FFFFFF;
}


a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn-primary {
	background: linear-gradient(94.56deg, #6D70FF 0%, #989AFF 100%);
	border-radius: 10px;
	padding: 12px 45px;
	border: none;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.btn-primary:hover {
	background: linear-gradient(94.56deg, #989AFF 100%, #6D70FF 0%);
}

.btn-secondary {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.row>* {
	padding: 0 15px;
}

.row {
	margin: 0 -15px;
}

.container {
	padding: 0 15px;
}

p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #3C3B62;
}

.main-title {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 800;
	font-size: 64px;
	line-height: 75px;
	color: #13134F;
	padding: 0;
}

.main-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.section-title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	color: #13134F;
	padding: 0 0 48px;
}

.section-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}


.sub-title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	text-transform: capitalize;
	color: #1E1F4B;
	padding: 0 0 24px;
}

.sub-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.green-color {
	color: #00A69B;
}

.white-color {
	color: #FFFFFF;
}

.header {
	transition: all 0.2s;
}

.h-top {
	background: #13134F;
	padding: 8px;
}

.contact-ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.contact-ul li {
	padding: 0 16px;
	margin: 0;
	list-style-type: none;
}

.contact-ul li a img {
	margin-right: 8px;
}

.contact-ul li a {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.contact-ul li a:hover {
	color: #FF6D6F;
}

.navbar {
	padding: 17px 0;
}


.navbar-nav .nav-item {
	position: relative;
	padding: 0 12px;
}

.navbar-nav .nav-item:last-child {
	padding-right: 0;
}


.navbar-nav .nav-item:last-child:after {
	display: none;
}

.navbar-nav .nav-item .nav-link {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #13134F;
	padding: 0;
	position: relative;
	text-transform: capitalize;
}

.navbar-nav .nav-item .nav-link.active-menu,
.navbar-nav .nav-item.active>.nav-link,
.navbar-nav .nav-item.current-menu-item>.nav-link,
.navbar-nav .nav-item>.nav-link.active,
.navbar-nav .nav-item>.nav-link.current-menu-item,
.navbar-nav .nav-item>.nav-link:hover {
	color: #FF6D6F;
}


.navbar-brand {
	padding: 0;
	margin: 0;
}



/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

.banner {
	padding: 64px 0 80px;
}

.banner .banner-detail p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #13134F;
	opacity: 0.7;
	margin: 24px 0;
}

.banner .banner-detail h3 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	color: #13134F;
	margin: 0 0 30px;
}

.banner .banner-detail h3 span {
	background: url("../images/bbt.svg") no-repeat;
	background-size: contain;
	background-position: bottom center;
	/* padding-bottom: 10px; */
	font-family: 'DM Serif Display';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 82px;
	color: #6D70FF;

}

.vision-box {
	background: #FFFFFF;
	border: 1px solid #E1E3FF;
	box-shadow: 0px 8px 30px -5px rgba(109, 112, 255, 0.15);
	border-radius: 20px;
	padding: 24px;
}

.vision-box .row {
	justify-content: space-between;
	margin: 0 -8px;
}

.vision-box [class*=col-] {
	padding: 0 8px;
	width: auto;
}

.vision-block {
	text-align: center;
}

.vision-block span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #13134F;
	display: block;
	margin: 16px 0 0;
}

.banner-img {
	text-align: right;
}

.trust {
	background: #F1F1FF;
	padding: 40px 0;
}

.trust .container {
	max-width: 980px;
}

.trust .slick-list {
	margin: 0 -36px;
}

.trust .slick-track {
	/* display: flex; */
}

.trust .t-item {
	align-items: center;
	justify-content: center;
	display: flex;
	margin: 0 36px;
	min-height: 50px;
}


.trust .t-item img {
	mix-blend-mode: multiply;
}

.service-block .icon img {
	border-radius: 50%;
}

.our-service [class*=col-]:nth-child(1) .service-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(26, 198, 252, 0.17);
}

.our-service [class*=col-]:nth-child(2) .service-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(255, 141, 11, 0.17);
}

.our-service [class*=col-]:nth-child(3) .service-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(109, 112, 255, 0.17);
}

.our-service [class*=col-]:nth-child(4) .service-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(253, 86, 62, 0.17);
}

.our-service [class*=col-]:nth-child(5) .service-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(254, 217, 86, 0.17);
}

.our-service [class*=col-]:nth-child(6) .service-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(66, 228, 190, 0.17);
}

.our-service [class*=col-]:nth-child(7) .service-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(26, 198, 252, 0.17);
}

.our-service [class*=col-]:nth-child(8) .service-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(253, 86, 62, 0.17);
}

.service-block {
	padding: 32px;
	background: #FFFFFF;
	border: 1px solid #E1E3FF;
	box-shadow: 0px 8px 30px -5px rgba(109, 112, 255, 0.15);
	border-radius: 20px;
	text-align: center;
	height: 100%;
}

.service-block .icon {
	margin: 0 0 24px;
}

.service-block h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #13134F;
	margin: 0 0 24px;
}

.our-service {
	padding: 100px 0;
}

.our-service [class*=col-] {
	padding-bottom: 32px;
}
.our-service [class*=col-]:nth-last-child(1),
.our-service [class*=col-]:nth-last-child(2),
.our-service [class*=col-]:nth-last-child(3) {
	padding-bottom: 0;
}

.service-list {
	position: relative;
	z-index: 99;
}

.service-list .s-top {
	position: absolute;
	top: -32px;
	right: -32px;
	z-index: -1;
}

.service-list .s-bottom {
	position: absolute;
	bottom: 0;
	left: -32px;
	z-index: -1;
}


.customer-story {
	padding: 100px 0 155px;
}
.customer-story .section-title {
	padding: 0 0 18px;
}

.customer-main {
	position: relative;
	z-index: 99;

}

.customer-main .s-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.customer-main .s-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}

.customer-slider .slick-list {
	margin: 0 -30px;
}

.story-item {
	padding: 30px;
}

.story-block {
	background: #FFFFFF;
	border: 1px solid #E1E3FF;
	box-shadow: 0px 8px 30px -5px rgba(109, 112, 255, 0.15);
	border-radius: 20px;
	padding: 24px;
	text-align: center;
}

.story-block h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px;
	color: #13134F;

}

.story-block span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	display: block;
	color: #5E5E7C;
}


.customer-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
}

.customer-slider .slick-dots li {
	display: flex;
	flex-wrap: wrap;
	margin: 0 7px;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}




.customer-slider .slick-dots li button {
	height: 14px;
	width: 14px;
	border: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	font-size: 0;
	padding: 0;
	position: relative;
	background: transparent;
}

.customer-slider .slick-dots li button:after {
	height: 10px;
	width: 10px;
	background: linear-gradient(94.56deg, #6D70FF 0%, #989AFF 100%);
	background: #FFFFFF;
	border: 1px solid #6D70FF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: auto;
	z-index: -1;
}


.customer-slider .slick-dots li.slick-active button {
	background: linear-gradient(94.56deg, #6D70FF 0%, #989AFF 100%);
}



.contact-us {
	background: #F1F1FF;
	padding: 100px 0;
}

.contact-form {
	position: relative;
	z-index: 99;
}

.contact-form .c-top {
	position: absolute;
	top: -90px;
	right: -90px;
	z-index: -1;
}

.contact-form .c-bottom {
	position: absolute;
	bottom: -65px;
	left: -65px;
	z-index: -1;
}

.contact-form form {
	background: #FFFFFF;
	box-shadow: 0px 8px 50px -10px rgba(109, 112, 255, 0.07);
	border-radius: 20px;
	padding: 32px 48px;
}

.form-group {
	margin-bottom: 16px;
}

.form-group label {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #13134F;
	display: block;
	margin: 0 0 8px;
}

.form-control {
	height: 48px;
	background: rgba(241, 241, 255, 0.5);
	border: 1px solid #F1F1FF;
	border-radius: 10px;
	padding: 13px 16px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #36375C;
}


.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #A0A0BB;
	font-weight: 400;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #A0A0BB;
	font-weight: 400;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #A0A0BB;
	font-weight: 400;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #A0A0BB;
	font-weight: 400;
}

textarea.form-control {
	height: auto;
	min-height: auto;
}

.contact-form .btn-primary {
	font-weight: 600;
	padding: 10px 29px;
}

.form-control:focus {
	background: #FFFFFF;
	border: 1px solid #6D70FF;
	box-shadow: none;
}

.form-group .form-control:focus,
.form-group .form-control:not(:placeholder-shown),
.form-group .form-select,
.form-group .form-control:not(:placeholder-shown) {
	border: 1px solid #6D70FF;
	background: #FFFFFF;
}

.outcome-block {
	background: #FFFFFF;
	border: 1px solid #E1E3FF;
	box-shadow: 0px 8px 30px -5px rgba(109, 112, 255, 0.15);
	border-radius: 20px;
	min-height: 252px;
	padding: 32px;
	text-align: center;
	height: 100%;
}

.outcome-block h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #3C3B62;
	margin: 0;
}


.outcome-block .icon img {
	border-radius: 50%;
}

.outcome-block .icon {
	margin-bottom: 24px;
}


.outcome [class*=col-]:nth-child(1) .outcome-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(26, 198, 252, 0.17);
}

.outcome [class*=col-]:nth-child(2) .outcome-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(255, 141, 11, 0.17);
}

.outcome [class*=col-]:nth-child(3) .outcome-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(183, 71, 247, 0.17);
}

.outcome [class*=col-]:nth-child(4) .outcome-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(253, 86, 62, 0.17);
}

.outcome [class*=col-]:nth-child(5) .outcome-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(254, 217, 86, 0.17);
}

.outcome [class*=col-]:nth-child(6) .outcome-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(66, 228, 190, 0.17);
}

.outcome [class*=col-]:nth-child(7) .outcome-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(26, 198, 252, 0.17);
}

.outcome [class*=col-]:nth-child(8) .outcome-block .icon img {
	box-shadow: 0px 0px 30px 5px rgba(253, 86, 62, 0.17);
}


.outcome [class*=col-] {
	padding-bottom: 32px;
}
.outcome [class*=col-]:nth-last-child(1),
.outcome [class*=col-]:nth-last-child(2),
.outcome [class*=col-]:nth-last-child(3),
.outcome [class*=col-]:nth-last-child(4) {
	padding-bottom: 0;
}

.outcome {
	position: relative;
	z-index: 99;
}

.outcome .s-top {
	position: absolute;
	top: -32px;
	right: -32px;
	z-index: -1;
}

.outcome .s-bottom {
	position: absolute;
	bottom: 0;
	left: -32px;
	z-index: -1;
}

.outcome .s-right {
	position: absolute;
	bottom: -50px;
	right: -50px;
	z-index: -1;
}

.outcome-delivery {
	position: relative;
	overflow: hidden;
	background: #F1F1FF;
	padding: 100px 0;
}

.outcome-delivery .out-top {
	position: absolute;
	top: -120px;
	left: -113px;
}

.nav-tabs {
	display: block;
	border: none;
}

.nav-tabs .nav-link {
	background: rgba(225, 227, 255, 0.3);
	border-radius: 10px;
	border: none;
	margin-bottom: 16px;
	display: block;
	width: 100%;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #6D70FF;
	padding: 14px;
}


.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #FFFFFF;
	background: linear-gradient(94.56deg, #6D70FF 0%, #989AFF 100%);
	border-radius: 10px;
}

.technology-tabing .row {
    align-items: center;
}
.technology-tabing .sub-title {
	text-align: left;
}

.list-block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

.list-block ul li {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #3C3B62;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	position: relative;
	padding-left: 42px;
	margin-bottom: 8px;
}

.list-block ul li::after {
	position: absolute;
	left: 0;
	top: 1px;
	height: 26px;
	width: 26px;
	background: url('../images/tick.svg');
	content: "";

}

.technology-tabing .logo-block {
	margin-bottom: 16px;
}

.tech-image {
	position: relative;
}

.tech-image .t-top {
	position: absolute;
	right: -94px;
	top: -94px;
	z-index: -1;
}

.our-technology {
	padding: 100px 0;
}

.our-company {
	background: #F1F1FF;
	padding: 100px 0;
}

.about-img {
	position: relative;
	z-index: 9;
}

.about-img .about-top {
	position: absolute;
	left: -51px;
	top: -51px;
	z-index: -1;
}

.about-detail ul li {
	margin-bottom: 16px;
}

.our-process {
	background: #FFFFFF;
	box-shadow: 0px 8px 50px -10px rgba(109, 112, 255, 0.07);
	border-radius: 20px;
	padding: 32px 39px;
	max-width: 720px;
	margin-left: -145px;
	position: relative;
	z-index: 99;
}

.our-process .row {
	margin: 0 -5px;
}
.our-process [class*=col-] {
	padding: 0 5px;
}

.process-block .process-inner {
	position: relative;
}

.process-block .process-inner .count-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.red-text {
	color: #FF6D6F;
}
.blue-text {
	color: #6D70FF;
}
.process-block .process-inner .count-block span {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
}

.process-block text {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	fill: #6D70FF;
	display: none;
}
.process-block tspan {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #6D70FF;
}

.process-block .pie {
	margin: 0 auto;
}
.process-block svg circle {
	stroke-width: 5px;
}
.process-block svg .pie-circle-4 ,
.process-block svg .pie-circle-2 ,
.process-block svg .pie-circle-3 ,
.process-block svg .pie-circle-1 {
	stroke-width: 10px;
}
.process-block {
	text-align: center;
}

.process-block h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	margin: 24px  0 0;
	color: #3C3B62;
}

.footer {
	background: #13134F;
}

.f-title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0;
}

.f-contact .f-title {
	margin: 0 0 16px;
}

.f-contact .contact-ul {
	display: block;
}

.f-contact .contact-ul li {
	padding: 0 0 8px;
}

.footer form {
	position: relative;
	max-width: 397px;
	margin: 0 auto;
}

.footer .form-group  {
	position: relative;
}
.footer .form-group .form-control {
	padding-right: 80px;
}

.footer form .btn {
	background: linear-gradient(130.43deg, #FF6D6F 0%, #FF989A 100%);
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 12px 25px;
	border: none;
}
.footer form .btn:hover {
	background: linear-gradient(130.43deg, #FF989A 0%,  #FF6D6F 50%);
}

.footer .form-control {
	background: #262665;
	border-radius: 10px;
	border: none;
	padding: 15px;
}

.f-top {
	padding: 80px 0;
	border-bottom: 1px solid rgb(234, 238, 243, 0.15);
}

.f-block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.f-block ul li {
	padding: 0 0 8px;
	list-style-type: none;
	display: block;
}

.f-block p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 19px;
	color: #FFFFFF;
}

.f-block ul li a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.f-block ul li a:hover {
	color: #FF6D6F;
}

.copyright {
	padding: 24px 0;
}

.copyright p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}


.form-group label.error {
	color: #ff0000;
	font-size: 13px;
}

.alert {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 14px;
}

.alert-success {
	color: #008000;
}

.alert-danger {
	color: #ff0000;
}