@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
Template: Beapp - Mobile App Development Agency HTML5 Template
Version: 1.3.0
Author: tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. preloader
03. global styles
04. buttons
05. header
06. welcome area
07. home
08. blog
09. our work
10. aside
11. contact
12. footer
--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700&amp;subset=latin-ext");

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px !important;
	color: #3B566E;
}

h1 {
	font-weight: 400;
	font-size: 36px;
}

h2 {
	font-weight: 400;
	font-size: 32px;
}

h3 {
	font-weight: 400;
	font-size: 28px;
}

h4 {
	font-weight: 400;
	font-size: 24px;
}

h5 {
	font-weight: 400;
	font-size: 20px;
}

h6 {
	font-weight: 400;
	font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
	display: block;
}

p {
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 1rem;
}

* {
	box-sizing: border-box;
}

html,
body {
	font-family: 'Rubik';
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 0px;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.loader-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	margin: 0;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader-wrapper .center {
	width: 90px;
	height: 90px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.loader-wrapper .center .dot {
	width: 8px;
	animation: dot 1200ms cubic-bezier(0.91, 1.42, 0.87, 0.99);
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	margin: 1px;
}

.loader-wrapper .center .dot.dot-two {
	animation-delay: 150ms;
}

.loader-wrapper .center .dot.dot-three {
	animation-delay: 300ms;
}

.loader-wrapper .center .dot.dot-four {
	animation-delay: 450ms;
}

.loader-wrapper .center .dot.dot-five {
	animation-delay: 600ms;
}

@keyframes dot {
	0% {
		transform: translateY(-10px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection {
	background: #4886FF;
	color: #fff;
}

::-moz-selection {
	background: #4886FF;
	color: #fff;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-bottom {
	-ms-flex-item-align: flex-end !important;
	align-self: flex-end !important;
}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.section.services-section {
	margin-top: -200px;
	position: relative;
	z-index: 10;
}

.section.background {
	background: #F4F8FB url(../images/bg-top.svg) center top no-repeat;
	background-size: contain;
}

.page .cover {
	min-height: 270px;
	position: relative;
}

.page .cover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	z-index: 2;
	opacity: 0.85;
}

.page .cover .page-top {
	position: absolute;
	width: 100%;
	bottom: 50px;
	z-index: 3;
}

.page .cover .page-top h1 {
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 1.4px;
	color: #fff;
	text-align: center;
}

.page .cover .page-top .breadcrumb {
	float: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	display: block;
	text-align: center;
}

.page .cover .page-top .breadcrumb li {
	font-weight: 400;
	font-size: 14px;
	color: #F7F8FF;
	line-height: 30px;
	margin-left: 10px;
	display: inline-block;
}

.page .cover .page-top .breadcrumb li:after {
	font-family: FontAwesome;
	content: "";
	margin-left: 10px;
	color: #F7F8FF;
}

.page .cover .page-top .breadcrumb li:first-child {
	margin-left: 0px;
}

.page .cover .page-top .breadcrumb li:last-child:after {
	content: "";
	margin-left: 0px;
}

.page .cover .page-top .breadcrumb li a {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}

.page .page-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.88px;
	line-height: 28px;
	color: #000;
}

.page .page-bottom p {
	margin-bottom: 28px;
}

.page .page-bottom .home-services-item {
	margin-top: 0px;
	margin-bottom: 30px;
}

.page-gallery {
	height: 400px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.page-gallery.small {
	height: 185px;
}

.mtop-70 {
	margin-top: 70px !important;
}

.mbottom-20 {
	margin-bottom: 20px !important;
}

.mbottom-30 {
	margin-bottom: 30px !important;
}

.mbottom-60 {
	margin-bottom: 60px !important;
}

.mbottom-0 {
	margin-bottom: 0px !important;
}

.pbottom-70 {
	padding-bottom: 70px !important;
}

blockquote {
	margin-bottom: 28px;
	padding: 30px;
	padding-top: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F4F8FB;
	overflow: hidden;
}

blockquote .text {
	position: relative;
	text-align: center;
}

blockquote .text p {
	position: relative;
	width: 100%;
	z-index: 2;
	margin-bottom: 10px !important;
}

blockquote .text:before {
	font-family: FontAwesome;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	color: #3B566E;
	z-index: 1;
	font-size: 40px;
	color: #e1ecf4;
}

blockquote .text:after {
	font-family: FontAwesome;
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #3B566E;
	z-index: 1;
	font-size: 40px;
	color: #e1ecf4;
}

blockquote .author {
	color: #3B566E;
	text-align: center;
}

.left-heading .section-title {
	font-weight: 400;
	font-size: 28px;
	color: #3B566E;
	letter-spacing: 1.75px;
	line-height: 42px;
	margin-bottom: 20px !important;
}

.center-heading {
	text-align: center;
}

.center-heading .section-title {
	font-weight: 400;
	font-size: 30px;
	color: #3B566E;
	letter-spacing: 1.3px;
	line-height: 40px;
	margin-bottom: 20px !important;
}

.left-text {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.left-text p {
	margin-bottom: 30px;
}

.center-text {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.center-text p {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.page .cover {
		margin-top: 80px;
	}

	.page .cover h1 {
		font-size: 26px !important;
		line-height: 36px !important;
	}

	.page .cover .page-top {
		text-align: center;
	}

	.page .cover .page-top .breadcrumb {
		float: none;
		text-align: center;
		display: block;
	}

	.page .cover .page-top .breadcrumb li {
		display: inline;
	}

	.page-gallery {
		height: 185px;
	}
}

/* 
---------------------------------------------
buttons
--------------------------------------------- 
*/
.btn-white-line {
	display: block;
	width: 225px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.81px;
	border: 1px solid #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: center;
	cursor: pointer;
}

.btn-white-line:hover {
	background: linear-gradient(127deg, #b700a9 27%, #0019c9 80%);
	color: #fff !important;
}

a:hover {

	color: #fff;
}

.btn-primary-line {

	line-height: 22px;
	padding: 12px 32px;

	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	font-weight: bold;
	font-size: 1rem;
	border-radius: 100px;
	color: #fff;
	outline: 2px solid transparent;
	outline-offset: 2px;


}

.big h1 {
	font-size: 60px !important;
}

.fact-section {
	color: #fff !important;
}

.text-gold {
	color: #fff578;
}

.text-right {
	text-align: right;
}

.text-light {
	color: #fff !important;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	height: 100px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
	float: left;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area .main-nav .dark-logo {
	display: none;
}

.header-area .main-nav .nav {
	float: right;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
	margin-left: 25px;
}

.header-area .main-nav .nav li a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 35px;
	border: transparent;
}

.header-area .main-nav .nav li a:hover {
	color: #F7F8FF;
}

.header-area .main-nav .nav li a.btn-nav-line {
	border: 1px solid #fff;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li a.btn-nav-line:hover {
	background: #fff;
	color: #4886FF;
}

.header-area .main-nav .menu-trigger {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 23px;
	width: 32px;
	height: 40px;
	text-indent: -9999em;
	z-index: 99;
	right: 40px;
	display: none;
}

.header-area .main-nav .nav li ul.dropdown-menu li {
	padding: 0px;
	margin-left: 0px !important;
}

ul.dropdown-menu li a {
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease;
}

ul.dropdown-menu li:hover a {
	background: linear-gradient(127deg, #b700a9 0%, #0019c9 100%);
	color: #fff !important;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #3B566E;
	display: block;
	position: absolute;
	width: 26px;
	height: 2px;
	left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #3B566E;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
}

.header-area .main-nav .menu-trigger span:after {
	width: 22px;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	content: "";
}

.header-area .main-nav .menu-trigger span {
	top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
	-moz-transform-origin: 33% 100%;
	-ms-transform-origin: 33% 100%;
	-webkit-transform-origin: 33% 100%;
	transform-origin: 33% 100%;
	top: -10px;
	z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
	-moz-transform-origin: 33% 0;
	-ms-transform-origin: 33% 0;
	-webkit-transform-origin: 33% 0;
	transform-origin: 33% 0;
	top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
	background-color: transparent;
	width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
	-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
	-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
	-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
	transform: translateY(6px) translateX(1px) rotate(45deg);
	background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
	-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	transform: translateY(-6px) translateX(1px) rotate(-45deg);
	background-color: #3B566E;
}

.header-area.header-sticky {
	background: #fff;
	height: 80px;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-sticky .logo {
	margin-top: 22px;
}

.header-area.header-sticky .light-logo {
	display: none;
}

.header-area.header-sticky .nav {
	margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
	color: #3B566E;
}

.header-area.header-sticky .nav li a:hover {
	color: #3B566E;
}

.header-area.header-sticky .nav li a.btn-nav-line {
	border: 1px solid #4886FF;
	color: #4886FF;
}

@media (max-width: 1200px) {
	.header-area .main-nav .nav li {
		margin-left: 15px !important;
	}

	.device-comp {
		display: inline-grid;
		width: 19%;
		font-size: 13px;
	}

	.device-comp1 li {
		display: inline-grid;
		width: 19%;
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.header-area {
		background: #fff;
		height: 80px;
		box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	}

	.header-area .container {
		padding: 0px;
	}

	.header-area .logo {
		margin-top: 22px !important;
		margin-left: 30px;
	}

	.header-area .light-logo {
		display: none !important;
	}

	.header-area .dark-logo {
		display: block !important;
	}

	.header-area .menu-trigger {
		display: block !important;
	}

	.header-area .main-nav {
		overflow: hidden;
	}

	.header-area .main-nav .nav {
		float: none;
		width: 100%;
		margin-top: 80px !important;
		display: none;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
	}

	.header-area .main-nav .nav li {
		width: 100%;
		margin-left: 15px !important;
		background: #fff;
		margin: 0px !important;
		border-bottom: 1px solid #f5f5f5;
	}

	.header-area .main-nav .nav li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0px !important;
		padding-left: 30px !important;
		border: none !important;
		background: #fff !important;
		color: #3B566E !important;
	}

	.header-area .main-nav .nav li a:hover {
		background: #f5f5f5 !important;
	}

	.header-area .main-nav .nav li a.btn-nav-line {
		border: none !important;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
}

@media (min-width: 992px) {
	.header-area .main-nav .nav {
		display: flex !important;
	}
}

/* 
---------------------------------------------
welcome area
--------------------------------------------- 
*/
.welcome-area {
	min-height: 637px;
	height: auto;
	position: relative;
}

.welcome-area .welcome-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.welcome-area .welcome-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.85;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	z-index: 3;
}

.welcome-area .welcome-bg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: none;
	z-index: 6;
}

.welcome-area .welcome-bg img {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -1px;
	left: 0px;
	right: 0px;
	z-index: 5;
}

.welcome-area .welcome-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 11;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.welcome-area .welcome-content h1 {
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 1.4px;
	color: #fff;
	margin-bottom: 30px !important;
}

.welcome-area .welcome-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	left: 0.53px;
	color: #fff;
	margin-bottom: 30px;
}

.welcome-area .welcome-content .apps {
	padding-top: 30px;
}

.welcome-area .welcome-content .apps .app-item {
	display: block;
	float: right;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.welcome-area .welcome-content .apps .app-item:hover {
	margin-top: -10px;
	padding-bottom: 10px;
}

.welcome-area .welcome-content .apps .app-item .icon {
	/* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);*/
}

@media (max-width: 991px) {
	.welcome-area .welcome-content {
		position: relative;
		-webkit-transform: translateY(0%) !important;
		transform: translateY(0%) !important;
		padding-top: 100px;
	}

	.welcome-area .welcome-content h1 {
		font-size: 26px !important;
		line-height: 36px !important;
	}

	.welcome-area .welcome-content .apps {
		margin-top: 30px;
	}

	.welcome-area .welcome-content .apps .app-item {
		float: left;
	}
}

/* 
---------------------------------------------
home
--------------------------------------------- 
*/
.policies {

	display: block;
	background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	font-weight: 400;
	font-size: 15px;
	color: #000;
	line-height: 26px;
	letter-spacing: 0.88px;
	padding: 30px;
	border-radius: 40px;
	border-bottom-right-radius: 4px;
	margin-top: 30px;
	position: relative;

}

.policies h3 {
	font-weight: 500;
	font-size: 18px;
	color: #2f13c1;
	margin-top: 20px;
	margin-bottom: 10px !important;
}

.policies p {

	margin-bottom: 20px !important;
}

.policies ul li:before {
	content: "\f0a4";
	font-family: fontawesome;
	padding-right: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #2f13c1;
}

.home-services-item1 {
	display: block;
	background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	letter-spacing: 0.88px;
	padding: 30px;
	border-radius: 40px;
	border-bottom-right-radius: 4px;
	margin-top: 30px;
	position: relative;
}

.device-comp {
	display: inline-grid;
	width: 19%;
	font-size: 14px;
}

.device-comp1 li {
	display: inline-grid;
	width: 19%;
	font-size: 14px;
}


.home-services-item {
	display: block;
	background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	font-weight: 400;
	font-size: 14px;
	
	line-height: 26px;
	letter-spacing: 0.88px;
	padding: 30px;
	border-radius: 40px;
	border-bottom-right-radius: 4px;
	margin-top: 30px;
	position: relative;
}

.home-services-item.box {
	border-radius: 4px !important;
}

.home-services-item.box:before {
	border-radius: 4px !important;
}

.home-services-item:before {
	content: "";
	border-radius: 40px;
	border-bottom-right-radius: 4px;
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.home-services-item.active .bullets li {
	color: #fff;
	display: flex;
	position: relative;
	z-index: 2;

}

.home-services-item:hover .bullets li {
	color: #fff;
	display: flex;
	position: relative;
	z-index: 2;

}

.home-services-item .bullets li {
	color: #000;
	display: flex;
	position: relative;
	z-index: 2;

}

.home-services-item .bullets li:before {
	content: "\f138";
	font-size: 14px;
	padding-right: 10px;
	display: flex;
	font-family: fontAwesome;

}

.home-services-item:hover,
.home-services-item.active {
	color: #fff;
}

.home-services-item:hover:before,
.home-services-item.active:before {
	opacity: 1;
}

.home-services-item:hover .services-title,
.home-services-item.active .services-title,
.home-services-item.active,
.home-services-item:hover p {
	color: #fff;
}

.home-services-item:hover i,
.home-services-item.active i {
	background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
}

.home-services-item .services-title {
	font-weight: 400;
	font-size: 16px;

	color: #2f13c1;
	margin-bottom: 3px !important;
	letter-spacing: 0.7px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 2;
}

.home-services-item i {
	font-size: 26px;
	margin-bottom: 15px;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 2;
}

.home-services-item p {
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 0px !important;
}

.home-services-item .btn-white-line {
	position: relative;
	z-index: 2;
	width: 100%;
}

.features {
	padding-top: 30px;
}

.features li {
	overflow: hidden;
	margin-bottom: 30px;
}

.features li:hover .count span {
	background: #4886FF;
	color: #fff;
}

.features li .count {
	float: left;
	width: 68px;
	min-height: 150px;
	background: url(../images/features-bg.svg) center bottom no-repeat;
}

.features li .count span {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: auto;
	border: 1px solid #4886FF;
	font-weight: 600;
	font-size: 16px;
	color: #4886FF;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.features li .text {
	float: left;
	width: calc(100% - 68px);
	width: -webkit-calc(100% - 68px);
	padding-left: 20px;
}

.features li .text .title {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #3B566E;
	margin-top: 5px;
	margin-bottom: 24px !important;
}

.features li .text p {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	line-height: 28px;
}

.team-item {
	background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	padding: 20px;
	border-radius: 40px;
	border-bottom-right-radius: 4px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.team-item:before {
	content: "";
	border-radius: 40px;
	border-bottom-right-radius: 4px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: red;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.team-item:hover:before {
	opacity: 1;
}

.team-item:hover .header .info strong {
	color: #fff;
}

.team-item:hover .header .info span {
	color: #F7F8FF;
}

.team-item:hover .body {
	color: #F7F8FF;
}

.team-item:hover .social {
	right: 0px;
}

.team-item .header {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.team-item .header .img {
	float: left;
	width: 76px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 2px;
	border-top-left-radius: 40px;
}

.team-item .header .info strong {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #3B566E;
	letter-spacing: 0.6px;
	margin-top: 3px;
	margin-bottom: 3px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.team-item .header .info span {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.52px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.team-item .body {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.6px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.team-item .social {
	position: absolute;
	right: -150px;
	top: 77px;
	overflow: hidden;
	width: 150px;
	height: 28px;
	background: #fff;
	text-align: center;
	border-radius: 3px 0px 0px 3px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 2;
}

.team-item .social li {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-left: 5px;
	margin-right: 5px;
}

.parallax {
	min-height: 280px;
	position: relative;
}

.parallax:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.78;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	z-index: 2;
}

.parallax .parallax-content {
	position: relative;
	z-index: 3;
}

.parallax .parallax-content .count-item {
	height: 280px;
	position: relative;
	overflow: hidden;
}

.parallax .parallax-content .count-item:hover strong {
	margin-top: 60px;
}

.parallax .parallax-content .count-item:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	background: #fff;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
}

.parallax .parallax-content .count-item:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	background: #fff;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
}

.parallax .parallax-content .count-item p b {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	padding: 4px 20px;
	background: #fff;
	border-radius: 100px;
	line-height: 3;
	text-transform: uppercase;
	color: #3e4bd4;

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.parallax .parallax-content .count-item strong {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 1.72px;
	margin-bottom: 0px;
	color: #fff;
	margin-top: 70px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.parallax .parallax-content .count-item span {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.86px;
}

.parallax .parallax-content .info {
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
}

.parallax .parallax-content .info p {
	letter-spacing: 1px;
	margin-top: 80px;
	margin-bottom: 60px;
}

.parallax .parallax-content .info p span {
	text-decoration: underline;
}

.parallax .parallax-content .info .btn-white-line {
	margin: auto;
}

@media (max-width: 991px) {
	.home-services-item.mtop-70 {
		margin-top: 30px !important;
	}

	.device-comp {
		display: inline-grid;
		width: 49%;
		font-size: 13px;
	}

	.device-comp1 li {
		display: inline-grid;
		width: 49%;
		font-size: 13px;
	}

	.services-section {
		margin-top: 0px !important;
	}

	.team-item {
		cursor: pointer;
	}

	.parallax .parallax-content .count-item {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.parallax .parallax-content .count-item:hover strong {
		margin-top: 0px;
	}

	.parallax .parallax-content .count-item:before {
		display: none;
	}

	.parallax .parallax-content .count-item:after {
		width: 40px;
		height: 1px;
	}

	.parallax .parallax-content .count-item strong {
		margin-top: 0px;
	}

	.parallax .parallax-content .info .btn-white-line {
		margin-bottom: 80px;
	}
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
	text-align: center;
	margin-bottom: 30px;
}

.blog-post-thumb.big .img {
	height: 400px;
}

.blog-post-thumb .img {
	overflow: hidden;
	border-radius: 40px;
	border-bottom-right-radius: 4px;
	margin-bottom: 25px;
	position: relative;
	height: 200px;
}

.blog-post-thumb .img .date {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
}

.blog-post-thumb .img .date strong {
	display: block;
	color: #fff;
	height: 20px;
	line-height: 20px;
}

.blog-post-thumb .img .date span {
	display: block;
	color: #fff;
	height: 20px;
	line-height: 20px;
}

.blog-post-thumb h3 {
	margin-bottom: 10px !important;
}

.blog-post-thumb h3 a {
	font-weight: 400;
	font-size: 16px;
	color: #3B566E;
	letter-spacing: 1px;
	line-height: 26px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
	color: #4886FF;
}

.blog-post-thumb .post-meta {
	overflow: hidden;
}

.blog-post-thumb .post-meta li {
	float: left;
	margin-right: 30px;
	height: 30px;
	line-height: 30px;
	color: #4886FF;
	font-size: 14px;
}

.blog-post-thumb .post-meta li span {
	display: inline-block;
	margin-right: 5px;
}

.blog-post-thumb .text {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.88px;
	line-height: 26px;
	margin-bottom: 15px;
}

.blog-post-thumb .text.post-detail {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}

.blog-post-thumb .post-footer {
	overflow: hidden;
	border-bottom: 1px solid #ECF7FF;
	border-top: 1px solid #ECF7FF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog-post-thumb .post-footer span {
	float: left;
	height: 30px;
	line-height: 30px;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}

.blog-post-thumb .post-footer ul.share {
	float: right;
}

.blog-post-thumb .post-footer ul.share li {
	float: left;
	margin-left: 15px;
}

.blog-post-thumb .post-footer ul.share li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #4886FF;
}

.blog-post-thumb .btn-primary-line {
	margin: auto;
}

.blog-list .blog-post-thumb {
	margin-bottom: 60px;
	text-align: left;
	overflow: hidden;
}

.blog-list .blog-post-thumb .btn-primary-line {
	float: left;
}

.section-comments {
	margin-bottom: 60px;
}

.section-comments ul {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.section-comments ul li {
	overflow: hidden;
}

.section-comments ul li .avatar {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.section-comments ul li .comment-content {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	float: left;
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}

.section-comments ul li .comment-content .comment-by {
	margin-bottom: 10px;
	position: relative;
}

.section-comments ul li .comment-content .comment-by strong {
	display: block;
	color: #3B566E;
}

.section-comments ul li .comment-content .comment-by span {
	font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply {
	position: absolute;
	right: 0px;
	top: 15px;
	background: #F4F8FB;
	color: #000;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.section-comments ul li .comment-content .comment-by .btn-reply i {
	font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply:hover {
	background: #4886FF;
	color: #fff;
}

.section-comments ul li ul {
	padding-left: 90px;
}

.post-comment {
	background: #F4F8FB;
	padding: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.post-comment .comment-form .form-item {
	margin-bottom: 20px;
}

.post-comment .comment-form .form-item label {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0px;
}

.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea {
	border: 1px solid #eee;
	width: 100%;
	height: 50px;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.post-comment .comment-form .form-item input:focus,
.post-comment .comment-form .form-item textarea:focus {
	border: 1px solid #ddd;
}

.post-comment .comment-form .form-item textarea {
	height: 150px;
	resize: none;
	padding: 20px;
}

.pagination {
	margin-bottom: 30px;
}

.pagination .page-item a {
	font-size: 14px;
	color: #4886FF;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pagination .page-item a:hover {
	background: #F4F8FB;
}

@media (max-width: 991px) {
	.blog-post-thumb.big .img {
		height: 350px;
	}
}

@media (max-width: 420px) {
	.blog-post-thumb.big .img {
		height: 200px;
	}
}

/* 
---------------------------------------------
our work
--------------------------------------------- 
*/
.page-app {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.page-app:before {
	content: "";
	position: absolute;
	right: 0px;
	width: calc(100% - 27px);
	width: -webkit-calc(100% - 27px);
	z-index: 1;
	height: 100%;
	background: #fff;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.page-app .icon {
	float: left;
	position: relative;
	z-index: 2;
	margin-top: 20px;
}

.page-app .app-content {
	position: relative;
	z-index: 2;
	float: right;
	width: calc(100% - 77px);
	width: -webkit-calc(100% - 77px);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 28px;
	padding-top: 30px;
}

.page-app .app-content .title {
	font-weight: 400;
	font-size: 16px;
	color: #3B566E;
	letter-spacing: 0.7px;
	margin-bottom: 10px !important;
}

.page-app .app-content .stars {
	overflow: hidden;
	margin-bottom: 10px;
}

.page-app .app-content .stars li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	color: #AEBCD6;
}

.page-app .app-content .stars li i.active {
	color: #F5A623;
}

.page-app .app-content .text {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 26px;
	letter-spacing: 0.88px;
	margin-bottom: 15px;
}

.page-app .app-content .btn-primary-line {
	width: 100%;
}

.app-single {
	background: #fff;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.app-single .header {
	padding: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ECF7FF;
}

.app-single .header .title h2 {
	display: block;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
}

.app-single .header .title .stars {
	overflow: hidden;
	margin-bottom: 10px;
}

.app-single .header .title .stars li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	color: #AEBCD6;
}

.app-single .header .title .stars li i.active {
	color: #F5A623;
}

.app-single .header .download-buttons {
	float: right;
	text-align: right;
	margin-top: 5px;
}

.app-single .header .download-buttons a {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.app-single .item {
	padding: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ECF7FF;
	overflow: hidden;
}

.app-single .item .icon {
	float: left;
	width: 30px;
}

.app-single .item .icon i {
	font-size: 26px;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.app-single .item .content {
	float: left;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	padding-left: 30px;
}

.app-single .item .content .title {
	margin-top: 3px;
}

.app-single .item .content .text {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.88px;
	line-height: 28px;
	color: #000;
}

.app-single .item .content .text p {
	margin-bottom: 16px;
}

.app-single .item .content .text .version {
	margin-bottom: 30px;
}

.app-single .item .content .text .version h6 {
	margin-bottom: 10px !important;
}

.app-single .item .content .text .version ul li {
	font-size: 14px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.app-single .item .content .text .version ul li:hover {
	padding-left: 5px;
}

.app-single .item .content .text .version ul li:before {
	font-family: FontAwesome;
	content: "";
	color: #4886FF;
	margin-right: 10px;
}

.app-single .item .content .gallery .gallery-item {
	display: block;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.app-single .header .icon {
		text-align: center;
		margin-bottom: 20px;
	}

	.app-single .header .title {
		text-align: center;
	}

	.app-single .header .title h2 {
		margin-bottom: 10px;
	}

	.app-single .header .title .stars {
		text-align: center;
		margin-bottom: 20px;
	}

	.app-single .header .title .stars li {
		float: none;
		display: inline;
	}

	.app-single .header .download-buttons {
		float: none;
		text-align: right;
	}

	.app-single .header .download-buttons a {
		margin-left: 0px;
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (max-width: 420px) {
	.app-single .header .download-buttons {
		text-align: center;
	}

	.device-comp {
		display: inline-grid;
		width: 49%;
		font-size: 13px;
	}

	.device-comp1 li {
		display: inline-grid;
		width: 49%;
		font-size: 13px;
	}
}

/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside .sidebar .box {
	margin-bottom: 30px;
}

aside.default-aside .sidebar ul {
	border: 1px solid #ECF7FF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}

aside.default-aside .sidebar ul li.active a {
	background: #F4F8FB;
	color: #000;
}

aside.default-aside .sidebar ul li.active a:after {
	color: #000;
}

aside.default-aside .sidebar ul li.active a:hover {
	padding-left: 60px;
}

aside.default-aside .sidebar ul li:last-child a {
	border: none;
}

aside.default-aside .sidebar ul li a {
	display: block;
	border-bottom: 1px dashed #ECF7FF;
	height: 60px;
	line-height: 60px;
	padding-left: 60px;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #3B566E;
	letter-spacing: 0.88px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}

aside.default-aside .sidebar ul li a:hover {
	padding-left: 70px;
}

aside.default-aside .sidebar ul li a:after {
	font-family: FontAwesome;
	content: "";
	position: absolute;
	left: 30px;
	color: #3B566E;
}

aside.default-aside .sidebar ul li a span {
	float: right;
	margin-right: 30px;
	display: inline-block;
	background: #F4F8FB;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #000;
	margin-top: 18px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

aside.default-aside .sidebar .search-widget {
	display: block;
	margin-bottom: 30px;
	height: 50px;
	position: relative;
}

aside.default-aside .sidebar .search-widget input {
	border: 1px solid #ECF7FF;
	position: absolute;
	width: 100%;
	height: 100%;
	outline: none;
	padding-left: 20px;
	padding-right: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

aside.default-aside .sidebar .search-widget input:focus {
	border: 1px solid #4886FF;
	padding-left: 30px;
}

aside.default-aside .sidebar .search-widget button {
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 10px;
	height: 30px;
	width: 30px;
	border: none;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	text-align: center;
	padding: 0px;
}

aside.default-aside .sidebar .search-widget button i {
	color: #fff;
}

aside.default-aside .sidebar .widget-tags {
	border: 1px solid #F4F8FB;
	padding: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

aside.default-aside .sidebar .widget-tags a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #F4F8FB;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar .widget-tags a:hover {
	background: #4886FF;
	color: #fff;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.map-wrapper {
	position: relative;
	width: 100%;
	height: 365px;
	margin-bottom: 60px;
}

.map-wrapper .map-canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}

.map-wrapper .contact-info {
	height: 365px;
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	padding: 40px;
	padding-top: 55px;
	color: #fff;
}

.map-wrapper .contact-info .item {
	overflow: hidden;
	margin-bottom: 30px;
}

.map-wrapper .contact-info .item i {
	float: left;
	font-size: 16px;
	width: 20px;
	margin-right: 10px;
	margin-top: 5px;
}

.map-wrapper .contact-info .item span {
	float: left;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	font-size: 14px;
}

.map-wrapper .contact-info .item span a {
	color: #fff;
}

.map-wrapper .contact-info .social {
	overflow: hidden;
	margin-top: 5px;
	text-align: center;
}

.map-wrapper .contact-info .social li {
	display: inline;
	font-size: 22px;
	margin-right: 7px;
	margin-left: 7px;
}

.map-wrapper .contact-info .social li a {
	color: #fff;
}

.contact-text {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.6px;
	line-height: 26px;
}

.contact-text p {
	margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
	border: 1px solid #eee;
	width: 100%;
	height: 50px;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 30px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border: 1px solid #4886FF;
	padding-left: 30px;
}

.contact-form textarea {
	height: 150px;
	resize: none;
	padding: 20px;
}

@media (max-width: 991px) {
	.map-wrapper {
		height: auto;
	}

	.map-wrapper .map-canvas {
		position: relative;
		height: 365px;
		margin-bottom: 30px;
	}
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
	background: #000;
	padding-top: 70px;
}

footer img.logo {
	margin-bottom: 30px;
}

footer .text {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 0.88px;
}

footer h5 {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	padding: 10px 0px;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.69px;
	line-height: 30px;
	margin-bottom: 20px !important;
}

footer .footer-nav li a {
	display: block;
	overflow: hidden;

}

footer .footer-nav li a:hover span {
	padding-left: 5px;
}

footer .footer-nav li a i {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-right: 12px;
	font-size: 14px;
	color: #fff578;
}

footer .footer-nav li a span {
	float: left;
	height: 32px;
	line-height: 32px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

footer .address p {
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 0.88px;
	margin-bottom: 5px;
}

footer .address p a {
	color: #fff578;
}

footer .address .social {
	overflow: hidden;
	margin-top: 5px;
}

footer .address .social li {
	float: left;
	font-size: 26px;
	margin-right: 10px;
}

footer .address .social li a {
	color: #fff578;
}

footer .copyright {
	text-align: center;
	border-top: 1px solid #DAE6FD;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #fff578;
	letter-spacing: 0.88px;
}

@media (max-width: 991px) {
	footer .text {
		margin-bottom: 30px;
	}

	footer h5 {
		margin-bottom: 15px;
	}

	footer .footer-nav {
		margin-bottom: 30px;
	}
}


.bg-maincolor {
	background-image: -webkit-linear-gradient(left, #5b83cd 0%, #c280bf 100%);
	background-image: linear-gradient(to right, #5b83cd 0%, #c280bf 100%);
}

.bg-maincolor2 {
	background-image: -webkit-linear-gradient(left, #2165a9 0%, #3197d4 100%);
	background-image: linear-gradient(to right, #2165a9 0%, #3197d4 100%);
}

.bg-maincolor3 {
	background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
	background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
}


.pricing {

	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing-item {
	text-align: center;
	padding: 0px;
}

.pricing-action {
	color: inherit;
	border: none;
	background: none;
}

.pricing-action:focus {
	outline: none;
}

.pricing-feature-list {
	text-align: left;
}

.pricing-palden .pricing-item {
	font-family: 'Rubik';
	cursor: default;
	color: #84697c;
	background: #fff;
	box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
	border-radius: 20px 20px 10px 10px;

}

@media screen and (min-width: 66.25em) {
	.pricing-palden .pricing-item {
		margin: 1em -0.5em;
	}

	.pricing-palden .pricing__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 10px 20px rgba(46, 59, 125, 0.23);
	}
}

/*Subheader start*/

.subheader-palden .subheader-deco {
	border-radius: 0px;
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	padding: 13em 0 11em;
	position: relative;
	text-align: center;
	margin: 0px;
}

.subheader-palden .subheader-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}

.subheader-palden .subheader-title {
	font-size: 0.75em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}

.subheader-palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.subheader-palden .subheader-item:hover .deco-layer--1 {
	-webkit-transform: translate3d(35px, 0, 0);
	transform: translate3d(35px, 0, 0);
}

.subheader-palden .subheader-item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-35px, 0, 0);
	transform: translate3d(-35px, 0, 0);
}

.subheader-palden .subheader-price {
	font-size: 3em;
	font-weight: 400;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}

.subheader-deco ol li {
	display: inline-block;
	color: #fff;
	padding: 5px;
	margin: 0px 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: 0.5s;
}

.subheader-deco ol li:hover {

	background: #fff;
	color: #0019c9;
}

/*Subheader end*/


.pricing-palden .pricing-deco {
	border-radius: 10px 10px 0 0;
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	padding: 3em 0 8em;
	position: relative;
}

.pricing-palden .pricing-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}

.pricing-palden .pricing-title {
	font-size: 0.75em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}

.pricing-palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
	font-size: 2.5em;
}

.pricing-palden .pricing-price {
	font-size: 5em;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}

.pricing-palden .pricing-currency {
	font-size: 0.15em;
	vertical-align: top;
}

.pricing-palden .pricing-period {
	font-size: 0.15em;
	padding: 0 0 0 0.5em;
	font-style: italic;
}

.pricing-palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
}

.pricing-palden .pricing-feature {
	line-height: 2;
	color: #000;
}

.pricing-palden .pricing-action {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #4d4766;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
	background: linear-gradient(127deg, #b700a9 27%, #0019c9 80%);
}

.pricing-palden .pricing-item--featured .pricing-deco {
	padding: 5em 0 8.885em 0;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
	color: #000;
	background: #fff;
	position: relative;
}

.nav-pills-custom .nav-link.active {
	color: #fff;
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
	.nav-pills-custom .nav-link::before {
		content: '';
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #a902ac;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		opacity: 0;
	}
}

.nav-pills-custom .nav-link.active::before {
	opacity: 1;
}

.tab-content>.active {
	display: block;
	min-height: 274px;
}


.nav-tabs>li {
	float: none !important;
	margin-bottom: 0px !important;
}

.nav-tabs>li>a {
	color: #000;
	border: 0px !important;
}

.nav-tabs>li p {
	color: #fff;
}

.nav-tabs>li {


	background: #000;
	color: #fff;

	border: 0px;
	box-shadow: 0 3px 13px rgb(56 54 54 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	border-radius: 6px;
	border-left: 5px solid #df8f2f;
}

.nav-tabs>li>a:hover {
	color: #000;
	background: #fff;
	border: 0px !important;
}


.black-card {
	background: #1a1a1a;
	border-radius: 0.5rem;
	padding: 2rem;
	color: #fff;
	text-align: center;
}

.black-card h3 a {
	color: #fff578;
	font-size: 20px;
}

.black-card .btn-primary-line {
	background: #fff;
	color: #000;
	border-radius: 6px;
	margin-top: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}


/*Faq Start*/


.wrap {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
}


.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}

.panel:last-child {
	border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
	border-radius: 4px 4px 0 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-heading {
	background-color: #009688;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 0;
}

.panel-title a {
	display: block;
	color: #fff;
	padding: 15px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
}

.panel-body {
	background: #fff;
}

.panel:last-child .panel-body {
	border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
	border-radius: 0;
	transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */

.panel-heading a:before {
	content: '\e146';
	position: absolute;
	font-family: 'Material Icons';
	right: 5px;
	top: 10px;
	font-size: 24px;
	transition: all 0.5s;
	transform: scale(1);
}

.panel-heading.active a:before {
	content: ' ';
	transition: all 0.5s;
	transform: scale(0);
}

#bs-collapse .panel-heading a:after {
	content: ' ';
	font-size: 24px;
	position: absolute;
	font-family: 'Material Icons';
	right: 5px;
	top: 10px;
	transform: scale(0);
	transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
	content: '\e909';
	transform: scale(1);
	transition: all 0.5s;
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
	content: '\e316';
	font-size: 24px;
	position: absolute;
	font-family: 'Material Icons';
	right: 5px;
	top: 10px;
	transform: rotate(180deg);
	transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
	transform: rotate(0deg);
	transition: all 0.5s;
}

.bg-theme {
	background-image: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
}

.journey .card {
	border: 5px solid #b700a9;
	padding: 20px;
	border-radius: 0px;
	margin-bottom: 10px;
}

.journey .card h3 {
	color: #b700a9;
}

.journey .card .btn-primary-line {
	margin-top: 20px;
	display: block;
}

.journey .card:hover {
	box-shadow: 0px 1px 10px #b700a9;
}

.testimonial .card {
	border: 2px solid #b700a9;
	border-radius: 10px;
}

.testimonial .card h5 {
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testimonial .card p {
	font-size: 14px;
	font-style: italic;
}

.title {
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.btn-outline-primary.active {
	color: #fff;
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	border-color: transparent !important;
}

.side-form {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.side-form label {
	font-size: 12px;
	font-weight: 500;
}

.side-form label span {
	color: red;
}

.sticky-form {
	position: sticky;
	top: 100px;
	/* adjust based on your header height */
	z-index: 9;
}

.feature-box {
	background: #fff;
	border-radius: 30px;
	height: 100%;
	padding: 40px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature-box img {
	width: 100px;
	margin: 10px auto;
}

.feature-box h5 {
	font-weight: 600;
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.inner-wrapper .inner-wrapper {
	font-size:15px !Important;
	color:#333333;
}
.inner-wrapper b,
.inner-wrapper strong {
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: normal;
}


.inner-wrapper .highlight-box {
	background: #e6f7f3;
	padding: 20px;
	border-radius: 8px;
}

.inner-wrapper .check-icon {
	color: #38b000;
}

.inner-wrapper .accordion-item {
	margin: 0px;
	padding: 0px;
}

.inner-wrapper .accordion-item h2.accordion-header {
	margin-bottom: 0px !important;
	padding: 0px;
	transition: 0.5s;
}

.inner-wrapper .accordion-button:not(.collapsed) {
	color: #0d6efd;
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.inner-wrapper .accordion-button::after {
	color: #0d6efd;
}



.inner-wrapper .requirement-box {
	background: #f3f6f9;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.inner-wrapper .requirement-box i {
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.inner-wrapper .title,
.subtitle {

	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.inner-wrapper .title {
	font-size: 28px;
	font-weight: 400;
	
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.highlight-box {
	background: #e6f7f3;
	padding: 25px;
	border-radius: 10px;
	margin-top: 20px;
}

.check-icon {
	 background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.who-should-enroll{
	border: 1px dashed #0019c9;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow:0px 5px 7px #ccc;
	
	
}
.who-should-enroll ul {
	padding-left: 20px;
	list-style: none;
}

.who-should-enroll li, .who-should-enroll p {
	font-size:15px;
	line-height:30px;
	
}
.who-should-enroll li::before {
	content: "→ ";
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:bold;
	font-size:20px;
}
.navbar ul li{
	display:inline-block;
}
.navbar ul li a{
	
	border: 1px solid  #0019c9;
    color:  #0019c9;
	padding:8px 15px;
	border-radius:100px;
	transition:0.5s;}
	
.navbar ul li a:hover{
	color:#fff;
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	border: 1px solid #fff;
}

.course-duration {
	background: #fff;
	border-radius: 30px;
	height: 100%;
	padding: 40px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.course-duration .duration {
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	padding:10px 20px;
	color:#fff;
	border-radius:100px;
}
.course-duration h3 {
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:20px;
	margin:20px 0px 0px 0px;
}
.course-duration h4 {
	
	font-size:16px;
	color:red;
	
	
	

}
.course-duration ul li{
	font-size:14px;
	
}
.course-duration ul li:before{
	    content: "\f058";
		font-family:fontawesome;
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right:10px;
	font-size:16px;
}
.course-tab{
	background: #fff;
	border-radius: 30px;
	height: 100%;
	padding: 40px;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.btn-tab{
	background: #fff;
	margin:10px;
	border-radius: 30px;
	border:2px solid #0019c9;
	border-radius:10px;
	
	
	
}
.btn-tab .active{
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
}
.course-tab h5{
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	
}
.aiit-box{
	background: #fff;
	border-radius: 10px;
	font-size:15px;
	padding: 20px;
	height:100%;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.aiit-box i
{
	font-size:26px;
	color:red;
	margin-bottom:20px !important;
}
.aiit-box h5{
	background: linear-gradient(127deg, #0019c9 0%, #b700a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:16px;
	padding-bottom:2px;
	margin-bottom:2px !important;
	font-weight:normal
	
}
.aiit-box p{
	
	font-size:15px;
	padding-bottom:2px;
	font-weight:normal
	
}

.theme-dark p, 
.theme-dark li, 
.theme-dark h1, 
.theme-dark h2, 
.theme-dark h3, 
.theme-dark h4, 
.theme-dark h5, 
.theme-dark h6{
	color:#fff !important;
	
}

.theme-dark .btn-primary-line{
	color:#fff;
	border-color:#fff;
	background:transparent;
	
}

.popup_form .form-control{
	font-size:14px;
	border-radius:0px;
	
}

.popup_form label{
	font-size:12px;
	
	
}
/*Faq End*/