@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Outfit", sans-serif !important;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header  */

.header-main-wraper {
	padding: 20px 0;
	background: #fff;
	position: relative;
	z-index: 111;
}
.header-main-wraper .site-logo-wrap img {
	width: 150px
}
.header-main-wraper .bg-dark {
	background: none !important;
	padding: 0
}
.header-main-wraper .nav-item {
	padding: 0px 8px;
}
.header-main-wraper .navbar-dark .navbar-nav .nav-link {
	color: #000 !important;
	font-weight: 400;
	font-size: 15px;
	cursor: pointer
}
.header-main-wraper .navbar-dark .navbar-nav .nav-link:hover {
	color: #92A9FC !important;
}
.header-btn-wrap {
	margin-top: -2px;
}
.header-btn-wrap a {
	border: 1.5px solid #dde4ff !important;
    background: #fff !important;
	padding: 12px 30px;
	border-radius: 6px;
	color: #394a88;
	font-size: 16px;
	font-weight: 600;
}
.header-btn-wrap a:hover {
	background: #92A9FC;
}
.task-pro-header-wrap {
	padding: 10px 170px;
}
.taskpro-nav-wrap ul {
	list-style: none;
	text-align: right;
}
.taskpro-nav-wrap ul li {
	display: inline-block;
	padding-left: 40px;
	padding-top: 25px;
}
.taskpro-nav-wrap ul li a {
	color: #000 !important;
	font-weight: 500;
	font-size: 15px;
}
.taskpro-nav-wrap ul li a:hover {
	color: #94ABFF !important;
}
.dropdown-item {
	font-weight: 500;
	font-size: 15px;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute;
	border-radius: 10px;
	border: 1px solid #dbdeeb;
	top: 35px;
	width: 300px;
	padding: 13px 9px 9px 9px;
}
.fixed .nav-item {
	padding-top: 0px !important;
	margin: 0 !important
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	background-color: #92A9FC !important;
}
.slider-chat-main-wraper .fixed ul {
	margin-top: 13px;
}
.crm-slider-wraper .fixed ul {
	margin-top: 6px;
}
.dropdown-text-heading-wrap {
	padding-left: 25px;
	border-bottom: 1px solid #dbdeeb;
	padding-bottom: 8px;
	margin-bottom: 8px;
	position: relative;
}
.dropdown-text-heading-wrap span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #1F2A49
}
.dropdown-text-heading-wrap p {
	font-size: 14px;
	opacity: 0.7;
	color: #797C7B;
	font-weight: normal;
}
.dropdown-item:hover {
	background: none !important;
}
.dropdown-text-heading-wrap strong {
	position: absolute;
	top: 6px;
	left: 8px;
	width: 25px;
}
.dropdown-text-heading-wrap strong img {
	width: 100%;
}
.dropdown-wrap-three {
	border: none !important;
	margin-bottom: 0 !important;
}
.dropdown-item:active {
	background: none !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	background: none !important;
}
/* CSS header  */

/* CSS slider  */

.slider-main-wraper {
	background: url(../modules/images/bg-slider.jpg) no-repeat top;
	background-size: cover;
	padding: 80px 0;
}
.slider-main-wraper h1 {
	color: #0e1328;
	font-size: 75px;
	font-weight: 400;
	line-height: 88px;
	letter-spacing: -3px;
	margin: 0;
	padding: 0;
	font-family: "Outfit", sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.slider-main-wraper h1 span {
	color: #92A9FC;
}
.slider-main-wraper p {
	font-size: 20px;
	color: #171618;
	text-align: center;
	line-height: 28px;
	padding: 20px 0 30px 0;
}
.btn-slider-wraper {
	text-align: center;
	margin-top: 5px;
}
.btn-slider-wraper a {
	background: #394A84;
	padding: 11px 25px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	box-shadow: 0px 10px 30px 0 #b1b1b1
}
.btn-slider-wraper a:hover {
	box-shadow: none;
	background: #92A9FC;
}
.btn-slider-wraper a img {
	width: 20px;
	margin-left: 15px;
}
.slider-about-wraper {
	background: url(../modules/images/bg-about.jpg) no-repeat top;
	background-size: cover;
	padding: 80px 0;
}
.inner-header-main-wraper {
	box-shadow: none;
}
.slider-about-wraper h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 600;
}
.slider-chat-main-wraper {
	background: url(../modules/images/chat-slider-bg.jpg) no-repeat top;
	background-size: cover;
}
.chat-slider-text-image-wrap {
	padding: 35px 0;
}
.slider-text-chat-wrap img {
	width: 250px;
}
.slider-text-chat-wrap h1 {
	font-size: 50px;
	color: #000000;
	font-weight: 300;
	letter-spacing: -2px
}
.slider-text-chat-wrap h1 span {
	color: #946BCE;
	font-weight: 300;
}
.slider-text-chat-wrap h2 {
	font-size: 50px;
	color: #000000;
	font-weight: 300;
	letter-spacing: -2px
}
.slider-text-chat-wrap h2 span {
	color: #946BCE;
	font-weight: 300;
}
.slider-text-chat-wrap p {
	color: #0e1328;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	padding: 0;
	margin: 10px 0 30px 0;
}
.slider-text-chat-wrap .slider-chat-btn {
}
.slider-text-chat-wrap .slider-chat-btn a {
	border: 2px solid #946BCE;
	padding: 10px 30px;
	color: #946BCE;
	font-size: 16px;
	font-weight: 500;
	margin-right: 15px;
	border-radius: 6px
}
.slider-text-chat-wrap .slider-chat-btn a:nth-child(1) {
	background: #6841C0;
	border: 1px solid #946BCE;
	color: #fff;
	box-shadow: 0px 10px 11px 0 #ccc;
}
.slider-text-chat-wrap .slider-chat-btn a:hover {
	background: #946BCE;
	color: #fff;
	box-shadow: none;
}
.task-pro-logo img {
	width: 150px
}
.slider-pricing-wraper {
	padding: 60px 0 50px 0;
}
.slider-pricing-wraper h1 {
	text-align: center;
	font-size: 48px;
	color: #1F2A49
}
.slider-pricing-wraper h1 span {
	font-size: 65px;
	color: #94ABFF;
	font-weight: bold;
}
.slider-pricing-wraper h2 {
	font-size: 65px;
	text-align: center;
	color: #394B87;
	font-weight: bold;
}
.slider-pricing-wraper h2 span {
	font-size: 48px;
	color: #1F2A49;
	font-weight: normal
}
.slider-pricing-wraper p {
	font-size: 18px;
	color: #171618;
	text-align: center;
	padding-top: 15px
}
.navbar-expand-sm .navbar-nav{
	margin-left:95px !important;
	margin-top:5px
}
/* CSS slider  */

/* CSS content  */


