/* @font-face {
	font-family: 'Poppins-Medium-Black';
	src: url('fonts/Poppins-Medium-Black.otf');
}
@font-face {
	font-family: 'Poppins-Medium';
	src: url('fonts/Poppins-Medium-Bold.otf');
}
@font-face {
	font-family: 'Poppins-Medium-Light';
	src: url('fonts/Poppins-Medium-Light.otf');
}
@font-face {
	font-family: 'Poppins-Medium';
	src: url('fonts/Poppins-Medium.otf');
	src: url('fonts/Poppins-Medium.ttf');
} */



@font-face {
	font-family: 'Poppins-Medium';
	src: url('poppins-fonts/Poppins-Medium.eot'),
	url('poppins-fonts/Poppins-Medium.woff')  format('woff'),
	url('poppins-fonts/Poppins-Medium.woff2'),
	url('poppins-fonts/Poppins-Medium.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Medium.ttf') format('embedded-opentype');   
  }
  @font-face {
	font-family: 'Poppins-Bold';
	src: url('poppins-fonts/Poppins-Bold.eot'),
	url('poppins-fonts/Poppins-Bold.woff')  format('woff'),
	url('poppins-fonts/Poppins-Bold.woff2'),
	url('poppins-fonts/Poppins-Bold.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Bold.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-ExtraLight';
	src: url('poppins-fonts/Poppins-ExtraLight.eot'),
	url('poppins-fonts/Poppins-ExtraLight.woff')  format('woff'),
	url('poppins-fonts/Poppins-ExtraLight.woff2'),
	url('poppins-fonts/Poppins-ExtraLight.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-ExtraLight.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-Light';
	src: url('poppins-fonts/Poppins-Light.eot'),
	url('poppins-fonts/Poppins-Light.woff')  format('woff'),
	url('poppins-fonts/Poppins-Light.woff2'),
	url('poppins-fonts/Poppins-Light.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Light.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-Regular';
	src: url('poppins-fonts/Poppins-Regular.eot'),
	url('poppins-fonts/Poppins-Regular.woff')  format('woff'),
	url('poppins-fonts/Poppins-Regular.woff2'),
	url('poppins-fonts/Poppins-Regular.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Regular.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-SemiBold';
	src: url('poppins-fonts/Poppins-SemiBold.eot'),
	url('poppins-fonts/Poppins-SemiBold.woff')  format('woff'),
	url('poppins-fonts/Poppins-SemiBold.woff2'),
	url('poppins-fonts/Poppins-SemiBold.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-SemiBold.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-Thin';
	src: url('poppins-fonts/Poppins-Thin.eot'),
	url('poppins-fonts/Poppins-Thin.woff')  format('woff'),
	url('poppins-fonts/Poppins-Thin.woff2'),
	url('poppins-fonts/Poppins-Thin.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Thin.ttf') format('embedded-opentype');  
  }
  body{
	font-family: 'Poppins-Medium';
  }
body {
	color: #444;
}
a {
	color: #07315c;
}
a:hover {
	color: #07315c;
	text-decoration: none;
}
.about-us a {
	color: #009ce1;
	font-size: 16px;
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins-SemiBold';
}
ol, p, ul {
	font-weight: 400;
	font-family: 'Poppins-Medium';
}
.slide-lefts {
	margin-bottom: 40px;
}
p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 5px;
	font-family: 'Poppins-Regular';
	font-weight: 500;
}
.text-muted {
	color: inherit !important 
}
.founder a {
	color: #009ce1 
}
.mission-color {
	color: #002b58 
}
.bg-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100% 
}
.container.aos-init img {
	margin: 20px 0 
}
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999 
}
.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #3498db;
	color: #fff;
	transition: all .4s;
	font-weight: 700;
}
.back-to-top i:hover {
	background: #57aae1;
	color: #fff 
}
#header {
	height: 70px;
	transition: all .5s;
	z-index: 997;
	transition: all .5s;
	background: #fff;
	box-shadow: 0 0 4px #dee2e6 
}
#header .logo h1 {
	font-size: 28px;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #384046 
}
#header .logo h1 a, #header .logo h1 a:hover {
	color: #384046;
	text-decoration: none 
}
#header .logo img {
	max-height: 40px 
}
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none 
}
.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	float: left 
}
.nav-menu a {
	display: block;
    position: relative;
    color: #002b58;
    /* padding: 19px; */
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins-Medium';
    padding: 19px 12px;
}
.nav-menu a:hover {
	color: #3498db 
}
.active a {
	color: #3498db;
	text-decoration: none 
}
.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	/* box-shadow: 0 0 4px #dee2e6; */
	box-shadow: 0px 0px 4px rgb(0 0 0 / 24%);
	/* transition: ease all .3s  */
}
.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible 
}
.nav-menu .drop-down li {
	min-width: 180px;
	position: static
}
.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 12px;
	text-transform: none;
	color: #002B58;
	font-weight: 400 
}
.nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul li:hover>a {
	color: #3498db 
}
.nav-menu .drop-down>a:after {
	content: "\ea67";
	font-family: IcoFont;
	padding-left: 5px 
}
.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	min-width: 230px;
	padding-top: 10px;
	display: block;
    opacity: 1;
    transition: opacity 0s linear; /* Smoothly transition the opacity */
	min-height: 324px;
}
.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}
.nav-menu .drop-down .drop-down>a:after {
	content: "\ea69";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}
