

a:hover,
a:focus {
	text-decoration: none;
	outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 24px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #1a1a1a;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #ffc107;;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #1a1a1a;
	margin-bottom: 15px;
}
.p-a25 {
	padding: 25px;
}

.p-a30 {
	padding: 30px;
}

.p-a40 {
	padding: 40px;
}


.m-b30 {
	margin-bottom: 30px;
}

.m-b40 {
	margin-bottom: 40px;
}

.mt-icon-box-wraper.left .icon-xld,
.mt-icon-box-wraper.left .icon-xl,
.mt-icon-box-wraper.left .icon-lg,
.mt-icon-box-wraper.left .icon-md,
.mt-icon-box-wraper.left .icon-sm,
.mt-icon-box-wraper.left .icon-xs {
	float: left;
	margin-right: 10px;
}



.hover-shadow:hover {
	position: relative;
	z-index: 10;
	background-color: #020d26;
	color: #fff;
}

.hover-shadow:hover .mt-tilte {
	color: #fff;
}

.hover-border-outer {
	position: relative;
	z-index: 1;
	height:100%;
	display:block;
}

.hover-border-outer::before,
.hover-border-outer::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	display:black;
}

.hover-border {
	transition: color 0.25s;
}

.hover-border::before,
.hover-border::after {
	border: 3px solid transparent;
	width: 0;
	height: 0;
	border-radius: 10px;
}

.hover-border::before {
	top: 0;
	left: 0;
}

.hover-border::after {
	bottom: 0;
	right: 0;
}

.hover-border:hover::before,
.hover-border:hover::after {
	width: 100%;
	height: 100%;
	display:block;
}

.hover-border:hover::before {
	border-top-color: #FFC000;
	border-right-color: #FFC000;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.hover-border:hover::after {
	border-bottom-color: #FFC000;
	border-left-color:  #FFC000;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.sx-how-it-work .row{display: flex; align-items: center;}
.sx-how-it-work .mt-icon-box-wraper{border: 1px solid #f3f3f3;}
.sx-title-mid-area{max-width: 576px; margin: 0px auto;}

.sx-news-blog-1 .row{display: flex; justify-content: center;}
.sx-pricing-plan-area .row{display: flex; justify-content: center;}

 
/* ---------------------------------------------------------------------------- */

.icon-content p, h4{
    text-align: center;
}
/* ----------------------------------- */

.material-icons{
    font-size: 50px !important;
    color: #FFB300 !important;
}