.system-main-wraper {
	padding: 60px 0 80px 0;
	background: #F6F9FF;
	overflow: hidden;
}
.system-main-wraper h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 65px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
}
.system-main-wraper h2 span {
	color: #94ABFF;
}
.system-main-wraper ul {
	list-style: none;
}
.system-main-wraper ul li {
	margin-bottom: 35px;
}
.system-main-wraper ul li:nth-child(5) {
	margin-bottom: 0;
}
.system-main-wraper ul li:nth-child(6) {
	margin-bottom: 0;
}
.system-main-wraper ul li:nth-child(7) {
	margin-bottom: 0;
}
.system-main-wraper ul li .listing-system-wraper {
	text-align: center;
}
.system-main-wraper ul li .listing-system-wraper .listing-system-icon {
	width: 20%;
	margin: 20px auto;
}
.system-main-wraper ul li .listing-system-wraper h4 {
	color: #101010;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 10px
}
.system-main-wraper ul li .listing-system-wraper p {
	color: #101010;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding-top: 0;
	margin-top: 0;
	padding: 0 27px;
	margin: 0;
}
.what-you-picture-wrap {
	padding: 60px 0;
}
.what-you-picture-wrap h2 {
	font-size: 52px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px !important;
}
.what-you-picture-wrap p {
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}
.what-you-picture-wrap h2 span {
	color: #94ABFF;
}
.what-you-picture-image {
	width: 90%;
	text-align: center;
	float: right;
}
.what-picture-btn {
	margin-top: 30px
}
.what-picture-btn a {
	background: #394A84;
	padding: 11px 25px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
}
.what-picture-btn a:hover {
	background: #94ABFF;
}
.what-picture-btn a img {
	width: 20px;
	margin-left: 15px;
}
.left-you-picture-image {
	float: none !important;
	width: 100%;
}
.what-bottom-picture-wrap {
	padding-top: 0 !important;
}
.right-what-you-picture-wrap {
	text-align: right;
}
.right-what-you-picture-wrap h2 {
	margin-top: 70px;
}
.right-what-you-picture-wrap h2:before {
	right: 0;
}
.effort-less-team-wraper {
	background: #F7F7FD;
	padding: 40px 0;
}
.effort-less-team-wraper h4 {
	font-size: 52px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px !important;
}
.effort-less-team-wraper h4 span {
	color: #94ABFF;
}
.effort-less-team-wraper p {
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #171618;
}
.btn-managemnet-wrap {
	margin-top: 30px;
}
.btn-managemnet-wrap a {
	background: #394A84;
	padding: 11px 25px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
}
.btn-managemnet-wrap a:hover {
	background: #94ABFF
}
.btn-managemnet-wrap a img {
	width: 20px;
	margin-left: 15px;
}
.signup-succes-main-wrap {
	padding: 80px 0;
	overflow: hidden
}
.signup-succes-main-wrap h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 65px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}
.signup-succes-main-wrap h2 span {
	color: #94ABFF;
	font-size: 44px;
}
.signup-succes-main-wrap p {
	text-align: center;
	padding: 0 230px;
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	color: #171618;
	line-height: 28px
}
.signup-succes-main-wrap ul {
	list-style: none;
	margin-top: 60px
}
.signup-succes-main-wrap ul li {
}
.signup-succes-main-wrap ul li .listing-sucess-wrap {
	background: #FFFDF9;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #F1FFBC
}
.signup-succes-main-wrap ul li:hover .listing-sucess-wrap {
	margin-top: -30px;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
	box-shadow: 0px 0px 50px 0 #ddd
}
.signup-succes-main-wrap ul li:nth-child(2) .listing-sucess-wrap {
	background: #f5f7ea;
	border: 1px solid #d4e2a0
}
.signup-succes-main-wrap ul li:nth-child(3) .listing-sucess-wrap {
	background: #F7F7FD;
	border: 1px solid #DBE3FE
}
.listing-sucess-image {
	padding: 35px 35px 0 35px;
	text-align: center;
}
.listing-sucess-image img {
	width: 80%;
}
.listing-sucess-text {
	padding: 25px 25px 25px 25px;
	margin-top: -45px;
	background: rgba(255, 253, 249, 0.9);
	position: relative;
}
.signup-succes-main-wrap ul li:nth-child(2) .listing-sucess-wrap .listing-sucess-text {
	background: rgba(245, 247, 234, 0.9);
}
.signup-succes-main-wrap ul li:nth-child(3) .listing-sucess-wrap .listing-sucess-text {
	background: rgba(247, 247, 253, 0.9);
}
.listing-sucess-text span {
	display: inline-block;
	width: 50px;
	height: 45px;
	background: #94ABFF;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	font-weight: 500;
	font-size: 20px;
	padding-top: 8px;
}
.listing-sucess-text h5 {
	color: #101010;
	font-size: 25px;
	font-weight: 300;
	margin: 10px 0 5px 0
}
.listing-sucess-text p {
	padding: 0;
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	padding-bottom: 0px;
	line-height: 24px;
	color: #171618;
	font-weight: 300;
}
.cta-work-main-wraper {
	background: #394A84;
	padding: 40px 0;
	background-size: cover;
	position: relative
}
.cta-work-main-wraper .image-cta-work {
	position: absolute;
	left: 66px;
	width: 250px;
	top: 28px;
}
.cta-text-wrap {
	margin-left: 220px;
}
.cta-text-wrap h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
}
.cta-text-wrap p {
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 30px;
}
.cta-work-main-wraper .btn-cta-wraper {
	margin-top: 50px;
	text-align: right;
}
.cta-work-main-wraper .btn-cta-wraper a {
	background: #94ABFF;
	padding: 15px 45px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
}
.cta-work-main-wraper .btn-cta-wraper a:hover {
	background: #fff;
	color: #000;
}
.cta-work-main-wraper .btn-cta-wraper a img {
	width: 20px;
	margin-left: 15px;
}
.customer-review-wraper {
	padding: 60px 0 30px 0;
}
.customer-review-wraper h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 65px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}
.customer-review-wraper span {
	color: #94ABFF;
	font-size: 44px;
}
.customer-review-wraper p {
	text-align: center;
	padding: 0 230px;
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
}
.customer-review-wraper ul {
	list-style: none;
	background: url(../modules/images/bg-review.png) no-repeat top;
	background-size: contain;
	padding: 60px 0;
}
.customer-review-wraper ul li {
}
.customer-review-wraper ul li .listing-customer-wrap {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #E7E7F1;
	padding: 20px;
	margin-bottom: 25px
}
.customer-review-wraper ul li .listing-customer-wrap p {
	color: #0e1328;
	font-size: 16px;
	font-weight: 300;
	padding: 0;
	text-align: left;
	min-height: 105px;
	line-height: 24px
}
.profile-review-wrap {
	background: #2BCA76;
	padding: 5px 8px;
	border-radius: 50px;
	display: inline-block;
}
.profile-review-wrap {
	margin-top: 20px;
}
.profile-review-image {
	width: 35px;
	height: 35px;
	float: left;
}
.profile-review-text {
	width: 160px;
	float: left;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 5px;
}
.customer-review-wraper ul li:nth-child(2) .profile-review-wrap {
	background: #FF5757;
}
.customer-review-wraper ul li:nth-child(3) .profile-review-wrap {
	background: #394B87;
}
.customer-review-wraper ul li:nth-child(4) .profile-review-wrap {
	background: #94ABFF;
}
.customer-review-wraper ul li:nth-child(5) .profile-review-wrap {
	background: #FFAD30;
}
.customer-review-wraper ul li:nth-child(6) .profile-review-wrap {
	background: #23C1F2;
}
.get-quote-main-wraper {
	background: url(../modules/images/bg-quote.jpg) no-repeat top;
	background-size: cover;
	padding: 60px 35px 115px 35px;
	border-radius: 20px;
}
.get-quote-main-wraper h4 {
	text-align: center;
	color: #fff;
	font-size: 37px;
	font-weight: 300;
	margin-bottom: 10px;
}
.get-quote-main-wraper p {
	font-size: 18px;
	text-align: center;
	color: #fff;
	width: 55%;
	margin: 0 auto;
	padding-bottom: 25px
}
.get-quote-main-wraper .form-group {
	width: 50%;
	margin: 0 auto;
	margin-top: 15px
}
.get-quote-main-wraper .form-group .form-control {
	height: 45px;
	box-shadow: none;
	border: none;
	outline: none;
	width: 70%;
	float: left;
	font-size: 14px;
	padding-left: 20px;
	margin-right: 15px;
}
.get-quote-main-wraper .form-group button {
	width: 27%;
	background: #394A84;
	height: 45px;
	border: none;
	outline: none;
	border-radius: 6px;
	float: left;
	color: #fff;
	font-size: 14px;
}
.how-perfect-main-wrap {
	padding: 60px 0;
}
.how-perfect-main-wrap h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	margin: 0;
	padding: 0;
	text-align: center;
}
.how-perfect-main-wrap h2 span {
	color: #94ABFF;
}
.how-perfect-main-wrap p {
	text-align: center;
	padding: 20px 230px 30px 230px;
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.text-faq-perfect-wraper {
	margin-top: 47px;
}
.accordion-item {
	margin-bottom: 22px;
	border: none;
	border: 1px solid #e4e4e4 !important;
	border-radius: 6px !important;
	background: none !important
}
.accordion-button {
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	outline: none !important;
	background: none !important;
	color: #171618 !important;
	font-weight: 500;
}
.card-body {
	padding-top: 0;
}
.card-body p {
	padding: 0;
	font-size: 14px;
	text-align: left;
	color: #363049;
	line-height: 24px;
}
.unlock-power-main-wraper {
	background: #94ABFF;
	border-radius: 20px;
	margin-bottom: 90px;
}
.unlock-text-main-wraper {
	padding: 45px;
}
.unlock-text-main-wraper h4 {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
}
.unlock-text-main-wraper p {
	font-size: 21px;
	color: #fff;
	margin: 15px 0;
}
.unlock-btn-wrap {
	margin-top: 15px;
}
.unlock-btn-wrap a {
	width: 33%;
	display: inline-block;
	margin-right: 5px;
}
.unlock-image-wrap {
	background-size: cover !important;
	height: 100%;
}
.dropdown {
	margin-top: 6.5px;
}
.dropdown button {
	background: none;
	border: none;
	transition: color 0.3s;
	color: #020202;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.dropdown button:hover {
	color: #92A9FC !important;
}
.dropdown-toggle::after {
	position: relative;
	top: 1.5px;
}
.task-pro-slider-wrap {
	background: url(../modules/images/bg-main-task.jpg) no-repeat top;
	background-size: cover;
	border-top: 1px solid #e6e7ee;
}
.task-pro-slider-wrap .slider-task-pro-wrap {
	filter: blur(4px);
	text-align: center;
}
.task-pro-slider-wrap .slider-task-pro-wrap:hover {
	filter: blur(0px);
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s;
}
.slider-text-wraper {
	padding: 70px 0 60px 0;
	position: relative;
}
.slider-text-wraper h4 {
	font-size: 54px;
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.slider-text-wraper h4:before {
	content: "";
	position: absolute;
	background: url(../modules/images/project-icon.png) no-repeat top;
	background-size: contain;
	width: 240px;
	height: 150px;
	left: 90px;
	bottom: 70px;
}
.slider-text-wraper h4:after {
	content: "";
	position: absolute;
	background: url(../modules/images/profile-no.png) no-repeat top;
	background-size: contain;
	width: 120px;
	height: 150px;
	right: 150px;
	top: 50px;
}
.slider-text-wraper h4 span {
	display: block;
	font-weight: 700;
	color: #394A84;
	font-size: 59px;
	margin-bottom: 15px;
}
.slider-text-wraper h4 span img {
	width: 300px;
}
.slider-text-wraper h4 strong {
	color: #94ABFF;
	font-weight: 700;
	font-size: 61px;
}
.slider-text-wraper p {
	font-size: 18px;
	color: #171618;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 10px 0
}
.list-taskpro-slider {
	text-align: center;
	margin: 10px 0
}
.list-taskpro-slider span {
	margin: 0 20px;
	color: #171618;
	font-size: 18px;
}
.list-taskpro-slider span img {
	position: relative;
	top: -2px;
	margin-right: 5px
}
.btn-taskpro-wraper {
	text-align: center;
	margin-top: 40px;
}
.btn-taskpro-wraper a {
	background: #394A84;
	padding: 10px 26px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	box-shadow: 0px 10px 20px 0 #ccc;
	margin: 0 10px
}
.btn-taskpro-wraper a:nth-child(2) {
	background: none !important;
	border: 1px solid #94ABFF;
	color: #94ABFF;
	box-shadow: none;
	padding: 10px 45px;
}
.btn-taskpro-wraper a:hover {
	background: #94ABFF !important;
	color: #fff !important
}
.maximize-main-wraper {
	padding: 60px 0;
}
.maximize-text-main-wrap h2 {
	color: #1F2A49;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 20px;
	margin-top: 110px
}
.maximize-text-main-wrap h2 span {
	color: #94ABFF;
	font-weight: 700;
	font-size: 46px;
}
.maximize-text-main-wrap p {
	font-size: 18px;
	color: #171618;
	line-height: 28px;
	padding-right: 50px;
}
.funtional-drive-result-wrap {
	background: url(../modules/images/cta-task-bg.jpg) no-repeat top;
	padding: 60px 0;
	background-size: cover;
	height: 390px
}
.funtional-inner-text-wrap {
	width: 30%;
	margin: 0 auto;
}
.funtional-drive-result-wrap h2 {
	text-align: center;
	color: #1F2A49;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 10px;
	margin-top: 45px
}
.funtional-drive-result-wrap h2 span {
	color: #94ABFF;
	font-weight: 700;
	font-size: 46px;
}
.funtional-drive-result-wrap p {
	font-size: 18px;
	color: #171618;
	text-align: center;
}
.stay-organized-main-wrap {
	padding: 60px 0;
}
.stay-organized-main-wrap h2 {
	text-align: center;
	color: #1F2A49;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 20px;
}
.stay-organized-main-wrap h2 span {
	color: #94ABFF;
	font-weight: 700;
	font-size: 46px;
}
.stay-organized-main-wrap p {
	width: 75%;
	margin: 0 auto;
	font-size: 18px;
	color: #171618;
	text-align: center;
	margin-bottom: 50px;
}
.feature-exclelence-wraper {
	background: #F6F9FF;
	padding: 50px 0;
}
.feature-exclelence-wraper h2 {
	color: #1F2A49;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 10px;
}
.feature-exclelence-wraper h2 span {
	color: #94ABFF;
	font-weight: 700;
	font-size: 46px;
}
.feature-exclelence-wraper p {
	font-size: 18px;
	color: #171618;
	padding-bottom: 20px;
}
.feature-text-exclelence-wrap {
}
.feature-text-exclelence-wrap ul {
	list-style: none;
}
.feature-text-exclelence-wrap ul li {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #94ABFF;
	margin-bottom: 16px;
}
.feature-text-exclelence-wrap ul li .list-feature-wraper {
}
.list-feature-wraper strong {
	font-weight: 500;
	color: #1F2A49;
	font-size: 20px;
	display: block
}
.list-feature-wraper span {
	display: block;
	font-size: 14px;
	color: #454546
}
.empower-team-sucess-wrap {
	padding: 110px 0;
	background: url(../modules/images/puzle-bg.jpg) no-repeat center;
	background-size: contain;
}
.empower-team-sucess-wrap h2 {
	color: #1F2A49;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 10px;
	text-align: center
}
.empower-team-sucess-wrap h2 span {
	color: #94ABFF;
	font-weight: 700;
	font-size: 46px;
}
.empower-team-sucess-wrap p {
	width: 75%;
	margin: 0 auto;
	font-size: 18px;
	color: #171618;
	text-align: center;
	margin-bottom: 30px;
}
.btn-empower-team-sucess {
	text-align: center;
}
.btn-empower-team-sucess a {
	background: #394A84;
	padding: 10px 35px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	box-shadow: 0px 10px 20px 0 #ccc;
	margin: 0 10px;
}
.btn-empower-team-sucess a:nth-child(2) {
	background: none !important;
	border: 1px solid #94ABFF;
	color: #94ABFF;
	box-shadow: none;
	padding: 10px 45px;
}
.btn-empower-team-sucess a:hover {
	background: #94ABFF !important;
	color: #fff !important;
	box-shadow: none !important
}
.empowering-main-prodivity-wrap {
	padding: 80px 0 50px 0;
}
.empowering-text-mian-wrap strong {
	display: block;
	font-size: 20px;
	color: #394B87;
	margin-top: 30px;
	margin-bottom: 5px;
}
.empowering-image-wrap {
	float: right;
	width: 90%;
}
.empowering-text-mian-wrap h2 {
	font-size: 40px;
	color: #273B4A;
	font-weight: bold;
	margin-bottom: 15px;
}
.empowering-text-mian-wrap h2 span {
	color: #94ABFF;
}
.empowering-text-mian-wrap p {
	font-size: 18px;
	line-height: 30px;
	color: #171618
}
.what-we-offer-main-wrap {
	padding: 0 0 60px 0;
}
.what-we-offer-main-wrap strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #394B87;
	text-align: center;
	margin-bottom: 10px;
}
.what-we-offer-main-wrap h4 {
	font-size: 40px;
	color: #273B4A;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.what-we-offer-main-wrap h4 span {
	color: #94ABFF;
}
.what-we-offer-main-wrap p {
	text-align: center;
	padding: 0 230px;
	font-size: 18px;
	color: #171618;
	line-height: 28px;
}
.what-we-offer-main-wrap ul {
	list-style: none;
	width: 85%;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 100px;
	position: relative;
}
.what-we-offer-main-wrap ul:before {
	content: "";
	position: absolute;
	background: url(../modules/images/bg-what-offer-1.jpg) no-repeat top;
	width: 100%;
	height: 152px;
	top: -170px;
	background-size: cover;
	z-index: -1
}
.what-we-offer-main-wrap ul:after {
	content: "";
	position: absolute;
	background: url(../modules/images/bg-what-offer-2.jpg) no-repeat top;
	width: 100%;
	height: 152px;
	bottom: -117px;
	background-size: cover;
	z-index: -1
}
.what-we-offer-main-wrap ul li {
}
.what-we-offer-main-wrap ul li .listing-what-we-offer-wrap {
	border: 1px solid #94ABFF;
	padding: 25px;
	border-radius: 15px
}
.listing-what-we-offer-wrap h5 {
	font-size: 22px;
	color: #394B87;
	font-weight: 600;
}
.listing-what-we-offer-wrap span {
	font-size: 16px;
	color: #171618;
	padding: 10px 0;
	display: block;
}
.listing-image-offer {
	margin-top: 15px;
}
.mutiple-box-wrap {
	border: 1px solid #94ABFF;
	padding: 25px;
	border-radius: 15px;
	margin-top: -100px;
	margin-bottom: 25px;
}
.mutiple-box-wrap strong {
	padding-bottom: 0;
	display: block;
	font-size: 22px;
	color: #394B87;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0;
}
.mutiple-box-wrap span {
	font-size: 17px;
	color: #171618;
	padding: 5px 0 0 0;
	display: block;
}
.multi-center-box-wrap {
	background: url(../modules/images/bg-curious.jpg) no-repeat top;
	background-size: cover;
	padding: 22px 35px 35px 35px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.multi-center-box-wrap strong {
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
}
.multi-center-box-wrap .multi-btn-wrap {
	text-align: center;
}
.multi-center-box-wrap .multi-btn-wrap {
	margin-top: 25px;
	margin-bottom: 5px;
}
.multi-center-box-wrap .multi-btn-wrap a {
	background: #fff;
	padding: 8px 30px;
	color: #394A84;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 600;
}
.mutiple-box-wrap-bottom {
	margin: 0;
}
.mission-vision-main-wraper {
	padding-bottom: 60px;
}
.mission-vision-main-wraper ul {
	list-style: none;
}
.mission-vision-main-wraper ul li {
}
.listing-mission-vision-wrap {
	background: #F6F9FF;
	padding: 25px;
	border-radius: 20px;
}
.listing-mission-vision-wrap strong {
	display: block;
	font-size: 20px;
	color: #394B87;
	font-weight: 600;
}
.listing-mission-vision-wrap h6 {
	font-size: 40px;
	color: #1F2A49;
	font-weight: 600;
	margin: 5px 0;
}
.listing-mission-vision-wrap h6 span {
	color: #94ABFF;
}
.listing-mission-vision-wrap p {
	font-size: 18px;
	color: #171618;
	line-height: 32px;
}
.get-get-quote-main-wraper {
	margin-bottom: 50px;
}
.slider-about-wraper p {
	color: #fff;
	font-size: 19px;
	padding-top: 5px
}
.privacy-policy-main-wraper {
	padding: 30px 0;
}
.privacy-policy-list-wrap ul {
	list-style: none;
	background: #F6F9FF;
	padding: 10px 15px
}
.privacy-policy-main-wraper ul li {
}
.privacy-policy-main-wraper ul li a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #D8DBE0;
	color: #171618;
	font-size: 16px
}
.privacy-policy-main-wraper ul li:nth-last-child(1) a {
	border: none;
}
.privacy-text-main-wraper {
}
.privacy-text-main-wraper h1 {
	font-size: 28px;
	color: #171618;
	font-weight: 600;
	margin-bottom: 5px;
}
.privacy-text-main-wraper p {
	color: #171618;
	font-size: 16px;
	margin: 8px 0;
}
.privacy-text-main-wraper h2 {
	font-size: 20px;
	margin: 10px 0;
}
.privacy-text-main-wraper ul {
	margin-left: 15px;
	list-style: circle
}
.inner-footer-link ul li span{
	font-size: 13px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
.privacy-text-main-wraper ul li {
	font-size: 16px;
	margin: 3px 0;
}
.privacy-text-main-wraper h3 {
	font-size: 25px;
	margin: 10px 0;
}
.task-pro-logo {
	display: none;
}
.fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 111;
	background: #fff;
	padding: 15px 0 !important;
	box-shadow: 0px 0px 5px 0 #f5f5f5;
}
.fixed li {
	padding-top: 0 !important;
}
.fixed .dropdown-menu {
	top: 46px !important;
}
.fixed .task-pro-logo {
	display: block;
}
.task-pro-slider-wrap .fixed .taskpro-nav-wrap {
	margin-top: 7px;
}
.chat-feature-main-wrap {
	padding: 80px 0;
	overflow: hidden;
}
.chat-feature-main-wrap h2 {
	text-align: center;
	font-size: 50px;
	color: #000;
	font-weight: 300;
	margin-bottom: 45px;
	letter-spacing: -2px;
}
.chat-feature-main-wrap h2 span {
	color: #946BCE;
}
.chat-feature-main-wrap ul {
	list-style: none;
}
.chat-feature-main-wrap ul li {
}
.chat-feature-main-wrap ul li .listing-chat-feature {
}
.listing-chat-feature .listing-chat-feature-image {
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.listing-chat-feature-text {
	text-align: center;
	padding: 0 50px;
}
.listing-chat-feature-text span {
	color: #101010;
	text-align: center;
	font-size: 25px;
	font-style: 300;
	font-weight: 300;
	margin-top: 10px;
	margin: 0;
	margin-top: 5px;
}
.listing-chat-feature-text p {
	color: #101010;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	padding: 0 17px;
	padding-top: 10px
}
.chat-feature-main-wrap ul li:nth-child(2) .listing-chat-feature-image {
	width: 250px;
}
.chat-feature-main-wrap ul li:nth-child(3) .listing-chat-feature-image {
	width: 230px;
}
.stay-goodbye-wraper {
	background: #F5EEFF
}
.goodbye-image-wrap {
	background: url(../modules/images/bg-stay-bg.jpg) no-repeat top;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
}
.goodbye-image-wrap:before {
	content: "";
	background: url(../modules/images/listing-2.png) no-repeat top;
	background-size: contain;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	right: -75px;
}
.goodbye-image-wrap:after {
	content: "";
	background: url(../modules/images/listing-1.png) no-repeat top;
	background-size: contain;
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: -20px;
	right: -15px
}
.goodbye-text-wrap {
	padding: 115px 55px;
}
.goodbye-text-wrap h2 {
	font-size: 50px;
	color: #000;
	font-weight: 300;
	letter-spacing: -2px;
}
.goodbye-text-wrap h2 span {
	color: #946BCE;
	font-weight: 500;
}
.goodbye-text-wrap p {
	color: #0e1328;
	font-size: 22px;
	font-weight: 300;
	margin: 15px 0;
}
.try-now-btn {
	margin-top: 35px
}
.try-now-btn a {
	background: #6841C0;
	border: 1px solid #946BCE;
	color: #fff;
	box-shadow: 0px 10px 11px 0 #ccc;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: 500;
	margin-right: 15px;
	border-radius: 6px;
}
.try-now-btn a:hover {
	box-shadow: none;
}
.left-image-colum {
	padding: 0;
}
.conversation-main-wraper {
	padding: 60px 0;
}
.conversation-main-wraper h4 {
	color: #1F2A49;
	font-size: 50px;
	font-weight: 300;
	margin-top: 100px;
	letter-spacing: -2px;
}
.conversation-main-wraper h4 span {
	color: #946BCE;
	font-weight: 500;
	display: block;
}
.conversation-main-wraper p {
	color: #0e1328;
	font-size: 22px;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 35px;
}
.signup-btn {
}
.signup-btn a {
	background: #6841C0;
	border: 1px solid #946BCE;
	color: #fff;
	box-shadow: 0px 10px 11px 0 #ccc;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: 500;
	margin-right: 15px;
	border-radius: 6px;
}
.why-choose-chat-wraper {
	padding: 60px 0;
	background: #F5EEFF url(../modules/images/bg-why-choose.jpg) no-repeat top;
	background-size: cover;
}
.why-choose-chat-wraper h3 {
	color: #1F2A49;
	font-size: 50px;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: -2px
}
.why-choose-chat-wraper h3 span {
	color: #946BCE;
	font-weight: 500;
}
.why-text-wraper {
	padding-left: 40px;
}
.why-choose-chat-wraper p {
	color: #0e1328;
	font-size: 22px;
	font-weight: 300;
	color: #171618;
	padding-top: 10px;
	padding-bottom: 35px;
}
.why-text-wraper ul {
	list-style: none;
	position: relative;
}
.why-text-wraper ul:before {
	content: "";
	position: absolute;
	height: 95%;
	width: 2px;
	border-left: 3px dashed #946BCE;
	top: 10px;
	left: 45px
}
.why-text-wraper ul li {
}
.why-text-wraper ul li .listing-why-choose-wrap {
	margin-bottom: 55px
}
.listing-why-choose-wrap .listing-why-choose-icon {
	width: 90px;
	height: 90px;
	float: left;
	position: relative;
	z-index: 1
}
.listing-why-choose-wrap .listing-why-choose-text {
	width: 80%;
	float: left;
	padding-left: 35px
}
.listing-why-choose-text span {
	display: block;
	color: #101010;
	font-size: 25px;
	font-weight: 300;
}
.listing-why-choose-text p {
	padding: 5px 0 0 0;
}
.simplify-communication-wraper {
	background: url(../modules/images/bg-simply.jpg) no-repeat top;
	background-size: cover;
	padding: 80px 0;
}
.simplify-communication-wraper h4 {
	color: #1F2A49;
	font-size: 50px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -2px
}
.simplify-communication-wraper h4 span {
	color: #946BCE;
	font-weight: 700;
	font-size: 45px;
}
.simplify-communication-wraper p {
	padding: 0 250px;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	color: #171618;
}
.simplify-btn-wrap {
	text-align: center;
	margin-top: 35px;
}
.simplify-btn-wrap a {
	border: 2px solid #946BCE;
	padding: 10px 30px;
	color: #946BCE;
	font-size: 16px;
	font-weight: 500;
	margin-right: 15px;
	border-radius: 6px;
}
.simplify-btn-wrap a:nth-child(1) {
	background: #6841C0;
	border: 1px solid #946BCE;
	color: #fff;
	box-shadow: 0px 10px 11px 0 #ccc;
}
.simplify-btn-wrap a:hover {
	background: #946BCE;
	color: #fff
}
.crm-slider-wraper {
	background: url(../modules/images/bg-crm.jpg) no-repeat top;
	background-size: cover;
	padding-bottom: 60px;
}
.slider-text-main-wraper {
	padding-top:110px;
	text-align: center;
}
.slider-text-main-wraper .crm-logow-wrap {
	width: 350px;
	margin: 0 auto;
}
.slider-text-main-wraper h1 {
	color: #0e1328;
	font-size: 75px;
	font-weight: 400;
	line-height: 88px;
	letter-spacing: -4px;
	margin: 0;
	padding: 0;
	font-family: "Outfit", sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.slider-text-main-wraper h1 span {
	color: #0C84EB;
}
.slider-text-main-wraper p {
	color: #0e1328;
	font-size: 22px;
	font-weight: 300;
	padding-top: 15px;
}
.slider-text-main-wraper ul {
	list-style: none;
	width: 70%;
	margin: 25px auto 35px auto;
}
.slider-text-main-wraper ul li {
	display: inline-block;
	margin: 0 25px;
	font-size: 18px;
	color: #000;
	background: url(../modules/images/arrow-crm.png) no-repeat left;
	padding-left: 26px;
	background-size: 16px;
}
.btn-slider-crm {
	margin: 40px 0
}
.btn-slider-crm a:nth-child(1) {
	background: #0C84EB;
	padding: 15px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0px 10px 11px 0 #ccc;
	margin: 0 15px;
	border-radius: 6px;
}
.btn-slider-crm a:nth-child(2) {
	border: 2px solid #0C84EB;
	padding: 10px 30px;
	color: #0C84EB;
	font-size: 16px;
	font-weight: 500;
	margin-right: 15px;
	border-radius: 6px;
}
.btn-slider-crm a:hover {
	box-shadow: none;
	background: #394A84;
	color: #fff;
	border: 2px solid #394A84;
}
.simple-management-wrap {
	padding: 50px 0 110px 0;
	background: #0C84EB
}
.simple-heading-text-wrap h4 {
	font-size: 55px;
	color: #fff;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 65px;
	margin: 0;
	padding: 0;
}
.simple-heading-text-wrap span {
	color: #fff;
	font-size: 40px;
	line-height: 63px;
	font-weight: 500
}
.management-image-wrap {
	text-align: right;
	margin-top: -40px;
	width: 86%;
	float: right;
}
.management-logo-wrap {
	padding: 30px 0;
}
.management-logo-wrap ul {
	list-style: none;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.management-logo-wrap ul li {
	display: inline-block;
	width: 16.3%;
}
.features-main-wrap {
	padding: 80px 0;
	background: url(../modules/images/bg-tool.png) no-repeat top;
	margin-top: -50px;
	background-size: cover;
}
.features-main-wrap span {
	background: #ffff;
	padding: 8px 25px;
	border-radius: 50px;
	color: #0c84eb;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 0px 3px 12px -3px #d2d2d2;
}
.features-text-wraper {
	margin-top: 45px;
}
.features-text-wraper h5 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px !important;
}
.features-text-wraper h5 strong {
	color: #0c84eb;
	font-weight: 500;
}
.features-text-wraper ul {
	list-style: none;
}
.features-text-wraper ul li .listing-feature-wrap {
	background: #fff;
	padding: 15px 20px;
	border: 1px solid #D1D1FA;
	border-radius: 10px;
	margin-bottom: 20px
}
.listing-feature-icon {
	width: 60px;
	float: left;
}
.features-text-wraper ul li .listing-feature-text {
	width: 80%;
	float: left;
	padding-left: 15px;
	font-weight: 300;
	font-size: 25px;
	color: #101010;
	margin-top: 15px;
}
.feature-image-wrap {
	text-align: center;
	margin: 0 auto;
}
.feature-image-wrap img {
	max-width: 685px;
	position: relative;
	left: -72px;
}
.why-choose-main-wraper {
	padding: 60px 0;
	overflow: hidden;
}
.heading-text-main-wrap p {
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	padding-right: 100px;
	padding-top: 20px;
}
.heading-right-text-wrap {
	text-align: right;
}
.heading-right-text-wrap span {
	background: #ffff;
	padding: 8px 25px;
	border-radius: 50px;
	color: #0c84eb;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 0px 3px 12px -3px #DEDEF4;
}
.heading-right-text-wrap h3 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 25px;
	letter-spacing: -2px;
}
.heading-right-text-wrap h3 strong {
	color: #0c84eb;
}
.why-choose-list-wrap ul {
	list-style: none
}
.listing-why-choose-wrp {
	background: #E7F4FF;
	padding: 25px;
	border-radius: 15px;
	padding: 25px;
}
.listing-why-choose-wrp .icon-why-choose-wrp {
	width: 70px;
}
.text-why-choose-wrp {
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	padding-right: 70px;
	margin-top: 25px;
}
.empowering-main-wraper {
	background: url(../modules/images/team-bg.png) no-repeat top;
	background-size: cover;
	padding: 140px 0 110px 0
}
.empowering-main-wraper h2 {
	font-size: 55px;
	color: #fff;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: -2px;
}
.empowering-main-wraper h2 span {
	font-weight: 500;
}
.empowering-main-wraper p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	padding: 15px 0;
}
.empowering-list-wrap ul {
	list-style: none;
	margin-top: 35px;
}
.empowering-list-wrap ul li {
	display: inline-block;
	margin-right: 35px;
}
.empowering-list-wrap ul li .listing-empowering-wrap {
	color: #fff;
	font-size: 18px;
	line-height: 40px
}
.listing-empowering-wrap .listing-empowering-number {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
}
.empowering-team-wraper {
	margin-top: 50px;
}
.join-us-main-wraper {
	padding: 120px 0;
	overflow: hidden;
}
.join-us-main-wraper span {
	background: #ffff;
	padding: 8px 25px;
	border-radius: 50px;
	color: #0c84eb;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 0px 3px 12px -3px #DEDEF4;
	display: block;
	width: 15%;
	margin: 0 auto;
	text-align: center
}
.join-us-main-wraper h4 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	text-align: center;
	margin: 25px 0;
	letter-spacing: -3px;
}
.join-us-main-wraper h4 strong {
	font-weight: 500;
	color: #0c84eb;
}
.join-us-main-wraper p {
	text-align: center;
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	padding-bottom: 25px;
}
.join-us-main-wraper .form-group {
	border: 1px solid #D9D9D9;
	position: relative;
	width: 50%;
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
}
.join-us-main-wraper .form-group img {
	position: absolute;
	top: 18px;
	left: 15px;
	width: 18px;
}
.join-us-main-wraper .form-group .form-control {
	height: 50px;
	background: #f5f5f5;
	box-shadow: none;
	border: none;
	outline: none;
	padding-left: 45px;
}
.join-us-main-wraper .form-group button {
	background: #0c84eb;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	height: 50px;
	border: none;
	outline: none;
	padding: 0 35px;
	font-size: 14px;
	font-weight: 600;
}
.hero-image3 {
	position: absolute;
	bottom: 192px !important;
	width: 300px
}
.hero-image4 {
	position: absolute;
	top: -30px;
	right: -30px;
	border-radius: 10px;
}
img.show-phone2 {
	-webkit-animation: pahoo 6s infinite;
	animation: pahoo 6s infinite;
	position: absolute;
	right: -20px;
	top: 150px;
	width: 410px
}
.what-you-picture-image {
	position: relative;
}
.floating-image {
	position: absolute;
	right: -0px;
	top: 29%;
	width: 500px;
}
 @keyframes pahoo {
 0% {
 margin-top: 0;
}
 50% {
 margin-top: 50px;
}
 100% {
 margin-top: 0px;
}
}
@-webkit-keyframes pahoo {
 0% {
 margin-top: 0;
}
 50% {
 margin-top: 50px;
}
 100% {
 margin-top: 0px;
}
}
#pot {
	bottom: -15%;
	position: absolute;
	-webkit-animation: linear infinite;
	-webkit-animation-name: run;
	-webkit-animation-duration: 9s;
}
@-webkit-keyframes run {
 0% {
 left: 0;
}
 50% {
 left: 30%;
}
 100% {
 left: 0;
}
}
.boost-sale-main-wraper {
	padding: 60px 0;
}
.boost-sale-text-wrap {
}
.boost-sale-text-wrap .top-sub-heading {
	background: #ffff;
	padding: 8px 25px;
	border-radius: 50px;
	color: #0c84eb;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 0px 3px 12px -3px #DEDEF4;
}
.boost-sale-text-wrap h2 {
	margin: 25px 0;
	font-size: 54PX;
	color: #0e1328;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 25px;
	letter-spacing: -3px;
}
.boost-sale-text-wrap h2 span {
	color: #0c84eb;
	display: block;
}
.boost-sale-text-wrap p {
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	padding: 0px 0 40px 0;
}
.boost-sale-text-wrap a {
	background: #0C84EB;
	padding: 15px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0px 10px 11px 0 #ccc;
	border-radius: 6px;
}
.boost-sale-btn {
	margin-bottom: 40px
}
.payment-plan-wraper {
	padding-bottom: 60px;
}
.payment-plan-wraper .payment-month-tag {
	text-align: center
}
.toggle-container {
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 50px;
	border: 1px solid #94ABFF;
	padding: 4px 0px;
	width: 270px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 60px;
}
.toggle-option {
	flex: 1;
	text-align: center;
	padding: 6px 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #747374;
	cursor: pointer;
	position: relative;
	z-index: 2;
	width: 20% !important;
	max-width: 10px;
}
.toggle-active {
	position: absolute;
	width: 70%;
	height: 100%;
	background: #9BAAF7;
	border-radius: 50px;
	left: 37%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	z-index: 1;
	transition: all 0.3sease -in-out;
	text-align: center;
	line-height: 20px;
	box-shadow: 0px 4px 12px 0 #acacac;
	padding: 12px 27px;
	height: 60px;
}
.package-info-wraper {
	border: 1px solid #94ABFF;
	border-radius: 15px;
	padding: 0;
	position: relative;
}
.package-top-info {
	align-items: center;
	display: flex;
	gap: 2;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #94ABFF;
	margin: 25px 25px 0 25px
}
.package-top-info .package-text-wrp {
	display: flex;
	flex-direction: column;
	padding-left: 8px;
}
.package-logo-wrap {
	width: 75px;
}
.package-text-wrp .top-heading {
	font-size: 40px;
	color: #394B87;
	line-height: 36px;
}
.package-text-wrp p {
	font-size: 18px;
	color: #171618
}
.package-text-wrp p span {
	font-weight: bold;
	color: #94ABFF;
	font-size: 22px;
}
.package-listing-top-wraper {
	margin: 0 25px
}
.package-listing-top-wraper ul {
	list-style: none;
	padding-top: 40px
}
.package-listing-top-wraper ul li {
}
.package-listing-top-wraper ul li .package-list-wraper {
	margin-bottom: 30px
}
.package-list-wraper .package-list-icon {
	width: 60px;
	float: left;
	margin-top: -13px;
}
.package-list-text {
	width: 91%;
	padding-left: 15px;
	float: left;
}
.package-list-text h4 {
	font-size: 30px;
	color: #394B87;
	font-weight: 600;
	margin-bottom: 15px
}
.package-list-text .package-info-tips {
}
.package-list-text .package-info-tips span {
	display: inline-block;
	width: 49%;
	margin-bottom: 15px;
	background: url(../modules/images/arrow-package.svg) no-repeat left;
	padding-left: 25px;
	background-size: 18px;
	color: #171618;
	font-size: 15px;
}
.package-listing-top-wraper ul li:nth-child(2) span {
	width: 32.8%;
}
.package-listing-top-wraper ul li:nth-child(3) span {
	width: 32.8%;
}
.package-listing-top-wraper ul li:nth-child(3) span:nth-last-child(1) {
	width: 100%;
}
.package-listing-top-wraper ul li:nth-child(4) span {
	width: 32.8%;
}
.package-listing-top-wraper ul li:nth-child(4) span:nth-last-child(2) {
	width: 50%;
}
.package-listing-top-wraper ul li:nth-child(5) span {
	width: 100%;
}
.package-subscribe-wrap {
	background: #394B87;
	padding: 35px;
	border-radius: 12px;
	margin-right: -1px;
}
.package-subscribe-contact-wrap {
	position: relative;
	height: 100%;
}
.package-subscribe-wrap h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
}
.package-subscribe-wrap h3 span {
	display: block;
	font-size: 40px;
}
.package-price-wrap {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #94ABFF;
	border: 7px solid #fff;
	box-shadow: 0px 0px 20px 0 #394b87;
	position: absolute;
	top: -50px;
	right: -39px;
	text-align: center;
	padding: 28px 15px 15px 15px
}
.package-price-wrap .toptex-price {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.package-price-wrap strong {
	font-size: 50px;
	color: #fff;
	position: relative;
	top: 11px;
	font-weight: 600;
	line-height: 22px;
}
.package-price-wrap strong span {
	font-size: 16px;
	position: relative;
	left: -4px;
	font-weight: normal;
	display: block
}
.package-subscribe-wrap p {
	font-size: 20px;
	color: #fff;
	padding: 20px 0;
	padding-right: 30px;
}
.package-subscribe-wrap h2 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px
}
.package-subscribe-wrap h2 strong {
	font-size: 30px;
}
.btn-subscribe-wrap {
	margin-top: 45px
}
.btn-subscribe-wrap a {
	background: #fff;
	display: block;
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
	color: #394B87;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	box-shadow: 0px 10px 15px 0 #344377;
}
.enterprise-contact-wrap {
	padding: 25px 25px 35px 25px;
	background: #F6F9FF;
	border-radius: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 70%
}
.enterprise-contact-wrap .enterprise-contact-image {
	margin-bottom: 15px;
}
.enterprise-contact-wrap h4 {
	font-weight: 600;
	color: #171618;
	font-size: 25px;
}
.enterprise-contact-wrap p {
	font-size: 16px;
	line-height: 26px;
	color: #171618;
	padding: 10px 0 25px 0;
}
.enterprise-contact-wrap a {
	border: 1px solid #394A84;
	padding: 12px 30px;
	color: #394A84;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
}
.payment-plan-wraper {
}
.payment-plan-wraper .nav-tabs {
	width: 22%;
	border: 1px solid #94ABFF;
	border-radius: 50px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 60px;
}
.payment-plan-wraper .nav-tabs #profile-tab {
	position: absolute;
	width: 70%;
	height: 100%;
	background: #fff;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	color: #394B87;
	z-index: 1;
	transition: all 0.3sease -in-out;
	text-align: center;
	line-height: 20px;
	box-shadow: 0px 4px 12px 0 #acacac;
	padding: 12px 27px;
	height: 60px;
	text-align: center;
	border: none;
	top: -12px;
	left: 30%
}
.payment-plan-wraper .nav-tabs button {
	border: none !important;
	outline: none !important;
	background: none;
	color: #000
}
#home-tab {
	background: none !important;
	border-radius: 30px 0px 0px 30px;
	padding: 8px 23px;
}
.payment-plan-wraper .nav-tabs #profile-tab span {
	display: block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs #profile-tab.active {
	background: #9BAAF7;
	color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs #home-tab.active {
	background: #9BAAF7 !important;
	color: #ffffff !important;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 350px;
	height: 100vh;
	padding: 45px 0 0 0;
	background: #fff;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
	overflow-x: hidden;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: auto;
	line-height: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #000;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 30px;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 27px;
	right: 18px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.ai-hero {
	margin-top: 75px;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 1.5px;
	background: #394a88;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 350px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #394a88
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #394a88;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
	backdrop-filter: blur(10px);
}
.drawer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}
/* CSS content  */

