body,
html {
	color: #a9adb8;
	background-color: #0a101e;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h6 {
	clear: both;
	color: #fdfeff;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	line-height: 1.2em
}

h1 {
	font-size: 40px
}

h2 {
	font-size: 34px
}

h3 {
	font-size: 26px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 15px
}

p {
	margin-bottom: 12px
}

ul {
	margin: 0 0 3px 0;
	padding-left: 15px;
	list-style: square outside none
}

ol {
	padding-left: 15px;
	margin-bottom: 15px
}

cite,
dfn,
em,
i {
	font-style: italic
}

blockquote {
	margin: 0 15px
}

address {
	margin: 0 0 15px
}

img {
	border: 0;
	max-width: 100%;
	height: auto
}

a {
	color: inherit;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a:hover {
	text-decoration: none;
	color: inherit
}

@media screen and (max-width:991px) {
	body,
	html {
		font-size: 14px
	}
}

@media screen and (min-width:992px) {
	.st-height-b0 {
		height: 0
	}
	.st-height-b25 {
		height: 25px
	}
	.st-height-b30 {
		height: 30px
	}
	.st-height-b40 {
		height: 40px
	}
	.st-height-b80 {
		height: 80px
	}
	.st-height-b85 {
		height: 85px
	}
	.st-height-b90 {
		height: 90px
	}
	.st-height-b95 {
		height: 95px
	}
	.st-height-b100 {
		height: 100px
	}
}

@media screen and (max-width:991px) {
	.st-height-lg-b0 {
		height: 0
	}
	.st-height-lg-b5 {
		height: 5px
	}
	.st-height-lg-b10 {
		height: 10px
	}
	.st-height-lg-b15 {
		height: 15px
	}
	.st-height-lg-b20 {
		height: 20px
	}
	.st-height-lg-b25 {
		height: 25px
	}
	.st-height-lg-b30 {
		height: 30px
	}
	.st-height-lg-b35 {
		height: 35px
	}
	.st-height-lg-b40 {
		height: 40px
	}
	.st-height-lg-b45 {
		height: 45px
	}
	.st-height-lg-b50 {
		height: 50px
	}
	.st-height-lg-b55 {
		height: 55px
	}
	.st-height-lg-b60 {
		height: 60px
	}
	.st-height-lg-b65 {
		height: 65px
	}
	.st-height-lg-b70 {
		height: 70px
	}
	.st-height-lg-b75 {
		height: 75px
	}
	.st-height-lg-b80 {
		height: 80px
	}
	.st-height-lg-b85 {
		height: 85px
	}
	.st-height-lg-b90 {
		height: 90px
	}
	.st-height-lg-b95 {
		height: 95px
	}
	.st-height-lg-b100 {
		height: 100px
	}
	.st-height-lg-b105 {
		height: 105px
	}
	.st-height-lg-b110 {
		height: 110px
	}
	.st-height-lg-b115 {
		height: 115px
	}
	.st-height-lg-b120 {
		height: 120px
	}
	.st-height-lg-b125 {
		height: 125px
	}
	.st-height-lg-b130 {
		height: 130px
	}
	.st-height-lg-b135 {
		height: 135px
	}
	.st-height-lg-b140 {
		height: 140px
	}
	.st-height-lg-b145 {
		height: 145px
	}
	.st-height-lg-b150 {
		height: 150px
	}
	.st-height-lg-b155 {
		height: 155px
	}
	.st-height-lg-b160 {
		height: 160px
	}
	.st-height-lg-b165 {
		height: 165px
	}
	.st-height-lg-b170 {
		height: 170px
	}
	.st-height-lg-b175 {
		height: 175px
	}
	.st-height-lg-b180 {
		height: 180px
	}
	.st-height-lg-b185 {
		height: 185px
	}
	.st-height-lg-b190 {
		height: 190px
	}
	.st-height-lg-b195 {
		height: 195px
	}
	.st-height-lg-b200 {
		height: 200px
	}
	.st-height-lg-b205 {
		height: 205px
	}
	.st-height-lg-b210 {
		height: 210px
	}
}

.st-mp0 {
	list-style: none;
	margin: 0;
	padding: 0
}

.st-flex-center {
	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
}

.st-zoom {
	position: relative;
	overflow: hidden
}

.st-zoom .st-zoom-in {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.st-zoom:hover .st-zoom-in {
	-webkit-transform: scale(1.07);
	transform: scale(1.07)
}

.st-vertical-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.st-vertical-middle .st-vertical-middle-in {
	width: 100%
}

.st-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.st-content {
	position: relative;
	z-index: 10;
	overflow-x: hidden
}

.st-sticky-footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden
}

.st-dark-bg {
	background-color: #070d1b
}

.st-gray-bg {
	background-color: #b8b8b8
}

.st-gray-overlay {
	position: relative
}

.st-gray-overlay:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(184, 184, 184, .86)
}

