
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	color: #212529;
	text-align: left;
	font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #30303c
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 3rem;
	line-height: 58px;
	margin-bottom: 25px;
}
h2 {
	font-size: 2.5rem;
	line-height: 48px;
	margin-bottom: 25px;
}
h3 {
	font-size: 2.1875rem;
	line-height: 45px;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.75rem;
	line-height: 35px;
	margin-bottom: 15px;
}
h5 {
	font-size: 1.5rem;
	line-height: 32px;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.125rem;
	line-height: 28px;
	margin-bottom: 10px;
}
p {
	line-height: 1.5rem;
}
.btn-blue {
	color: #001642;
	background-color: #f5c6d8;
	border-color: #001642;
}
.btn-light {
	color: #001642;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.text-blue {
	color: #001642!important;
}
.text-white {
	color: #ffffff!important;
}
.text-blue a {
	color: #001642;
	text-decoration: none;
	background-color: transparent;
}
.bg-blue {
	background-color: #001642 !important;
}
.home-hero-a {
	position: relative;
	height: 100vh;
	align-items: center;
	display: grid;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-size: cover;
}
.bg-purple {
	background-color: #3A3A6C;
}
.bg-lpurple {
	background-color: #e9edf2;
}
.bg-lpurplex {
	background-color: #e9edf2;
}
.btn-purple {
	color: #ffffff;
	background-color: #3A3A6C;
}
.text-purple {
	color: #3A3A6C!important;
}
.text-purple a {
	color: #3A3A6C;
	text-decoration: none;
	background-color: transparent;
}
.footer {
	font-size: 0.9rem;
}
h1.small,
h2.small {
	font-size: 2.5rem;
	line-height: 52px;
	font-weight: 700;
}
.color-heading {
	color: #949494;
}
.f-18 {
	font-size: 18px;
	line-height: 28px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-15 {
	margin-top: 15px;
}
.op-7 {
	opacity: 0.7;
}
.medium {
	font-weight: 500;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		font-weight: 700;
		text-transform: uppercase;
		color: #d82164;
	}
}
.navbar-toggler {
	background: none;
	border: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: 0;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0 4px 0;
	transition: all 0.2s;
}
.navbar-light .navbar-toggler .icon-bar {
	background: #000000;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
	transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
	transform: rotate(0);
}
.navbar {
	width: 100%;
	-webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
	color: #333333;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-120 {
	padding-top: 120px;
}
i,
span,
a {
	display: inline-block;
}
.portfolio-section .single-portfolio:hover .content .link-btn span {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.service-section .single-service {
	text-align: center;
	padding: 50px 30px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 30px
}
.service-section .single-service:hover .icon {
	color: #e9edf2;
}
.service-section .single-service:hover .icon.color-1 {
	background: #3A3A6C;
}
.service-section .single-service:hover .icon.color-2 {
	background: #3A3A6C;
}
.service-section .single-service:hover .icon.color-3 {
	background: #3A3A6C;
}
.service-section .single-service:hover .icon.color-4 {
	background: #3A3A6C;
}
.service-section .single-service .icon {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-bottom: 30px;
	font-size: 40px;
	color: #313450;
	transition: all .3s ease-out 0s
}
.service-section .single-service .icon.color-1 {
	background: #e9edf2
}
.service-section .single-service .icon.color-2 {
	background: #e9edf2
}
.service-section .single-service .icon.color-3 {
	background: #e9edf2
}
.service-section .single-service .icon.color-4 {
	background: #e9edf2
}
.service-section .single-service .content h3 {
	font-size: 24px;
	margin-bottom: 15px
}
a {
	color: #30303c;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	text-decoration: none;
	color: initial;
}
button:focus {
	outline: none!important
}
.icon-with-title {
	text-align: center;
	padding: 20px 0;
	background: #fff;
	border-radius: 14px;
	margin-top: 30px
}
.iwt-icon {
	padding: 0 0 20px 0;
	min-height: 52px
}
.iwt-icon img {
	width: 52px
}
.iwt-icon2 img {
	width: 75px;
	padding: 0 0 20px 0;
}
.iwt-content p {
	font-size: 16px;
	line-height: 26px;
	color: #3A3A6C;
}
.workflow {
	width: 90px;
}
html .mb30 {
	margin-bottom: 30px;
}
.industry-workfor {
	background: #e9edf2;
	padding: 15px 20px;
	border-radius: 14px;
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.industry-workfor img {
	width: 55px;
}
.industry-workfor h6 {
	margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) .industry-workfor h6 {
	margin:10px 0 0 0px;
	font-size:14px;
	line-height:20px;
}
.whatsapp-bg {
	background: #4ee464;
	border: 1px solid #4ee464;
	-webkit-box-shadow: 0 19px 40px -10px rgb(78 228 100 / 30%);
	box-shadow: 0 19px 40px -10px rgb(78 228 100 / 30%);
}
.vcenter {
	align-items: center;
	align-self: center;
}
.hero-content-a p {
	font-size: 21px;
	line-height: 31px;
}
.ul-list-icon li {
	font-size: 19px;
	line-height: 30px;
	text-indent: -18px;
	padding-left: 48px;
}
.ul-list-icon li+li {
	margin-top: 10px;
}
html .mt30 {
	margin-top: 30px;
}
.ul-list-icon li i {
	margin-right: 10px;
}
.ct-sol-img,
.sol-img,
.sol-image {
	border-radius: 14px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.industry-workfor {
		padding: 15px;
		display: block;
		text-align: center;
		margin: 0 auto 15px;
	}
}
@media only screen and (max-width: 767px) {
	.industry-workfor img {
		width: 45px;
	}
	.industry-workfor img {
		width: 55px;
	}
}
section {
	padding: 60px 0;
	overflow: hidden;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important;
}
.animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.workflow-content {
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.workflow-content:hover {
	transform: translateY(-15px);
}
.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #4FCE5D;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 1px 1px 5px 0px #000;
	z-index: 100;
}
.float:hover {
	color: #fff;
}
.my-float {
	margin-top: 16px;
}
.card-notify-year {
	position: absolute;
	right: -10px;
	top: -20px;
	background: #adadf3;
	border-radius: 50%;
	text-align: center;
	color: #3A3A6C;
	font-size: 20px;
	width: 50px;
	height: 50px;
	font-weight: 800;
	padding: 10px 0 0 0;
}

	

footer ul {
	list-style-type: none;
}

footer a {
	font-size: 1.2rem;
    color: #30303c;
    text-decoration: none;
    background-color: transparent;
}