* {
    margin: 0;
    padding: 0;
}

:root {
    --primary: #454748;
    --secondary: #454748;
    --dark: #353535;
}

.py-3 {
    background-color: #000000;
}
.header-image {
    min-height: 100vh !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../images/gforce-banner.jpg") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.header-image-blockchain {
    min-height: 100vh !important;
    background:  url("../images/frontpage_3.jpg") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.navbar {
    padding: 0px !important;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif !important;
}

.ft-fm-open-sans {
    font-family: 'Open Sans', sans-serif !important;
}

.ft-fm-mont {
    font-family: 'Montserrat', sans-serif !important;
}

h3 {
    font-size: 36px;
    font-weight: 600;
}

.pr-color {
    color: var(--primary) !important;
}

.sd-color {
    color: var(--secondary);
}

a {
    color: var(--primary);
    display: inline-block;
    text-decoration: none;
}

.nav-link {
    color: #F1F3F4;
    font-size: 18px;
    font-weight: 600;
}

.nav-link:focus, .nav-link:hover {
    color: #daa45c;
}

.thead-button {
    color: black;
    background: #F1F3F4;
    padding: 15px 30px 15px 30px;
    font-size: 13px;
    border: 1px solid #F1F3F4;
    transition: all .15s ease-in-out;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    box-shadow: 5px 5px 25px 2px rgb(0 0 0 / 5%);
    transition: all .15s ease-in-out;
}

.thead-button:hover {
    color: #000000;
    box-shadow: 0 0 20px 0 #F1F3F4;
}

.th-button {
    color: white;
    background: var(--primary);
    padding: 15px 30px 15px 30px;
    font-size: 13px;
    border: 1px solid var(--primary);
    transition: all .15s ease-in-out;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    box-shadow: 5px 5px 25px 2px rgb(0 0 0 / 5%);
    transition: all .15s ease-in-out;
}

.th-button:hover {
    color: white;
    box-shadow: 0 0 20px 0 hsl(0deg 0% 0% / 31%);
}

.sec-button {
    background: var(--secondary);
}

.sec-button:hover {
    color: var(--secondary);
}

header {
    z-index: 9999;
    font-size: 14px;
}

section.hm-services {
    position: relative;
    background: url(../images/svg-bg-1.webp);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: -15% -100px;
}

.slider-block {
    max-width: 1250px;
    display: block;
    margin-left: auto;
    width: 100%;
}

.icon-box {
    padding: 15% 10%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    text-align: center;
    margin: 0 0 20px;
    border-radius: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    transition: all .15s ease-in-out;
}

.icon-box i {
    font-size: 46px;
    margin-bottom: 20px;
    color: var(--primary);
}

.icon-box a {
    display: block;
}

.icon-box h4 {
    margin-bottom: 15px;
    color: var(--primary);
    font-weight: bold;
}

.icon-box p {
    margin-bottom: 0;
}

.icon-box:hover * {
    transition: all .15s ease-in-out;
    color: white !important;
}

.icon-box:hover {
    transition: all .15s ease-in-out;
    background: var(--primary);
}

.ft-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ft-block ul li a {
    color: var(--primary);
    font-weight: 600;
}

.ft-block ul li a:hover {
    color: #daa45c;
}

.ft-block ul li {
    margin-bottom: 5px;
}

.srv .icon-box {
    text-align: left !important;
    align-items: flex-start !important;
    min-height: 250px;
}
.yellow{
    background-color: #FFCC00;
}
.blue {
    background-color: #336699;
}
.green {
    background-color: #669966;
}
.red {
    background-color: #CD5C5C;
}
.rodeo{
    background-color: #C9A798;
}
.peach {
    background-color: #E9E0DB;
}
.silver {
    background-color: #CCCCCC;
}
.red {
    background-color: #CD5C5C;
}
.orange {
    background-color: #F58735;
}
.aluminium {
    background-color: #A8ACB8;
}
.lightblue {
    background-color: #D0EAFF;
}




.blue *, .rodeo *, .green *, .orange *, .aluminium * {
    color: #fff !important;
}
.srv .icon-box i {
    font-size: 36px !important;
}

.srv .icon-box .title-style {
    font-size: 18px;
}

.main-footer {
    background-color: #F1F3F4;
}

.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.footer-bottom ul li {
    margin-left: 15px;
}

.footer-bottom {
    color: #F1F3F4;
}

.client-tst {
    background: url(../images/bg-5.svg);
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: center;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    top: 0;
}

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.hero-section .container {
    z-index: 9999;
}

.sv-block .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
}

.sv-block .content h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.sv-block {
    overflow: hidden;
}

.cs-card {
    padding: 20px;
    margin: 20px 0;
}

.cs-card h5 {
    font-size: 16px;
    font-weight: 600;
}

.cs-card a {
    font-size: 15px;
}

.navbar-toggler-icon {
    background: url(../images/bars.svg);
}
.gx-5 {
    --bs-gutter-x: 0;
}
@media only screen and (min-width: 768px) {
.mb-4 {
    padding-left: 15px;
    padding-right: 15px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    header .th-button, .hd-cta {
        display: none;
    }
    .sv-block .content {
        align-items: center !important;
        text-align: center !important;
    }
    .sv-block .img-box img {
        margin: 0 auto;
        display: block;
    }
    .sv-block .img-box {
        margin: 30px 0 !important;
    }
    .sv-block {
        padding: 40px 0 !important;
    }
	.footer-bottom {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .sv-block .content h2 {
        font-size: 32px !important;
    }
    .navbar img {
        width: 250px !important;
    }
.header-image {
    min-height: 40vh !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../images/gforce-banner.jpg") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
}