.st-gray-overlay .container {
	position: relative;
	z-index: 1
}

hr {
	margin: 0;
	width: 100%;
	border-color: #000
}

.st-fixed-bg {
	background-attachment: fixed
}

@media screen and (max-width:991px) {
	.st-content {
		margin: 0!important
	}
	.st-vertical-middle {
		display: block
	}
}

.st-site-header.st-style1 {
	background-color: rgba(7, 13, 27, .9);
	-webkit-box-shadow: 0 10px 10px -10px rgba(7, 13, 27, .1);
	box-shadow: 0 10px 10px -10px rgba(7, 13, 27, .1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.st-site-header.st-style1 .st-main-header-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px
}

.st-site-header.st-style1.st-sticky-active {
	background-color: #070d1b
}

@media screen and (max-width:991px) {
	.st-main-header .container {
		max-width: 100%
	}
	.st-site-header.st-style1 {
		background-color: #070d1b
	}
}

.st-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.st-main-header {
	position: relative
}

@media screen and (min-width:992px) {
	.st-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.st-nav .st-nav-list {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.st-nav .st-nav-list>li {
		margin-right: 40px
	}
	.st-nav .st-nav-list>li:last-child {
		margin-right: 45px
	}
	.st-nav .st-nav-list>li>a {
		padding: 15px 0;
		font-size: 15px;
		display: inline-block;
		color: #fdfeff;
		text-transform: uppercase;
		font-family: Roboto, sans-serif;
		font-weight: 500
	}
	.st-nav .st-nav-list>li>a.active {
		color: #32c3fd
	}
	.st-nav .sp-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 45px;
		position: relative
	}
	.st-nav .sp-phone::before {
		content: "";
		position: absolute;
		height: 11px;
		width: 1px;
		background: #fff;
		left: 0
	}
	.st-nav .sp-phone svg {
		fill: #fff;
		width: 15px
	}
	.st-nav .sp-phone .sp-phone-no {
		padding-left: 15px;
		color: #32c3fd
	}
	.st-munu-dropdown-toggle,
	.st-munu-toggle {
		display: none
	}
}

@media screen and (max-width:991px) {
	.st-munu-dropdown-toggle {
		position: absolute;
		height: 30px;
		width: 30px;
		right: 20px;
		top: 5px
	}
	.st-munu-dropdown-toggle:after,
	.st-munu-dropdown-toggle:before {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 2px;
		width: 10px;
		background-color: #fdfeff;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.st-munu-dropdown-toggle:before {
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		transform: translate(-50%, -50%) rotate(90deg)
	}
	.st-munu-dropdown-toggle.active:before {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
	.st-nav .st-nav-list {
		position: absolute;
		width: 100vw;
		left: 0;
		background-color: #070d1b;
		padding: 10px 0;
		display: none;
		top: 100%;
		border-top: 1px solid #101624;
		border-bottom: 1px solid #101624;
		overflow: auto;
		max-height: calc(100vh - 80px)
	}
	.st-nav .st-nav-list ul {
		padding-left: 15px;
		display: none
	}
	.st-nav .st-nav-list a {
		display: block;
		padding: 8px 20px
	}
	.st-nav .menu-item-has-children {
		position: relative
	}
	.st-nav .sp-phone {
		display: none
	}
	.st-munu-toggle {
		position: relative;
		display: inline-block;
		width: 28px;
		height: 27px;
		margin: 15px 0 15px 0;
		cursor: pointer
	}
	.st-munu-toggle span,
	.st-munu-toggle span:after,
	.st-munu-toggle span:before {
		width: 100%;
		height: 2px;
		background-color: #666;
		display: block
	}
	.st-munu-toggle span {
		margin: 0 auto;
		position: relative;
		top: 12px;
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-delay: .2s;
		transition-delay: .2s
	}
	.st-munu-toggle span:before {
		content: '';
		position: absolute;
		margin-top: -8px;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-delay: .2s, 0s;
		transition-delay: .2s, 0s
	}
	.st-munu-toggle span:after {
		content: '';
		position: absolute;
		margin-top: 8px;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-delay: .2s, 0s;
		transition-delay: .2s, 0s
	}
	.st-toggle-active span {
		background-color: rgba(0, 0, 0, 0);
		-webkit-transition-delay: .2s;
		transition-delay: .2s
	}
	.st-toggle-active span:before {
		margin-top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition-delay: 0s, .2s;
		transition-delay: 0s, .2s
	}
	.st-toggle-active span:after {
		margin-top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition-delay: 0s, .2s;
		transition-delay: 0s, .2s
	}
}

.st-sticky-header {
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0
}

.st-site-header.st-style2 .st-header-author {
	height: 190px;
	width: 190px;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, .1);
	margin: auto
}

.st-site-header.st-style2 .st-header-author img {
	border-radius: inherit;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media screen and (min-width:991px) {
	.st-site-header.st-style2 {
		width: 300px;
		background: #070d1b;
		height: 100vh;
		border-right: 1px solid #101624;
		overflow: auto
	}
	.st-site-header.st-style2 .st-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.st-site-header.st-style2 .st-nav .st-nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.st-site-header.st-style2 .st-nav .st-nav-list>li {
		margin-right: 0
	}
	.st-site-header.st-style2 .st-nav .st-nav-list>li>a {
		padding: 10px 0
	}
	.st-site-header.st-style2 .st-main-header {
		position: relative;
		padding: 40px 25px 80px
	}
	.st-site-header.st-style2 .st-main-header:after {
		content: '';
		position: fixed;
		height: 80px;
		width: 299px;
		left: 0;
		bottom: 0;
		background-color: #070d1b
	}
	.st-site-header.st-style2 .st-social-btn.st-style1 {
		position: fixed;
		bottom: 40px;
		left: 40px
	}
	.st-site-header.st-style2 .st-social-btn.st-style1 li {
		color: #0a101e;
		margin-right: 20px;
		font-size: 18px
	}
	.st-site-header.st-style2 .st-social-btn.st-style1 li:last-child {
		margin-right: 0
	}
	.st-site-header.st-style2 .st-social-btn.st-style1 li a:hover {
		color: #070d1b
	}
	.st-site-header.st-style2 .st-main-header-left {
		margin-bottom: 24px
	}
	.st-site-header.st-style2 .st-btn.st-style1 {
		margin-top: 20px;
		font-size: 14px;
		padding: .6em 1.3em
	}
	.st-site-header.st-style2 .st-hero-btn {
		margin-top: 22px
	}
	.st-site-header.st-style2 .st-main-header-left {
		margin-left: -40px;
		margin-right: -40px;
		border-bottom: 1px solid #101624;
		padding-bottom: 40px
	}
	.st-get-sidebar {
		padding-left: 300px
	}
	.st-get-sidebar .st-sticky-footer {
		left: 300px;
		max-width: calc(100% - 300px)
	}
}

@media screen and (max-width:991px) {
	.st-site-header .st-btn,
	.st-site-header.st-style2 .st-opening-hr,
	.st-site-header.st-style2 .st-social-btn.st-style1 {
		display: none!important
	}
	.st-site-header.st-style2 {
		background-color: #070d1b;
		border-bottom: 1px solid #101624
	}
	.st-site-header.st-style2 .st-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.st-site-header.st-style2 .st-main-header-in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 70px
	}
	.st-site-header.st-style2 .st-header-author {
		height: 50px;
		width: 50px;
		border: 2px solid rgba(255, 255, 255, .1)
	}
}

.st-hero-wrap {
	position: relative;
	height: 850px;
	background-color: #070d1b
}

.st-hero-wrap img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.st-hero-wrap .st-hero-img {
	position: absolute;
	right: 4%;
	top: 0;
	height: 100%;
	width: 45%;
	z-index: 11
}

.st-hero.st-style1 {
	height: 710px;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	z-index: 11
}

.st-hero.st-style1 .st-hero-text h1 {
	font-size: 100px;
	margin-bottom: 50px;
	font-weight: 550;
	color: #fdfeff;
	line-height: 1
}

.st-hero.st-style1 .st-hero-text h2 {
	font-size: 36px;
	margin-bottom: 41px;
	font-weight: 300;
	color: #a9adb8
}

.st-hero.st-style1 .st-hero-text h3 {
	font-size: 30px;
	margin-top: -6px;
	margin-bottom: 10px;
	font-weight: 300;
	color: #32c3fd
}

.st-social-group {
	background-color: #101624;
	border: 1px solid #232935;
	border-right: 0;
	border-radius: 50px 0 0 50px;
	height: 80px;
	width: 448px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	padding-left: 12px;
	right: 100%
}

.st-hero.st-style2 {
	height: 90vh;
	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;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: #070d1b
}

.st-hero.st-style2 .container {
	position: relative;
	z-index: 11
}

.st-hero.st-style2 h1 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 20px
}

