#contacts {
	margin-bottom: 30px !important;
}

.text-primary {
	color: #060649 !important;
}

.btn.active-category {
	color: #060649;
	background-color: #f5b548;
	border-color: #f5b548;
}

.cyber-about-count-box {
	-webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 25%);
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 25%);
	border-right: 10px solid #060649;
	border-radius: 10px;
}

a,
.btn-link {
	color: #30185e;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
.btn-link:hover {
	color: #30185e;
	text-decoration: none;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #f4d368;
}

.single-article.feature-article .article-img img {
	height: 100%;
}

.partners-line {
	max-width: 1300px;
	display: grid;
	grid-auto-columns: 1fr;
	grid-row-gap: 16px;
	margin-right: auto;
	margin-left: auto;
	grid-column-gap: 40px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}
.btn-primary {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #060649;
	--bs-btn-border-color: #060649;
	--bs-btn-hover-color: #060649;
	--bs-btn-hover-bg: #30185e;
	--bs-btn-hover-border-color: #30185e;
	--bs-btn-focus-shadow-rgb: 58, 116, 255;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #124acc;
	--bs-btn-active-border-color: #1145bf;
	--bs-btn-active-shadow: unset;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #175cff;
	--bs-btn-disabled-border-color: #175cff;
}

.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark {
	color: #ffffff !important;
}

.btn-primary:hover {
	background: #30185e;
	border-color: #30185e;
}

.form-check-input:checked {
	background-color: #060649;
	border-color: #060649;
}

.footer-social-list li a:hover {
	background: #ffffff;
	color: #060649;
	border-color: #ffffff;
}

.btn-soft-primary {
	color: #fff;
	background-color: #30185e;
	border-color: #30185e;
}

.btn-soft-primary:hover {
	color: #060649;
	background-color: #f5b548;
	border-color: #f5b548;
}

.register-form input.form-control:focus {
	border-color: #060649;
}

.register-form textarea.form-control:focus {
	border-color: #060649;
}

.nav-link:hover,
.nav-link:focus {
	color: #62cfff !important;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link:focus {
	color: #30185e !important;
}

/*@font-face {
    font-family: "Gellix";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/gellix/Gellix-Regular.woff2) format("woff2"), url(../fonts/gellix/Gellix-Regular.woff) format("woff"), url(../fonts/gellix/Gellix-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Gellix";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url(../fonts/gellix/Gellix-Medium.woff2) format("woff2"), url(../fonts/gellix/Gellix-Medium.woff) format("woff"), url(../fonts/gellix/Gellix-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Gellix";
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url(../fonts/gellix/Gellix-ExtraBold.woff2) format("woff2"), url(../fonts/gellix/Gellix-ExtraBold.woff) format("woff"), url(../fonts/gellix/Gellix-ExtraBold.ttf) format("truetype");
}
*/
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 0.625rem;
	font-family: 'Gellix', sans-serif;
	/*font-family: "Gellix", sans-serif;*/
	font-weight: 600;
	line-height: 1.2;
	color: #0b163f;
}

/*Labs
#060649
#30185e

Casa
#F4D368
#F5B548*/

.bg-dark {
	background-color: #060649 !important;
}

.navbar-dark .btn-primary {
	color: #c0c0c5;
	border-color: #c0c0c5;
}

.navbar-dark .btn-primary:hover {
	background: #ffffff;
	color: #060649 !important;
	border-color: #ffffff;
}

.navbar-dark.sticky-header.affix .btn-primary,
.navbar-light.sticky-header.affix .btn-primary {
	background: #060649;
	color: #ffffff !important;
	border-color: #060649;
}

.navbar-dark.sticky-header.affix .btn-primary:hover,
.navbar-ligth.sticky-header.affix .btn-primary:hover {
	background: #30185e;
	border-color: #30185e;
}

.bg-gradient {
	background: #060649 !important;
}

.bg-gradient .btn-primary {
	color: #c0c0c5;
	border-color: #c0c0c5;
}

.bg-gradient .btn-primary:hover {
	background: #ffffff;
	color: #060649 !important;
	border-color: #ffffff;
}

.navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
.navbar-dark.sticky-header.affix .action-btns a.btn-link:hover,
.navbar-light .main-menu li a.nav-link:hover,
.navbar-light .action-btns a.btn-link:hover {
	color: #1e90ff !important;
}

.dropdown-grid-item .drop-title:hover {
	color: #30185e !important;
}

.dropdown-grid-item a span {
	color: #30185e !important;
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
	color: #30185e !important;
	opacity: 1;
}

p {
	font-size: 18px;
}

.align-center {
	text-align: center;
}

.action-btns {
	position: relative;
	/*    text-transform: uppercase;*/
}

.cta-with-feature-wrap p {
	font-size: 22px;
	font-weight: 700;
}

.icon-content {
	margin-left: 45px;
}

.twitter-badge {
	top: 8%;
	right: 8%;
	font-size: 30px;
}

.twitter-image {
}

.tool-image {
	margin-bottom: 30px;
}

#footer-newsletter {
	font-size: 14px;
}

#logo-line-2 {
	display: grid;
	grid-auto-columns: 1fr;
	grid-row-gap: 16px;
	margin-right: auto;
	margin-left: auto;
	grid-column-gap: 40px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}

#small-pic {
	max-width: 70%;
}

.crypto-customer-counter {
	padding-bottom: 12vh;
}

.single-counter-box {
	padding: 0px;
}

.integration-list-wrap a img {
	padding: 0px !important;
}