@media (max-width:1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
   }
	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
   }
	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea68";
   }
}
.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 18px;
	z-index: 9998;
	border: 0;
	background: 0 0;
	font-size: 24px;
	transition: all .4s;
	outline: 0 !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	color: #384046;
}
.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out .2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}
.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #384046;
	padding: 10px 20px;
	font-weight: 500;
	outline: 0;
	font-family: 'Poppins-Medium';
	font-size: 14px;
	/* -webkit-text-fill-color: #384046; */

}
.mobile-nav .active>a, .mobile-nav a:hover, .mobile-nav li:hover>a {
	color: #3498db;
	text-decoration: none;
}
.mobile-nav .drop-down>a:after {
	content: "\ea67";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down>a:after {
	content: "\ea6a";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(33, 38, 42, .6);
	overflow: hidden;
	display: none;
	transition: ease-in-out .2s;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff !important;
}
a.btn.btn-primary {
	color: #fff;
	background-color: #002b58 !important;
	border-color: #002b58 !important;
}
.title {
	font-size: 21px;
}
.footer {
	position: relative;
	/* background: url(../images/pattern.png) repeat, rgb(218 239 249 / 15%); */
	background: #002b58;
	transition: all .2s;
	font-family: 'Poppins-Medium';
}
.footer .footer-top {
	padding: 50px 0px 40px 0px;
	color: #fff;
}
@media (max-width:767px) {
	.footer .footer-top .footer-widget {
		margin-bottom: 15px 
   }
}
.footer .footer-top .footer-widget .footer-title {
	position: relative;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 30px;
	color: #fff; 
}
.footer .footer-top .footer-widget .footer-title:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 1px;
	background-color: #fff; 
}
.footer .footer-top .footer-widget ul.links {
	margin: 0;
	padding: 0 
}
.footer .footer-top .footer-widget ul.links li {
	margin-left: 25px;
	margin-bottom: 6px;
	position: relative 
}
.footer .footer-top .footer-widget ul.links li::before {
	content: '';
	background: #fff;
	left: -1.2em;
	top: .61rem;
	position: absolute;
	text-align: center;
	width: .2em;
	height: .2rem;
	line-height: inherit 
}
.footer .footer-top .footer-widget ul.links li a {
    color: #fff;
    -webkit-text-fill-color: #fff;

}
.footer .footer-top .footer-widget ul.contactus li a {
	display: block;
	position: relative;
	color: #fff;
	padding-left: 35px;
	margin-bottom: 10px 
}
.footer .footer-top .footer-widget ul.contactus li a i {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 18px;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 10px 
}
.footer .footer-bottom {
	padding: 10px 0;
	border-top: 1px solid #6c757d87 
}
.footer .footer-bottom .social-icons ul {
	margin: 0;
	padding: 0 
}
.footer .footer-bottom .social-icons ul li {
	width: 35px;
	height: 35px;
	margin-right: 8px;
	display: inline-block 
}
.footer .footer-bottom .social-icons ul li:last-child {
	margin-right: 0 
}
.footer .footer-bottom .social-icons ul li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	position: relative;
    color: #fff;
    border: 1px solid #fff;
	font-weight: 500 
}
@media (max-width:767px) {
	.footer .footer-bottom, .footer .footer-bottom .social-icons {
		text-align: center 
   }
}
.btn-theme {
	color: #fff;
	background-color: #001ce8;
	border-color: #001ce8 
}
.pricing .card {
	position: relative;
	border: none;
	border-radius: 1rem;
	overflow: hidden;
	transition: all .2s;
	border: 1px solid #002b584d 
}
.pricing .card::before {
	content: '';
	background-image: url(../images/top_sharp-01.png);
	background-position: right top;
	background-size: 80px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .2;
	transition: all .2s 
}
.pricing .card:hover::before {
	background-image: url(../images/top_sharp-02.png) 
}
.pricing .card .card-body {
	position: relative;
	z-index: 2 
}
.pricing hr {
	margin: 1rem 0 
}
.pricing .card-title {
	margin-top: 2.5rem;
	font-size: 1.6rem;
	letter-spacing: .1rem;
	font-weight: 700;
	color: #009ce1 
}
.pricing .card-price {
	font-size: 1.6rem;
	color: #fff;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	background-color: #009ce1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 11px;
}
.pricing .card-body .contactprice{
	cursor: pointer;	
}
.fa-ul {
	font-family: 'Poppins-Medium'; 
}
.pricing .card-price .period {
	font-size: .8rem 
}
.pricing ul li {
	margin-bottom: 1rem 
}
.pricing .text-muted {
	opacity: .7 
}
@media (min-width:992px) {
	.pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3) 
   }
	.pricing .card:hover .btn {
		opacity: 1 
   }
}
#hero {
	width: 100%;
	height: 90vh;
	background: url(../img/hero-bg.jpg) top left;
	background-size: cover;
	position: relative 
}
#hero:before {
	content: "";
	background: rgba(255, 255, 255, .6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0 
}
#hero .container {
	position: relative;
	padding-top: 132px 
}
@media (max-width:992px) {
	#hero .container {
		padding-top: 58px 
   }
}
#hero h1 {
	margin: 0;
	font-size: 39px;
	font-weight: 500;
	line-height: 45px;
	color: #222;
	font-family: Poppins, sans-serif;
	text-transform: capitalize 
}
#hero h1 span {
	color: #009ce1 
}
#hero h2 {
	color: #555;
	margin: 30px 0 30px 0;
	font-size: 20px;
	font-weight: 400 
}
#hero .btn-get-started {
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 28px;
	border-radius: 4px;
	transition: .5s;
	color: #fff;
	background: #009ce1;
	border: none 
}
#hero .btn-get-started:hover {
	background: #247cf0 
}
#hero .btn-watch-video {
	font-size: 16px;
	display: inline-block;
	padding: 10px 25px 8px 40px;
	transition: .5s;
	margin-left: 25px;
	color: #222;
	position: relative;
	font-weight: 500 
}
#hero .btn-watch-video i {
	color: #009ce1;
	font-size: 32px;
	position: absolute;
	left: 0;
	top: 7px;
	transition: .3s 
}
#hero .btn-watch-video:hover {
	color: #009ce1 
}
#hero .btn-watch-video:hover i {
	color: #009ce1 
}
@media (min-width:1024px) {
	#hero {
		background-attachment: fixed 
   }
}
@media (max-width:768px) {
	#hero {
		height: auto 
   }
	#hero h1 {
		font-size: 28px;
		line-height: 36px 
   }
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px 
   }
	#hero .btn-get-started, #hero .btn-watch-video {
		font-size: 13px 
   }
}
@media (max-height:500px) {
	#hero {
		height: 120vh 
   }
}
.footer p, .footer ul {
	font-family: 'Poppins-Regular';
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.resource-height img {
	margin: 12px 0 
}
.hero-bgs {
	background-image: url(../img/bg-hero.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat 
}
.shadow-filter {
	filter: drop-shadow(5px 5px 2px #a0a0a0) 
}
.example-content {
	width: 40%;
	text-align: center;
	margin: 0 auto;
	font-weight: 500;
	position: absolute;
	left: 0;
	right: 0;
	top: 19% 
}
@keyframes slidein {
	from {
		margin-left: 100%;
		width: 300% 
   }
	to {
		margin-left: 0;
		width: 100% 
   }
}
.bg-color {
	background: linear-gradient(to right, #4ebaea6e 0, #fff 100%) 
}
@media (max-width:768px) {
	.example-content {
		width: 100%;
		background-color: #c9eaf95e;
		margin-top: 37% 
   }
}


/* leela code apr 08,24 */
.pricing_divs .feature_heading{
	text-align: left !important;
    font-family: 'Poppins-Medium' !important;
}
.pricing_divs .feature_heading span{
	display: block;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
	margin-top: 2px;
    font-family: 'Poppins-Regular';
}


section {
	padding: 10px 0;
	overflow: hidden 
}
.section-title {
	text-align: center;
	padding: 15px 0 
}
.section-title h2 {
	color: #1f3c66;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.41667em 
}
.section-title h3 {
	margin: 15px 0 0 0;
	font-size: 32px;
	font-weight: 700 
}
.section-title h3 span {
	color: #009ce1 
}
.section-title p {
	margin: 15px auto 0 auto;
	font-weight: 500 
}
@media (min-width:1024px) {
	.section-title p {
		width: 50% 
   }
}
.about .content h3 {
	font-weight: 500;
	font-size: 26px 
}
.about .content ul {
	list-style: none;
	padding: 0 
}
.about .content ul i {
	font-size: 24px;
	padding: 5px;
	color: #009ce1;
	border-radius: 50px 
}
.about .content ul h5 {
	font-size: 18px;
	color: #555 
}
.about .content ul p {
	font-size: 15px 
}
.about .content p:last-child {
	margin-bottom: 0 
}
.client-logo img:hover {
	transform: scale(1.15) 
}
.row.my-5.apps-custom img {
	padding: 0 
}
@media (max-width:768px) {
	.apps-customers {
		margin-top: 0 !important 
   }
}
.color_g {
	color: #fff; 
}
.social-icons{
	color: #fff;
}
.contact .info-box {
	color: #444;
	text-align: center;
	padding: 20px 0 30px 0;
	background-color: #fff;
	border: 1px solid #eaedf0 
}
.contact .info-box i {
	font-size: 32px;
	color: #009ce1;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #b3d1fa 
}
.contact .info-box h3 {
	font-size: 20px;
	color: #009ce1;
	font-weight: 500;
	margin: 10px 0 
}
.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0 
}
.contact .php-email-form {
	box-shadow: 0 0 30px rgba(214, 215, 216, .4);
	padding: 30px 
}
.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px 
}
.table td, .table th{
	font-size: 14px;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 500 
}
.contact .php-email-form .error-message br+br {
	margin-top: 25px 
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 500 
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px 
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite 
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px 
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #009ce1 
}
.contact .php-email-form input {
	padding: 20px 15px 
}
.contact .php-email-form textarea {
	padding: 12px 15px 
}
.contact .php-email-form button[type=submit] {
	background: #009ce1;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: .4s;
	border-radius: 4px 
}
.contact .php-email-form button[type=submit]:hover {
	background: #009ce1 
}
#footer {
	background: #fff;
	padding: 0 0 10px 0;
	color: #444;
	font-size: 14px;
	background: #f1f6fe 
}
#footer .footer-top {
	padding: 20px 0 20px 0;
	background: #fff 
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px 
}
#footer .footer-top .footer-contact h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700 
}
#footer .footer-top .footer-contact h3 span {
	color: #009ce1 
}
#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #777 
}
#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 700;
	color: #444;
	position: relative;
	padding-bottom: 12px 
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0 
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #009ce1;
	font-size: 18px;
	line-height: 1 
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center 
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0 
}
#footer .footer-top .footer-links ul a {
	color: #777;
	transition: .3s;
	display: inline-block;
	line-height: 1 
}
#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #009ce1 
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #009ce1;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	margin-bottom: 5px;
	transition: .3s 
}
#footer .footer-top .social-links a:hover {
	background: #009ce1;
	color: #fff;
	text-decoration: none 
}
#footer .copyright {
	text-align: center;
	float: left 
}
#footer .credits {
	float: right;
	text-align: center;
	font-size: 13px;
	color: #444 
}
img.img-fluid.times {
	width: 50px;
	max-width: 50px;
	height: auto 
}
@media (max-width:768px) {
	#footer .copyright, #footer .credits {
		float: none;
		text-align: center;
		padding: 2px 0 
   }
}
.forms {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px 
}
.validate {
	color: red;
	margin-bottom: 4px;
	font-size: 12px 
}
.form-group {
	margin-bottom: 5px !important 
}
.carousel-captions {
	background-color: #edf6fa;
	width: 100%;
	padding: 15px;
	color: #113254 
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #687d92;
	background-color: rgb(236 245 255 / 50%) !important 
}
.carousel-captions h3 {
	font-size: 20px !important;
	margin: 0 
}
.carousel-captions p {
	font-size: 13px !important;
	margin: 0;
	display: none 
}
.shadow {
	border: 1px solid #e9ecef !important;
	box-shadow: none !important 
}
.carousel-item img.img-fluid {
	margin: 0 auto;
	object-fit: scale-down;
	width: 100%;
	height: 440px !important;
	max-height: 440px !important 
}
div#v-pills-tab {
	text-align: center 
}
.gallery {
	overflow: hidden 
}
.gallery .owl-dots, .gallery .owl-nav {
	text-align: center 
}
.gallery .owl-item {
	transition: .3s ease-in-out 
}
.gallery .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #eff2f8 !important 
}
.gallery .owl-dot.active {
	background-color: #5777ba !important;
	display: none 
}
.gallery .gallery-carousel .owl-stage-outer {
	overflow: visible 
}
@media (min-width:992px) {
	.gallery .gallery-carousel .center {
		border: 6px solid #5777ba;
		padding: 4px;
		background: #fff;
		z-index: 1;
		transform: scale(1.2);
		margin-top: 10px;
		border-radius: 25px 
   }
}
#gallery img {
	width: 80%;
	box-shadow: 0 0 4px -1px grey;
	object-fit: cover;
	border: 1px solid #2442614d;
	height: 500px 
}
@media (max-width:992px) {
	#gallery img {
		width: 100% !important;
		object-fit: inherit;
		height: inherit 
   }
	.carousel-captions {
		height: inherit 
   }
}
.col-lg-2.col-md-2.col-xs-6.shadow-sm .client-logo {
	padding: 0;
	margin: 0 
}
.clients .client-logo {
	border-radius: 5px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #adb5bd6e;
	overflow: hidden;
	background: #fff;
	height: 140px;
	margin: 12px 0 
}
.clients .client-logo:hover img {
	transform: scale(1.1) 
}
.nav-pills .nav-link {
	background-color: #fff 
}
.font-weight-bold {
	text-align: center 
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #002b58;
	padding: 14px;
	background-size: auto;
	width: 15px 
}
.owl-nav button span {
	margin: 0 10px;
	background-color: #002b58;
	color: #fff;
	padding: 10px;
	font-size: 23px 
}
.owl-nav button {
	margin: 10px 0 
}
.thanks button {
	font-size: 18px 
}
.featured-services .icon-box {
	padding: 5px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9ecef;
	transition: all .3s ease-in-out;
	border-radius: 8px;
	z-index: 1 
}
.featured-services .icon-box::before {
	content: '';
	position: absolute;
	background: #cbe0fb;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all .3s;
	z-index: -1 
}
.featured-services .icon-box:hover::before {
	background: #7fbdff;
	top: 0;
	border-radius: 0 
}
.featured-services .icon {
	margin-bottom: 15px 
}
.featured-services .icon i {
	font-size: 48px;
	line-height: 1;
	color: #106eea;
	transition: all .3s ease-in-out 
}
.featured-services .title {
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #009ce10d;
	text-transform: capitalize;
	padding: 10px 
}
.featured-services .title a {
	color: #009ce1 
}
.featured-services .description {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	padding: 10px 
}
.featured-services .icon-box:hover .description, .featured-services .icon-box:hover .title a {
	color: #fff 
}
.featured-services .icon-box:hover .icon i {
	color: #fff 
}
button.btn.btn-theme {
	border: 1px solid #fff;
	background: 0 0 
}
.btn.btn-theme a {
	color: #fff 
}
.customers img.img-fluid {
	background: 1px rgb(0 123 255 / 5%);
	height: 20vh;
	padding: 17px;
	box-shadow: 0 0 3px 0 #009ce1;
	width: 100% 
}
.cutomers {
	padding: 0;
	list-style: none 
}
.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 15px;
	margin: 20px;
	text-align: center;
	min-height: 195px;
	background: #fff;
	border: 1px solid #b4d9f263;
	box-shadow: 1px 0 0 0 #b4d9f2 
}
.testimonials .testimonial-item .testimonial-img {
	width: 101px;
	border: 4px solid #3498db61;
	margin: 0 auto 
}
.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 5px 0;
	color: #002b58 
}
.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #002b58;
	font-family: 'Poppins-Medium';
	margin: 0 
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
	color: #e1f0fa;
	font-size: 26px 
}
.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative 
}
.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px 
}
.testimonials .testimonial-item p {
	margin: 0 auto 15px auto;
	font-weight: 400;
	font-size: 14px;
    color: #002b58;
}
.testimonials .owl-dots, .testimonials .owl-nav {
	text-align: right 
}
.testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd !important 
}
.testimonials .owl-dot.active {
	background-color: #3498db !important 
}
.apps-custom .col.mb-2 {
	margin: 0;
	padding: 1px 
}
@media (max-width:1200px) {
	.section-title h2 {
		font-size: 1.5rem;
		text-transform: capitalize !important 
   }
   .nav-menu a{ padding: 19px 8px; }
}
@media (max-width:767px) {
	.blog-img img {
		height: 100% !important 
   }
	.process-step {
		display: flow-root !important 
   }
}
.owl-dots {
	display: none 
}
.resources h3.h4.mb-2 {
	color: #002b58;
	font-size: 18px;
	height: 75px 
}
.resources h3.h4.mb-2:hover {
	color: #019de1 
}
.more_read {
	margin: 5px 0;
	border: 1px solid #239bd8;
	color: #019de1;
	background-color: #fff;
	margin-top: 20px 
}
.more_read:hover {
	border: 1px solid #009ce1;
	color: #fff;
	background-color: #239bd8 
}
@media (max-width:768px) {
	.crm .col-md-3 span, .finances .col-md-2 span, .hrms .col-md-3 span {
		display: flex 
   }
	.apps-custom .col.mb-2 {
		padding: 5px 10px 
   }
	.card-body.resource-height {
		height: inherit !important 
   }
	.hrm-total img {
		margin: 0 !important 
   }
}
.card-body.resource-height {
	border: 1px solid #d6dee480 
}
.crm .btn {
	background-color: #009ce1;
	color: #fff;
	border-radius: 5px;
	text-align: center 
}
.finances .btn {
	background-color: #909193;
	color: #fff;
	border-radius: 5px;
	text-align: center 
}
.hrms .btn {
	background-color: #002b58;
	color: #fff;
	border-radius: 5px;
	text-align: center 
}
.crmpage h3, .finan h3, .hrmpage h3 a {
	padding-bottom: 5px;
	color: #002b58 !important;
	font-size: 25px;
	border-bottom: 1px solid rgb(17 50 84 / 36%);
	margin: 10px 0 
}