/* CSS footer  */

.footer-main-wraper {
	background: #F6F9FF;
	padding: 40px 0 0 0;
}
.footer-left-text-wraper {
}
.footer-left-text-wraper p {
	font-size: 16px;
	color: #5A5A5D;
	padding-bottom: 30px;
}
.footer-addres-wrap {
	padding: 20px 0;
}
.footer-addres-wrap strong {
	display: block;
	font-weight: 600;
	color: #1F2A49;
}
.footer-addres-wrap span {
	display: block;
	color: #5A5A5D;
	font-size: 16px;
}
.footer-contact-info-wrap strong {
	display: block;
	font-weight: 600;
	color: #1F2A49;
}
.footer-contact-info-wrap span {
	display: block;
	color: #5A5A5D;
	font-size: 16px;
	margin-top: 5px;
}
.footer-contact-info-wrap span img {
	width: 15px;
	margin-right: 5px;
}
.footer-right-wraper {
	padding-left: 40px;
}
.footer-right-wraper ul {
	list-style: none;
}
.footer-right-wraper ul li {
}
.listing-footer-link-wrap h6 {
	font-size: 22px;
	font-weight: 600;
	color: #1F2A49;
	margin-bottom: 15px;
	margin-top: 10px;
}
.listing-footer-link-wrap a {
	font-size: 18px;
	display: block;
	color: #5A5A5D;
	margin-bottom: 12px;
}
.listing-footer-link-wrap a:hover {
	color: #94abff;
}
.footer-social-wrap {
}
.footer-social-wrap h6 {
	font-size: 22px;
	font-weight: 600;
	color: #1F2A49;
	margin-bottom: 15px;
	margin-top: 10px;
}
.footer-social-wrap a {
	margin-right: 15px;
}
.copy-right-main-wrap {
	padding: 22px 0;
	border-top: 1px solid #C5D2FF;
	margin-top: 55px;
}
.bottom-text-wrap {
	text-align: right;
}
.bottom-text-wrap a {
	font-size: 16px;
	color: #5A5A5D;
	margin-left: 25px;
}
.bottom-text-wrap a:hover {
	color: #94ABFF;
}
.copyright {
	font-size: 16px;
	color: #5A5A5D;
}
.new-footer-main-wraper {
	background: #F6F9FF;
	padding: 40px 0 0px 0;
}
.new-footer-main-wraper p {
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 15px;
	font-weight: 300;
}
.top-text-footer {
	border-bottom: 1px solid #d3d9e5;
	padding-bottom: 15px;
	margin-bottom: 25px
}
.links-footer .inner-footer-link {
	width: 25%;
	float: left;
}
.inner-footer-link h4 {
	font-size: 13px;
	color: #0e1328;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 10px;
}
.inner-footer-link ul {
	list-style: none;
}
.inner-footer-link ul li a {
	font-size: 13px;
	font-weight: 300;
	color: #000;
}
.copyright {
	margin-top: 55px;
	text-align: center;
	font-size: 13px;
	text-align: center;
	color: #000;
	padding: 15px 0;
	border-top: 1px solid #d3d9e5;
	font-weight: 300;
	opacity: 0.7
}
.drawer-overlay {
	position: fixed;
	top: 75px;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: height 0.4s  ease;
    z-index: 1000;
    backdrop-filter: blur(5px);
}
/* Drawer content */
.drawer {
	width: 100%;
	padding: 0px 20px 20px 20px;
}
.multiple-list-wraper{
	padding:20px;
}
.header-nav-dropdown h5 {
    padding: 0px 20px 10px 20px !important;
}
/* When open */
.drawer-overlay.open {
	height: 100%;
}
.arrow {
	display: inline-block;
	transition: transform 0.3s ease;
}
.arrow img {
	width: 12px !important;
	margin-left: 5px;
}
.arrow.open {
	transform: rotate(180deg); /* Flip down when open */
	;
}
.arrow.open img {
	position: relative;
	top: -4px;
	left: -5px;
}
.drawer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1352px;
	margin: 0 auto;
}
.product-dropdown:hover .product-dropdown-icon {
	rotate: 25deg;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.product-dropdown:hover h6 {
	opacity: 0.7;
}
.product-dropdown:hover p {
	opacity: 0.7;
}
.no-border {
	border: none !important;
}
.second-heading {
	margin-top: 30px;
}
.clearfix {
	clear: both;
}
#dotNav {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 11111111111;
}
#dotNav .dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #000;   /* black by default */
	opacity: 0.4;
	cursor: pointer;
	transition: opacity 0.3s ease, transform 0.3s ease;
}
#dotNav .dot.active {
	opacity: 1;
	transform: scale(1.3);
}
.header-nav-dropdown {
	background: #fff;
	border-radius: 0px 0px 12px 12px;
}
.header-nav-dropdown h5 {
	font-size: 17px;
	color: #1F2A49;
	margin: 0;
	font-weight: 300;
	padding: 20px 20px 0px 20px
}
.header-nav-dropdown .product-dropdown {
	width: 30%;
	display: inline-block;
	border-bottom: 1px solid #efefef;
	padding-bottom: 12px;
	float: left;
	margin: 12px 20px 12px 20px;
	margin-bottom: 0;
}
.product-dropdown .product-dropdown-icon {
	width: 40px;
	height: 40px;
	float: left;
}
.product-dropdown-icon img {
	width: 100%;
}
.product-dropdown-text {
	width: 81%;
	float: left;
	padding-left: 10px;
}
.product-dropdown-text h6 {
	color: #1F2A49;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.product-dropdown-text p {
	font-weight: 300;
	color: #000;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.nav-links li:hover .header-nav-dropdown {
	display: block;
}
.nav-links a {
	transition: color 0.3s;
	color: #020202;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.navbar-scrolled .nav-links a {
	color: #333;
}
.nav-links a:hover {
	color: #93AAFE;
}
.multiple-list-wraper-row {
	width: 30%;
	float: left;
	margin-right: 42px;
}
.multiple-list-wraper-row .product-dropdown {
	width: 100% !important;
}