.st-hero.st-style2 h1 span {
	color: #32c3fd
}

.st-hero.st-style2 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 22px
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .7;
  color: #000000;
	top: 0;
	left: 0
}



.st-hero-social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.st-hero-social-links .st-social-btn {
	height: 44px;
	width: 44px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .1);
	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;
	font-size: 16px;
	margin: 0 10px
}

.st-hero-social-links .st-social-btn:hover {
	border-color: rgba(255, 255, 255, .6);
	color: rgba(255, 255, 255, .9)
}

#background-wrap {
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	opacity: .1
}

@-webkit-keyframes animateBubble {
	0% {
		margin-top: 1000px
	}
	100% {
		margin-top: -100%
	}
}

@keyframes animateBubble {
	0% {
		margin-top: 1000px
	}
	100% {
		margin-top: -100%
	}
}

@-webkit-keyframes sideWays {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: 50px
	}
}

@keyframes sideWays {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: 50px
	}
}

.st-to-right {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (max-width:991px) {
	.st-hero-wrap {
		height: initial
	}
	.st-hero-wrap .st-hero-img {
		display: none
	}
}

@media screen and (max-width:767px) {
	.st-hero.st-style2 h1 {
		font-size: 40px
	}
	.st-hero.st-style2 p {
		font-size: 16px
	}
	.st-hero.st-style2 p br {
		display: none
	}
}

@media screen and (max-width:575px) {
	.st-hero.st-style1 {
		height: 580px
	}
	.st-hero.st-style1 .st-hero-text h1 {
		font-size: 90px
	}
}

.st-btn.st-style1,
.st-btn.st-style2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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: 16px;
	font-family: Roboto, sans-serif;
	line-height: 1.5em;
	font-weight: 500;
	padding: 12px 1.5em;
	border-radius: 10px;
	min-width: 170px;
	border: none;
	outline: 0;
	color: #32c3fd;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.st-btn.st-style2 {
	border: 1px solid;
	padding: .69em 3.2em
}

