@-webkit-keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%);
	}
	
	40% {
		-webkit-transition: ease-out;
		-o-transition: ease-out;
		transition: ease-out;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0);
	}
	
	61% {
		-webkit-transform: scale(.04);
		transform: scale(.04);
	}
	
	99.9% {
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%;
	}
	
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%);
	}
	
	40% {
		-webkit-transition: ease-out;
		-o-transition: ease-out;
		transition: ease-out;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0);
	}
	
	61% {
		-webkit-transform: scale(.04);
		transform: scale(.04);
	}
	
	99.9% {
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%;
	}
	
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}

a:hover {
	color: #5e2ced;
}

.row.m0 {
	margin: 0;
}

.p0, body {
	padding: 0;
}

i:before {
	margin-left: 0 !important;
}

body {
	font: 300 15px/28px "Poppins", sans-serif;
	letter-spacing: 0;
	color: #677294;
	overflow-x: hidden;
	z-index: 0;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	color: #2c2c51;
	font-weight: 600;
}

.body_wrapper {
	z-index: 20;
	overflow: hidden;
}

.btn, a, button {
	text-decoration: none;
	outline: 0;
}

.btn:hover, a:focus, a:hover, button:focus, button:hover {
	text-decoration: none;
	outline: 0;
}

.btn:focus {
	text-decoration: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.container.custom_container {
	max-width: 1520px;
}

.f_size_50 {
	font-size: 50px;
}

.f_size_40 {
	font-size: 40px;
}

.f_size_30 {
	font-size: 30px;
}

.f_size_28 {
	font-size: 28px;
}

.f_size_22 {
	font-size: 22px;
}

.f_size_24 {
	font-size: 24px;
}

.f_size_20 {
	font-size: 20px;
}

.f_size_18 {
	font-size: 18px;
}

.f_size_16 {
	font-size: 16px;
}

.f_size_15 {
	font-size: 15px;
}

.l_height60 {
	line-height: 60px;
}

.l_height50 {
	line-height: 50px;
}

.l_height45 {
	line-height: 45px;
}

.l_height40 {
	line-height: 40px;
}

.l_height30 {
	line-height: 30px;
}

.l_height34 {
	line-height: 34px;
}

.l_height28 {
	line-height: 28px;
}

.f_p {
	font-family: "Poppins", sans-serif;
}

.f_300, .get_content h3 {
	font-weight: 300;
}

.f_400 {
	font-weight: 400;
}

.f_500 {
	font-weight: 500;
}

.f_600 {
	font-weight: 600;
}

.f_700 {
	font-weight: 700;
}

.f_900 {
	font-weight: 900;
}

.t_color {
	color: #051441;
}

.btn_hover:hover, .w_color {
	color: #fff;
}

.t_color2 {
	color: #3f4451;
}

.t_color3 {
	color: #222d39;
}

.d_p_color {
	color: #bdbed6;
}

.bg_color {
	background: #fbfbfd;
}

.dk_bg_one {
	background: #090a21;
}

.dk_bg_two {
	background: #0f1029;
}

.seo_title_color {
	color: #263b5e;
}

.mt_60 {
	margin-top: 60px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_40 {
	margin-top: 40px;
}

.mt_70 {
	margin-top: 70px;
}

.mt_75 {
	margin-top: 75px;
}

.mt_100 {
	margin-top: 100px;
}

.mt_130 {
	margin-top: 130px;
}

.mb_70 {
	margin-bottom: 70px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_15, .software_featured_area.has_subtitle h2 {
	margin-bottom: 15px;
}

.mb_30 {
	margin-bottom: -30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb_40 {
	margin-bottom: 40px;
}

.mb_50 {
	margin-bottom: 50px;
}

.mb-50 {
	margin-bottom: -50px;
}

.mb_60 {
	margin-bottom: 60px;
}

.mb_90 {
	margin-bottom: 90px;
}

.pl_20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pl_40 {
	padding-left: 40px;
}

.pl_50 {
	padding-left: 50px;
}

.pl_100 {
	padding-left: 100px;
}

.pl_70 {
	padding-left: 70px;
}

.pl_120 {
	padding-left: 120px;
}

.pr_100 {
	padding-right: 100px;
}

.pr_120 {
	padding-right: 120px;
}

.pr_70 {
	padding-right: 70px;
}

.pr_50, .service_item h4 {
	padding-right: 50px;
}

.pr_20 {
	padding-right: 20px;
}

.pt_150 {
	padding-top: 150px;
}

.pt_120 {
	padding-top: 40px;
}

.sec_pad {
	padding: 120px 0;
}

.btn_hover {
	overflow: hidden;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.btn_get {
	font: 500 14px/47px "Poppins", sans-serif;
	color: #6754e2;
	border: 2px solid #ccc5fa;
	border-radius: 4px;
	-webkit-box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
	box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
	padding: 0 23px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	min-width: 120px;
	text-align: center;
}

.btn_get:hover, .btn_get_two {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.btn_get:hover {
	background: #6754e2;
	border-color: #6754e2;
}

.btn_get_two {
	background: #5e2ced;
	border-color: #5e2ced;
}

.btn_get_two:hover {
	background: 0 0;
	color: #5e2ced;
}

.agency_banner_btn_two:before, .price_btn {
	-webkit-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}

.price_btn {
	font: 500 15px/53px "Poppins", sans-serif;
	color: #6754e2;
	border: 1px solid #6754e2;
	border-radius: 4px;
	padding: 0 25px;
	display: inline-block;
}

.price_btn:hover {
	background: #6754e2;
	color: #fff;
}

.slider_btn {
	font: 500 14px/20px "Poppins", sans-serif;
	color: #00aff0;
	border-radius: 45px;
	padding: 15px 35px;
	background: #fff;
}

.slider_btn:hover {
	background: #00aff0;
	color: #fff;
}

.agency_banner_btn, .btn_three {
	font: 500 14px "Poppins", sans-serif;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.btn_three {
	background: #7444fd;
	padding: 15px 30px;
	border: 1px solid #7444fd;
	margin-top: 50px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: inline-block;
}

.btn_three:hover {
	color: #7444fd;
	background: 0 0;
}

.agency_banner_btn {
	background: #5e2ced;
	-webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	padding: 16px 38px;
	border: 1px solid #5e2ced;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.agency_banner_btn:hover {
	color: #5e2ced;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
}

.agency_banner_btn_two {
	font: 500 14px "Poppins", sans-serif;
	color: #222d39;
	position: relative;
	margin-left: 50px;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.agency_banner_btn_two:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #60656d;
	position: absolute;
	bottom: 0;
	left: 0;
}

.agency_banner_btn_two:hover, .h_blog_item .h_blog_content .post-info-bottom .post-info-comments:hover {
	color: #5e2ced;
}

.agency_banner_btn_two:hover:before, header.header_area.navbar_fixed .menu_toggle .hamburger span, header.header_area.navbar_fixed .menu_toggle .hamburger-cross span {
	background: #5e2ced;
}

.menu>.nav-item>.nav-link:before, .software_banner_btn {
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.software_banner_btn, .video_btn {
	font: 500 14px "Poppins", sans-serif;
	color: #fff;
}

.software_banner_btn {
	background: #3d64f4;
	-webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	display: inline-block;
	padding: 16px 42px;
	border-radius: 45px;
	border: 0;
}

.software_banner_btn:hover, .video_btn .icon {
	color: #3d64f4;
	background: #fff;
}

.video_btn {
	margin-left: 30px;
}

.video_btn .icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	margin-right: 18px;
	vertical-align: middle;
}

.video_btn span {
	display: inline-block;
	position: relative;
}

.gr_btn:before, .video_btn span:before {
	content: "";
	position: absolute;
	background: #fff;
}

.video_btn span:before {
	width: 100%;
	height: 1px;
	bottom: 0;
}

.video_btn:hover {
	color: #fff;
}

.btn_four, .saas_banner_btn {
	padding: 16px 40px;
	color: #fff;
}

.btn_four {
	font: 500 14px "Poppins", sans-serif;
	border-radius: 45px;
	border: 1px solid #3d64f4;
	background: #3d64f4;
	cursor: pointer;
}

.btn_four:hover {
	color: #3d64f4;
	background: 0 0;
}

.saas_banner_btn {
	background: #3d57f4;
	border-radius: 4px;
}

.saas_banner_btn:hover {
	color: #3d57f4;
	background: #fff;
}

.app_btn, .btn_five {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 3px;
	padding: 12px 28px;
}

.btn_five:hover {
	background: #3d57f4;
	border-color: #3d57f4;
}

.app_btn {
	-webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	background-color: #4069eb;
	display: inline-block;
	padding: 14px 40px;
	border-radius: 45px;
	border: 1px solid #4069eb;
}

.app_btn:hover {
	color: #4069eb;
	background: #fbfbfd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gr_btn, .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.gr_btn {
	font: 500 14px "Poppins", sans-serif;
	color: #23b1fe;
	padding: 15px 31px;
	min-width: 140px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(-48deg, #237efd 0, #24b0fe 46%, #24e2ff 100%);
	background-image: -webkit-linear-gradient(-48deg, #237efd 0, #24b0fe 46%, #24e2ff 100%);
	background-image: -ms-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
}

.gr_btn:before {
	top: 1px;
	left: 50%;
	width: calc(100% - 2px);
	bottom: 1px;
	border-radius: 4px;
	z-index: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
}

.gr_btn, .gr_btn .text {
	position: relative;
	z-index: 1;
}

.gr_btn:hover {
	color: #fff;
}

.gr_btn:hover:before {
	opacity: 0;
}

.btn_six, .gr_btn, .seo_btn {
	display: inline-block;
}

.btn_six {
	font-size: 15px;
	border: 1px solid #17c7bd;
	padding: 13px 35px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.btn_six+.btn_six, .btn_six:hover {
	background: #ebfaf9;
	color: #17c7bd;
}

.btn_six+.btn_six {
	margin-left: 20px;
}

.btn_six+.btn_six i {
	padding-right: 5px;
}

.btn_six, .btn_six+.btn_six:hover {
	background: #17c7bd;
	color: #fff;
}

.seo_btn {
	padding: 11px 40px;
	border-radius: 4px;
}

.seo_btn_one {
	color: #5e2ced;
	background: #e8e1fc;
}

.seo_btn_one:hover {
	background: #5e2ced;
	color: #fff;
}

.seo_btn_two {
	color: #00c99c;
	background: #d4f6ee;
}

.seo_btn_two:hover {
	background: #00c99c;
	color: #fff;
}

.header_area {
	width: 100%;
	left: 0;
	z-index: 20;
	top: 0;
}

.menu_one {
	padding: 0;
}

.menu_one .btn_get {
	margin-left: 40px;
}

.sticky_logo .sticky_logo_img {
	display: none;
}

@media (min-width:992px) {
	.mobile_btn {
		visibility: hidden;
		display: none;
	}
}

@media (max-width:991px) {
	.hidden-sm {
		visibility: hidden;
		display: none;
	}
}

.menu>.nav-item {
	position: relative;
	padding-bottom: 35px;
	padding-top: 35px;
}

.menu>.nav-item>.nav-link {
	font: 500 15px "Poppins", sans-serif;
	padding: 0;
	-webkit-transition: color .3s ease 0s;
	-o-transition: color .3s ease 0s;
	transition: color .3s ease 0s;
	position: relative;
}

.menu>.nav-item>.nav-link:before {
	content: "";
	width: 0;
	height: 1px;
	background: #6754e2;
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link:after, .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu:before, .menu>.nav-item>.nav-link:after {
	display: none;
}

.menu>.nav-item.submenu .dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
	left: -40px;
	min-width: 200px;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
	box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
}

@media (min-width:992px) {
	.menu>.nav-item.submenu .dropdown-menu {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
		opacity: 0;
		visibility: hidden;
		display: block;
	}
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
	display: block;
	width: 100%;
	margin-right: 0;
	background: #fff;
	position: relative;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
	padding: 0;
	white-space: nowrap;
	font: 400 14px/34px "Poppins", sans-serif;
	color: #051441;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link, .menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link, .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link, .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link span {
	color: #5e2ced;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:last-child {
	margin-bottom: -8px;
	padding-bottom: 10px;
}

@media (min-width:992px) {
	.menu>.nav-item.submenu .dropdown-menu .nav-item:first-child>.dropdown-menu {
		top: 0;
	}
}

.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
	-webkit-transition: transform .3s ease-in;
	-o-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
	padding: 0;
}

@media (min-width:992px) {
	.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
		position: absolute;
		left: 100%;
		top: -25px;
		opacity: 0;
		display: block;
		visibility: hidden;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three {
	overflow: auto;
	max-height: 380px;
	overflow-x: hidden;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item {
	padding: 0;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu {
	left: 0;
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item {
	padding: 16px 30px;
	border: 1px solid transparent;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item .nav-link .navdropdown_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon {
	margin-right: 20px;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content .mega_menu_title {
	font: 500 14px/22px "Poppins", sans-serif;
	color: #13112d;
	margin-bottom: 0;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 16px;
	color: #677294;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item.nav_download_btn {
	border-top-color: #f2f0f7;
	padding: 15px 45px;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link .navdropdown_icon, p.comment-form-cookies-consent input#wp-comment-cookies-consent {
	margin-right: 10px;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	border-color: #f2f0f7;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1), 0 -1px 0 0 rgba(243, 241, 248, .004);
	box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1), 0 -1px 0 0 rgba(243, 241, 248, .004);
}

.menu>.nav-item.submenu.mega_menu {
	position: static;
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner {
	min-width: 200px;
	list-style: none;
	position: absolute;
	-webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
	box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
	left: 0;
	right: 0;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	background: #fff;
}

@media (min-width:992px) {
	.menu>.nav-item.submenu.mega_menu .mega_menu_inner {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		display: block;
	}
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	left: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

@media (min-width:992px) {
	.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0;
	width: 25%;
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item>.nav-link {
	font: 500 18px "Poppins", sans-serif;
	color: #13112d;
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu {
	left: 0;
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	top: 0;
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu>.nav-item {
	padding-left: 0;
	padding-right: 0;
	white-space: normal;
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu>.nav-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
	left: 0;
}

@media (min-width:992px) {
	.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
		padding: 20px 0;
	}
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_scrollTools {
	width: 0;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_container {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCustomScrollBox {
	width: 100%;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item {
	padding: 0;
	margin-bottom: 0;
	width: 100%;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu {
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	max-height: calc(100vh - 140px);
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu .nav-item {
	width: 20%;
	padding: 15px 20px;
	margin-bottom: 0;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item, .software_featured_area .container>p {
	text-align: center;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .rebon_tap {
	font: 500 12px "Poppins", sans-serif;
	color: #1bcb1f;
	background: #fff;
	display: block;
	position: absolute;
	top: -7px;
	left: -25px;
	padding: 15px 22px 5px;
	text-transform: uppercase;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img {
	-webkit-box-shadow: 0 4px 8px 0 rgba(12, 0, 46, .06);
	box-shadow: 0 4px 8px 0 rgba(12, 0, 46, .06);
	position: relative;
	margin-top: 0;
	display: block;
	overflow: hidden;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #13112d;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img img {
	width: 100%;
	max-width: 100%;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img.box_none {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text {
	font: 500 16px/22px "Poppins", sans-serif;
	color: #13112d;
	display: block;
	margin-top: 20px;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover {
	color: #5e2ced;
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item:hover .img:before {
	opacity: .5;
}

@media (min-width:992px) {
	.menu>.nav-item.submenu.mega_menu:hover .dropdown-menu>.nav-item>.dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
	
	.menu>.nav-item.submenu.mega_menu:hover .mega_menu_inner {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

.menu>.nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
	left: auto;
	right: 0;
}

.menu>.nav-item:nth-last-child(-n+2).submenu .dropdown-menu .nav-item>.dropdown-menu {
	left: auto;
	right: 100%;
}

.menu>.nav-item:nth-last-child(-n+2).submenu .dropdown-menu.mega_menu_three .nav-item>.dropdown-menu {
	left: 0 !important;
	right: auto;
}

.menu>.nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu, .menu>.nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu .nav-item>.dropdown-menu {
	left: 0;
	right: auto;
}

.menu>.nav-item+.nav-item {
	margin-left: 45px;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover, .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
	color: #6754e2;
}

.menu>.nav-item.active .nav-link:before, .menu>.nav-item:hover .nav-link:before {
	width: 100%;
	left: 0;
	right: auto;
}

@media (min-width:992px) {
	.menu>.nav-item:hover .dropdown-menu {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
	
	.menu>.nav-item:hover .dropdown-menu.mega_menu_three .nav-item .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width:992px) and (min-width:992px) {
	.menu:not(.offcanfas_menu)>.nav-item:hover .dropdown-menu>.nav-item:hover>.dropdown-menu {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}

.navbar .search_cart .search a, .navbar .search_cart .shpping-cart a {
	font-size: 16px;
	line-height: 18px;
	color: #282835;
	margin-left: 12px;
}

.navbar .search_cart .search {
	display: inline-block;
}

.navbar .search_cart .search a.nav-link {
	line-height: 19px;
	position: relative;
	margin-left: 32px;
}

.navbar .search_cart .shpping-cart {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
}

.navbar .search_cart .shpping-cart .num {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	color: #6754e2;
	font-size: 11px;
	display: block;
	top: -8px;
	right: -9px;
	line-height: 16px;
	text-align: center;
}

.navbar .search_cart .shpping-cart .dropdown-menu {
	padding: 0;
	min-width: 350px;
	width: 100%;
	position: absolute;
}

.navbar .search_cart .shpping-cart .dropdown-menu li, .w_menu .nav-item .nav-link:before {
	background: #fff;
}

.navbar .search_cart .shpping-cart .dropdown-menu li:first-child {
	padding-bottom: 0;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
	color: #333;
	margin-left: 0;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
	display: block;
	width: 30%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
	width: 60%;
	padding-left: 15px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 10px;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
	font-size: 14px;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	color: #333;
	font-weight: 300;
	margin-bottom: 0;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
	color: #919191;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
	width: 10%;
	text-align: right;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
	font-size: 14px;
	color: #333;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
	opacity: .5;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
	padding: 25px 30px 30px;
	background: #f9f9f9;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
	font-size: 14px;
	color: #676b75;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
	float: right;
	font-size: 20px;
	color: #333;
	font-weight: 500;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 4px;
	margin: 0;
	line-height: 40px;
	padding: 0 32px;
	background: #6754e2;
	border: 1px solid #6754e2;
	color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
	background: 0 0;
	color: #6754e2;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn+.get_btn {
	margin-left: 10px;
	background: 0 0;
	color: #6754e2;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn+.get_btn:hover {
	background: #6754e2;
	color: #fff;
}

.w_menu .nav-item .nav-link, .w_menu .nav-item.active .nav-link, .w_menu .nav-item:hover .nav-link {
	color: #fff;
}

.nav_right_btn .login_btn {
	font: 500 15px "Poppins", sans-serif;
	padding: 13px 32px;
	min-width: 120px;
	display: inline-block;
	text-align: center;
	color: #fff;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	border-top-right-radius: 45px;
	border: 1px solid transparent;
	margin-left: 20px;
}

.nav_right_btn .login_btn.active, .nav_right_btn .login_btn:hover {
	background: #fff;
	color: #00aff0;
	-webkit-box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
	box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
}

@media (max-width:991px) {
	.nav_right_btn {
		display: none;
	}
}

.btn_get_radious {
	border-radius: 45px;
	border-width: 1px;
	color: #fff;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 28px;
	line-height: 45px;
}

.btn_get_radious:before {
	background: #5846ed;
}

.btn_get_radious:hover {
	color: #5846ed;
}

.navbar-toggler {
	padding: 0;
	margin-left: 20px;
}

.navbar-toggler:focus {
	outline: 0;
}

.menu_toggle {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	display: block;
}

.menu_toggle .hamburger {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
}

.menu_toggle .hamburger span {
	width: 0%;
	height: 2px;
	position: relative;
	top: 0;
	left: 0;
	margin: 4px 0;
	display: block;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
	-webkit-transition-delay: .125s;
	-o-transition-delay: .125s;
	transition-delay: .125s;
}

.menu_toggle .hamburger span:nth-child(3) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.menu_toggle .hamburger-cross {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
}

.menu_toggle .hamburger-cross span {
	display: block;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
	height: 100%;
	width: 2px;
	position: absolute;
	top: 0;
	left: 10px;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span {
	width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
	height: 0%;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
	width: 0%;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.h_dark, .header_area_four .header_top {
	background: #13112d;
}

.header_area_three {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .1);
}

.header_area_three .menu_four .pl_30 {
	padding-left: 30px;
}

.header_area_three .menu_four .btn_get {
	border-color: #5e2ced;
	background: #5e2ced;
	color: #fff;
}

.header_area_three .menu_four .btn_get:hover {
	background: 0 0;
	color: #5e2ced;
}

.header_area_three.navbar_fixed .menu_four .btn_get {
	border-color: #5e2ced !important;
}

.header_area_four .header_top a {
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

.comments_widget ul li .comments_items .media-body p:hover, .header_area_four .header_top a:hover, .widget.categorie_widget_two ul li a:hover, .widget.recent_post_widget_two .post_item .media-body h3:hover, .widget.widget_recent_post .post_item .media-body h3:hover, .widget.widget_search .search-form button:hover, .widget_recent_comments #recentcomments .recentcomments a:hover {
	color: #5e2ced;
}

.header_area_four+section, .header_area_six+section {
	margin-top: 144px;
}

.header_top {
	padding: 12px 0;
}

.blog_breadcrumb_area .breadcrumb_content_two ol, .comments_widget ul, .header_contact_info, .widget.categorie_widget_two ul, .widget.widget_categorie ul {
	margin-bottom: 0;
}

.header_contact_info li {
	display: inline-block;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
}

.header_contact_info li:before {
	content: "";
	width: 1px;
	height: 12px;
	top: 1px;
	background: #5e5d76;
	display: inline-block;
	position: relative;
	margin: 0 22px 0 20px;
}

.header_area .header_top ul li:first-child:before, .header_area .header_top ul.header_social_icon li:before, .header_area_seven .header_top .header_top_menu li:first-child:before, .header_contact_info li:first-child:before {
	display: none;
}

.header_contact_info li a {
	color: #c3c1da;
	font-weight: 300;
	padding-left: 5px;
}

.header_social_icon {
	text-align: right;
	margin-bottom: 0;
}

.header_social_icon li {
	display: inline-block;
	margin: 0 0 0 15px;
}

.header_social_icon li a {
	font-size: 12px;
	color: #fff;
}

.header_area_five .menu_one {
	padding: 0 50px;
}

.header_area_six .header_top {
	border-bottom: 1px solid #e5ddfc;
}

.header_area_six .header_top a:hover {
	color: #5e2ced !important;
}

.header_area_six .header_top .header_contact_info li a {
	color: #677294;
}

.header_area_six .header_top .header_contact_info li, .header_area_six .header_top .header_social_icon li a, .widget.widget_recent_post .post_item .media-body h3, .widget_recent_comments #recentcomments .recentcomments a {
	color: #282835;
}

.header_area_seven .header_top {
	background: #5e2ced;
	padding: 0;
}

.header_area_seven .header_top a {
	line-height: 50px;
	opacity: .7;
}

.header_area_seven .header_top a:hover, .widget.instagram_widget ul li a:hover:before {
	opacity: 1;
}

.header_area_seven .header_top .header_contact_info li i {
	vertical-align: middle;
}

.header_area_seven .header_top .header_contact_info li a {
	color: #fff;
}

.header_area_seven .header_top .header_social_icon {
	border-left: 1px solid #7444ff;
	padding-left: 22px;
	margin-left: 40px;
}

.header_area_seven .header_top .header_top_menu {
	text-align: right;
	margin-bottom: 0;
}

#myTabContent .slick-slide img, .header_area_seven .header_top .header_top_menu li {
	display: inline-block;
}

.header_area_seven .header_top .header_top_menu li:before {
	content: "";
	width: 1px;
	height: 11px;
	background: #8e6bf7;
	display: inline-block;
	vertical-align: middle;
	margin: 0 17px 0 15px;
}

.header_area_seven .header_top .header_top_menu li a, .header_area_seven .header_top a {
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.header_area_seven .header_top .header_top_menu li a {
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #fff;
}

.header_area_seven+section {
	margin-top: 143px;
}

.header_area, .header_area.navbar_fixed .navbar {
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.header_area.navbar_fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06);
	box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06);
}

.header_area.navbar_fixed .navbar {
	padding: 0;
}

.header_area.navbar_fixed .menu_one .btn_get {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header_area.navbar_fixed .sticky_logo .main_logo_img {
	display: none;
}

.header_area.navbar_fixed .sticky_logo .sticky_logo_img {
	display: block;
}

.header_area.navbar_fixed .w_menu .nav-item .nav-link {
	color: #051441;
}

.header_area.navbar_fixed .menu_two .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_two .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
	background: #051441;
}

.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn:hover {
	border-color: #00aff0;
	color: #00aff0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover, ul.slick-dots li.slick-active button {
	background: #00aff0;
	color: #fff;
}

.header_area.navbar_fixed .menu_four .btn_get {
	border: 2px solid #ccc5fa;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header_area.navbar_fixed .menu_four .btn_get:hover {
	border-color: #6754e2;
}

.header_area.navbar_fixed .menu_four .btn_get_radious {
	border-color: #563bd1;
	color: #563bd1;
}

.header_area.navbar_fixed .menu_four .btn_get_radious:hover {
	background: #563bd1;
	color: #fff;
}

.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span {
	background: #6754e2;
}

.breadcrumb_content_two .breadcrumb li a, .header_area.navbar_fixed .menu_seven .menu>.nav-item>.nav-link, .header_area.navbar_fixed .menu_six .menu>.nav-item>.nav-link, .header_area.navbar_fixed .nav_right_btn .login_btn {
	color: #051441;
}

.header_area.navbar_fixed .menu_five .btn_get {
	border-color: #3d64f4;
	color: #3d64f4;
}

.header_area.navbar_fixed .menu_five .btn_get:hover {
	background: #3d64f4;
	color: #fff;
}

.header_area.navbar_fixed .menu_five .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_five .menu_toggle .hamburger-cross span {
	background: #3d64f4;
}

.header_area.navbar_fixed .menu_six .menu>.nav-item.active>.nav-link, .header_area.navbar_fixed .menu_six .menu>.nav-item:hover>.nav-link, .menu_six .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link span.arrow_carrot-right {
	color: #3d57f4;
}

.header_area.navbar_fixed .menu_six .menu>.nav-item.active>.nav-link:before, .header_area.navbar_fixed .menu_six .menu>.nav-item:hover>.nav-link:before, .header_area.navbar_fixed .menu_six .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_six .menu_toggle .hamburger-cross span {
	background: #3d57f4;
}

.header_area.navbar_fixed .menu_six .btn_get {
	border-color: #3d57f4;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #3d57f4;
}

.header_area.navbar_fixed .menu_six .btn_get:hover {
	color: #fff;
}

.header_area.navbar_fixed .menu_seven .menu>.nav-item.active>.nav-link, .header_area.navbar_fixed .menu_seven .menu>.nav-item:hover>.nav-link {
	color: #4069eb;
}

.header_area.navbar_fixed .menu_seven .menu>.nav-item.active>.nav-link:before, .header_area.navbar_fixed .menu_seven .menu>.nav-item:hover>.nav-link:before, .header_area.navbar_fixed .menu_seven .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_seven .menu_toggle .hamburger-cross span {
	background: #4069eb;
}

.header_area.navbar_fixed .menu_seven .btn_get {
	border-color: #4069eb;
	color: #4069eb;
}

.header_area.navbar_fixed .menu_seven .btn_get:hover {
	background: #4069eb;
	color: #fff;
}

.header_area.navbar_fixed .menu_eight .saas_btn {
	border-color: #23b1fe;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header_area.navbar_fixed .menu_eight .saas_btn:hover {
	background: #23b1fe;
	color: #fff;
}

.header_area.navbar_fixed .menu_eight .menu_ .hamburger span, .header_area.navbar_fixed .menu_eight .menu_toggle .hamburger-cross span {
	background: #23b1fe;
}

.header_area.navbar_fixed .menu_nine .menu>.nav-item.active>.nav-link, .header_area.navbar_fixed .menu_nine .menu>.nav-item:hover>.nav-link {
	color: #5f51fb;
}

.header_area.navbar_fixed .menu_nine .menu>.nav-item.active>.nav-link:before, .header_area.navbar_fixed .menu_nine .menu>.nav-item:hover>.nav-link:before, .header_area.navbar_fixed .menu_nine .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_nine .menu_toggle .hamburger-cross span {
	background: #5f51fb;
}

.header_area.navbar_fixed .menu_nine .btn_get {
	border-color: #5f51fb;
	color: #5f51fb;
}

.header_area.navbar_fixed .menu_nine .btn_get:hover {
	background: #5f51fb;
	color: #fff;
}

.header_area.navbar_fixed.header_area_five .menu_one, .nav_full_width nav.navbar {
	padding: 0 50px;
}

.header_area.navbar_fixed.header_area_six .header_top {
	display: none;
}

.search_boxs, .search_boxs .close_icon {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.search_boxs {
	z-index: 20000;
	position: fixed;
	top: -105%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}

.search_boxs:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: rgba(27, 29, 34, .95);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	-webkit-transform: scale(.04), translateY(9999px);
	-ms-transform: scale(.04), translateY(9999px);
	transform: scale(.04), translateY(9999px);
	overflow: hidden;
}

.search_boxs .close_icon {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
	opacity: 0;
}

.search_boxs .input-group {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: scale(.5);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: scale(.5);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: scale(.5);
	transform: translateX(-50%) translateY(-50%);
	max-width: 800px;
	width: 20%;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s;
}

.search_boxs .input-group input {
	border: 0;
	height: 55px;
	font-size: 16px;
	padding: 0 15px 0 0;
	width: 100%;
	color: #fff;
	background: 0 0;
	border-bottom: 2px solid rgba(255, 255, 255, .6);
	border-radius: 0;
	outline: 0;
}

.search_boxs .input-group input.placeholder {
	font-size: 16px;
	color: rgba(255, 255, 255, .6);
}

.search_boxs .input-group input:-moz-placeholder, .search_boxs .input-group input::-moz-placeholder {
	font-size: 16px;
	color: rgba(255, 255, 255, .6);
}

.search_boxs .input-group input::-webkit-input-placeholder {
	font-size: 16px;
	color: rgba(255, 255, 255, .6);
}

.search_boxs .input-group .input-group-append {
	margin-left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 4;
}

.search_boxs .input-group .input-group-append button {
	border: 0;
	background: 0 0;
	border-radius: 0;
	height: 55px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	color: rgba(255, 255, 255, .6);
	font-size: 24px;
	padding: 0;
	font-family: "Poppins", sans-serif;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer;
}

.search_boxs .input-group .input-group-append button i {
	cursor: pointer;
}

input[type=text] {
	-webkit-appearance: none;
	outline: 0;
}

.open .search_boxs {
	top: 0;
}

.open .search_boxs:before {
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
	height: 100%;
}

.open .search_boxs .close_icon {
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s;
	opacity: 1;
}

.open .search_boxs .input-group {
	width: 100%;
	opacity: 1;
}

.breadcrumb_area, .breadcrumb_area_two {
	position: relative;
	padding: 235px 0 125px;
	z-index: 1;
}

.breadcrumb_area {
	background-image: -moz-linear-gradient(180deg, #5e2ced 0, #a485fd 100%);
	background-image: -webkit-linear-gradient(180deg, #5e2ced 0, #a485fd 100%);
	background-image: -ms-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
	overflow: hidden;
}

.breadcrumb_area .breadcrumb_shap, .breadcrumb_area_two .breadcrumb_shap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.breadcrumb_area_two {
	background: #f8f6fe;
}

.breadcrumb_area_two .breadcrumb_shap {
	height: 100%;
	left: 0;
}

.breadcrumb_area_two .bubble li {
	background: #5e2ced;
	opacity: .1;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
}

.breadcrumb_area_two .bubble li:nth-child(1) {
	left: 220px;
	bottom: 50px;
	-webkit-animation: spin3 2s infinite alternate;
	animation: spin3 2s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(2) {
	left: 35%;
	top: 100px;
	-webkit-animation: spin 2s infinite alternate;
	animation: spin 2s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(3) {
	left: 40%;
	width: 51px;
	height: 51px;
	bottom: 50px;
	-webkit-animation: spin1 3s infinite alternate;
	animation: spin1 3s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(4) {
	left: 42%;
	bottom: 50px;
	width: 20px;
	height: 20px;
}

.breadcrumb_area_two .bubble li:nth-child(5) {
	left: 76%;
	width: 51px;
	height: 51px;
	top: 160px;
	-webkit-animation: spin1 3s infinite alternate;
	animation: spin1 3s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(6) {
	left: 75%;
	width: 30px;
	height: 30px;
	top: 186px;
}

.breadcrumb_area_two .bubble li:nth-child(7), .breadcrumb_area_two .bubble li:nth-child(8) {
	left: 52%;
	top: 150px;
	width: 20px;
	height: 20px;
	-webkit-animation: spin2 2s infinite alternate;
	animation: spin2 2s infinite alternate;
}

.breadcrumb_area_two .bubble li:nth-child(8) {
	left: 90%;
	top: 250px;
}

.breadcrumb_content_two h1 {
	color: #222d39;
}

.breadcrumb_content_two .breadcrumb {
	background: 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb_content_two .breadcrumb li {
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
	color: #525c7c;
}

.breadcrumb_content_two .breadcrumb li+li {
	padding-left: 32px;
}

.breadcrumb_content_two .breadcrumb li+li:after {
	content: "";
	font-family: "themify";
	position: absolute;
	left: 8px;
	top: 0;
	font-size: 14px;
}

.blog_breadcrumb_area {
	position: relative;
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}

.blog_breadcrumb_area .background_overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient(-140deg, #5e2ced 0, #8037da 100%);
	background-image: -webkit-linear-gradient(-140deg, #5e2ced 0, #8037da 100%);
	background-image: -ms-linear-gradient(-140deg, #5e2ced 0%, #8037da 100%);
	opacity: .8;
	z-index: -1;
}

.blog_breadcrumb_area .breadcrumb_content_two {
	color: #fff;
	padding-top: 80px;
}

.blog_breadcrumb_area .breadcrumb_content_two h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 18px;
}

.blog_breadcrumb_area .breadcrumb_content_two h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.25em;
	color: #fff;
	margin-bottom: 25px;
}

.blog_breadcrumb_area .breadcrumb_content_two ol li {
	display: inline-block;
	font-size: 16px;
}

.blog_breadcrumb_area .breadcrumb_content_two ol li+li:before {
	content: "|";
	display: inline-block;
	font-family: "themify";
	font-size: 18px;
	margin: 0 5px;
	font-weight: 600;
}

section.breadcrumb_area {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

section.breadcrumb_area:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.widget_title {
	margin-bottom: 35px;
}

.widget_title .border_bottom {
	width: 180px;
	height: 1px;
	background: #677294;
	display: block;
}

.widget_title_two {
	font-size: 20px;
	font-weight: 600;
	color: #282835;
	margin-bottom: 30px;
}

.blog-sidebar {
	padding-left: 40px;
}

.dropdown-menu li a, .widget.widget_search .search-form, form#commentform {
	position: relative;
}

.widget.widget_search .search-form .form-control.placeholder {
	color: #677294;
}

.widget.widget_search .search-form .form-control:-moz-placeholder, .widget.widget_search .search-form .form-control::-moz-placeholder {
	color: #677294;
}

.widget.widget_search .search-form .form-control::-webkit-input-placeholder {
	color: #677294;
}

.widget.widget_search .search-form .form-control:focus {
	border-color: #ccc5fa;
	border-radius: 3px;
}

.widget.widget_recent_post .post_item img {
	border-radius: 3px;
}

.widget.widget_recent_post .post_item .media-body {
	padding-left: 20px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.widget.widget_recent_post .post_item .media-body .entry_post_info {
	padding-bottom: 0;
}

.widget.widget_recent_post .post_item+.post_item {
	margin-top: 30px;
}

.widget.widget_categorie .widget_title {
	margin-bottom: 28px;
}

.widget.widget_categorie ul li a, .widget.widget_tag_cloud .post-tags a {
	font: 400 16px/35px "Poppins", sans-serif;
	color: #282835;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.widget.widget_categorie ul li a span {
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.widget.widget_categorie ul li a em {
	float: right;
	font-style: normal;
}

.widget.widget_archive ul li a:hover, .widget.widget_archive ul li:hover, .widget.widget_categorie ul li a:hover span, .widget.widget_categories ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_nav_menu ul li a:hover, .widget.widget_pages ul li a:hover {
	color: #5e2ced;
	border-color: #5e2ced;
}

.widget.widget_tag_cloud .post-tags {
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
}

.widget.widget_tag_cloud .post-tags a {
	font: 400 13px/26px "Poppins", sans-serif;
	color: #595b64;
	border: 1px solid #cfcfe6;
	border-radius: 3px;
	padding: 6px 18px;
	float: left;
	margin: 5px;
}

.widget.widget_tag_cloud .post-tags a:hover {
	background: #5e2ced;
	border-color: #5e2ced;
	color: #fff;
}

.widget.search_widget_two .search-form .form-control.placeholder {
	color: #677294;
}

.widget.search_widget_two .search-form .form-control:-moz-placeholder, .widget.search_widget_two .search-form .form-control::-moz-placeholder {
	color: #677294;
}

.widget.search_widget_two .search-form .form-control::-webkit-input-placeholder {
	color: #677294;
}

.widget.search_widget_two .search-form .form-control:focus {
	border-color: #5e2ced;
	background: #fff;
}

.widget.search_widget_two .search-form button {
	position: absolute;
	background: 0 0;
	padding: 0;
	border: 0;
	right: 30px;
	top: 51%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #282835;
	z-index: 0;
}

.widget.recent_post_widget_two .post_item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget.recent_post_widget_two .post_item img {
	border-radius: 4px;
}

.widget.recent_post_widget_two .post_item .media-body h3 {
	font: 500 16px/22px "Poppins", sans-serif;
	color: #222d39;
	margin-bottom: 0;
}

.widget.recent_post_widget_two .post_item .media-body .entry_post_info {
	font-size: 14px;
	color: #85859c;
}

.widget.recent_post_widget_two .post_item:not(:last-child) {
	margin-bottom: 30px;
}

.widget.categorie_widget_two ul li a, blockquote cite {
	font-size: 14px;
	line-height: 36px;
	color: #282835;
	text-transform: uppercase;
}

.widget.categorie_widget_two ul li a em {
	font-style: normal;
	color: #282835;
	padding-left: 10px;
}

.widget.tag_widget_two .post-tags {
	margin: -5px -4px;
}

.widget.tag_widget_two .post-tags a {
	padding: 6px 20px;
	color: #5a5a77;
	background: #f0f2f9;
	border-radius: 4px;
	margin: 5px 4px;
	display: inline-block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.widget.tag_widget_two .post-tags a:hover, .widget_recent_comments #recentcomments .recentcomments:hover:before {
	background: #5e2ced;
	color: #fff;
}

.widget.instagram_widget ul {
	margin: -7px;
}

.widget.instagram_widget ul li {
	display: inline-block;
	padding: 7px 6px;
}

.widget.instagram_widget ul li a {
	display: block;
	position: relative;
}

.widget.instagram_widget ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "themify";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	background: rgba(94, 44, 237, .6);
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
	color: #fff;
}

.widget.instagram_widget ul li a img {
	max-width: 100%;
	border-radius: 4px;
	width: 100px !important;
	height: auto !important;
}

.blog_single_info .blog_list_item_two blockquote, blockquote {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 30px 0 rgba(20, 3, 67, .08);
	box-shadow: 0 10px 30px 0 rgba(20, 3, 67, .08);
	border-radius: 6px;
	padding: 28px 40px 22px !important;
	position: relative;
	overflow: hidden;
	border-left: 6px solid #5e2ced;
	z-index: 0;
	margin: 40px 0 45px;
}

.blog_single_info .blog_list_item_two blockquote:before, blockquote:before {
	content: "";
	font-size: 30px;
	color: #5e2ced;
	padding-bottom: 12px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.blog_single_info .blog_list_item_two blockquote:after, blockquote:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 30px;
	bottom: auto;
	top: 80%;
	color: #f2effd;
	font-size: 100px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: -1;
}

blockquote i {
	font-size: 30px;
	color: #5e2ced;
	padding-bottom: 12px;
	display: inline-block;
}

.blog_single_info .blog_list_item_two blockquote h6, blockquote h6 {
	font-size: 20px;
	color: #525c7c;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 0;
}

blockquote cite {
	color: #848ca5;
	line-height: 20px;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 15px;
	font-style: normal;
}

.comments_widget ul li .comments_items .round_img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 25px;
	margin-top: 7px;
}

.comments_widget ul li .comments_items .media-body p {
	font-size: 15px;
	line-height: 24px;
	color: #282835;
	margin-bottom: 0;
}

.comments_widget ul li .comments_items .media-body span {
	font-size: 13px;
	line-height: 20px;
	color: #848ca5;
	display: block;
	padding-top: 8px;
}

.comments_widget ul li:not(:last-child) {
	margin-bottom: 30px;
}

.widget_recent_comments #recentcomments {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.widget_recent_comments #recentcomments .recentcomments {
	position: relative;
	font-size: 15px;
	line-height: 26px;
	color: #282835;
	font-family: "Poppins", sans-serif;
	min-height: 66px;
	padding-left: 55px;
}

.widget_recent_comments #recentcomments .recentcomments:before {
	content: "v";
	font-family: eleganticons;
	border: 1px solid #5e2ced;
	text-align: center;
	border-radius: 50%;
	color: #5e2ced;
	-webkit-transition: background .3s linear, color .3s linear;
	-o-transition: background .3s linear, color .3s linear;
	transition: background .3s linear, color .3s linear;
	display: inline-block;
	position: absolute;
	left: 0;
	line-height: 38px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	top: 5px;
}

.widget_recent_comments #recentcomments .recentcomments .comment-author-link {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #848ca5;
}

.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
	margin-bottom: 30px;
}

.blog_single .blog_content p, .get_quote_form .form-group {
	margin-bottom: 30px;
}

.get_quote_form .form-group .form-control {
	font: 300 15px "Poppins", sans-serif;
	color: #677294;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
	box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
	border: 1px solid transparent;
	height: 60px;
	padding: 0 30px;
}

.get_quote_form .form-group .form-control.placeholder {
	color: #9ca3b9;
}

.get_quote_form .form-group .form-control:-moz-placeholder, .get_quote_form .form-group .form-control::-moz-placeholder {
	color: #9ca3b9;
}

.get_quote_form .form-group .form-control::-webkit-input-placeholder {
	color: #9ca3b9;
}

.get_quote_form .form-group .form-control:focus {
	border-color: #f2effc;
	-webkit-box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
	box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
}

.get_quote_form .form-group textarea.form-control {
	height: 210px;
	padding-top: 15px;
}

.get_quote_form .btn_three {
	margin-top: 10px;
}

.admin-bar header.header_area, .admin-bar.page-template-elementor_canvas header.header_area.navbar_fixed {
	margin-top: 32px;
}

.admin-bar header.header_area .header_area, .admin-bar.page-template-elementor_canvas header.header_area {
	margin-top: 0;
}

.saasland-page {
	padding: 135px 0;
}

.saas_home_area .saas_home_img img {
	-webkit-box-shadow: 0 40px 60px 0 rgba(0, 11, 40, .16);
	box-shadow: 0 40px 60px 0 rgba(0, 11, 40, .16);
	border-radius: 8px;
}

.call_action_area .action_one, .mobile_img .mobile, .mobile_img .women_img, .payment_features_content img, .prototype_banner_area img.protype_img, .row.featured_item img {
	max-width: none !important;
}

.about_img_slider .about_text h5 {
	color: #fff;
}

.about_img .about_img_slider .about_item:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	z-index: 1;
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .8));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .8));
	transition: opacity .4s linear 0s;
}

.about_img .about_img_slider .about_item:hover:before {
	opacity: 0;
}

.paired-margin-top {
	margin-top: 50px;
}

.wow.design_img img {
	border: 2px solid #e4ebf2;
	border-radius: 6px;
	-webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
}

.logo-center .partner_logo {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 70px;
	border-bottom: none;
}

.get_content {
	font-family: "Poppins", sans-serif;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.get_content h2 {
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 50px;
	font-size: 40px;
}

.get_content p {
	margin-bottom: 40px;
	font-weight: 300;
}

.dot.middle_dot {
	top: 87%;
}

.dot.middle_dot.middle_dot6 {
	top: 98%;
}

.pay_btn {
	-webkit-box-shadow: 0 2px 5px 0 rgba(63, 54, 132, .1) !important;
	box-shadow: 0 2px 5px 0 rgba(63, 54, 132, .1) !important;
}

.payment_service_item .icon i {
	color: #fff;
	font-size: 28px;
	line-height: 60px;
}

.software_featured_area.has_subtitle .container>p {
	margin-bottom: 65px;
}

.icon .social_icon a:nth-child(4), .p_category_item .social_icon a:nth-child(4) {
	background: #0077b5;
}

.icon .social_icon a:nth-child(6), .p_category_item .social_icon a:nth-child(5) {
	background: #bd081b;
}

.p_details_three h5, .portfolio_details_info h5 {
	margin-bottom: 30px;
	color: #222d39;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
}

.p_details_three p, .portfolio_details_info p {
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 30px;
}

.owl-carousel .owl-item img {
	height: auto;
}

header.navbar_fixed .menu>.nav-item>.nav-link {
	color: #051441;
}

.footer_area_four .footer_top ul, .footer_bottom ul, .job_details_area ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 0;
}

.text_box input[type=email] {
	font: 300 15px/60px "Poppins", sans-serif;
	color: #222d39;
	height: 60px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
	box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
	width: 100%;
	border: 1px solid #fff;
	padding-left: 30px;
}

.text_box input[type=eamil]:focus {
	border-color: #f2effc;
	-webkit-box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
	box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
	outline: 0;
}

.sign_btn_transparent:hover {
	color: #fff !important;
}

.error_contain p.w_color.f_300 {
	max-width: 640px;
	margin: 0 auto;
}

ul.comment-box.list-unstyled .post-comment {
	padding-top: 30px;
}

.car_get_quote_content.comments_form p.form-submit {
	position: absolute;
	right: 15px;
	bottom: -3px;
}

.comment-form-rating.mt_30 {
	display: flex;
	padding-left: 15px;
}

.comment_box div#respond, .pr_details .pr_excerpt {
	padding-top: 20px;
}

.car_get_quote_content .agency_banner_btn {
	font: 500 14px "Poppins", sans-serif;
	color: #fff;
	background: #5e2ced;
	-webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	border: 1px solid #5e2ced;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}

.car_get_quote_content .agency_banner_btn:hover {
	color: #5e2ced;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
}

.blog_cats {
	display: inline;
}

.blog_cats:before {
	content: "/";
	display: inline-block;
	margin: 0 7px 0 2px;
}

.entry_post_info .blog_cats a+a:before, .mega_menu span.arrow_carrot-right, .menu>.nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item .nav-link:before, header.header_area.header_stick.navbar_fixed .header_top {
	display: none;
}

.widget.widget_archive h3.widget_title_two, .widget.widget_categories h3.widget_title_two, .widget.widget_meta h3.widget_title_two, .widget.widget_nav_menu h3.widget_title_two, .widget.widget_pages h3.widget_title_two {
	margin-bottom: 24px;
}

.header_area .header_top ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_nav_menu ul, .widget.widget_pages ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li, .widget.widget_nav_menu ul li, .widget.widget_pages ul li {
	font-weight: 400;
	color: #282835;
}

.widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a, .widget.widget_pages ul li a {
	font-size: 14px;
	line-height: 36px;
}

.has-post-thumbnail.blog_single .blog_content {
	padding-top: 50px;
}

.blog_single blockquote {
	margin-bottom: 40px;
	color: #5e2ced;
	font-style: italic;
	border-left: 4px solid #5e2ced;
	padding-left: 35px;
}

.blog_single h1, .blog_single h2, .blog_single h3, .blog_single h4, .blog_single h5, .blog_single h6 {
	line-height: 1.7em;
}

.widget.sidebar_widget {
	margin-top: 60px;
}

.widget.sidebar_widget:first-child {
	margin-top: 0;
}

.comment-box .post_comment .post_author a.comment-reply-link {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #525c7c;
	padding-top: 14px;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.comment-box .post_comment+ul.children {
	padding-left: 100px;
	list-style: none;
}

p.form-submit, p.logged-in-as {
	padding-left: 15px;
}

.form-submit input#submit, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	font: 500 14px "Poppins", sans-serif;
	color: #fff;
	background: #7444fd;
	border-radius: 3px;
	padding: 15px 30px;
	border: 1px solid #7444fd;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	display: inline-block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin: 0;
}

.form-submit input#submit {
	margin-top: 50px;
}

.form-submit input#submit:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	color: #7444fd;
	background: 0 0;
}

.footer_bottom p, .logged-in .get_quote_form .form-group {
	margin-bottom: 0;
}

.breadcrumb_content h1 {
	line-height: 1.3em;
	margin-bottom: 15px;
}

.listing_tab .item {
	width: 100%;
}

.job_listing .listing_tab .list_item figure {
	margin-right: 20px !important;
	width: 50px;
}

.job_listing nav.navigation.pagination {
	margin-top: 60px;
	text-align: center;
}

.pagination .nav-links .page-numbers {
	width: 40px;
	height: 40px;
	border: 1px solid #e7e7f6;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #677294;
	font-size: 16px;
	border-radius: 50%;
	background-color: #fbfbfd;
	margin: 0 3px;
}

.pagination .nav-links .page-numbers.current {
	background: #5e2ced;
	color: #fff;
	border-color: transparent;
}

.portfolio_gallery .portfolio_item .portfolio_img img {
	padding-top: 0;
}

.no_main_menu a.navbar-brand.sticky_logo {
	padding-top: 35px;
	padding-bottom: 35px;
}

.no-post-thumbnail.post_item .media-body {
	padding-left: 0 !important;
}

.menu>.nav-item.active .nav-link, .menu>.nav-item:hover .nav-link, .menu>.nav-item>.nav-link {
	color: #fff;
}

.blog .menu>.nav-item.active .nav-link, .blog .menu>.nav-item>.nav-link, header.header_area.navbar_fixed .navbar .navbar-nav .menu-item a {
	color: #051441;
}

.menu>.nav-item>.nav-link:before, .single-post .menu_toggle .hamburger span, .single-post .menu_toggle .hamburger-cross span {
	background-color: #fff;
}

.blog_list_item .blog_content h5, .breadcrumb_content h1 {
	word-break: break-word;
}

.post_tag, div#comments {
	clear: both;
}

.footer-widget .menu, .header_area.navbar_fixed .menu_six .menu>.nav-item.active>.nav-link:before, .header_area.navbar_fixed .menu_six .menu>.nav-item:hover>.nav-link:before, .menu_six .menu>.nav-item.active .nav-link:before {
	background: 0 0;
}

.svg_intro_bottom {
	height: 100% !important;
}

.payment_banner_content .action_btn .agency_banner_btn {
	-webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
}

.payment_banner_content .action_btn .agency_banner_btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.saas_banner_area_two .shap_img {
	left: 10px;
}

.p_details_three .img-fluid {
	display: block;
	margin: 0 auto;
}

ul.list_icon, ul.list_icon li {
	padding-left: 35px;
}

.no_pad {
	padding: 0 !important;
}

ul.list_icon li {
	font: 300 16px "Poppins", sans-serif;
	color: #677294;
	position: relative;
	margin-bottom: 13px;
}

ul.list_icon li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #5e2ced;
}

.widget.tag_widget_two .post-tags a {
	font-size: 14px !important;
}

.pagination .nav-links .page-numbers:hover {
	border-color: #5e2ced;
	color: #5e2ced;
}

.widget.recent_post_widget_two .post_item img {
	margin-right: 25px !important;
	padding-right: 0 !important;
}

.breadcrumb_content_two h1 {
	line-height: 1.3;
}

.comments_widget_two ul li:not(:last-child) {
	margin-bottom: 30px;
}

.blog_breadcrumb_area .breadcrumb_content_two h5 a, .blog_breadcrumb_area .breadcrumb_content_two ol li a, .pagination .nav-links .page-numbers.current:hover {
	color: #fff;
}

.img_rounded {
	border-radius: 50%;
}

.navbar-brand h3 {
	color: #fff;
	font-weight: 600;
}

.header_area.navbar_fixed .navbar-brand h3 {
	color: rgba(5, 20, 61, .8);
	padding-top: 0;
}

.single_post_tags.post-tags a:hover {
	background: #5e2ced;
	color: #fff;
}

.pr_sidebar .widget_category ul li:not(:last-child) {
	margin-bottom: 10px;
}

.pr_sidebar .widget_category ul li a {
	font-size: 15px;
}

.pr_sidebar .widget_product ul li .media img {
	padding: 0;
	max-width: none !important;
	width: 80px;
	margin: 0 30px 0 0;
	height: auto;
}

.widget.search_widget_two .search-form .form-control {
	padding: 0 30px;
	background: #f3f4f9;
	border-radius: 4px;
	height: 60px;
	font-size: 15px;
	color: #677294;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 0;
	border-color: transparent;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.f_widget.about-widget .f_list li a, .footer_area_four .footer_top ul li a, .footer_bottom, .s_pricing-item ul li {
	font-weight: 400;
}

.dot.middle_dot.middle_dot4 {
	top: 97%;
}

.software_banner_area .software_img img {
	max-width: none;
}

.about_img .about_img_slider .about_item:before {
	width: 101%;
}

.breadcrumb_content_two h1, .partner_logo .p_logo_item {
	margin-bottom: 5px;
}

.ex_team_item h5 {
	font-weight: 300;
}

.text_box input[type=email]::placeholder {
	color: #9ca3b9;
}

.action_btn .agency_banner_btn {
	-webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
}

.action_btn .agency_banner_btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.payment_features_area .payment_features_content {
	margin-top: -150px;
}

.padd15 {
	padding: 0 15px;
}

.portfolio_filter .work_portfolio_item+.work_portfolio_item {
	margin-left: 45px;
}

.footer_bottom ul li+li {
	margin-left: 16px;
}

.dropdown-menu span.arrow_carrot-right {
	position: absolute;
	right: -5px;
	top: 9px;
	font-size: 18px;
	color: #051441;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
	padding: 0 30px;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:first-child {
	padding-top: 16px;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .nav-item:first-child {
	padding-top: 40px;
}

.header_area.navbar_fixed .navbar .btn_get.btn-meta, .header_area_three {
	box-shadow: none;
}

.job_listing .job_list_tab .list_item_tab, .job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .apply_btn, .job_listing .listing_tab .list_item .joblisting_text ul li {
	font-weight: 300;
}

.s_form_info_two .subscribe-form .form-control, .s_subcribes .form-control {
	color: #051441;
}

.video_btn .icon {
	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, .19);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, .19);
}

.app_img .mobile, .seo_features_img img, .seo_features_img.seo_features_img_two img {
	max-width: none;
}

.footer_area_four .footer_bottom p a, a.learn_btn {
	color: #677294;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
	line-height: 36px;
}

.portfolio_pagination .next, .portfolio_pagination .prev {
	font-weight: 300;
}

.error_page2 .navbar .search_cart .search a.nav-link i, .error_page2 .navbar .search_cart .shpping-cart i, .navbar_fixed .navbar .search_cart .search a.nav-link i, .navbar_fixed .navbar .search_cart .shpping-cart i, .portfolio_pagination .next:hover, .portfolio_pagination .prev:hover {
	color: #6754e2;
}

.footer-widget .widget_title {
	color: #606179;
}

.service_carousel .owl-item .service_item {
	-webkit-box-shadow: 0 15px 20px 0 rgba(12, 0, 46, .1);
	box-shadow: 0 15px 20px 0 rgba(12, 0, 46, .1);
}

.prototype_content .btn_three {
	width: 370px;
	text-align: center;
	margin-top: 20px;
}

.blog_list_item_two .blog_content .post-info-bottom .post-info-comments:hover, .new_footer_top .f_widget.about-widget ul li a:hover {
	color: #5e2ced;
}

.p_details_three .img-fluid, .portfolio_details_area .owl-carousel .owl-item img, .seo_subscribe_form .input-group input {
	width: 100%;
}

section.job_details_area .details_content {
	padding-bottom: 0;
	border-bottom: none;
}

.apply_form .upload_box {
	display: flex;
	border: 0;
	padding: 20px 0 0;
}

.apply_form .upload_box input[type=file] {
	padding-left: 20px;
	border: 0;
	box-shadow: none;
	background: 0 0;
	margin-top: -5px;
}

.navbar .menu>.nav-item.submenu.mega_menu .dropdown-menu .nav-item:hover>.nav-link {
	color: #13112d !important;
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu>.nav-item:first-child {
	padding-top: 10px;
}

.navbar .search_cart .shpping-cart .dropdown-menu li.only_single_item {
	padding-bottom: 20px;
}

.comments_widget ul li .comments_items .media-body p, .learn_btn {
	font-weight: 400;
}

.s_pricing-item h5 {
	color: #5e2ced;
	font-size: 14px;
	text-transform: uppercase;
}

.s_pricing-item .price sub {
	bottom: 0;
	margin-left: -3px;
}

.s_pricing-item:hover {
	-webkit-box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .14);
	box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .14);
}

.s_pricing-item .price {
	padding-top: 20px;
}

.navbar .search_cart .search a.nav-link i, .s_service_item .learn_btn_two, .s_service_item h5, .s_service_item p, input.wpcf7-form-control.wpcf7-submit.btn.btn_pos {
	color: #fff;
}

.s_service_item .icon {
	border-color: rgba(255, 255, 255, .3);
	background-color: rgba(255, 255, 255, .059);
	color: #fff;
}

.learn_btn:before {
	background: #677294;
}

.feedback_item .ratting .yellow_star i {
	color: #edab0b;
}

.feedback_area_two .sec_title p {
	font-style: normal;
}

.new_footer_top .f_widget.about-widget ul li {
	margin-bottom: 6px;
}

.new_footer_top .f_widget.about-widget ul li a {
	color: #656f88;
	padding-left: 0;
}

.f_widget.about-widget ul li a {
	font: 300 16px/20px "Poppins", sans-serif;
	color: #677294;
	position: relative;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	display: inline-block;
}

.new_footer_top p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #656f88;
	margin-bottom: 20px;
}

.new_footer_top .f_social_icon a {
	margin-bottom: 10px;
	margin-right: 4px;
}

.s_service_info .s_service_item {
	border-radius: 5px;
}

.seo_features_img.seo_features_img_two .round_circle {
	bottom: 0;
}

.comments_widget ul li .comments_items .media-body span, .widget.recent_post_widget_two .post_item .media-body .entry_post_info {
	text-transform: none;
	font-weight: 300;
}

.seo_fact_item .text {
	padding-top: 10px;
}

.menu>.nav-item+li.nav-item.search, .new_footer_top .f_social_icon a+a {
	margin-left: 0;
}

.widget.widget_search .search-form .form-control {
	font: 300 14px "Poppins", sans-serif;
	color: #677294;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .08);
	box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .08);
	border-radius: 0;
	padding-left: 30px;
	height: 55px;
	z-index: 0;
	border: 1px solid transparent;
}

.widget.widget_search .search-form button {
	border: 0;
	border-radius: 0;
	font-size: 16px;
	color: #282835;
	background: 0 0;
	position: absolute;
	right: 20px;
	height: 100%;
	padding: 0;
	z-index: 1;
	cursor: pointer;
}

.breadcrumb_content_two .breadcrumb, .no_comments+.blog_comment_box #respond, .single .blog_single_info .blog_list_item_two .blog_content {
	padding-top: 0;
}

.home.blog a.navbar-brand.sticky_logo h3 {
	color: rgba(5, 20, 61, .8);
}

.widget.instagram_widget ul li {
	padding-right: 5px;
}

.startup_tab .nav-item:hover:nth-child(1) .nav-link {
	border-color: #fa6fd1;
}

.startup_tab .nav-item:hover:nth-child(2) .nav-link {
	border-color: #6fadfa;
}

.startup_tab .nav-item:hover:nth-child(3) .nav-link {
	border-color: #f3af4e;
}

.startup_tab .nav-item:hover:nth-child(4) .nav-link {
	border-color: #aa6ffa;
}

.startup_tab .nav-item:hover:nth-child(5) .nav-link {
	border-color: #fa6666;
}

.new_startup_content .app_btn:not(:first-child) {
	margin-left: 20px;
}

.progress_bar_area {
	padding: 0;
}

.payment_subscribe_info {
	z-index: 99;
}

.new_footer_area {
	overflow: hidden;
}

.page-template-default .menu_toggle .hamburger span, .page-template-default .menu_toggle .hamburger-cross span {
	background: #fff;
}

.menu-depth-3rd li {
	padding-left: 25px !important;
}

.menu-depth-3rd li:last-child {
	margin-bottom: 10px !important;
}

.new_footer_area .widget.footer-widget {
	padding-top: 50px;
}

.new_footer_area .widget.footer-widget:nth-child(1), .new_footer_area .widget.footer-widget:nth-child(2), .new_footer_area .widget.footer-widget:nth-child(3), .new_footer_area .widget.footer-widget:nth-child(4), .new_footer_top .f_widget.about-widget ul li:first-child {
	padding-top: 0;
}

.new_footer_area .widget.footer-widget.widget_rss ul li a {
	font-weight: 700;
}

.single-post .has-post-thumbnail .blog_content {
	margin-top: 25px;
}

.widget ul li a:empty {
	display: none;
}

.alert, .breadcrumb_content_two .breadcrumb li {
	font-size: 16px;
}

.blog_list_item_two .post_date h2 {
	line-height: 1;
}

.blog_content .learn_btn_two i {
	font-size: 12px;
}

.blog_content h5 {
	pointer-events: none;
}

.blog_single_info .post_author_two .media-body .comment_info h3 {
	padding-bottom: 3px;
}

.post_author_two .media-body p {
	font-size: 15px;
}

.mega_menu .menu-depth-3rd li {
	padding-left: 0 !important;
}

.navbar .search_cart .shpping-cart i {
	color: #fff;
	margin-left: 20px;
}

.blog .navbar .search_cart .shpping-cart .num, .blog_list_item .blog_content .single_post_tags.post-tags a:hover, .error_page2 .navbar .search_cart .shpping-cart .num, .navbar_fixed .navbar .search_cart .shpping-cart .num, .tagcloud a:hover {
	background: #6754e2;
	color: #fff;
}

.cart-single-item .cart-img img {
	width: 100%;
	height: auto;
}

.blog_list_item .blog_content a:hover, .blog_list_item .blog_content a:hover h5, header.header_area.navbar_fixed .navbar .navbar-nav .menu-item a.nav-link.active, header.header_area.navbar_fixed .navbar .navbar-nav .menu-item a:hover {
	color: #5e2ced;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon img {
	max-width: 30px;
	margin-top: 7px;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item {
	padding-top: 0;
	padding-bottom: 0;
}

.s_service_info .s_service_item {
	margin-bottom: 25px;
}

header.header_area.header_stick {
	position: absolute;
}

.header_area .header_top {
	background: #13112d;
}

.header_area .header_top .header_top_column, .header_area .header_top ul li, .header_area .header_top ul p {
	font-size: 14px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.header_area .header_top ul li, .header_area .header_top ul p {
	display: inline-block;
}

.header_area .header_top ul li a:hover {
	background: inherit;
}

.header_area .header_top a {
	color: #c3c1da;
	font-weight: 300;
	padding-left: 5px;
}

.header_area .header_top ul li:before {
	content: "";
	width: 1px;
	height: 12px;
	top: 1px;
	background: #5e5d76;
	display: inline-block;
	position: relative;
	margin: 0 22px 0 20px;
}

.header_area .header_top .right_content {
	text-align: right;
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three>.nav-item>.dropdown-menu .nav-item:hover {
	z-index: 1;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
	padding: 20px 20px 0;
	font-size: 15px;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item.last_cart_item {
	padding-bottom: 20px;
}

.navbar .search_cart .search, li.nav-item.shpping-cart.dropdown.submenu {
	border: 0;
}

.navbar .search_cart .search a.nav-link {
	margin-top: 5px;
	font-size: 16px;
}

.navbar .search_exist .search_cart .cart-btn {
	margin-left: 0;
	font-size: 20px;
}

.blog_area_two .nav-links {
	margin: 0 auto;
}

.alert.notice {
	background: #f9f8fc;
	border-color: #e9e6f5;
	color: #677294;
}

.alert {
	line-height: 34px;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	margin-bottom: 30px;
}

.alert i {
	float: left;
	font-size: 20px;
	line-height: 32px;
	margin-right: 20px;
}

.alert .alert_close {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	cursor: pointer;
}

.alert .alert_close i {
	margin-right: 0;
}

.alert.error {
	background: #ffebeb;
	border-color: #f4bdbd;
	color: #eb4a4a;
}

.alert.warning, .box_alert.box_warning .icon {
	background: #fffaeb;
	border-color: #edd796;
	color: #e7b931;
}

.alert.info {
	background: #ebfcff;
	border-color: #aee9f3;
	color: #49cbe1;
}

.alert.success, .box_alert.box_success .icon {
	background: #ecffeb;
	border-color: #b0efac;
	color: #4acc43;
}

.alert.message {
	background: #f5f1fd;
	border-color: #d7caf5;
	color: #8d62e3;
}

.big_alert {
	padding: 40px;
	font-size: 20px;
}

.big_alert i {
	font-size: 24px;
}

.box_alert {
	border: 1px solid #e9e6f5;
	padding: 40px;
	position: relative;
	margin-bottom: 30px;
}

.box_alert .alert_close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #677294;
	font-size: 20px;
	cursor: pointer;
}

.box_alert .icon {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	color: #677294;
	border: 1px solid #e9e6f5;
	background: #f9f8fc;
	border-radius: 50%;
	margin-right: 30px;
}

.box_alert.box_error .icon {
	background: #ffebeb;
	border-color: #f4bdbd;
	color: #eb4a4a;
}

.box_alert.box_info .icon {
	background: #ebfcff;
	border-color: #aee9f3;
	color: #49cbe1;
}

.box_alert.box_info_two .icon {
	background: #f5f1fd;
	border-color: #d7caf5;
	color: #8d62e3;
}

.box_alert .media-body h5 {
	font-size: 20px;
	line-height: 28px;
	color: #222d39;
	font-weight: 500;
	margin-bottom: 10px;
}

.box_alert .media-body p {
	font-size: 15px;
	line-height: 28px;
	color: #677294;
}

.digital_banner_area .digital_video_slider {
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq_content .tab-pane .card .card-header .btn.collapsed {
	color: #576370 !important;
}

.col-lg-4.d-flex.justify-content-end {
	align-items: center;
}

.faq_content .tab-pane .card .card-body {
	padding-bottom: 20px;
}

p.comment-form-cookies-consent {
	margin-left: 15px;
}

.not_logged_in input#submit {
	margin-top: 10px;
}

.new_call_action_area .action_mobile img {
	margin-top: -60px;
}

.agency_banner_btn, .btn_get {
	font-family: inherit;
}

.startup_tab_img .phone_img, .startup_tab_img .web_img {
	opacity: 1;
}

.sidebar_widget a.nav-link {
	padding-left: 0;
}

#myTabContent.tab-content>.tab-pane {
	display: block;
}

#myTabContent .fade:not(.show) {
	position: absolute;
	width: 100%;
	visibility: hidden;
}

ul.slick-dots {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	position: static;
}

ul.slick-dots li {
	display: inline-block;
	margin-right: 5px;
}

ul.slick-dots li button {
	background: #cfcfe7;
	border: 0;
	border-radius: 20px;
	width: 30px;
}

.cart_button a.added_to_cart.wc-forward, .erp_features_img_two {
	padding-top: 0;
}

.flex-row-reverse .erp_features_img_two .img_icon {
	margin-top: -50px;
}

.domain_form_inner input {
	outline: 0;
}

input.wpcf7-form-control.wpcf7-submit.hosting_btn {
	width: 21%;
	border: 0;
	padding: 25px 32px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #fff;
	background: #f8636b;
	font-size: 16px;
	font-weight: 500;
}

.erp_testimonial_item .media img {
	width: auto !important;
}

.erp_testimonial_info .owl-nav button.owl-next, .erp_testimonial_info .owl-nav button.owl-prev {
	font-size: 45px !important;
	color: #c1c1d4 !important;
}

.hosting-slider .hesperiden.tparrows:hover:before {
	color: #f8636b;
}

#rev_slider_1_1_wrapper .hesperiden .tp-bullet.selected, .hosting-slider .hesperiden .tp-bullet:hover {
	border-color: #f8636b;
}

.hosting-slider .hesperiden.tp-leftarrow {
	position: relative;
}

.hosting-slider .hesperiden.tp-leftarrow:after {
	content: "";
	width: 2px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 43px;
	opacity: .16;
}

.header_area.navbar_fixed {
	z-index: 999;
}

.domain_form_inner .hosting_btn[type=submit], .hosting_btn {
	background: #f8636b;
}

.erp_banner_area_two .section_container .intro_content .er_btn {
	-webkit-box-shadow: 0 20px 30px 0 rgba(45, 93, 237, .1);
	box-shadow: 0 20px 30px 0 rgba(45, 93, 237, .1);
}

.domain_form_inner input, .erp_banner_area_two .section_container .intro_content .er_btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.payment_features_area .featured_item+.featured_item {
	margin-top: 50px;
}

.payment_clients_area {
	z-index: 1;
}

.design_tab .nav-item .nav-link, .s_pricing-item {
	-webkit-box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .04);
	box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .04);
}

.analytics_border_bottom {
	border-bottom: 1px solid #ececf6;
}

.tab-content .tab_img {
	max-width: none;
}

.navbar.menu_center .search_cart .search a.nav-link:before, .navbar.menu_left .search_cart .search a.nav-link:before, ul.search_cart li>a::before {
	display: none !important;
}

.faq_solution_area .flex-row-reverse {
	align-items: center;
}

.design_tab .normal_color .title_color {
	margin-bottom: 10px;
}

.portfolio_area .p_slider_inner ul.slick-dots li button {
	background: #cfcfe7;
	width: 8px;
}

.new_service .col-lg-4:nth-child(4) .separator, .new_service .col-lg-4:nth-child(8) .separator {
	display: none;
}

.study_details .details_img img {
	max-width: 100%;
	height: auto;
}

.page-template-page-agency-colorful .color_switcher_zone, .single_pr_details a.woocommerce-review-link {
	display: none;
}

#results .available {
	color: #4caf50;
}

#results .domain_name {
	color: #3fa5ff;
}

.result .not-available span {
	color: #e43a2d;
}

.page-template-page-agency-colorful .header_area {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 20;
	top: 0;
}

.error404 .btn_get {
	color: #fff;
}

.about_content .no_box_shadow, .no_box_shadow {
	box-shadow: none !important;
}

.nav_full_width.navbar_fixed nav.navbar {
	padding: 0 50px;
}

.hero-btns .action_btn {
	margin: 0 10px;
}

.show-portfolio-count {
	padding-top: 15px;
}

.faq_accordian_two .card .card-header h5 .btn-link img {
	margin-right: 25px;
	max-width: 30px;
}

input.form-control.memail:focus {
	box-shadow: 0 0 0 1px #e2e2eb;
}

@media (min-width:1250px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width:991px) {
	.mega_menu span.arrow_carrot-right {
		display: block;
	}
	
	.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item>.nav-link {
		font: 400 14px/34px "Poppins", sans-serif;
	}
	
	.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item {
		width: 100%;
	}
}

@media (max-width:782px) {
	.admin-bar header.header_area, .admin-bar.page-template-elementor_canvas header.header_area.navbar_fixed {
		margin-top: 46px;
	}
}

@media (max-width:767px) {
	.container {
		max-width: 100%;
	}
}

.product_compair_modal_wrapper {
	padding-right: 0 !important;
}

.product_compair_modal_wrapper .close {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -20px;
	color: #111;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 5px 10px rgba(17, 17, 17, .3);
	box-shadow: 0 5px 10px rgba(17, 17, 17, .3);
	z-index: 99;
	opacity: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (max-width:400px) {
	.product_compair_modal_wrapper .close {
		top: 20px;
		right: 20px;
	}
}

.product_compair_modal_wrapper .modal-dialog {
	max-width: 970px;
}

@media (max-width:991px) {
	.product_compair_modal_wrapper .modal-dialog {
		max-width: 735px;
	}
}

@media (max-width:767px) {
	.product_compair_modal_wrapper .modal-dialog {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.product_compair_modal_wrapper .modal-dialog .modal-content {
	border: 0;
	padding: 10px;
}

@media (max-width:767px) {
	.product_compair_modal_wrapper .modal-dialog .modal-content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:400px) {
	.product_compair_modal_wrapper .modal-dialog .modal-content {
		padding: 0;
	}
}

@media (max-width:767px) {
	.product_compair_modal_wrapper .pr_details {
		margin-top: 40px;
	}
}

@media (max-width:400px) {
	.product_compair_modal_wrapper .pr_details .cart_button {
		margin-top: 8px;
	}
	
	.product_compair_modal_wrapper .pr_details .cart_button .cart_btn {
		margin-left: 0;
		margin-right: 0;
	}
}

.product_compair_modal_wrapper .pr_footer {
	margin-bottom: 0;
}

.empty_mini_cart p {
	padding: 25px 0 5px 25px;
}

.cart_button .cart_btn.added {
	display: none !important;
}

.cart_button a.added_to_cart.wc-forward:before {
	content: "";
	font-family: "themify";
	margin-right: 5px;
}

.portfolio_gallery .portfolio_item:hover .hover_content {
	opacity: 1 !important;
}

.img_popup.leaf {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	right: 25px;
	top: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.img_popup.leaf:hover {
	background: #fff;
	color: #282835;
}

.portfolio_gallery .portfolio_item:hover .img_popup.leaf {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio_gallery .portfolio_item:hover .hover_content .portfolio-description .links a, .portfolio_gallery .portfolio_item:hover .hover_content .portfolio-description h3 {
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.price_content, header.header_area.has_header_bg {
	position: relative;
}