/* CSS footer  */

/* CSS media  */

@media (max-width:1400px) and (min-width:1170px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 100%
}
}
 @media screen and (max-width:768px) {
.navbar-toggler {
	position: absolute;
	top: -39px;
	z-index: 111;
	background: #394a84;
	right: 8px;
	padding: 5px 10px;
}
.menusitebar-main-wraper {
	display: block;
}
.dropdown button {
	padding: 0;
}
.header-main-wraper .nav-item {
	padding: 10px 0
}
.nav-link {
	padding: 0;
}
.dropdown {
	margin-top: 0;
}
.header-btn-wrap a {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.navbar-collapse {
	margin-top: 20px;
}
.navbar-collapse .d-flex {
	display: block !important;
}
.slider-main-wraper h1 {
	font-size: 50px;
}
.slider-main-wraper h1 {
	font-size: 45px;
	line-height: 60px;
}
.slider-main-wraper h1 br {
	display: none;
}
.slider-main-wraper p br {
	display: none;
}
.slider-main-wraper p {
	font-size: 18px;
	padding-top: 10px
}
.slider-main-wraper {
	padding: 40px 0;
}
.btn-slider-wraper {
	margin-bottom: 20px;
}
.system-main-wraper h2 span {
	display: block;
}
.system-main-wraper {
	padding: 40px 0;
}
.system-main-wraper h2 {
	margin-bottom: 10px;
}
.system-main-wraper ul li {
	margin-bottom: 15px
}
.system-main-wraper ul li {
	margin-left: 0 !important;
}
.what-you-picture-wrap {
	padding: 30px 0;
}
.what-you-picture-wrap h2:before {
	display: none;
}
.what-you-picture-wrap h2 {
	line-height: 50px;
	margin-bottom: 20px;
	margin-top: 0;
}
.what-you-picture-image {
	display: none;
}
.left-you-picture-image {
	display: block !important;
}
.right-what-you-picture-wrap {
	text-align: left;
}
.effort-less-team-wraper h4 {
	margin-top: 0;
	margin-bottom: 20px;
}
.effort-less-team-wraper h4:before {
	display: none;
}
.effort-management-wrap {
	display: none;
}
.signup-succes-main-wrap p {
	padding: 0;
}
.signup-succes-main-wrap ul li .listing-sucess-wrap {
	margin-bottom: 25px;
}
.signup-succes-main-wrap ul {
	margin-top: 30px;
}
.signup-succes-main-wrap {
	padding: 60px 0 30px 0;
}
.cta-work-main-wraper .image-cta-work {
	position: static;
}
.cta-text-wrap {
	margin: 0;
}
.cta-work-main-wraper .image-cta-work {
	margin-bottom: 15px;
}
.cta-text-wrap p {
	font-size: 20px;
}
.cta-work-main-wraper .btn-cta-wraper {
	margin-top: 10px;
}
.cta-work-main-wraper .btn-cta-wraper a {
	display: block;
	text-align: center
}
.customer-review-wraper p {
	padding: 0;
}
.customer-review-wraper ul {
	background: none;
	padding-top: 20px;
	padding-bottom: 0px;
}
.customer-review-wraper {
	padding-bottom: 0;
}
.get-quote-main-wraper {
	padding: 35px;
}
.get-quote-main-wraper p {
	width: 100%;
	margin: 0;
	padding: 0;
}
.get-quote-main-wraper .form-group {
	width: 100%;
}
.get-quote-main-wraper .form-group .form-control {
	width: 100%;
	float: none;
}
.get-quote-main-wraper .form-group button {
	width: 100%;
	float: none;
	margin-top: 10px;
}
.how-perfect-main-wrap p {
	padding: 0;
}
.how-perfect-main-wrap h2 span {
	display: block;
	margin-bottom: 20px;
}
.how-perfect-image-wrap {
	display: none;
}
.how-perfect-main-wrap {
	padding-bottom: 0;
}
.unlock-btn-wrap a {
	width: 65%;
	margin-bottom: 5px;
	margin-right: 0;
}
.unlock-text-main-wraper h4 {
	font-size: 35px;
	line-height: 45px;
}
.unlock-power-main-wraper {
	margin-bottom: 30px;
}
.footer-left-text-wraper p {
	padding-bottom: 10px;
}
.footer-right-wraper {
	padding-left: 0;
}
.copyright {
	text-align: center;
}
.bottom-text-wrap {
	text-align: center;
}
.bottom-text-wrap a {
	margin-left: 10px;
}
.cta-work-main-wraper {
	padding-bottom: 20px;
}
.slider-about-wraper {
	padding: 40px 0;
}
.empowering-main-prodivity-wrap {
	padding-top: 0;
}
.empowering-text-mian-wrap p {
	padding-bottom: 35px;
}
.empowering-image-wrap {
	float: none;
	width: 100%;
}
.what-we-offer-main-wrap p {
	padding: 0;
}
.what-we-offer-main-wrap ul {
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0
}
.what-we-offer-main-wrap ul:before {
	display: none;
}
.mutiple-box-wrap {
	margin-top: 20px;
}
.what-we-offer-main-wrap ul li .listing-what-we-offer-wrap {
	margin-top: 20px;
}
.what-we-offer-main-wrap ul:after {
	display: none;
}
.listing-mission-vision-wrap {
	margin-bottom: 15px;
}
.mission-vision-main-wraper {
	padding-bottom: 10px;
}
.task-pro-header-wrap {
	display: none;
}
.slider-text-wraper h4:before {
	display: none;
}
.slider-text-wraper h4:after {
	display: none;
}
.slider-text-wraper h4 {
	font-size: 40px;
}
.slider-text-wraper h4 strong {
	font-size: 40px;
}
.slider-text-wraper p {
	width: 100%;
}
.list-taskpro-slider span {
	display: block;
	margin: 5px 0
}
.list-taskpro-slider {
	text-align: center;
}
.slider-task-pro-wrap {
	display: none;
}
.slider-text-wraper {
	padding-top: 20px;
}
.maximize-text-main-wrap h2 {
	margin-top: 0;
}
.maximize-text-main-wrap p {
	padding-right: 0;
	padding-bottom: 20px;
}
.funtional-inner-text-wrap {
	width: 100%;
}
.funtional-drive-result-wrap {
	padding: 50px 0;
}
.funtional-drive-result-wrap {
	height: auto;
	background: #f0f3ff
}
.funtional-drive-result-wrap h2 {
	margin: 0;
}

.stay-organized-main-wrap {
	padding: 40px 0;
}
.stay-organized-main-wrap p {
	width: 100%;
	margin-bottom: 20px;
}
.feature-exclelence-wraper p br {
	display: none;
}
.feature-exclelence-image {
	margin-bottom: 25px;
}
.empower-team-sucess-wrap {
	padding: 50px 0;
}
.empower-team-sucess-wrap p {
	width: 100%;
}
.empower-team-sucess-wrap p br {
	display: none;
}
.maximize-main-wraper {
	padding: 30px 0;
}
.slider-image-wrap {
	display: none
}
.slider-text-chat-wrap h1 {
	font-size: 35px;
}
.slider-text-chat-wrap h1 span {
	font-size: 35px;
}
.slider-text-chat-wrap h2 {
	font-size: 35px;
}
.slider-text-chat-wrap h2 span {
	font-size: 35px;
}
.slider-text-chat-wrap p {
	padding-right: 0;
	padding: 15px 0 0px 0;
}
.chat-feature-main-wrap h2 {
	font-size: 35px;
}
.chat-feature-main-wrap h2 span {
	font-size: 35px;
}
.chat-feature-main-wrap ul li .listing-chat-feature {
	margin-bottom: 15px;
}
.goodbye-image-wrap:before {
	display: none;
}
.goodbye-image-wrap:after {
	display: none;
}
    .goodbye-text-wrap {
        padding: 20px 20px 50px 20px;
    }
.goodbye-image-wrap {
	height: 300px;
}
.conversation-main-wraper h4 {
	margin-top: 0;
	line-height: 40px;
}
.image-conversation-wrap {
	margin-top: 30px;
}
.listing-why-choose-wrap .listing-why-choose-text {
	width: 76%;
	float: left;
	padding-left: 15px;
}
.why-choose-chat-wraper {
	padding: 30px 0;
}
.simplify-communication-wraper p {
	padding: 0;
}
.simplify-communication-wraper h4 {
	line-height: 40px;
}
.chat-slider-text-image-wrap {
	padding-bottom: 55px;
}
.management-image-wrap {
	margin: 0;
	width: 100%;
	margin-top: 10px;
}
.management-logo-wrap ul li {
	width: 48%;
	text-align: center;
	height: 60px;
	padding: 15px 0;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.management-logo-wrap ul li img {
	width: 80px;
}
.features-main-wrap {
	padding: 40px 0;
}
.heading-text-main-wrap p {
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 15px;
}
.why-choose-main-wraper {
	padding: 20px 0 20px 0;
}
.heading-right-text-wrap {
	text-align: left;
	margin: 15px 0;
}
.listing-why-choose-wrp {
	margin-bottom: 15px;
}
.empowering-main-wraper {
	padding: 20px 0;
}
br {
	display: none;
}
.team-image-wrap {
	display: none;
}
.join-us-main-wraper span {
	width: 100%;
}
.join-us-main-wraper {
	padding: 40px 0;
}
.form-group {
	width: 100%;
}
.package-list-wraper .package-list-icon {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.package-list-wraper .package-list-icon img {
	width: 70px;
}
.package-list-text {
	width: 100%;
	padding-left: 0;
	float: none;
}
.package-list-text .package-info-tips span {
	width: 100% !important;
}
.enterprise-contact-wrap {
	position: static;
	width: 100%;
	margin-top: 25px
}
.package-price-wrap {
	position: static;
	margin: 15px 0;
}
.payment-plan-wraper .nav-tabs {
	width: 76%;
}
.logo-drawer {
	margin-left: 25px;
	margin-bottom: 30px;
}
.logo-drawer img {
	width: 230px;
}
.drawer-menu .sub-heading-wrap {
	position: relative;
	left: 30px;
	display: block;
	margin-bottom: 14px;
	color: #394a88;
	font-size: 20px;
}
.drawer-menu ul {
	margin-bottom: 20px;
	border-bottom: 1px solid #e6ebff;
	padding-bottom: 14px;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	line-height: 35px;
}
.header-nav-dropdown {
	padding-left: 8px;
}
.header-nav-dropdown h5 {
	font-size: 20px !important;
	padding-top: 0 !important;
	padding-bottom: 15px;
	padding-left: 21px;
}
.header-nav-dropdown .product-dropdown {
	width: 100% !important;
	float: none !important;
}
.multiple-list-wraper-row {
	width: 100%;
	float: none;
	margin-right: 0;
}
.slider-main-wraper h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
}
.slider-main-wraper p {
	font-size: 20px;
	padding-top: 10px;
	font-weight: 300;
}
.system-main-wraper h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
}
.system-main-wraper ul li .listing-system-wraper p {
	font-size: 20px;
	line-height: 30px;
	height: auto;
}
.what-you-picture-wrap h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
}
.effort-less-team-wraper h4 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
}
.signup-succes-main-wrap h2 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 300;
}
.customer-review-wraper h2 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 300;
}
.how-perfect-main-wrap h2 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 300;
}
.unlock-text-main-wraper h4 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 300;
}
.links-footer .inner-footer-link {
	width: 100%;
	float: none;
}
.inner-footer-link h4 {
	font-size: 22px;
}
.inner-footer-link ul li a {
	font-size: 18px;
}
.inner-footer-link ul li {
	line-height: 22px;
	padding: 5px 0;
}
.slider-text-main-wraper h1{
	font-size:40px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing:-1px;
}
.slider-text-main-wraper ul li{
	font-size:25px;
	font-weight:300;
}
.slider-text-main-wraper p{
	font-size:20px;
}
.simple-heading-text-wrap h4{
		font-size:40px;
	line-height: 45px;
	font-weight: 300;
	letter-spacing:-1px;
}
.feature-image-wrap img{
	width:95%;
	margin:0 auto;
	left: 0;
}
.features-text-wraper h5{
	font-size:40px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing:-1px;
}
.features-text-wraper ul li .listing-feature-text {
    font-weight: 300;
    font-size: 25px;
    line-height: 27px;
    font-size: 25px;
	margin-top:0;
}
.heading-text-main-wrap p{
	font-size:20px;
}
.heading-right-text-wrap h3{
		font-size:40px;
	line-height: 45px;
	font-weight: 300;
	letter-spacing:-1px;
}
.text-why-choose-wrp{
	padding-right:0;
}
.boost-sale-text-wrap h2{
		font-size:40px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing:-1px;
}
.empowering-main-wraper h2{
		font-size:40px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing:-1px;
}
.empowering-main-wraper h2 br{
	display:none;
}
.join-us-main-wraper h4{
		font-size:40px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing:-1px;
}
.join-us-main-wraper .form-group .form-control{
	display:none;
}
.slider-text-chat-wrap h1{
		font-size:40px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing:-1px;
}
.chat-feature-main-wrap h2{
		font-size:40px;
	line-height: 45px;
	font-weight: 300;
	letter-spacing:-1px;
}
.listing-chat-feature-text p{
	font-size:20px;
	padding:0;
}
.goodbye-text-wrap h2{
		font-size:40px;
	line-height: 45px;
	font-weight: 300;
	letter-spacing:-1px;
}
.goodbye-text-wrap p{
	font-size:20px;
}
.conversation-main-wraper h4{
		font-size:40px;
	line-height: 45px;
	font-weight: 300;
	letter-spacing:-1px;
}
.conversation-main-wraper p{
	font-size:20px
}
.why-choose-chat-wraper h3{
		font-size:40px;
	line-height: 45px;
	font-weight: 300;
	letter-spacing:-1px;
}
.why-text-wraper {
    padding-left: 0;
}
.simplify-communication-wraper h4{
	font-size:40px;
}
}
.socail-footer {
	margin-top: 15px;
}
.socail-footer a {
	text-decoration: none;
	margin-right: 5px;
}
.socail-footer a img {
	width: 30px;
	opacity: 0.5
}
.socail-footer a:hover img {
	opacity: 1;
}