.st-btn.st-style1:hover,
.st-btn.st-style2:hover {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 5px 10px 0 #32c3fd50;
	box-shadow: 0 5px 10px 0 #32c3fd50
}

.st-btn.st-style1.st-color1 {
	background-color: #32c3fd;
	color: #070d1b
}

.st-btn.st-style1.st-color2 {
	background: #000;
	color: #fff
}

.st-btn.st-style1.st-color3 {
	background: #fff;
	color: #222
}

.st-btn.st-style1.st-color4 {
	background-color: pink;
	color: #fff
}

.st-btn.st-style1.st-color5 {
	background: linear-gradient(45deg, #1446ea 0, #03dcec 88%, #03dcec 100%);
	color: #fff
}

.st-btn.st-style2.st-color1 {
	background-color: transparent;
	border-color: #32c3fd;
	color: #32c3fd
}

.st-btn.st-style2.st-color1:hover {
	background-color: #32c3fd;
	color: #070d1b
}

.st-btn.st-size-medium {
	padding: .6em 1.8em
}

.st-btn.st-style2.st-color2 {
	border-color: #fff;
	color: #fff
}

.st-btn.st-style2.st-color2:hover {
	background-color: #fff;
	color: #222
}

.st-hero-btn-group .st-btn:not(:last-child) {
	margin-right: 12px
}

@media screen and (max-width:991px) {
	.st-btn.st-style1,
	.st-btn.st-style2 {
		font-size: 14px;
		padding: .72em 1.8em
	}
}

.st-section-heading.st-style1 {
	text-align: center;
	position: relative;
	margin-top: -5px;
	margin-bottom: 41px
}

.st-section-heading.st-style1 .st-section-heading-title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #32c3fd;
	position: relative;
	z-index: 10;
	letter-spacing: 1px
}