.article_content h1{
    padding-bottom: 5px;
    color: #002b58!important;
    font-size: 25px;
    margin-bottom: 10px;
}

.hrm-total img {
	width: 110px;
	height: 110px;
	margin: 11%;
	background-color: #009ce112;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 5px -2px 1px 0 #dfe1e2a6 
}
.hrmpage p {
	line-height: 25px;
	font-size: 15px 
}
.stepwizard-step p {
	margin-top: 10px 
}
.process-row {
	display: table-row 
}
.process {
	display: table;
	width: 100%;
	position: relative 
}
.process-step button[disabled] {
	opacity: 1 !important 
}
.process-step {
	display: table-cell;
	text-align: center;
	position: relative 
}
.process-step p {
	margin-top: 10px;
	visibility: hidden 
}
.btn-circle {
	width: 100px;
	height: 100px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px 
}
button.btn.btn-default.btn-circle {
	background-color: #1b2f57;
	color: #fff;
	font-size: 15px 
}
button.btn.crm-circle:hover {
	background-color: #fff !important;
	color: #009ce1ba !important;
	border: 1px solid #b1b1b1;
	box-shadow: 2px 1px 3px 1px #b1b1b1a1 
}
button.btn.btn-defaults.btn-circle {
	background-color: #009ce1ba;
	color: #fff;
	font-size: 15px 
}
button.btn.btn-defaultss.btn-circle {
	background-color: #4444446b;
	color: #fff;
	font-size: 15px 
}
.titles {
	font-size: 21px;
	background-color: #1b2f57;
	padding: 19px;
	border-radius: 5px;
	text-align: center 
}
.titlefinance {
	font-size: 21px;
	background-color: grey;
	padding: 19px;
	border-radius: 5px;
	text-align: center 
}
.titleshrms {
	font-size: 21px;
	background-color: #009ce1ba;
	padding: 19px;
	border-radius: 5px;
	text-align: center 
}
.titlefinance a, .titles a, .titleshrms a {
	color: #fff !important 
}
i.fas.fa-check {
	color: green 
}
i.fas.fa-times {
	color: #ef2323 
}
.apps {
	text-transform: uppercase 
}
li.address {
	color: #fff;
    font-size: 17px;
    font-family: 'Poppins-Medium';
    margin-bottom: 14px;
}
.card-price.text-center:hover {
	color: #009ce1;
	background-color: #fff 
}
a button.btn.btn-block:hover {
	color: #579add;
	border: 1px solid #1b2f57;
	background-color: #fff 
}
btn:not(:disabled):not(.disabled) {
	cursor: inherit !important 
}
h4.blue {
	color: #6c757d;
	font-size: 1.4rem 
}
i.far.fa-hand-point-right {
	color: #17a2b8;
	margin-right: 10px 
}
.para-p p, .para-p ul li {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0 
}
.blog {
	padding-top: 80px 
}
.blog-content .blogs-text {
	border: solid #f8f9fa 
}
.readmore {
	color: #009ce1;
	border-top: 1px solid #d9dee68a;
	padding-top: 10px;
	margin: 13px 0 
}
.four {
	font-size: 12px 
}
.healthcare img {
	box-shadow: 0 0 4px -1px;
	margin: 10px 0;
	border-radius: 5px 
}
.lifescience .col.mb-2 img {
	width: 100px;
	padding: 10px;
	margin-top: 10px 
}
.life-sections h3 a:hover {
	color: #009ce1;
	text-decoration: underline 
}
.casestudies h3:hover {
	color: #009ce1 !important;
	text-decoration: underline 
}
.life-section .HomeBlockHeading :hover {
	color: #009ce1 
}
.lifescience .col.mb-2 {
	padding: 2px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 0 !important 
}
.lifescience img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out 
}
.lifescience .col:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	border: 1px solid #009ce1 
}
.life-sections .col.col-md-2 {
	margin-bottom: 15px;
	text-align: center 
}
.life-sections .col.col-md-2 img {
	box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
	border-radius: 5px 
}
.life-sections .col.col-md-10 {
	box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
	margin-bottom: 16px;
	padding-top: 10px 
}
.modal-header {
	background-color: #1f3c66;
	color: #fff 
}
button.close {
	color: #fff;
	opacity: inherit 
}
.lifes-list {
	margin-bottom: 10px;
	padding: 0;
	list-style: none 
}
.lifes-list li {
	margin-bottom: 10px 
}
.lifes-list li :hover {
	color: #009ce1;
	text-decoration: underline 
}
.casestudies h3, .casestudies h3 a, .life-sections h3 a {
	color: #009ce1 !important 
}
.lifes-list i.fa.fa-angle-double-right {
	margin-right: 10px;
	font-size: 21px;
	color: #577391 
}
.hero-section {
	color: #fff;
	background: #002b58 
}
.h1-content {
	padding: 12% 10px 
}
.changer {
	font-weight: 700;
	font-size: 40px;
	color: rgb(0 156 225);
	background-color: rgba(25, 178, 234, 0) 
}
.section-firsts {
	margin-top: -45px;
	background: #ffff;
	border: 2px solid #1b2f57;
	border-radius: 15px;
	margin-bottom: 10px;
	box-shadow: 0 2px 5px 0 #333333a6 
}
.list i.fas.fa-check {
	font-size: 16px;
	color: #009ce1;
	padding: 5px 
}
.list {
	list-style: none;
	font-size: 16px 
}
.list li {
	margin-bottom: 6px 
}
.input-group input {
	background-color: #fff;
	color: #656565;
	border-radius: 3px;
	box-shadow: inset 0 2px 3px #ddd;
	-webkit-box-shadow: inset 0 2px 3px #ddd 
}
.hero-heading {
	font-size: 39px 
}
.hero-containers {
	color: #fff;
	background: #002b58;
	background-color: #a6cfe1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23009ce1' fill-opacity='0.39' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E") 
}
@media (max-width:767px) {
	.changer {
		font-size: 24px 
   }
	.hero-heading {
		font-size: 20px 
   }
	.h1-content {
		height: 50vh 
   }
}
.cloud_crm_section {
	color: #fff;
	background: #002b58;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23009ce1' fill-opacity='0.39' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E") 
}
.platform_section {
	margin-top: 95px;
	padding: 30px 0 
}
.crm_software .platform_section h1 {
	color: #002b58;
	font-size: 34px;
	margin: 5px 0 
}
.crm_software .hrms_color {
	color: #009ce1 
}
.btn_grps button.btn.btn-primary.mt-2 {
	border: 1px solid #8b9fb347 !important;
	background-color: #fff;
	color: #002b58;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	padding: 3px 
}
.btn_grps button.btn.btn-primary.mt-2:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	color: #009ce1 
}
.slider {
	color: #009ce1 !important;
	font-weight: 600;
	padding: 10px 0 
}
.same {
	font-size: 40px !important 
}
.sames {
	text-align: center;
	height: 126px 
}
.sames .section:hover {
	color: #009ce1 
}
.hide {
	display: none;
	font-size: 12px !important 
}
.myDIV:hover+.hide {
	display: block;
	color: #fff 
}
.sames .section {
	color: #fff;
	background-color: #002b58;
	border-radius: 5px;
	padding: 10px 
}
.crms {
	font-weight: 600;
	color: #000 
}
@keyframes bounce {
	0%, 100%, 20%, 60% {
		-webkit-transform: translateY(0);
		transform: translateY(0) 
   }
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px) 
   }
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px) 
   }
}
@media (max-width:767px) {
	.platform_section {
		margin-top: 60px;
		padding-bottom: 10px 
   }
	.platform_section h1 {
		font-size: 23px !important;
		margin: 0;
		font-weight: 600 
   }
	.btn_grps button.btn.btn-primary.mt-2 {
		width: 100% 
   }
	.sames {
		height: inherit 
   }
}
.account .hero-container.text-center {
	color: #fff;
	background: #002b58 
}
.account .hero-content {
	padding: 10% 0;
	color: #009ce1 
}
.account .changer {
	font-weight: 700;
	font-size: 40px;
	color: rgb(255 255 255) 
}
.account .section-first {
	margin-top: -75px;
	background: #ffff;
	border-bottom: 3px solid #1b2f57;
	border-top: 3px solid #039de1 
}
.account i.fas.fa-check {
	font-size: 12px;
	color: #fff;
	padding: 3px;
	border: 1px solid;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #009ce1;
	border-radius: 5px 
}
.account .list {
	list-style: none;
	font-size: 16px;
	margin-top: 21px !important;
	color: #002b58 
}
.account .list li {
	margin-bottom: 10px;
	color: #002b58;
	font-size: 15px;
	background-color: #fff;
	padding: 6px;
	border: 1px solid #fff 
}
.account .list li:hover {
	border: 1px solid rgb(0 123 255 / 20%);
	color: #009ce1 !important 
}
.input-group input {
	background-color: #fff;
	color: #656565;
	border-radius: 3px;
	box-shadow: inset 0 2px 3px #ddd;
	-webkit-box-shadow: inset 0 2px 3px #ddd 
}
.account .hero-heading {
	font-size: 27px;
	font-weight: 500;
	color: #002b58 
}
.account .hero-section {
	color: #019de1;
	background: rgb(0 123 255 / 5%) 
}
@media (max-width:767px) {
	.account .changer {
		font-size: 24px 
   }
	.account .hero-heading {
		font-size: 20px 
   }
	.account .hero-containers {
		margin-top: 45px 
   }
	.account .section-first {
		margin-top: 0 
   }
	.account .hero-content {
		padding: 25% 0 
   }
}
.account .three li {
	font-size: 20px 
}
.account .slick-slider {
	margin-bottom: 0 
}
@media (max-width:768px) {
	.life-sections .col.col-md-2 img {
		width: 140px 
   }
}
.testimonials .owl-nav.disabled {
	text-align: right;
	margin: -15px;
	padding: 0 
}
.article-section .blog-item {
	box-shadow: 1px 1px 1px 2px #8080802b;
	padding: 10px 
}
\ .faq {
	font-family: Helvetica 
}
.faq-q {
	border-top: 2px dashed;
	border-color: #002b5845 !important;
	margin: 0;
	padding: 10px 30px;
	counter-increment: section;
	position: relative 
}
.faq-q span {
	font-size: 20px;
	margin-left: 20px 
}
.faq-q:nth-child(even):before {
	content: counter(section);
	right: 100%;
	margin-right: -20px;
	position: absolute;
	border-radius: 50%;
	padding: 3px;
	height: 30px;
	width: 30px;
	background-color: #009ce1;
	text-align: center;
	color: #fff;
	font-size: 110% 
}
.faq-q:nth-child(odd):before {
	content: counter(section);
	right: 100%;
	margin-left: 40px;
	position: absolute;
	border-radius: 50%;
	padding: 3px;
	height: 30px;
	width: 30px;
	background-color: #009ce1;
	text-align: center;
	color: #fff;
	font-size: 110% 
}
.faq-q:nth-child(even) {
	border-left: 2px dashed;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-right: 19px;
	padding-right: 0 
}
.faq-q:nth-child(odd) {
	border-right: 2px dashed;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-left: 24px;
	padding-left: 0 
}
.faq-q:first-child {
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0 
}
.faq-q:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0 
}
a.backtoup {
	float: right;
	color: #239ad4;
	padding: 3px;
	transform: translate(0, -47px);
	font-weight: 500 
}
button.mobile-nav-toggle.d-lg-none {
	color: #fff;
    border: 1px solid #002b58;
    padding: 2px 8px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    background: #002b58;
}
.blog-img img {
	margin: 27px 0;

	width: 100% 
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #002b58;
	border-color: #dee2e6 #dee2e6 #fff 
}
@media (max-width:767px) {
	.hero-row .heading-text {
		font-size: 19px !important 
   }
	.hero-row {
		padding: 20px 0 !important 
   }
	.hero-row .slide-lefts {
		margin-bottom: 0 
   }
	.tabbable ul li.nav-item {
		width: 100%;
		text-align: center 
   }
}
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #1a3761 !important;
	border-color: transparent !important 
}
.nav-tabs .nav-link {
	background-color: #e4eff3;
	border-radius: inherit;
	padding: .95rem 1rem;
	border: 1px solid #fff 
}
.nav.nav-tabs {
	float: right;
	display: block;
	border-bottom: 0;
	border-right: 1px solid transparent;
	font-family: 'Poppins-Medium' 
}
#myTabs .nav.nav-tabs {
	display: flex 
}
.tabs-section .nav-link {
	margin-bottom: 10px ; 
}
.usecase {
	width: 200px;
	margin-top: -105px;  
}
.rounded h4 {
	color: #002b58 ; 
}
.nav-pills-custom .nav-link {
	color: #002b58;
	background: #fff;
	position: relative;
	font-family: 'Poppins-Medium'; 
}
.nav-pills-custom .nav-link.active {
	color: #009ce1;
	background: #fff;  
}
@media (min-width:992px) {
	.nav-pills-custom .nav-link::before {
		content: '';
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #239bd8;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -11px;
		transform: translateY(-50%);
		opacity: 0 ; 
   }
}
@media (max-width:992px) {
	.usecase {
		margin-top: 0 !important;  
   }
	.rounded h3 {
		font-size: 19px ; 
   }
}
.nav-pills-custom .nav-link.active::before {
	opacity: 1;  
}
.one-usecase .row {
	margin: 0 ; 
}
.one-usecase p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}
.one-usecase h6 {
	font-size: 20px ; 
}
.inner-page:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 54%;
	background: #2985e9;
	transform: rotate(16deg) scale(1.2);
	right: -30%;
	top: 70%;
	border-radius: 150px 0 0 0 ; 
}
.bg-shape:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 54%;
	background: #006bdf;
	z-index: -2;
	transform: rotate(16deg) scale(1.2);
	right: 5%;
	top: 74%;
	border-radius: 150px 0 0 0;  
}
.bg-shape:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 53%;
	background: linear-gradient(180deg, #29c1fa 0, #006bdf 100%);
	z-index: -2;
	transform: rotate(16deg) scale(1.2);
	right: -20%;
	top: 71%;
	border-radius: 150px 0 0 0;
	opacity: .5 ; 
}
.text-start {
	text-align: start; 
}
.height-hero {
	height: 450px ; 
}
.invoice-k {
	position: absolute;
	left: 0;
	right: 0;
	top: 4% ; 
}
@media (max-width:992px) {
	.height-hero {
		height: 100% 
   }
	.invoice-k {
		position: inherit !important;
		top: 0 ; 
   }
	.gst {
		font-size: 24px;
   }
	.easy-gst {
		font-size: 26px !important;
   }
}
.fa-angle-double-right {
	padding: 0 10px;
}
.arrow {
	text-align: center;
	transform: translate(0, 5px);
	margin-top: -80px;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.fa-arrow-down {
	background-color: #002b58;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
}
.fa-arrow-down:hover {
	color: #fff;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		transform: translateY(0);
   }
	40% {
		transform: translateY(-30px);
   }
	60% {
		transform: translateY(-15px);
   }
}
.payroll_heading {
	background-color: #002b58;
	padding: 10px;
	color: #fff;
}
.list li {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 500;
}
.listsss i.fas.fa-check {
	color: inherit;
}
.listsss li:nth-child(odd) {
	color: #009ce1;
}
.listsss li:nth-child(even) {
	color: #002b58;
}
.listsss li {
	background: rgb(255 255 255);
	padding: 4px 0;
}
.invoice {
	background-image: url(../img/bg-invoice-lp.jpg);
	margin: 0;
	padding: 0;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgb(0 43 88 / 44%);
	background-repeat: no-repeat;
}
.li_first ul {
	list-style: none;
}
.list_first li::first-letter {
	color: red;
}
.li_first li {
	margin-bottom: 7px;
	font-size: 17px;
	font-weight: 500;
	padding: 6px 0;
	color: #1d3661;
	align-items: center;
	background-color: #f8f9fa;
	border-radius: 100px;
	box-sizing: border-box;
	display: flex;
	padding-left: 17px;
	padding-right: 17px;
	position: relative;
}
.li_first .fa-long-arrow-alt-right {
	color: #009ce1;
}
.invoice_lp_first {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
}
.height-hero_first {
	height: 90vh;
}
.invoices {
	margin-top: -55px;
}
@media (max-width:992px) {
	.height-hero_first {
		height: auto;
   }
	.invoice_lp_first {
		position: relative;
		top: 0;
   }
	.invoice_lp_first h1 {
		font-size: 24px;
   }
}
/*arrow mark*/
.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0;
}
.owl-carousel .item {
	text-align: center;
}
.owl-carousel .nav-btn {
	height: 47px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 100px !important;
}
.owl-carousel .owl-next.disabled, .owl-carousel .owl-prev.disabled {
	pointer-events: none;
	opacity: .2;
}
/* .owl-carousel .prev-slide {
	background: url(/static/assets_ap/img/nav-icon.png) no-repeat scroll 0 0;
	left: -33px;
}
.owl-carousel .next-slide {
	background: url(/static/assets_ap/img/nav-icon.png) no-repeat scroll -24px 0;
	right: -33px;
} */
.owl-carousel .prev-slide:hover {
	background-position: 0 -53px;
}
.owl-carousel .next-slide:hover {
	background-position: -24px -53px;
}
@media (max-width:767px) {
	.owl-carousel .prev-slide {
		left: 0;
   }
	.owl-carousel .next-slide {
		right: 0;
   }
}
@media only screen and (max-width: 1000px) {
	.resources h3.h4.mb-2 {
		font-size: 14px;
   }
}
.client-logos {
	border: 1px solid #e9ecef;
	height: 130px;
	padding: 15px;
	align-items: center;
	max-height: 135px;
	display: flex;
	-webkit-box-align: center;
}
@media(max-width: 767px) {
	.client-logos img {
		max-width: 100%;
		margin: 0px auto;
		width: inherit !important;
		height: auto;
		max-height: 100%;
   }
   .freetrial_btns{
	display: block !important;
   }
   .freetrial_btns .div_1{
	margin-bottom: 6px;
	margin-right: 0px !important;
   }
	.pricing .card-price {
		font-size: 16px;
   }
	.modal-content {
		width: 100% !important 
   }
   .pricing_width {
    width: 100% !important;
    margin: 0 auto;
}
.packages{
	width: 100% !important;
}
.pricing_bg .banner_content h4 {
    font-size: 20px !important;
    margin-bottom: 7px !important;
}
.pricing-information h1 {
    font-size: 20px !important;
}
.choose_plans_main .start {
    width: 100% !important;
	margin-bottom: 10px;
}
.choose_plans_main.stick {
    background: #fff;
    /* position: inherit !important; */
	width: 93% !important;
}
.pricing-information .accordion_container {
    margin-top: 25px !important;
}
.choose_plans_main .choose_option {
    width: 100% !important;
	margin-bottom: 10px;
}
/* .choose_plans_main {
    display: block !important;
} */
}
.modal-content {
	padding: 2px;
	width: 75%;
	margin: 0px auto;
}
.modal-title {
	font-size: 16px;
}
.aa {
	display: table-cell;
}
@media(max-width:768px) {
   .aa {
	   display:inherit !important;
   }
   .freeTrial{
	margin: 10px 6px !important;
   }
}
/*end*/
.freeTrial{ border-color: #ece0ce; background-color: #002b58; color: #ffffff !important;  padding: 7px 15px !important; margin: 10px 0;font-family: 'Poppins-Medium';}
.freeTrial:hover{ background-color: #009ce1;}
.zip-inbox .signupfreetrial, .bg-video-wraps .signupfreetrial{ background-color: #009ce1;}



/* pricing page css */
.pricing_bg{
	background-color: #fff;
}
.pricing_bg .banner_content{
	text-align: center;
    padding: 38px 0px;
    font-size: 30px;
    color: #002b58;
    font-family: 'Poppins-Bold';
}
.pricing_bg .banner_content h4{
	font-size: 30px;
	margin-bottom: 10px;
}
.pricing_bg .banner_content p{
margin-top: 20px;
}
.freetrial_btns .signupfreetrial{
	background: #002b58;
    font-size: 16px;
    padding: 10px 70px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Poppins-Medium';
	border: 1px solid #002b58;
}
.freetrial_btns .signupfreetrial:hover{
    color: #fff;
    background: #002b58;
    transition: 0.5s;

}
.freetrial_btns .div_1{
margin-right: 10px;
}
.freetrial_btns .request_demo{
	background: #fff;
    font-size: 16px;
    padding: 10px 70px;
    color: #002b58;
    border-radius: 3px;
    font-family: 'Poppins-Medium';
	border: 1px solid #002b58;
}
.freetrial_btns .request_demo:hover{
	color: #fff;
	background: #002b58	;
	transition: 0.5s;

}
.pricing_bg .freetrial_btns{
	margin-top: 24px;
}

.pricing-information h1{
	font-size: 30px;
    color: #002b58;
}
.choose_plans_main{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 25px;
}
.choose_plans_main .choose_option{
	width: 29%;
    background: #002b58;
    padding: 33px 15px;
}
.choose_plans_main .start{
    width: 22%;
    background: #002b58;
    padding: 33px 14px;
    /* margin-right: 10px; */
    text-align: center;
    vertical-align: middle;
    height: 130px;
}
.choose_plans_main .start h5{
	color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}
.choose_plans_main .start h2{
	display: block;
    font-size: 14px;
    font-family: 'Poppins-Medium';
	color: #fff;
}
.see_prices{
	color: #2e93d1;
    text-decoration: underline;
}
.see_prices:hover{
	color: #2e93d1;
    text-decoration: underline;
}
.choose_plans_main .start p{
	font-size: 14px;
    font-family: 'Poppins-Medium';
	color: #fff;
}
.choose_plans_main .start h2 sub{
	font-size: 30px;
    bottom: 0px;
}
.choose_option h4{
	color: #fff;
    font-size: 20px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
  }
  .choose_option .toggle-btn span{
	font-size: 13px;
    color: #fff;
  }
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #328E2A;
	transform: translate(0px, 0px);
	transition: 0.6s ease transform, 0.6s box-shadow;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  input:checked + .slider {
	background-color: #50bfe6;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #50bfe6;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(18px);
  }
  
  .slider.round {
	border-radius: 14px;
    height: 15px;
    width: 40px;
    margin-top: 3px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  

.pricing-information .accordion_head {
	background-color: #fff;
    color: #002b58;
    cursor: pointer;
    font-family: 'Poppins-Medium';
    padding: 0px 0px;
    text-align: left;
    display: flex;
    align-items: center;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
}
.pricing_divs{
	margin-bottom: 10px;
}
.pricing-information .accordion_head h6{
    margin-bottom: 0px;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    padding: 15px 0px;
}
.pricing-information .accordion_container{
	margin-top: 30px;
}
.pricing-information .accordion_body {
    background: #fff;
	margin-bottom: 20px;
}
.pricing-information .accordion_body p {
    padding: 0px 5px;
    margin: 0px;
}
.pricing-information .plusminus {
	float: left;
    margin-right: 10px;
    margin-top: 0px;
    width: 47px;
    text-align: center;
    background: #002b58;
    color: #fff;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first_td{
	text-align: left;
    min-width: 300px;
    padding-left: 58px;
}
.pricing-information p{
    color: #002b58;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    /* margin-bottom: 40px; */
}
.accordion_body .table td {
    font-size: 14px;
    color: #002b58;
    font-family: 'Poppins-Regular';
	border: 1px solid #D1D2D2;
	vertical-align: middle;
}
.accordion_body .table{
	margin-bottom: 0px;
}
.accordion_body .table tbody tr td:nth-child(1) {
	text-align: left;
	width: 330px;
	padding-left: 58px;
  }
  .accordion_body .table tbody tr td p{
    font-size: 14px;
    text-align: center;
    font-family: 'Poppins-Regular';
  }
  .accordion_body .table td{
	width: 250px;
    min-width: 240px;
    max-width: 325px;
  }

  .choose_plans_main.stick {
	background: #fff;
	position: fixed;
    top: 45px;
	z-index: 99;
    width: 1110px;
	padding-bottom: 15px;
}
  .choose_plans_main.stick .choose_option{
	background: #002b58;
  }
  .choose_plans_main.stick .start{
	background: #002b58;
  }

  .top-text {
	position: relative;
  }

  .absolute .choose_plans_main {
	position: absolute;
	bottom: 0;
	top: auto;
	width: 100%;
  }
  .fixed .top-text {
	position: fixed;
	top: 0;
	bottom: auto;
  }

  .mobile_view_div{
	display: none;
  }

  @media only screen and (max-width: 1024px) and (min-width: 768px)  {
	.choose_plans_main .choose_option {
		width: 26% !important;
	}
	.choose_plans_main.stick{
		width: 90%;
	}
	.accordion_body .table tbody tr td:nth-child(1) {
		max-width: 120px !important;
		padding-left: 10px;
	}
	.choose_option{
		margin-top: 20px;
	}
	
  }
  @media only screen and (max-width: 1180px) and (min-width: 820px)  {
	.choose_plans_main.stick{
		width: 75%;
	}	
}
  
  @media (max-width:1024px) {
	html {
		scroll-behavior: smooth;
	  }
	.desktop_pricing_div{
		display: none;
	}
	.mobile_view_div{
		display: block;
	}

	.mobile_view_div .choose_plans_main .start {
		width: 33.2% !important;
		padding: 12px 0px;
		min-height: auto;
		height: auto;
	}
	.mobile_view_div .choose_plans_main .start h5{
		font-size: 16px;
	}
	.mobile_view_div .choose_plans_main .start h2{
		font-size: 10px;
	}
	.mobile_view_div .choose_plans_main .start h2 sub{
		font-size: 18px;
		bottom: 3px;
	}
	.mobile_view_div .choose_plans_main .start p{
		font-size: 10px;
		line-height: 15px;

	}
	.mobile_view_div .choose_option .toggle-btn span{
		font-size: 14px;
		color: #002b58;
	}
	.mobile_view_div .choose_option .toggle-btn .switch{
		margin: 0px 10px;
	}
	.accordion_body .table td {
		min-width: 110px;
		width: 120px;
		max-width: 120px;
	}
	.accordion_body .table tbody tr td:nth-child(1){
		/* max-width: 120px; */
		padding-left: 10px;
	}
	.pricing-information .accordion_head h6{
		padding: 8px 0px;
	}
	.pricing_bg .banner_content{
		padding: 5px 10px 15px 10px;
	}
.pricing-information{
	padding-left: 0px !important;
}
	
  }



  
/* togge icon css issue */
.mobile-nav-toggle .icofont-navigation-menu.icofont-close:before {
    content: "\eee4" !important;
}
.mobile-nav-toggle i.fas.fa-times.icofont-navigation-menu{
    color: #fff !important;
    font-weight: 900;
}