/* Modal Overlay */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	backdrop-filter: blur(5px);
  }
  
  /* Modal Content */
  .modal-content {
	padding: 0px;
	width:720px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	transform: scale(0.8);
	transition: all 0.3s ease;
	margin:5% auto;
	background:#fff url(../modules/images/bg-modal.jpg) no-repeat bottom right;
	background-size: contain;
  }
  
  /* Show animation */
  .modal-overlay.active .modal-content {
	transform: scale(1);
	opacity: 1;
  }
  
  /* Close Button */
  .close-modal {
	position: absolute;
    top: -5px;
    right: 14px;
    font-size: 37px;
    cursor: pointer;
    color: #394a88;
    transition: color 0.3s;
    font-weight: 200;
  }
  
  .close-modal:hover {
	color: #000;
  }
.left-right-modal-contact{
	display:flex;
	gap:25px
}
.contact-info-left{
	width: 58%;
    padding: 31px;
    background: #fff;
    border-radius: 15px 
}
.contact-info-left h5{
	font-size: 35px;
    color: #0e1328;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
	line-height: 33px;
}
.contact-info-left h5 strong{
	color: #93AAFE;
}
.contact-info-left .form-group{
	margin-bottom: 10px;
}
.contact-info-left .form-group label{
	font-size: 14px;
	margin: 0 0 5px 0;
	color: rgba(16, 16, 16, 0.70);
	display: block;
}
.contact-info-left .form-input{
	height: 38px;
	padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #101010;
    background: #ffffff;
    transition: all 0.3s ease;
	outline:none !important;
	width: 100%;
}
.contact-info-left .form-input:focus{
    border: 1px solid #93AAFE;
}
.contact-info-left .form-control{
	padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #101010;
    background: #ffffff;
    transition: all 0.3s  ease;
	outline: none;
	resize: none;
	width: 100%;
}
.contact-info-left .form-control:focus{
    border: 1px solid #93AAFE;
}
.submit-btn-wrap {
	margin-top: 10px;
}
.submit-btn-wrap button{
	width: 100%;
	background: #394a88;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
	height: 40px;
	border: none;
	cursor: pointer;
}
.submit-btn-wrap button:hover{
	background: #93AAFE;
}
.right-contact-info-icon{
	width: 150px;
	margin: 0 auto;
}
.right-contact-info-icon img{
	width: 100%;
}
.right-contact-info-wrap{
	width: 42%;
    padding-top: 80px;
    margin-left: -26px;
}
.right-contact-info-wrap h5{
    font-size: 23px;
    color: #141a31;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px;
}
.right-contact-info-wrap p{
    font-size: 14px;
    text-align: center;
    padding: 0 23px;
    font-weight: 300;
    line-height: 18px;
	padding-top: 5px;
	padding-bottom: 70px;
}
.contact-info-wrap{
	padding-left: 30px;
}
.contact-info-wrap span{
	font-size: 16px;
	color: #141a31;
	display: block;
	margin-bottom:5px;
}
.contact-info-wrap span img{
	width: 16px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.contact-info-wrap span:nth-child(1) img{
	position: relative;
	top:5px !important;
	width: 14px;
}
.radio-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "Poppins", sans-serif;
  }
  
  .custom-radio {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
	color: #333;
  }
  
  .custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  .radio-mark {
	position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s  ease;
    border: 1px solid #ccc;
  }
  
  .custom-radio:hover input ~ .radio-mark {
	background-color: #ddd;
  }
  
  .custom-radio input:checked ~ .radio-mark {
	background-color: #93aafe;
	border-color: #93aafe;
  }
  
  .radio-mark::after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .custom-radio input:checked ~ .radio-mark::after {
	display: block;
  }
  
  .custom-radio .radio-mark::after {
	top: 4px;
	left:4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  }
  .inner-radio-group{
	display:flex;
	gap:25px;
	margin-top: -9px;
  }
  .radio-group .label{
	font-size: 14px;
    margin: 0 0 5px 0;
	color: rgba(16, 16, 16, 0.70);
  }
  .social-icon-modal{
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 10px;
	padding-top: 8px;
	color:#394a88
  }
  .btn-get-started{
	text-align: center;
	margin-top: 60px;
  }

  .btn-get-started a{
  background: #394a88;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
  }
  .btn-get-started a:hover{
	background: #94abff;
  }
  .outsource-text p{
	font-size: 30px;
	font-weight: 300;
	color: #fff;
  }
  .ai-btn-wrap {
    text-align: center;
    margin-bottom: 70px;
}
.ai-btn-wrap a {
    background: #394a88;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}
.ai-btn-wrap a:hover{
	background: #93aafe;
}
/* CSS media  */