.st-section-heading.st-style1 .st-section-heading-title::before {
	content: "";
	position: absolute;
	background-color: #3f4551;
	width: 170px;
	height: 2px;
	bottom: -16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.st-section-heading.st-style1 .st-section-heading-title::after {
	content: "";
	position: absolute;
	background-color: #32c3fd;
	width: 70px;
	height: 2px;
	bottom: -16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.st-section-heading.st-style1 .st-section-heading-subtitle {
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 90px;
	font-weight: 700;
	color: rgba(21, 27, 41, .5);
	margin: 0;
	margin-top: -17px;
	width: 100%
}

@media screen and (max-width:991px) {
	.st-section-heading.st-style1 .st-section-heading-subtitle {
		display: none
	}
}

.st-iconbox.st-style1 {
	text-align: center;
	padding: 50px 30px;
	border-radius: 3px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 1px solid #232935;
	background-color: #101624
}

.st-iconbox.st-style1:hover .st-iconbox-icon {
	border: .5px solid #32c3fd
}

.st-iconbox.st-style1:hover .st-iconbox-icon svg {
	fill: #32c3fd
}

.st-iconbox.st-style1:hover .st-iconbox-title {
	color: #32c3fd
}

.st-iconbox.st-style1 .st-iconbox-icon {
	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;
	height: 90px;
	width: 90px;
	border: .5px solid #3f4551;
	border-radius: 50%;
	background-color: #070d1b;
	margin: auto;
	font-size: 50px;
	margin-bottom: 28px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.st-iconbox.st-style1 .st-iconbox-icon svg {
	width: 52px;
	fill: #3f4551;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.st-iconbox.st-style1 .st-iconbox-title {
	font-weight: 400;
	line-height: 1.2em;
	font-size: 20px;
	margin-bottom: 16px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.st-iconbox.st-style1 .st-iconbox-text {
	margin-bottom: -6px
}

.st-contact-text {
	margin-top: -6px;
	margin-bottom: 23px
}

.st-single-contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px
}

.st-single-contact-info:hover i {
	border-color: #32c3fd
}

.st-single-contact-info i {
	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;
	border: .5px solid #3f4551;
	border-radius: 50%;
	background-color: #070d1b;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.st-single-info-details h4 {
	font-size: 20px;
	font-weight: 400;
	margin-top: -4px;
	margin-bottom: 6px
}

.st-single-info-details a {
	display: block;
	margin-bottom: -2px
}

.st-single-info-details a:hover {
	color: #32c3fd
}

.st-single-info-details a:last-child {
	margin-bottom: -6px
}

.st-copyright-wrap {
	height: 72px;
	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
}

.textname {
	color: #32c3fd
}
