Viewing File: /home/ubuntu/bitcoin-accelerator-landing-ui/assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
--primary-color: #00D094;
--light-color: #fff;
--dark-color: #020202;
--gray-color: #797676;
}
body {
font-family: "Outfit", sans-serif;
color: var(--dark-color);
font-size: 16px;
line-height: 1.75;
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html,
body {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table {
margin: 0 0 16px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
line-height: 1.3;
font-weight: 700;
color: var(--dark-color);
}
h1.color-secondary,
h2.color-secondary,
h3.color-secondary,
h4.color-secondary,
h5.color-secondary,
h6.color-secondary,
.h1.color-secondary,
.h2.color-secondary,
.h3.color-secondary,
.h4.color-secondary,
.h5.color-secondary,
.h6.color-secondary {
color: #e17804;
}
h1.color-primary,
h2.color-primary,
h3.color-primary,
h4.color-primary,
h5.color-primary,
h6.color-primary,
.h1.color-primary,
.h2.color-primary,
.h3.color-primary,
.h4.color-primary,
.h5.color-primary,
.h6.color-primary {
color: var(--primary-color);
}
h1+.image:not([class*="mt-"]),
h2+.image:not([class*="mt-"]),
h3+.image:not([class*="mt-"]),
h4+.image:not([class*="mt-"]),
h5+.image:not([class*="mt-"]),
h6+.image:not([class*="mt-"]),
.h1+.image:not([class*="mt-"]),
.h2+.image:not([class*="mt-"]),
.h3+.image:not([class*="mt-"]),
.h4+.image:not([class*="mt-"]),
.h5+.image:not([class*="mt-"]),
.h6+.image:not([class*="mt-"]) {
margin-top: 20px;
}
h1,
.h1,
.heading-lg,
.heading-lg-lead {
font-size: 3em;
font-weight: 700;
}
h2,
.h2 {
font-size: 2em;
line-height: 1.1;
}
h3,
.h3,
h4,
.h4,
.heading-md,
.heading-md-lead {
font-size: 1.65em;
font-weight: 500;
}
h4,
.h4,
h4.heading-md {
font-size: 1.5em;
margin-bottom: 12px;
}
h5,
.h5 {
font-size: 1.2em;
line-height: 1.25;
}
h6,
.h6,
.heading-sm,
.heading-sm-lead {
font-size: 1em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
color: var(--primary-color);
}
ul,
ol {
padding: 0px;
margin: 0px;
}
ul li,
ol li {
list-style: none;
}
.lead {
line-height: 1.6;
}
p.lead {
font-size: 1em;
line-height: 1.7;
}
p.errorMessage {
padding-bottom: 0rem !important;
}
.relative {
position: relative;
}
.heading-section {
line-height: 1.3;
color: #373e45;
font-weight: 700;
}
.row {
display: flex;
flex-direction: row;
}
.heading-section.heading-sm {
font-size: 1.375em;
}
.heading-section.color-secondary {
color: #e17804;
}
.heading-section.color-primary {
color: var(--primary-color);
}
.heading-section.color-default {
color: #3c3c3c;
}
.heading-lead {
font-size: 2.25em;
}
.heading-lead.heading-sm {
font-size: 1.5em;
}
.heading-lead.extra-large {
font-size: 3.5em;
}
.heading-section,
.heading-lead {
margin-bottom: 20px;
}
.heading-section:last-child,
.heading-lead:last-child {
margin-bottom: 0;
}
.heading-section:not(.with-line)+h3,
.heading-section:not(.with-line)+h4,
.heading-section:not(.with-line)+h5,
.heading-lead:not(.with-line)+h3,
.heading-lead:not(.with-line)+h4,
.heading-lead:not(.with-line)+h5 {
margin-top: -20px;
}
.heading-section+p.lead,
.heading-lead+p.lead {
margin-top: -10px;
}
.heading-section.with-line,
.heading-lead.with-line {
padding-bottom: 15px;
}
.heading-section.with-line::after,
.heading-lead.with-line::after {
display: block;
}
.heading-sm-lead,
.heading-md-lead,
.heading-lg-lead {
letter-spacing: 4px;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 5px;
}
.heading-sm-lead+h1,
.heading-sm-lead+h2,
.heading-sm-lead+h3,
.heading-sm-lead+h4,
.heading-sm-lead+h5,
.heading-sm-lead+h4,
.heading-md-lead+h1,
.heading-md-lead+h2,
.heading-md-lead+h3,
.heading-md-lead+h4,
.heading-md-lead+h5,
.heading-md-lead+h4,
.heading-lg-lead+h1,
.heading-lg-lead+h2,
.heading-lg-lead+h3,
.heading-lg-lead+h4,
.heading-lg-lead+h5,
.heading-lg-lead+h4 {
margin-top: 0;
}
.heading-sm-lead,
.heading-md-lead {
color: var(--primary-color);
}
.heading-sm-lead.color-primary,
.heading-md-lead.color-primary {
color: var(--primary-color);
}
.heading-sm-lead.color-secondary,
.heading-md-lead.color-secondary {
color: #e17804;
}
.with-line {
position: relative;
padding-bottom: 15px;
}
.with-line::after {
content: "";
position: absolute;
bottom: 0;
display: block;
width: 60px;
height: 2px;
margin: 15px 0 0;
background-color: var(--primary-color);
}
.light .with-line::after {
background-color: #fff;
}
.with-line.al-center::after,
.with-line.center::after {
left: 50%;
margin-left: -30px;
}
.with-line.al-right::after {
right: 0;
}
.lh-x1 {
line-height: 1;
}
.lh-x2 {
line-height: 1.5;
}
.lh-x3 {
line-height: 2;
}
blockquote {
font-size: 1em;
line-height: 1.625;
margin: 30px 0;
border: none;
color: #3c3c3c;
}
blockquote:first-child {
margin-top: 0;
}
blockquote:last-child {
margin-bottom: 0;
}
blockquote p:last-child strong {
color: var(--primary-color);
}
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h4,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h4,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h4,
table+h1,
table+h2,
table+h3,
table+h4,
table+h5,
table+h4 {
margin-top: 35px;
}
ul+p,
ul+ul,
ul+ol,
ol+ol,
ol+ul,
ul+table,
ol+table {
margin-top: 35px;
}
b,
strong {
font-weight: 600;
}
a {
outline: 0;
transition: all 0.5s;
color: var(--primary-color);
}
a:link,
a:visited {
text-decoration: none;
}
a:hover,
a:focus,
a:active {
outline: 0;
color: #e17804;
}
.light,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light blockquote {
color: #fff;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 10000;
}
#status {
width: 100px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: center;
background-size: 38px auto;
margin: -50px 0 0 -50px;
}
#gmap {
display: block;
width: 100%;
height: 400px;
pointer-events: none;
background: #C9C9C9;
}
.map-contact-vertical #gmap {
height: 600px;
}
.color-primary {
color: var(--primary-color);
}
.color-default {
color: #3c3c3c;
}
.color-heading {
color: #373e45;
}
.color-secondary {
color: #e17804;
}
.color-alternet {
color: #999;
}
.bg-light {
background: #fff;
}
.bg-white {
background: #fff;
}
.bg-dark {
background: #222;
}
.bg-grey {
background: #f8f8f8;
}
.bg-dark-grey {
background: #efefef;
}
.bg-primary {
background: var(--primary-color);
}
.bg-secondary {
background: #fff1e0;
}
.bg-alternet {
background: #999;
}
.bg-footer {
background: #0f152b;
}
.bg-light-primary {
background-color: rgba(247, 146, 26, 0.1);
}
.bg-light-secondary {
background-color: rgba(255, 241, 224, 0.1);
}
.bg-light-alternet {
background-color: rgba(153, 153, 153, 0.1);
}
.bdr {
border: 1px solid rgba(0, 0, 0, 0.04);
}
.bdr-y {
border-top: 1px solid rgba(0, 0, 0, 0.04);
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.bdr-x {
border-left: 1px solid rgba(0, 0, 0, 0.04);
border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.bdr-top {
border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.bdr-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.bdr-none {
border-color: transparent;
}
.overflow {
overflow: hidden;
}
.preload {
display: none;
}
.navbar-toggle {
margin-right: 0px;
}
.carousel-control {
visibility: hidden;
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-o-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
opacity: 0;
width: 60px;
}
.carousel-control.left,
.carousel-control.right {
background-image: none;
filter: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
width: 60px;
height: 60px;
padding-top: 0;
-ms-border-radius: 50px;
border-radius: 50px;
font-family: 'FontAwesome';
text-shadow: none;
font-size: 44px;
margin-top: -30px;
}
.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover {
background: transparent;
}
.carousel-control .glyphicon-chevron-left {
left: 10%;
}
.carousel-control .glyphicon-chevron-left:before {
content: '\f104';
}
.carousel-control .glyphicon-chevron-right {
right: 10%;
}
.carousel-control .glyphicon-chevron-right:before {
content: '\f105';
}
.video-box {
position: relative;
margin-top: 40px;
padding-top: 56%;
}
.video-box iframe {
border: 1px solid #fbfbfb;
-ms-border-radius: 5px;
border-radius: 5px;
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
}
.panel-group .panel {
border-radius: 0;
box-shadow: none;
border-bottom: 1px solid #eee;
border: none;
}
.panel-default>.panel-heading {
padding: 0;
border-radius: 0;
color: #212121;
background-color: transparent;
border: 0px;
}
.panel-title {
font-size: 20px;
}
.panel-title>a {
display: block;
padding: 15px;
text-decoration: none;
}
.more-less {
float: right;
color: #212121;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #EEEEEE;
}
.table-responsive {
margin-bottom: 30px;
}
.table-responsive:last-child,
.table-responsive .table {
margin-bottom: 0;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
border-color: #ececec;
}
.table.bdr-top,
.table.bdr-bottom {
border-color: #ececec;
}
.table-s1>tbody>tr>td,
.table-s1>tbody>tr>th,
.table-s1>tfoot>tr>td,
.table-s1>tfoot>tr>th,
.table-s1>thead>tr>td,
.table-s1>thead>tr>th {
padding: 20px;
}
.table-vertical>tbody>tr>td {
vertical-align: middle;
}
.btc-ticker .owl-dots,
.logo-carousel .owl-dots {
display: none !important;
}
.owl-theme .owl-nav {
margin-top: 0;
}
.hr-line {
height: 1px;
background: #ebebeb;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-50px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(50px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 50px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
h2,
.h2 {
font-size: 2em;
}
}
@media only screen and (max-width: 991px) {
body {
font-size: 14px;
-webkit-text-size-adjust: 100%;
}
.container {
max-width: 720px;
}
h2,
.h2 {
font-size: 2em;
}
}
@media only screen and (max-width: 767px) {
.container {
padding-left: 30px;
padding-right: 30px;
max-width: 100%;
}
.accordion .panel-title {
font-size: 1.125em;
font-weight: 400;
}
.gaps.size-6x {
height: 0 !important;
}
.gaps.size-3x {
height: 0 !important;
}
.row {
flex-direction: column !important;
gap: 1em;
}
.home-banner-img {
max-width: 20em;
}
.box-alt img {
max-width: 20em;
}
.box-alt .image-icon {
width: 50px !important;
}
.box-alt .image-icon img {
max-width: 3em !important;
}
.resp-text-center {
text-align: center;
}
.section-pad-md {
padding: 2em 0 !important;
}
}
@media only screen and (max-width: 480px) {
body {
min-width: 320px;
}
h1,
.h1,
.heading-lg,
.heading-lg-lead {
font-size: 1.875em;
}
h2,
.h2 {
font-size: 1.5em;
}
h3,
.h3 {
font-size: 1.3em;
}
}
@media only screen and (max-width: 375px) {
.btn+.btn {
margin-top: 5px;
}
}
/* 03.0 Utility == */
img {
outline: 0;
border: 0 none;
max-width: 100%;
height: auto;
vertical-align: top;
-ms-border-radius: 5px;
border-radius: 5px;
}
img+h2,
img h3,
img h4 {
margin-top: 15px;
}
img.alignright {
padding: 0;
float: right;
margin: 5px 0 10px 30px;
}
h3 img.alignright,
h4 img.alignright,
h2 img.alignright,
h1 img.alignright {
margin-top: 0;
}
img.alignleft {
padding: 0;
float: left;
margin: 5px 30px 10px 0;
}
h3 img.alignleft,
h4 img.alignleft,
h2 img.alignleft,
h1 img.alignleft {
margin-top: 0;
}
img.aligncenter {
float: none;
display: block;
margin: 5px auto 15px;
}
img.aligncenter:first-child {
margin-top: 0;
}
img.aligncenter:last-child {
margin-bottom: 0;
}
hr,
.hr {
margin: 45px 0;
}
hr:first-child,
.hr:first-child {
margin-top: 0;
}
hr:last-child,
.hr:last-child {
margin-bottom: 0;
}
.hr-lg {
margin: 60px 0;
}
.hr-md {
margin: 30px 0;
}
.hr-sm {
margin: 15px 0;
}
.al-center,
.center {
text-align: center;
}
.al-center .with-line:after,
.center .with-line:after {
left: 50%;
margin-left: -35px;
}
.al-right {
text-align: right;
}
.al-right .with-line:after {
right: 0;
}
.al-left {
text-align: left;
}
.ucap {
text-transform: uppercase;
}
.cap {
text-transform: capitalize;
}
.section-pad {
padding: 4em 0;
}
.section-pad-xs {
padding-top: 20px;
padding-bottom: 20px;
}
.section-pad-sm {
padding-top: 45px;
padding-bottom: 45px;
}
.section-pad-md {
padding: 4em 0;
}
.section-pad-lg {
padding-top: 135px;
padding-bottom: 135px;
}
.section-pad.nopd {
padding-top: 0;
padding-bottom: 0;
}
.section-overup[class*="section-pad"] {
margin-top: -67.5px;
padding-top: 0;
}
.section-overup-lg[class*="section-pad"] {
margin-top: -135px;
padding-top: 0;
}
.pad-0,
.nopd {
padding: 0px;
}
.npl {
padding-left: 0px;
}
.npr {
padding-right: 0px;
}
.space-top {
margin-top: 20px;
}
.space-top-sm {
margin-top: 15px;
}
.space-top-md {
margin-top: 30px;
}
.space-bottom {
margin-bottom: 20px;
}
.space-bottom-sm {
margin-bottom: 15px;
}
.space-bottom-md {
margin-bottom: 30px;
}
.nomg {
margin-top: 0;
margin-bottom: 0;
}
.wide-lg {
max-width: 1170px;
margin: 0 auto;
}
.wide-md {
max-width: 970px;
margin: 0 auto;
}
.wide-sm {
max-width: 770px;
margin: 0 auto;
}
.wide-xs {
max-width: 570px;
margin: 0 auto;
}
.row-vm {
align-items: center;
display: flex;
}
.row-vm.reverses>div:last-child {
order: 1;
}
.row-vm.reverses>div:first-child {
order: 2;
}
.container-fluid>.row>.row {
margin-left: 0;
margin-right: 0;
}
.row-column:not(:first-child) {
margin-top: 60px;
}
.row-column-md:not(:first-child) {
margin-top: 45px;
}
.row-column-sm:not(:first-child) {
margin-top: 30px;
}
div[class*="row-column"].mgfix {
margin-top: -45px;
}
div[class*="row-column"].mgauto {
margin-top: 0;
}
div[class*="row-column"].mgtop {
margin-top: 60px;
}
div[class*="row-column"].mgtop-md {
margin-top: 45px;
}
div[class*="row-column"].mgtop-sm {
margin-top: 30px;
}
div[class*="wide-"]+div[class*="row-column"]:not([class*="mg"]):not([class*="mt-"]) {
margin-top: 60px;
}
.clear {
clear: both;
display: block;
height: 0;
width: 100%;
}
.clear-left {
clear: left;
}
.clear-right {
clear: right;
}
.first[class*="col-"] {
clear: left;
}
.nomg[class*="wide-"] {
margin: 0;
}
.img-shadow {
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.05);
}
.round {
-ms-border-radius: 4px;
border-radius: 4px;
}
.round-md {
-ms-border-radius: 8px;
border-radius: 8px;
}
.round-lg {
-ms-border-radius: 35px;
border-radius: 35px;
}
.circle {
-ms-border-radius: 50%;
border-radius: 50%;
}
.image {
margin-bottom: 20px;
}
.image:last-child {
margin-bottom: 0;
}
.image img {
max-width: 100%;
height: auto;
}
.image[class*="round"] a,
.image[class*="round"] img,
.image.circle a,
.image.circle img {
border-radius: inherit;
}
.image.circle:not([class*="al-"]) {
text-align: center;
}
.image.circle:not(.image-md) img {
width: 100%;
max-width: 555px;
}
.image-md img {
width: 90%;
max-width: 220px;
}
.gaps {
clear: both;
height: 20px;
display: block;
margin: 0;
}
.gaps.size-lg {
height: 60px;
}
.gaps.size-md {
height: 30px;
}
.gaps.size-sm {
height: 15px;
}
.gaps.size-0-5x {
height: 10px;
}
.gaps.size-1-5x {
height: 30px;
}
.gaps.size-1x {
height: 20px;
}
.gaps.size-2x {
height: 40px;
}
.gaps.size-3x {
height: 60px;
}
.gaps.size-4x {
height: 80px;
}
.gaps.size-5x {
height: 100px;
}
.gaps.size-6x {
height: 120px;
}
.gaps.size-xs {
height: 10px;
}
.gaps.size-sep {
height: 45px;
}
.gaps.size-section {
height: 90px;
}
.pd-x1 {
padding: 10px;
}
.pd-x2 {
padding: 20px;
}
.pd-x3 {
padding: 30px;
}
.pd-x4 {
padding: 40px;
}
.pd-x5 {
padding: 50px;
}
.mg-x1 {
margin: 10px;
}
.mg-x2 {
margin: 20px;
}
.mg-x3 {
margin: 30px;
}
.mg-x4 {
margin: 40px;
}
.mg-x5 {
margin: 50px;
}
.mt-x1 {
margin-top: 10px;
}
.mt-x2 {
margin-top: 20px;
}
.mt-x3 {
margin-top: 30px;
}
.mt-x4 {
margin-top: 40px;
}
.mt-x5 {
margin-top: 50px;
}
.mt-x6 {
margin-top: 60px;
}
.mt-x7 {
margin-top: 70px;
}
.mt-x8 {
margin-top: 80px;
}
.mb-x1 {
margin-bottom: 10px;
}
.mb-x2 {
margin-bottom: 20px;
}
.mb-x3 {
margin-bottom: 30px;
}
.mb-x4 {
margin-bottom: 40px;
}
.mb-x5 {
margin-bottom: 50px;
}
.mb-x6 {
margin-bottom: 60px;
}
.mb-x7 {
margin-bottom: 70px;
}
.mb-x8 {
margin-bottom: 80px;
}
.ml-x1 {
margin-left: 10px;
}
.ml-x2 {
margin-left: 20px;
}
.ml-x3 {
margin-left: 30px;
}
.ml-x4 {
margin-left: 40px;
}
.ml-x5 {
margin-left: 50px;
}
.mr-x1 {
margin-right: 10px;
}
.mr-x2 {
margin-right: 20px;
}
.mr-x3 {
margin-right: 30px;
}
.mr-x4 {
margin-right: 40px;
}
.mr-x5 {
margin-right: 50px;
}
.mlr-x1 {
margin-left: 10px;
margin-right: 10px;
}
.mlr-x2 {
margin-left: 20px;
margin-right: 20px;
}
.mlr-x3 {
margin-left: 30px;
margin-right: 30px;
}
.mlr-x4 {
margin-left: 40px;
margin-right: 40px;
}
.mlr-x5 {
margin-left: 50px;
margin-right: 50px;
}
.mlr--x0-5 {
margin-left: -5px;
margin-right: -5px;
}
.mlr--x1 {
margin-left: -10px;
margin-right: -10px;
}
.mlr--x2 {
margin-left: -20px;
margin-right: -20px;
}
.mlr--x3 {
margin-left: -30px;
margin-right: -30px;
}
.mlr--x4 {
margin-left: -40px;
margin-right: -40px;
}
.mlr--x5 {
margin-left: -50px;
margin-right: -50px;
}
.plr-x0-5 {
padding-left: 5px;
padding-right: 5px;
}
.plr-x1 {
padding-left: 10px;
padding-right: 10px;
}
.plr-x2 {
padding-left: 20px;
padding-right: 20px;
}
.plr-x3 {
padding-left: 30px;
padding-right: 30px;
}
.plr-x4 {
padding-left: 40px;
padding-right: 40px;
}
.plr-x5 {
padding-left: 50px;
padding-right: 50px;
}
.no-pd,
.pd-no {
padding: 0 !important;
}
.no-pt,
.pt-no {
padding-top: 0 !important;
}
.no-pb,
.pb-no {
padding-bottom: 0 !important;
}
.no-mg,
.mg-no {
margin: 0 !important;
}
.no-mt,
.mt-no {
margin-top: 0 !important;
}
.no-mb,
.mb-no {
margin-bottom: 0 !important;
}
.no-bg,
.bg-no {
background: none !important;
}
.no-round,
.round-no,
.noround,
.square,
.no-circle {
border-radius: 0 !important;
}
.no-shadow,
.shadow-no {
text-shadow: none !important;
box-shadow: none !important;
}
@media screen and (min-width: 1600px) {
.section-pad {
padding-top: 135px;
padding-bottom: 135px;
}
.section-pad-xs {
padding-top: 20px;
padding-bottom: 20px;
}
.section-pad-sm {
padding-top: 67.5px;
padding-bottom: 67.5px;
}
.section-pad-md {
padding-top: 90px;
padding-bottom: 90px;
}
.section-pad-lg {
padding-top: 195px;
padding-bottom: 195px;
}
.section-pad.nopd {
padding-top: 0;
padding-bottom: 0;
}
}
@media only screen and (min-width: 1200px) {
.pad-r {
padding-right: 60px;
}
.pad-r-md {
padding-right: 30px;
}
.pad-l {
padding-left: 60px;
}
.pad-l-md {
padding-left: 30px;
}
.row-vm [class*="col-"].pad-r {
padding-right: 45px;
}
.row-vm [class*="col-"].pad-r-md {
padding-right: 30px;
}
.row-vm [class*="col-"].pad-l {
padding-left: 45px;
}
.row-vm [class*="col-"].pad-l-md {
padding-left: 30px;
}
.reverses [class*="col-"].pad-r {
padding-right: 15px;
padding-left: 45px;
}
.reverses [class*="col-"].pad-r-md {
padding-right: 15px;
padding-left: 30px;
}
.reverses [class*="col-"].pad-l {
padding-left: 15px;
padding-right: 45px;
}
.reverses [class*="col-"].pad-l-md {
padding-left: 15px;
padding-right: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pad-r {
padding-right: 45px;
}
.pad-l {
padding-left: 45px;
}
.row-vm [class*="col-"].pad-r {
padding-right: 30px;
}
.row-vm [class*="col-"].pad-l {
padding-left: 30px;
}
.reverses [class*="col-"].pad-r {
padding-right: 15px;
padding-left: 30px;
}
.reverses [class*="col-"].pad-l {
padding-left: 15px;
padding-right: 30px;
}
}
@media only screen and (max-width: 991px) {
.section-pad,
.section-pad-lg {
padding-top: 60px;
padding-bottom: 60px;
}
.res-m-bttm {
margin-bottom: 30px;
}
.res-m-bttm-sm,
.form-m-bttm {
margin-bottom: 15px;
}
.res-m-bttm-xs {
margin-bottom: 10px;
}
.res-m-bttm-lg {
margin-bottom: 45px;
}
.al-center-md,
.center-md {
text-align: center;
}
.al-right-md {
text-align: right;
}
.al-left-md {
text-align: left;
}
.gaps.size-lg {
height: 45px;
}
.gaps.size-md {
height: 25px;
}
.gaps.size-section {
height: 60px;
}
.npr {
padding-left: 0;
}
.npl {
padding-right: 0;
}
.ml-x1 {
margin-left: 0;
}
.ml-x2 {
margin-left: 0;
}
.ml-x3 {
margin-left: 0;
}
.ml-x4 {
margin-left: 0;
}
.ml-x5 {
margin-left: 0;
}
.mr-x1 {
margin-right: 0;
}
.mr-x2 {
margin-right: 0;
}
.mr-x3 {
margin-right: 0;
}
.mr-x4 {
margin-right: 0;
}
.mr-x5 {
margin-right: 0;
}
.row-column>[class*='col-md-']:not([class*="col-sm-"]):not([class*="col-xs-"]):not(:first-child) {
margin-top: 60px;
}
.row-column>[class*='col-xs-6']:not([class*="col-sm-"]):nth-child(1n+3) {
margin-top: 60px;
}
.row-column>.col-md-2.col-sm-4:nth-child(1n+4),
.row-column>.col-md-2.col-sm-3:nth-child(1n+5) {
margin-top: 60px;
}
.row-column-md>[class*='col-md-']:not([class*="col-sm-"]):not([class*="col-xs-"]):not(:first-child) {
margin-top: 45px;
}
.row-column-md>[class*='col-xs-6']:not([class*="col-sm-"]):nth-child(1n+3) {
margin-top: 45px;
}
.row-column-md>.col-md-2.col-sm-4:nth-child(1n+4),
.row-column-md>.col-md-2.col-sm-3:nth-child(1n+5) {
margin-top: 45px;
}
.row-column-sm>[class*='col-md-']:not([class*="col-sm-"]):not([class*="col-xs-"]):not(:first-child) {
margin-top: 30px;
}
.row-column-sm>[class*='col-xs-6']:not([class*="col-sm-"]):nth-child(1n+3) {
margin-top: 30px;
}
.row-column-sm>.col-md-2.col-sm-4:nth-child(1n+4),
.row-column-sm>.col-md-2.col-sm-3:nth-child(1n+5) {
margin-top: 30px;
}
.first[class*="col-"].odd {
clear: inherit;
}
hr,
.hr {
margin-top: 30px;
margin-bottom: 30px;
}
hr:last-child,
.hr:last-child {
margin-bottom: 0;
}
hr:first-child,
.hr:first-child {
margin-top: 0;
}
.row-vm {
display: block;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-column>[class*='col-sm-6']:nth-child(1n+3) {
margin-top: 60px;
}
.row-column>[class*='col-sm-12']:not(:first-child) {
margin-top: 60px;
}
.row-column-md>[class*='col-sm-6']:nth-child(1n+3) {
margin-top: 45px;
}
.row-column-md>[class*='col-sm-12']:not(:first-child) {
margin-top: 45px;
}
.row-column-sm>[class*='col-sm-6']:nth-child(1n+3) {
margin-top: 30px;
}
.row-column-sm>[class*='col-sm-12']:not(:first-child) {
margin-top: 30px;
}
[class*="row-column"]>.col-md-2.col-sm-4:nth-child(4),
[class*="row-column"]>.col-md-2.col-sm-3:nth-child(5) {
clear: left;
}
}
@media only screen and (min-width: 992px) {
.row-column>.col-md-4:nth-child(1n+4),
.row-column>.col-md-3:nth-child(1n+5) {
margin-top: 60px;
}
.row-column-md>.col-md-4:nth-child(1n+4),
.row-column-md>.col-md-3:nth-child(1n+5) {
margin-top: 45px;
}
.row-column-sm>.col-md-4:nth-child(1n+4),
.row-column-sm>.col-md-3:nth-child(1n+5) {
margin-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.row-vm {
display: block;
}
div[class*="row-column"].mgtop-md,
div[class*="row-column"].mgtop {
margin-top: 30px;
}
div[class*="row-column"]>[class*='col-'] {
width: 100%;
}
div[class*="row-column"]>[class*='col-'].col-xs-6 {
width: 50%;
}
div[class*="row-column"]>[class*='col-'].col-xs-6:nth-child(2n+1) {
clear: left;
}
.row-column>[class*='col-']:not(.col-xs-6):not(:first-child) {
margin-top: 60px;
}
.row-column-md>[class*='col-']:not(.col-xs-6):not(:first-child) {
margin-top: 45px;
}
.row-column-sm>[class*='col-']:not(.col-xs-6):not(:first-child) {
margin-top: 30px;
}
.row-column>.col-xs-6:nth-child(1n+3) {
margin-top: 60px;
}
.row-column-md>.col-xs-6:nth-child(1n+3) {
margin-top: 45px;
}
.row-column-sm>.col-xs-6:nth-child(1n+3) {
margin-top: 30px;
}
.al-center-sm,
.center-sm {
text-align: center;
}
.al-right-sm {
text-align: right;
}
.al-left-sm {
text-align: left;
}
.image.circle:not(.image-md) img {
max-width: 320px;
}
.section-pad,
.section-pad-lg {
padding-top: 60px;
padding-bottom: 60px;
}
.section-overup[class*="section-pad"] {
margin-top: -45px;
}
.section-overup-lg[class*="section-pad"] {
margin-top: -67.5px;
}
.res-s-bttm {
margin-bottom: 30px;
}
.res-s-bttm-lg {
margin-bottom: 45px;
}
.res-s-bttm-sm {
margin-bottom: 15px;
}
.res-s-bttm-xs {
margin-bottom: 10px;
}
.gaps.size-lg {
height: 45px;
}
.gaps.size-section {
height: 60px;
}
.space-top,
.space-bottom,
.space-top-sm,
.space-bottom-sm,
.space-top-md,
.space-bottom-md {
margin-top: 30px;
}
.content .npl+.pad-0 {
margin-top: 25px;
}
.pad-xs-0 {
padding: 0px;
}
}
@media only screen and (max-width: 480px) {
img.alignright,
img.alignleft,
img.aligncenter {
width: 100%;
}
img.no-resize,
.no-resize {
width: auto;
max-width: 100%;
}
.pd-x3,
.pd-x4,
.pd-x5 {
padding: 25px;
}
}
/* 04.0 Common == */
.content-section {
margin-top: 60px;
}
.content-section:first-child {
margin-top: 0px;
}
.content .list-style li {
position: relative;
padding-left: 18px;
margin-left: 0;
margin-bottom: 8px;
}
.content .list-style li:last-child {
margin-bottom: 0;
}
.content .list-style li:before {
font-family: 'FontAwesome';
content: '\f105';
color: var(--primary-color);
position: absolute;
left: 1px;
top: 3px;
font-size: 16px;
line-height: 18px;
}
.light .content .list-style li:before,
.call-action:not(.dark) .content .list-style li:before {
color: #fff;
}
.content .list-style.dots li:before {
content: '\f111';
font-size: 6px;
top: 5px;
}
.content .list-style.checkmark li {
padding-left: 28px;
}
.content .list-style.checkmark li:before {
content: '\f00c';
font-size: 18px;
line-height: 18px;
top: 4px;
}
.content .list-style.list-sitemap li {
margin-bottom: 10px;
font-weight: 400;
}
.content .list-style.list-sitemap li:last-child {
margin-bottom: 0;
}
.content .list-style.list-sitemap li ul {
margin-top: 5px;
}
.content .list-style.list-sitemap li ul li {
margin-top: 3px;
font-weight: 400;
}
.content .list-style.style-v2 li {
margin-bottom: 2px;
}
.content .list-style.style-v2 li:before {
color: #9aa4ae;
font-size: 6px;
}
.content ol {
margin-left: 25px;
}
.content ol li {
list-style: decimal;
list-style: decimal-leading-zero;
padding-left: 5px;
margin-bottom: 8px;
}
.content ol li:last-child {
margin-bottom: 0;
}
.accordion .panel {
background-color: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion .panel:last-child {
border-bottom: 0 none;
}
.accordion .panel+.panel {
margin-top: 0;
}
.accordion .panel-title {
position: relative;
font-size: 1em;
font-weight: 400;
}
.accordion .panel-title a {
color: var(--primary-color);
padding: 16px 30px 17px 0;
}
.accordion .panel-title a .plus-minus {
opacity: 0.4;
}
.accordion .panel-title a.collapsed {
color: #3c3c3c;
}
.accordion .panel-title a.collapsed:hover {
opacity: 0.7;
}
.accordion .panel-title a.collapsed:hover .plus-minus {
opacity: 0.4;
}
.accordion .panel-title a.collapsed .plus-minus {
opacity: 0.7;
}
.accordion .panel-title a.collapsed .plus-minus span:before {
transform: rotate(-180deg);
}
.accordion .panel-title a.collapsed .plus-minus span:after {
transform: rotate(0deg);
}
.accordion .panel-title a:hover {
opacity: 1;
}
.accordion .panel-title a:hover .plus-minus {
opacity: 1;
}
.accordion .panel-body {
padding-right: 0;
padding-left: 0;
padding-bottom: 30px;
}
.accordion .plus-minus {
opacity: 0.8;
cursor: pointer;
transition: opacity 350ms;
display: block;
position: absolute;
right: 0;
top: 50%;
height: 18px;
width: 18px;
margin-top: -9px;
}
.accordion .plus-minus span {
position: relative;
height: 100%;
display: block;
}
.accordion .plus-minus span:before,
.accordion .plus-minus span:after {
content: "";
position: absolute;
background: #666;
transition: transform 100ms;
}
.accordion .plus-minus span:before {
height: 2px;
width: 100%;
left: 0;
top: 50%;
margin-top: -1px;
transform: rotate(180deg);
}
.accordion .plus-minus span:after {
height: 100%;
width: 2px;
top: 0;
left: 50%;
margin-left: -1px;
transform: rotate(90deg);
}
.accordion .plus-minus:hover {
opacity: 0.3;
}
.accordion.filled .panel:last-child {
border-bottom: 0;
}
.accordion.filled .panel-title {
background-color: #f5f5f5;
}
.accordion.filled .panel-title a {
background: #ececec;
padding-left: 20px;
color: var(--primary-color);
}
.accordion.filled .panel-title a.collapsed {
background-color: transparent;
color: #3c3c3c;
}
.accordion.filled .panel-title a.collapsed:hover {
opacity: 0.7;
}
.accordion.filled .panel-body {
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
}
.accordion.filled .plus-minus {
right: 20px;
}
.panel-group:last-child {
margin-bottom: 0;
}
.carousel {
height: 100%;
}
.carousel .stky-banner {
position: absolute;
top: 0;
}
.carousel .carousel-inner,
.carousel .item,
.carousel .active {
height: 100%;
}
.has-carousel .owl-item>div[class*="col-"] {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.position {
position: static;
}
.img-wrapper {
position: absolute;
bottom: 0px;
max-width: 520px;
}
.icon-box {
width: 48px;
height: 48px;
display: inline-block;
vertical-align: middle;
color: var(--primary-color);
transition: all 0.4s;
text-align: center;
font-size: 1.25em;
line-height: 50px;
margin: 2px 0;
border: 1px solid transparent;
}
.light .icon-box {
color: #fff;
}
.icon-box.left {
text-align: left;
}
.icon-box.size-md {
width: 60px;
height: 60px;
font-size: 1.875em;
line-height: 60px;
}
.icon-box.size-sm {
width: 24px;
height: 24px;
font-size: 14px;
line-height: 24px;
}
.icon-box.size-sm span.icon {
transform: scale(0.5) translate(-14px, -6px);
}
.icon-box.size-lg {
width: 90px;
height: 90px;
font-size: 3em;
line-height: 90px;
}
.icon-box.size-lg.sqaure,
.icon-box.size-lg.round,
.icon-box.size-lg.circle {
border-width: 2px;
}
.icon-box.sqaure,
.icon-box.round,
.icon-box.circle {
border-color: var(--primary-color);
}
.light .icon-box.sqaure,
.light .icon-box.round,
.light .icon-box.circle {
border-color: #fff;
}
.icon-box.round {
-ms-border-radius: 5px;
border-radius: 5px;
}
.icon-box.circle {
-ms-border-radius: 50%;
border-radius: 50%;
}
.icon-box.icon-bg {
background-color: var(--primary-color);
color: #fff;
}
.icon-box.icon-bg-alt {
background-color: var(--primary-color);
color: #fff;
}
.icon-box.light {
color: #fff;
}
.icon-box.light.sqaure,
.icon-box.light.round,
.icon-box.light.circle {
border-color: #fff;
}
.icon-box.light.icon-bg {
background-color: #fff;
color: var(--primary-color);
}
.icon-box.icon-inline {
width: auto;
height: auto;
line-height: 1.25;
}
.icon-box.icon-aside {
float: left;
margin: 0 15px 5px 0;
}
.icon-box+h4,
.icon-box+h3,
.icon-box+h5 {
margin-top: 20px;
}
.icon-box span.icon {
vertical-align: middle;
margin-top: -5px;
}
.icon-box.style-s1,
.icon-box.style-s2 {
-ms-border-radius: 50%;
border-radius: 50%;
background-color: var(--primary-color);
color: #fff;
}
.icon-box.style-s2 {
background-color: #e17804;
}
.icon-box.style-s3,
.icon-box.style-s4 {
-ms-border-radius: 5px;
border-radius: 5px;
border-color: var(--primary-color);
color: var(--primary-color);
}
.icon-box.style-s4 {
-ms-border-radius: 5px;
border-radius: 5px;
border-color: #e17804;
color: #e17804;
}
.imagebg {
position: absolute;
height: 100%;
right: 0;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
z-index: 0;
opacity: 0;
transition: opacity .4s;
}
.imagebg.imagebg-bottom {
background-position: center bottom;
}
.imagebg.footerbg {
background-repeat: repeat;
background-size: 631.33px 366px;
}
.fixed-bg .imagebg {
background-attachment: fixed;
}
.imagebg img {
display: none;
}
.image-on-left .imagebg,
.image-on-right .imagebg {
width: 50%;
}
.image-on-left .imagebg {
right: 50%;
}
.image-on-right .imagebg {
left: 50%;
}
.image-slice .imagebg {
width: 40%;
left: 0;
}
.image-slice .imagebg+.imagebg {
width: 60%;
left: 40%;
}
.image-slice .section-bg:not(.section-bg-r):after {
content: "";
background: var(--primary-color);
position: absolute;
left: 0;
bottom: 0;
top: 0;
opacity: .9;
width: 100%;
}
.image-slice .section-bg.section-bg-alt:not(.section-bg-r):after {
background: #e17804;
}
.has-bg-image {
position: relative;
}
.bg-image-loaded {
opacity: 1;
}
.has-bg,
.fixed-bg {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.has-bg {
position: relative;
}
.has-bg:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: #000;
opacity: .5;
z-index: 1;
}
.has-bg.bg-primary:after {
background-color: var(--primary-color);
}
.has-bg.bg-secondary:after {
background-color: #e17804;
}
.has-bg.bg-alternet:after {
background-color: #999;
}
.has-bg.bg-footer:after {
background-color: #0f152b;
}
.has-bg.bg-light:after {
background-color: #fff;
}
.has-bg.dark-filter:after {
opacity: .50;
}
.has-bg.darker-filter:after {
opacity: .9;
}
.has-bg.light-filter:after {
opacity: .25;
}
.has-bg.lighter-filter:after {
opacity: .15;
}
.has-bg.no-filter:after {
opacity: 0.01;
}
.has-bg .container,
.has-bg-image .container {
position: relative;
z-index: 2;
}
.fixed-bg {
background-attachment: fixed;
}
@media screen and (min-width: 2200px) {
.image-slice .imagebg {
width: 44%;
}
.image-slice .imagebg+.imagebg {
width: 56%;
left: 44%;
}
}
@media screen and (min-width: 1600px) {
.image-slice .imagebg {
width: 42%;
}
.image-slice .imagebg+.imagebg {
width: 58%;
left: 42%;
}
}
@media only screen and (max-width: 991px) {
.image-slice .imagebg {
width: 100%;
}
.image-slice .imagebg+.imagebg {
display: none;
}
.imagebg.footerbg {
background-repeat: repeat;
background-size: 473.5px 274.5px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.image-on-left .imagebg,
.image-on-right .imagebg {
width: 40%;
}
.image-on-left .imagebg {
right: 60%;
}
.image-on-right .imagebg {
left: 60%;
}
}
@media only screen and (max-width: 767px) {
.image-on-left .imagebg,
.image-on-right .imagebg {
width: 100%;
position: static;
margin-top: 60px;
margin-bottom: -60px;
height: 320px;
}
}
@media only screen and (max-width: 1280px) {
/* parallax disable on ipad/iphone */
.has-parallax {
background-position: 50% 50% !important;
background-attachment: scroll !important;
}
}
@media only screen and (max-width: 480px) {
.image-on-left .imagebg,
.image-on-right .imagebg {
height: 220px;
}
}
.tab-custom .nav-tabs {
background: none;
border-bottom: none;
display: table;
width: 100%;
}
.tab-custom .nav-tabs.row {
margin-left: 0;
margin-right: 0;
}
.tab-custom .nav-tabs li {
display: table-cell;
float: none;
}
.tab-custom .nav-tabs li:last-child a {
border-right-color: var(--primary-color);
}
.tab-custom .nav-tabs li:first-of-type a {
border-radius: 4px 0 0 4px;
}
.tab-custom .nav-tabs li:last-of-type a {
border-radius: 0 4px 4px 0;
}
.tab-custom .nav-tabs li>a {
border: 1px solid var(--primary-color);
border-right-color: transparent;
text-align: center;
border-radius: 0px;
padding: 10px 2px;
margin: 0px;
font-size: 16px;
font-weight: 700;
color: #222;
line-height: 24px;
}
.tab-custom .nav-tabs li>a img {
height: 60px;
width: auto;
margin-top: -5px;
}
.tab-custom .nav-tabs li.active>a,
.tab-custom .nav-tabs li.active>a:hover,
.tab-custom .nav-tabs li.active>a:focus,
.tab-custom .nav-tabs li>a:hover,
.tab-custom .nav-tabs li>a:focus {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.tab-custom .tab-content {
background: none;
padding: 30px 20px 25px 20px;
}
.tab-custom .tab-content h4 {
font-size: 1.5em;
margin-bottom: 15px;
}
.tab-custom .tab-content a {
padding: 8px 16px;
margin-top: 25px;
}
.tab-custom.tab-simple .nav-tabs {
background: none;
}
.tab-custom.tab-simple .nav-tabs li {
display: inline-block;
}
.tab-custom.tab-simple .nav-tabs li>a {
padding: 12px 15px;
border: 1px solid #ececec;
background-color: #ececec;
}
.tab-custom.tab-simple .nav-tabs li.active>a {
background-color: #fff;
border-bottom-color: #fff;
}
.tab-custom.tab-simple .tab-content {
background: none;
border: 1px solid #ececec;
}
.tab-custom.tab-custom-two .nav-tabs {
background: none;
}
.tab-custom.tab-custom-two .nav-tabs li {
display: block;
}
.tab-custom.tab-custom-three .nav-tabs {
background: none;
}
.tab-custom.tab-custom-three li {
display: inline-block;
float: left;
}
@media only screen and (max-width: 767px) {
.tab-custom .tab-content {
padding: 25px 15px 30px;
}
.tab-custom .nav-tabs li>a {
font-size: 13px;
line-height: 18px;
}
.tab-custom.tab-simple .nav-tabs li {
margin-right: -2px;
}
.tab-custom.tab-simple .nav-tabs li>a {
padding: 12px 10px;
font-size: 12px;
}
}
.animate-top,
.animate-bottom,
.animate-left,
.animate-right,
.animate-scaleout,
.animate-scalein {
position: relative;
opacity: 0;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.animate-top.delayms1,
.animate-bottom.delayms1,
.animate-left.delayms1,
.animate-right.delayms1,
.animate-scaleout.delayms1,
.animate-scalein.delayms1 {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.animate-top.delayms2,
.animate-bottom.delayms2,
.animate-left.delayms2,
.animate-right.delayms2,
.animate-scaleout.delayms2,
.animate-scalein.delayms2 {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.animate-top.delayms3,
.animate-bottom.delayms3,
.animate-left.delayms3,
.animate-right.delayms3,
.animate-scaleout.delayms3,
.animate-scalein.delayms3 {
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.animate-top.delayms4,
.animate-bottom.delayms4,
.animate-left.delayms4,
.animate-right.delayms4,
.animate-scaleout.delayms4,
.animate-scalein.delayms4 {
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.animate-top.delayms5,
.animate-bottom.delayms5,
.animate-left.delayms5,
.animate-right.delayms5,
.animate-scaleout.delayms5,
.animate-scalein.delayms5 {
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.animate-top.delayms6,
.animate-bottom.delayms6,
.animate-left.delayms6,
.animate-right.delayms6,
.animate-scaleout.delayms6,
.animate-scalein.delayms6 {
-webkit-transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.animate-top.delayms7,
.animate-bottom.delayms7,
.animate-left.delayms7,
.animate-right.delayms7,
.animate-scaleout.delayms7,
.animate-scalein.delayms7 {
-webkit-transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.animate-top.delayms8,
.animate-bottom.delayms8,
.animate-left.delayms8,
.animate-right.delayms8,
.animate-scaleout.delayms8,
.animate-scalein.delayms8 {
-webkit-transition-delay: 0.8s;
-moz-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.animate-top.delayms9,
.animate-bottom.delayms9,
.animate-left.delayms9,
.animate-right.delayms9,
.animate-scaleout.delayms9,
.animate-scalein.delayms9 {
-webkit-transition-delay: 0.9s;
-moz-transition-delay: 0.9s;
transition-delay: 0.9s;
}
.animate-top.delayms10,
.animate-bottom.delayms10,
.animate-left.delayms10,
.animate-right.delayms10,
.animate-scaleout.delayms10,
.animate-scalein.delayms10 {
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
transition-delay: 1s;
}
.animate-top.delayms11,
.animate-bottom.delayms11,
.animate-left.delayms11,
.animate-right.delayms11,
.animate-scaleout.delayms11,
.animate-scalein.delayms11 {
-webkit-transition-delay: 1.1s;
-moz-transition-delay: 1.1s;
transition-delay: 1.1s;
}
.animate-top.delayms12,
.animate-bottom.delayms12,
.animate-left.delayms12,
.animate-right.delayms12,
.animate-scaleout.delayms12,
.animate-scalein.delayms12 {
-webkit-transition-delay: 1.2s;
-moz-transition-delay: 1.2s;
transition-delay: 1.2s;
}
.animate-top.delayms13,
.animate-bottom.delayms13,
.animate-left.delayms13,
.animate-right.delayms13,
.animate-scaleout.delayms13,
.animate-scalein.delayms13 {
-webkit-transition-delay: 1.3s;
-moz-transition-delay: 1.3s;
transition-delay: 1.3s;
}
.animate-top.delayms14,
.animate-bottom.delayms14,
.animate-left.delayms14,
.animate-right.delayms14,
.animate-scaleout.delayms14,
.animate-scalein.delayms14 {
-webkit-transition-delay: 1.4s;
-moz-transition-delay: 1.4s;
transition-delay: 1.4s;
}
.animate-top.delayms15,
.animate-bottom.delayms15,
.animate-left.delayms15,
.animate-right.delayms15,
.animate-scaleout.delayms15,
.animate-scalein.delayms15 {
-webkit-transition-delay: 1.5s;
-moz-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.animate-top {
top: -30px;
}
.animate-top-long {
top: -120px;
}
.animate-bottom {
bottom: -30px;
}
.animate-bottom-long {
bottom: -120px;
}
.animate-left {
left: -30px;
}
.animate-left-long {
left: -120px;
}
.animate-right {
right: -30px;
}
.animate-right-long {
right: -120px;
}
.animate-scalein {
transform: scale(1.3);
}
.animate-scaleout {
transform: scale(0.8);
}
.active .animate-top,
.active .animate-bottom,
.active .animate-left,
.active .animate-right,
.active .animate-scaleout,
.active .animate-scalein {
opacity: 1;
}
.active .animate-top {
top: 0;
}
.active .animate-bottom {
bottom: 0;
}
.active .animate-left {
left: 0;
}
.active .animate-right {
right: 0;
}
.active .animate-scaleout,
.active .animate-scalein {
transform: scale(1);
}
.feature-intro .row+.row {
margin-top: 60px;
}
.feature-intro a.btn-link {
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
color: var(--primary-color);
}
.no-dots .owl-nav {
margin-top: 0;
}
.owl-dots {
text-align: center;
margin-top: 20px;
}
.owl-dots .owl-dot {
height: 10px;
width: 10px;
border-radius: 50%;
border: 1px solid var(--primary-color);
display: inline-block;
margin: 0 5px;
}
.light .owl-dots .owl-dot {
border-color: #fff;
}
.owl-dots .owl-dot.active {
background: var(--primary-color);
}
.light .owl-dots .owl-dot.active {
background: #fff;
}
.owl-dots .owl-dot span {
opacity: 0;
}
.owl-theme:hover .owl-nav {
opacity: 1;
}
.owl-theme .owl-nav {
opacity: 0;
transition: all .5s ease;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
position: absolute;
transform: translateY(-50%);
top: 50%;
padding: 0;
margin: 0;
text-align: center;
transition: all .5s ease;
color: var(--primary-color);
background: #fff;
opacity: 1;
}
.owl-theme .owl-nav .owl-prev .pe,
.owl-theme .owl-nav .owl-next .pe {
font-size: 40px;
height: 44px;
width: 44px;
line-height: 48px;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
color: #fff;
background: var(--primary-color);
opacity: 1;
}
.owl-theme .owl-nav .owl-next {
right: 20px;
}
.owl-theme .owl-nav .owl-next:hover {
right: 10px;
}
.owl-theme .owl-nav .owl-prev {
left: 20px;
}
.owl-theme .owl-nav .owl-prev:hover {
left: 10px;
}
.shadow {
box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.05);
}
.shadow-alt {
box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.11);
}
.mgr--30 {
margin-right: -30px;
}
.mgl--30 {
margin-left: -30px;
}
.copyright {
padding: 15px 0;
background: #222;
}
.copyright .site-copy {
font-size: 14px;
line-height: 30px;
}
.copyright .social li a {
color: #fff;
}
.copyright .social li a:hover,
.copyright .social li a:focus {
color: var(--primary-color);
}
.pagination li.active a {
background: var(--primary-color);
border-color: var(--primary-color);
}
.pagination li a {
color: var(--primary-color);
}
.pagination li a:hover,
.pagination li a:focus {
color: #fff;
background: var(--primary-color);
border-color: var(--primary-color);
}
.pagination li .fa {
position: relative;
top: -2px;
}
.footer-section {
background: #0f152b;
}
.copyright {
background: #0d1120;
}
@media only screen and (max-width: 1280px) {
.owl-nav .owl-next {
right: 0;
}
.owl-nav .owl-prev {
left: 0;
}
}
@media only screen and (max-width: 991px) {
.res-m-bttm {
margin-bottom: 30px;
}
.res-m-bttm-sm,
.form-m-bttm {
margin-bottom: 15px;
}
.res-m-bttm-xs {
margin-bottom: 10px;
}
.res-m-bttm-lg {
margin-bottom: 45px;
}
.res-m-bttm-3x {
margin-bottom: 60px;
}
.mgr--30 {
margin-right: 0;
}
.mgl--30 {
margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.owl-theme .owl-nav .owl-prev .pe,
.owl-theme .owl-nav .owl-next .pe {
font-size: 36px;
height: 36px;
width: 36px;
line-height: 40px;
}
.owl-theme .owl-nav .owl-next {
right: 0;
}
.owl-theme .owl-nav .owl-next:hover {
right: 0;
}
.owl-theme .owl-nav .owl-prev {
left: 0;
}
.owl-theme .owl-nav .owl-prev:hover {
left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tab-center {
text-align: center;
}
.tab-left {
text-align: left;
}
}
@media only screen and (max-width: 767px) {
.mobile-left {
text-align: left;
}
.mobile-center {
text-align: center;
}
body,
.navigation {
min-width: 300px;
}
}
/* 05.0 Header/Navbar == */
.site-header .navbar {
border-radius: 0;
border: 0 none;
min-width: 300px;
padding: 12px 0 0;
color: #36454e;
background: #fff;
margin: 0;
z-index: 9;
}
.site-header .navbar .container .navbar-brand {
margin-left: 0;
}
.site-header .navbar-brand {
height: auto;
padding: 0;
}
.site-header .navbar-brand img {
width: auto;
max-width: 100%;
max-height: 50px;
}
.site-header .navbar-header .quote-btn {
display: none;
}
.site-header .navbar-collapse {
padding: 0;
background-color: transparent;
color: #3c3c3c;
}
.site-header .logo-light {
display: none;
}
.site-header .quote-btn {
padding: 0;
display: inline-block;
}
.site-header .quote-btn .btn {
font-family: "OpenSans", sans-serif;
padding: 6px 25px;
font-size: 12px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
background-color: var(--primary-color);
border: 2px solid var(--primary-color);
margin: 0;
vertical-align: middle;
}
.site-header .quote-btn .btn:hover {
border-color: var(--primary-color);
color: var(--primary-color);
background-color: transparent;
}
.site-header .quote-btn .btn.btn-outline {
background: transparent;
}
.site-header .quote-btn .btn.btn-outline:hover {
background: var(--primary-color);
border-color: var(--primary-color);
}
.topbar {
padding: 6px 0;
color: #3c3c3c;
background: #f8f8f8;
font-display: "Quicksand", sans-serif;
font-size: 13px;
line-height: 1;
}
.topbar .top-left {
float: left;
max-width: 40%;
}
.topbar .top-right {
float: right;
max-width: 59%;
}
.topbar .top-nav li a {
padding-top: 0;
padding-bottom: 0;
transition: color .3s;
}
.topbar .quote-btn .btn {
padding: 2px 15px;
vertical-align: top;
height: 34px;
}
.topbar .quote-btn .btn span {
line-height: 1;
font-size: inherit;
}
.topbar .social:not(:last-child) {
margin-right: 25px;
}
.topbar .social li a {
line-height: 34px;
font-size: 16px;
color: #3c3c3c;
}
.topbar .social li a:hover {
color: var(--primary-color);
}
.top-nav {
margin: 0;
padding: 0;
list-style: none;
margin-right: -15px;
}
.top-nav li {
display: inline-block;
vertical-align: middle;
line-height: 34px;
}
.top-nav li:first-child {
margin-left: -12px;
}
.top-nav a {
padding: 5px 12px;
color: inherit;
font-size: 13px;
}
.top-nav a:hover,
.top-nav a:focus {
color: var(--primary-color);
}
.top-contact {
margin: 0;
list-style: none;
font-size: 13px;
line-height: 30px;
color: inherit;
}
.top-contact .fa {
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
background: transparent;
border: 1px solid var(--primary-color);
color: var(--primary-color);
font-size: 18px;
margin-right: 5px;
vertical-align: middle;
}
.top-contact span {
font-size: 1.25em;
font-weight: 400;
}
.top-contact li {
margin-left: 25px;
float: left;
line-height: 1;
}
.top-contact li:first-child {
margin-left: 0;
}
.top-contact a {
color: inherit;
}
.top-contact a:hover {
color: var(--primary-color);
}
.header-top {
margin-top: 10px;
margin-right: -15px;
float: right;
}
.header-top>* {
float: left;
margin-left: 25px;
}
.header-top>*:first-child {
margin-left: 0;
}
.header-top .top-contact {
line-height: 40px;
}
.header-top .top-contact .fa {
height: 40px;
width: 40px;
line-height: 38px;
}
.header-top .top-contact .t-phone span {
vertical-align: middle;
}
.header-top .quote-btn .btn {
padding: 12px 22px;
margin-top: -4px;
}
.header-top .social li a {
line-height: 40px;
font-size: 16px;
color: var(--primary-color);
}
.header-top .social.social-s2 li:not(:first-child) {
margin-left: 4px;
}
.header-top .social.social-s2 li a {
display: inline-block;
height: 40px;
width: 40px;
line-height: 38px;
text-align: center;
border-radius: 50%;
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-size: 16px;
vertical-align: middle;
}
.header-top .social.social-s2 li a:hover {
opacity: .5;
}
.social {
margin: 0;
padding: 0;
list-style: none;
}
.social li {
display: inline-block;
margin-left: 15px;
}
.social li:first-child {
margin-left: 0;
}
.social.social-s2 li:not(:first-child) {
margin-left: 4px;
}
.social.social-s2 li a {
display: inline-block;
height: 30px;
width: 30px;
line-height: 28px;
text-align: center;
border-radius: 50%;
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-size: 14px;
}
.social.social-s2 li a:hover {
background: transparent;
color: var(--primary-color);
}
.social.social-v2 li {
border: 1px solid var(--primary-color);
border-radius: 50%;
height: 36px;
width: 36px;
text-align: center;
line-height: 34px;
}
.navbar-nav {
width: 100%;
}
.navbar-nav>li:hover>a {
color: var(--primary-color);
background: transparent;
}
.navbar-nav>li>a {
background: transparent;
text-transform: uppercase;
color: inherit;
font-weight: 700;
font-size: 14px;
line-height: 20px;
padding: 14px 0;
margin: 0 16px;
transition: background 350ms, color 350ms, border-color 350ms;
}
.navbar-nav>li.active>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
color: var(--primary-color);
background: transparent;
}
.navbar-nav>li>.dropdown-menu .nav-opened .dropdown-menu,
.navbar-nav>li>.dropdown-menu .dropdown-menu {
top: 0;
margin-top: 0;
}
.navbar-nav>li.nav-opened>.dropdown-menu,
.navbar-nav>li:hover>.dropdown-menu {
top: 100%;
margin-top: 0;
opacity: 1;
visibility: visible;
}
.navbar-nav>li.quote-btn {
margin-left: 12px;
float: right;
}
.navbar-nav>li.quote-btn .btn {
padding: 9px 24px 8px;
font-size: 14px;
font-weight: 700;
}
.navbar-nav .dropdown-menu {
background: #fff;
border: 0px;
border-radius: 0;
padding: 0px;
left: 0;
top: -999em;
display: block;
opacity: 0;
width: 240px;
visibility: hidden;
transition: opacity .3s, visibility .4s;
}
.navbar-nav .dropdown-menu .nav-opened .dropdown-menu,
.navbar-nav .dropdown-menu .dropdown-menu {
left: 240px;
opacity: 0;
}
.navbar-nav .dropdown-menu .caret {
margin-top: 0;
vertical-align: middle;
transform: translateY(-50%) rotate(-90deg);
position: absolute;
top: 50%;
right: 20px;
}
.navbar-nav .dropdown-menu li {
position: relative;
}
.navbar-nav .dropdown-menu li:hover>a {
color: var(--primary-color);
background: #f5f5f5;
}
.navbar-nav .dropdown-menu li a {
padding: 10px 25px 10px 15px;
text-transform: inherit;
}
.navbar-nav .dropdown-menu li.nav-opened .dropdown-menu {
opacity: 1;
visibility: visible;
height: auto;
}
.navbar-nav .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
height: auto;
}
.navbar-nav .dropdown-menu li:hover.has-children:after {
border-left-color: var(--primary-color);
}
.navbar-nav .dropdown-menu li.has-children:after {
position: absolute;
top: 50%;
right: 20px;
content: "";
height: 0;
width: 0;
transform: translateY(-50%);
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #3c3c3c;
transition: all .5s ease;
}
.navbar-nav .dropdown-menu li.dropdown>a:before {
content: "\f105";
display: block;
position: absolute;
top: 50%;
right: 8px;
opacity: 1;
margin-top: -7px;
height: 14px;
width: 12px;
text-align: center;
font-size: 13px;
line-height: 14px;
font-family: "FontAwesome";
color: #000;
}
.navbar-nav .dropdown-menu.active>a,
.navbar-nav .dropdown-menu li>a:hover,
.navbar-nav .dropdown-menu li>a:focus {
color: var(--primary-color);
}
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>.active>a:hover {
color: var(--primary-color);
background-color: #f5f5f5;
}
.navbar-nav .label {
margin-top: -3px;
vertical-align: middle;
display: inline-block;
margin-left: 5px;
text-transform: uppercase;
padding: 3px 10px 4px;
-ms-border-radius: 20px;
border-radius: 20px;
}
.navbar-nav .caret {
margin-top: 0;
vertical-align: middle;
transform: translateY(-50%);
}
.site-header .navbar {
padding: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.site-header .navbar-nav>li>a {
padding-top: 35px;
padding-bottom: 35px;
}
.site-header .navbar-nav>li.quote-btn {
margin-top: 23px;
}
.site-header .navbar-nav>li:last-child:not(.quote-btn) {
margin-right: -15px;
}
.site-header .navbar-brand {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 0;
z-index: 6;
}
.site-header .navbar-collapse {
float: right;
width: auto;
}
.site-header .single-slide {
min-height: 670px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.site-header.is-transparent {
color: #fff;
}
.site-header.is-transparent .topbar,
.site-header.is-transparent .navbar {
background: transparent;
position: absolute;
width: 100%;
z-index: 9;
color: #fff;
}
.site-header.is-transparent .topbar+.navbar {
margin-top: 43px;
}
.site-header.is-transparent .topbar {
border-color: rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.1);
}
.site-header.is-transparent .topbar a:not(.btn):hover {
color: var(--primary-color);
}
.site-header.is-transparent .topbar .social li a {
color: var(--primary-color);
}
.site-header.is-transparent .topbar .social li a:hover {
color: #fff;
}
.site-header.is-transparent .navbar-nav>li>a:not(.btn):after {
content: "";
position: absolute;
left: 0;
bottom: 28px;
width: 100%;
height: 2px;
background-color: #fff;
opacity: 0;
transition: all .4s;
}
.site-header.is-transparent .dropdown-menu li:hover.has-children:after {
border-left-color: var(--primary-color);
}
.site-header.is-transparent .dropdown-menu li.has-children:after {
position: absolute;
top: 18px;
right: 20px;
content: "";
height: 0;
width: 0;
transform: translateY(-50%);
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #3c3c3c;
}
.site-header.is-transparent .dropdown-menu li>a .caret {
position: absolute;
top: 50%;
margin-top: -3px;
right: 15px;
transform: rotate(-90deg);
}
.site-header.is-transparent .navbar-nav>li.active>a:after,
.site-header.is-transparent .navbar-nav>li>a:hover:after {
opacity: 1;
}
.site-header.is-transparent .navbar-nav>li.active>a,
.site-header.is-transparent .navbar-nav>li>a:hover,
.site-header.is-transparent .navbar-nav>li>a:focus {
color: #fff;
}
.site-header.is-transparent .navbar-collapse,
.site-header.is-transparent .top-contact .fa {
color: #fff;
}
.site-header.is-transparent .navbar-brand .logo-light {
display: block;
}
.site-header.is-transparent .navbar-brand .logo-dark {
display: none;
}
.site-header.is-transparent.has-fixed .topbar+.navbar {
margin-top: 0;
}
.site-header.is-transparent.has-fixed .navbar {
background: #fff;
color: #3c3c3c;
}
.site-header.is-transparent.has-fixed .navbar-nav>li.active>a,
.site-header.is-transparent.has-fixed .navbar-nav>li>a:hover,
.site-header.is-transparent.has-fixed .navbar-nav>li>a:focus {
color: var(--primary-color);
}
.site-header.is-transparent.has-fixed .navbar-nav>li.quote-btn .btn {
color: #fff;
}
.site-header.is-transparent.has-fixed .navbar-nav>li.quote-btn .btn:hover {
color: #3c3c3c;
}
.site-header.is-transparent.has-fixed .navbar-nav>li>a .navbar-nav>li>a:not(.btn)::after {
background-color: var(--primary-color);
}
.site-header.is-transparent.has-fixed .navbar-collapse {
color: #3c3c3c;
}
.site-header.is-transparent.has-fixed .banner-content {
margin-top: 0;
}
.site-header.is-transparent.has-fixed .navbar-brand .logo-light {
display: none;
}
.site-header.is-transparent.has-fixed .navbar-brand .logo-dark {
display: block;
}
.site-header.has-fixed .navbar {
position: fixed;
width: 100%;
z-index: 9;
top: 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
}
.site-header.has-fixed .banner-content {
margin-top: 76px;
}
.site-header.header-dark .topbar {
background: #ef8608;
color: #fff;
}
.site-header.header-dark .topbar .icon,
.site-header.header-dark .topbar .fa,
.site-header.header-dark .topbar a:hover {
color: #e17804;
}
.site-header.header-dark .navbar {
background: var(--primary-color);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
}
.site-header.header-dark .navbar-nav>li>a,
.site-header.header-dark .navbar-nav>li.active>a,
.site-header.header-dark .navbar-nav>li>a:hover,
.site-header.header-dark .navbar-nav>li>a:focus {
color: #fff;
}
.site-header.header-dark .navbar-nav li.quote-btn .btn:hover {
background: #999;
}
.site-header.header-dark .navbar-brand .logo-dark {
display: none;
}
.site-header.header-dark .navbar-brand .logo-light {
display: block;
}
.site-header.header-s2.has-fixed .navbar-brand,
.site-header.header-s2.has-fixed .top-nav,
.site-header.header-s2.has-fixed .social {
display: none;
}
.site-header.header-s2.has-fixed .navbar {
position: fixed;
top: -2px;
width: 100%;
z-index: 9;
background: transparent;
box-shadow: none;
}
.site-header.header-s2 .social {
margin: 30px -15px;
margin-right: 0;
}
.site-header.header-s2 .top-nav {
margin: 31px 0;
}
.site-header.header-s2 .top-nav li {
position: relative;
border-right: 1px solid #efefef;
font-size: 14px;
line-height: 14px;
}
.site-header.header-s2 .top-nav li:last-of-type {
border-right: none;
}
.site-header.header-s2 .navbar {
padding-bottom: 0;
box-shadow: none;
border: none;
}
.site-header.header-s2 .navbar .container {
padding: 0;
}
.site-header.header-s2 .navbar .container .navbar-brand {
margin-left: 0;
}
.site-header.header-s2 .navbar .nav-bar-wrap {
position: relative;
z-index: 1;
}
.site-header.header-s2 .navbar top-bar-wrap {
position: relative;
z-index: 2;
}
.site-header.header-s2 .navbar-nav li:hover>a {
color: #fff;
background: #e17804;
}
.site-header.header-s2 .navbar-nav li a {
margin: 0 0;
padding: 18px 20px;
}
.site-header.header-s2 .navbar-nav li a:hover,
.site-header.header-s2 .navbar-nav li a:focus {
color: #fff;
background: #e17804;
}
.site-header.header-s2 .navbar-nav li.active a {
color: #fff;
background: #e17804;
}
.site-header.header-s2 .navbar-nav li.quote-btn {
margin-top: 0;
}
.site-header.header-s2 .navbar-nav li.quote-btn .btn {
padding: 14px 20px;
border-radius: 0;
background: #f50b21;
border-color: #f50b21;
}
.site-header.header-s2 .navbar-nav li.quote-btn .btn:hover {
border-color: #e17804;
background: #e17804;
color: #fff;
}
.site-header.header-s2 .navbar-nav .dropdown-menu li:hover>a {
color: var(--primary-color);
background: #efefef;
}
.site-header.header-s2 .navbar-nav .dropdown-menu li a {
color: #3c3c3c;
background: #fff;
padding: 10px 20px;
}
.site-header.header-s2 .navbar-nav .dropdown-menu li a:hover {
color: var(--primary-color);
background: #efefef;
}
.site-header.header-s2 .navbar-nav .dropdown-menu .active a {
color: #3c3c3c;
background: #fff;
}
.site-header.header-s2 .navbar-nav .dropdown-menu .active a:hover,
.site-header.header-s2 .navbar-nav .dropdown-menu .active a:focus {
color: var(--primary-color);
background: #efefef;
}
.site-header.header-s2 .navbar-collapse {
width: 100%;
position: relative;
z-index: 5;
top: 0;
margin-top: -28px;
padding: 0 15px;
}
.site-header.header-s2 .navbar-collapse ul.nav {
position: relative;
top: 28px;
z-index: 2;
background: var(--primary-color);
color: #fff;
}
.breadcrumb {
background-color: transparent;
padding: 0;
font-size: 12px;
line-height: 1;
}
.breadcrumb>li {
margin: 6px 0;
text-transform: capitalize;
}
.breadcrumb a {
color: #fff;
text-decoration: none;
transition: all 0.4s;
}
.breadcrumb>.active {
opacity: 0.6;
color: #fff;
}
.breadcrumb li:not(.active) a:hover {
color: #e17804;
}
.breadcrumb>li+li:before {
color: #fff;
opacity: 0.5;
padding: 0 6px 0 3px;
}
.breadcrumb.breadcrumb-arrow>li+li:before {
content: "\00bb";
}
.breadcrumb.breadcrumb-dash>li+li:before {
content: "\2013";
}
.breadcrumb.breadcrumb-dots>li+li:before {
content: "\2022";
}
.banner-img-sec {
text-align: right;
}
/* .home-banner-img{
width: 35em;
height: auto;
object-fit: contain;
} */
.banner-content {
padding: 20px 0;
width: 100%;
flex-grow: 1;
}
.banner-content p {
margin-bottom: 38px;
}
.is-transparent .banner-content {
padding: 140px 0 40px;
}
.page-head {
min-height: 360px;
padding: 70px 0;
}
.page-head h2 {
font-weight: 500;
text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
.navbar-nav>li>a {
font-size: 13px;
padding-left: 0;
padding-right: 0;
margin: 0 12px;
}
.navbar-nav>li.quote-btn .btn {
font-size: 12px;
}
.navbar-nav .dropdown-menu {
font-size: 13px;
}
.site-header .navbar-nav>li:last-child:not(.quote-btn) {
margin-right: -10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.banner-content {
padding: 70px 40px;
}
}
@media only screen and (max-width: 991px) {
.topbar,
.top-nav a {
font-size: 12px;
}
.header-top .quote-btn .btn {
padding: 7px 16px;
}
.site-header .navbar-brand img {
max-height: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-nav>li>a {
font-size: 11px;
padding: 15px 0;
margin: 0 8px;
}
.navbar-nav>li.quote-btn {
margin-left: 5px;
}
.navbar-nav>li.quote-btn .btn {
padding: 5px 15px;
font-size: 11px;
}
.site-header .navbar-brand {
margin-top: 16px;
margin-bottom: 16px;
}
.site-header .navbar-nav>li>a {
padding-top: 20px;
padding-bottom: 20px;
}
.site-header .navbar-nav>li.quote-btn {
margin-top: 10px;
}
.is-transparent .banner-content {
padding: 120px 40px;
}
.banner-content {
padding: 120px 40px;
}
.top-nav {
margin-right: 0;
}
.page-head {
min-height: 240px;
padding: 85px 0;
}
}
@media only screen and (max-width: 991px) {
.top-nav li:first-child {
margin-left: 0;
}
.top-nav li a {
padding: 6px 10px;
}
.topbar .top-nav li a {
line-height: 24px;
padding: 6px 5px;
}
.navbar-toggle {
float: left;
margin-top: 6px;
margin-bottom: 6px;
padding: 10px 12px;
background-color: var(--primary-color);
}
.navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-header {
background: var(--primary-color);
clear: both;
width: 100%;
padding: 0 15px;
}
.navbar-nav {
margin: 0;
float: none;
padding-bottom: 20px;
text-align: center;
border-top: 1px solid #f5f5f5;
}
.navbar-nav li {
border-bottom: 1px solid #f5f5f5;
}
.navbar-nav li a {
padding: 12px 20px;
font-size: 14px;
font-weight: 400;
color: #3c3c3c;
margin-left: 0;
margin-right: 0;
}
.navbar-nav li a.btn {
width: 150px;
margin: 6px auto 0;
}
.header-s1 .navbar-nav li a {
padding-top: 12px;
padding-bottom: 12px;
}
.navbar-nav li.quote-btn {
float: none;
border-bottom: 0;
}
.navbar-nav li .dropdown-menu {
position: static;
background: none;
width: 100%;
display: none;
opacity: 1 !important;
visibility: visible !important;
box-shadow: none;
text-align: center;
float: none;
}
.navbar-nav li .dropdown-menu li {
border-top: 1px solid #f5f5f5;
border-bottom: 0 none;
}
.navbar-nav li .dropdown-menu li a {
font-size: 13px;
color: #3c3c3c;
font-weight: 400;
}
.navbar-nav li .dropdown-menu li a:hover,
.navbar-nav li .dropdown-menu li a:focus {
background: #f5f5f5;
color: var(--primary-color);
opacity: 1;
}
.navbar-nav li .dropdown-menu>.active>a,
.navbar-nav li .dropdown-menu>.active>a:hover,
.navbar-nav li .dropdown-menu>.active>a:focus {
color: var(--primary-color);
}
.navbar-nav>li.active a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
color: var(--primary-color);
background: #f8f8f8;
}
.navbar-nav .dropdown-menu li.dropdown>a::after {
display: none;
}
.site-header .navbar-header {
float: left;
margin: 10px 0 0;
}
.site-header .navbar-collapse {
float: none;
text-align: center;
}
.site-header .navbar .container {
padding-left: 0;
padding-right: 0;
}
.site-header .navbar-brand {
position: absolute;
left: 15px;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
}
.site-header .navbar-toggle {
float: right;
margin: 12px 15px 12px 0;
}
.site-header .navbar-header {
background: none;
padding: 0;
margin-top: 0;
}
.site-header .navbar-collapse {
margin: 0;
background-color: #fff;
color: var(--primary-color);
width: 100%;
}
.site-header .navbar-nav>li:last-child:not(.quote-btn) {
margin-right: 0;
}
.site-header .banner .row-vm {
display: block;
}
.order-1 {
order: 1;
}
.landing-banner-img {
padding-top: 2em;
}
.banner-content p {
text-align: center;
}
.h1 {
text-align: center;
}
.text-block h2,
.text-block p:last-of-type {
text-align: center;
}
.text-block a {
text-align: center;
width: 100%;
}
.features-box .row {
display: inline;
}
.features-box .container {
padding: 0 !important;
}
.box {
padding: 15px !important;
}
.features-box .row.text-center .col-md-4.col-sm-6.res-m-bttm {
width: 100%;
}
.services-bitcoin .row.text-center,
.accelerator-service-bitcoin .row.text-center {
display: inline;
}
.services-bitcoin .row.text-center .col-md-4.col-md-offset-0.col-sm-8.col-sm-offset-2.res-m-bttm:nth-child(4) {
margin-bottom: 30px;
}
#contact-form .form-group.row {
flex-direction: column !important;
}
.footer-section .row {
flex-direction: column !important;
}
.site-header.is-transparent .topbar,
.site-header.is-transparent .navbar {
position: static;
}
.site-header.is-transparent .navbar-brand .logo-light {
display: none;
}
.site-header.is-transparent .navbar-brand .logo-dark {
display: block;
}
.site-header.is-transparent .topbar {
color: #3c3c3c;
background: #f8f8f8;
border-color: rgba(0, 0, 0, 0.0667);
}
.site-header.is-transparent .topbar a:hover:not(.btn) {
color: #3c3c3c;
}
.site-header.is-transparent .topbar+.navbar {
margin-top: 0;
}
.site-header.is-transparent:after {
display: none;
}
.site-header.is-transparent .navbar-collapse,
.site-header.is-transparent .top-contact .fa {
color: #3c3c3c;
}
.site-header.is-transparent .dropdown-menu li.has-children:after {
transform: rotate(90deg);
}
.site-header.is-transparent .navbar-nav>li.active>a,
.site-header.is-transparent .navbar-nav>li>a:hover,
.site-header.is-transparent .navbar-nav>li>a:focus {
color: var(--primary-color);
}
.site-header.is-transparent .navbar-nav>li.active>a:after,
.site-header.is-transparent .navbar-nav>li>a:hover:after,
.site-header.is-transparent .navbar-nav>li>a:focus:after {
display: none;
}
.site-header.header-s2 .navbar .container .navbar-brand {
position: relative;
left: 0;
width: auto;
margin: 20px 0;
}
.site-header.header-s2 .navbar-nav li a {
padding: 10px 20px;
}
.site-header.header-s2 .navbar-nav li .dropdown-menu li a {
padding-left: 30px;
}
.site-header.header-s2 .navbar-nav li .dropdown-menu li .dropdown-menu li a {
padding-left: 40px;
}
.site-header.header-s2 .social {
margin: 30px 0;
}
.site-header.header-s2 .top-bar-wrap {
z-index: 6;
border-bottom: 1px solid #fff1e0;
}
.site-header.header-s2 .navbar-collapse {
width: 100%;
position: relative;
z-index: 5;
top: 0;
margin-top: 0;
padding: 0;
}
.site-header.header-s2 .navbar-collapse ul.nav {
position: relative;
top: 0;
z-index: 2;
background: #fff;
color: #999;
}
.site-header.header-s2 .navbar-toggle {
float: none;
margin-left: 15px;
}
.site-header.header-s2 .quote-btn .btn {
padding: 3px 0 4px;
min-width: 40px;
}
.site-header.header-s2 .quote-btn .btn:before {
font-family: "FontAwesome";
content: "\f298";
display: inline-block;
font-size: 18px;
vertical-align: middle;
margin-right: 8px;
}
.site-header.header-s2 .navbar-toggle+div.quote-btn {
display: inline-block;
float: right;
margin: 12px 15px 12px 0;
}
.site-header.header-s2 .quote-btn .btn {
padding: 4px 12px;
font-size: 9px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.navbar-nav .caret {
position: absolute;
right: 18px;
top: 22px;
}
.navbar-nav li {
text-align: left;
}
.navbar-nav li .dropdown-menu li.has-children:after {
top: 18px;
right: 20px;
transform: rotate(90deg);
border-left-color: #3c3c3c;
}
.navbar-nav li .dropdown-menu li.has-children.nav-opened:after {
transform: rotate(-90deg);
}
.navbar-nav li .dropdown-menu li a {
padding-left: 30px;
}
.navbar-nav li .dropdown-menu li .dropdown-menu li a {
padding-left: 40px;
}
}
@media only screen and (max-width: 767px) {
.top-bar-wrap {
padding: 0 15px;
}
.site-header.header-s2 .navbar .container .navbar-brand {
width: 100%;
display: block;
}
.site-header.header-s2 .navbar .container .navbar-brand img {
margin: 0 auto;
}
.site-header .banner,
.site-header .single-slide {
min-height: 400px;
}
.page-head {
min-height: 200px;
}
.landing-banner-img {
max-width: 25em !important;
}
.text-right {
text-align: center !important;
}
.section-pad {
padding: 2em 0 !important;
}
}
@media only screen and (max-width: 599px) {
.banner-content {
padding: 0;
font-size: 11px;
}
.banner-content p {
margin-bottom: 15px;
}
.topbar {
display: none;
}
.site-header .quote-btn .btn {
padding: 3px 0 4px;
min-width: 40px;
}
.site-header .quote-btn .btn:before {
font-family: "FontAwesome";
content: "\f298";
display: inline-block;
font-size: 18px;
vertical-align: middle;
}
.site-header .quote-btn .btn span {
display: none;
}
.site-header {
border-top: 4px solid #f8f8f8;
}
.site-header .navbar-toggle+div.quote-btn {
display: inline-block;
float: right;
margin: 12px 15px 12px 0;
}
.site-header .quote-btn .btn {
padding: 4px 12px;
font-size: 9px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.is-transparent .banner-content {
padding: 80px 10px;
}
}
@media only screen and (max-width: 374px) {
.site-header .quote-btn .btn {
padding: 3px 12px 4px;
}
}
/* 06.0 Widgets == */
.wgs-box {
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.wgs-box:last-child {
margin-bottom: 0;
}
.wgs-box .wgs-content {
position: relative;
z-index: 2;
}
.wgs-content p {
color: #fff;
}
.wgs-box p+p,
.wgs-box p+h3,
.wgs-box p+h4 {
margin-top: 15px;
}
.wgs-box ul li {
/* display: flex;
align-items: center;
gap: 0.5em; */
font-size: 1em;
position: relative;
padding-bottom: 1em;
font-weight: 400;
}
.address-info {
display: grid;
grid-template-columns: 30px auto;
align-items: flex-start;
}
.wgs-box ul li a {
display: grid;
grid-template-columns: 30px auto;
align-items: center;
}
.wgs-box ul li:last-child {
padding-bottom: 0;
}
.wgs-box a {
color: #fff;
}
.wgs-box a:hover,
.wgs-box a:focus {
color: var(--primary-color);
}
.wgs-box .wgs-menu ul li {
line-height: 30px;
}
.wgs-box .wgs-menu ul li a {
display: block;
}
.wgs-box .wgs-menu ul li a:before {
position: relative;
content: '\f105';
font-family: 'FontAwesome';
padding-right: 6px;
}
.wgs-box .wgs-menu ul li:hover a:before {
left: 3px;
}
.wgs-box .wgs-post .wgs-content {
padding-top: 8px;
}
.wgs-box .wgs-post .wgs-post-single {
position: relative;
display: flex;
align-items: center;
margin-bottom: 15px;
}
.wgs-box .wgs-post .wgs-post-single:last-child {
margin-bottom: 0;
}
.wgs-box .wgs-post .wgs-post-single .wgs-post-thumb {
height: 60px;
width: 60px;
flex-shrink: 0;
}
.wgs-box .wgs-post .wgs-post-single .wgs-post-entry {
padding-left: 15px;
}
.wgs-box .wgs-post .wgs-post-single .wgs-post-entry .wgs-post-title {
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
}
.wgs-box .wgs-post .wgs-post-single .wgs-post-entry .wgs-post-meta {
font-size: 13px;
}
.wgs-box .wgs-contact .wgs-contact-list li {
/* line-height: 24px; */
/* padding-left: 30px; */
position: relative;
/* margin-bottom: 16px; */
}
.wgs-box .wgs-contact .wgs-contact-list li:last-child {
margin-bottom: 0;
}
.wgs-box .wgs-contact .wgs-contact-list li .pe {
/* position: absolute;
top: 6px;
left: 0; */
font-size: 24px;
}
.wgs-box .wgs-search .form-group {
position: relative;
}
.wgs-box .wgs-search .form-group .search-btn {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50px;
border: none;
transition: all .5s ease;
background: #efefef;
}
.wgs-box .wgs-search .form-group .search-btn:hover {
color: var(--primary-color);
}
.wgs-box .tag-list {
margin: 0 -5px;
}
.wgs-box .tag-list li {
display: inline-block;
margin: 7px 5px;
}
.wgs-box .tag-list li a {
padding: 5px 15px;
display: inline-block;
border: 1px solid #efefef;
border-radius: 4px;
}
.wgs-box .tag-list li a:hover {
border-color: var(--primary-color);
}
.sidebar-right a {
color: #3c3c3c;
}
.sidebar-right a:hover,
.sidebar-right a:focus {
color: var(--primary-color);
}
.bg-secondary a {
color: #fff;
}
.bg-secondary a:hover,
.bg-secondary a:focus {
color: #3c3c3c;
}
/* 07.0 Buttons == */
.btn {
font-family: "OpenSans", sans-serif;
font-size: 14px;
line-height: 1.45;
font-weight: 700;
padding: 15px 24px;
text-align: center;
text-transform: uppercase;
color: #fff;
min-width: 160px;
max-width: 100%;
border: 2px solid var(--primary-color);
background-color: var(--primary-color);
box-sizing: border-box;
transition: all 0.4s;
-ms-border-radius: 4px;
border-radius: 4px;
}
.btn:hover,
.btn:focus {
background-color: transparent;
border-color: var(--primary-color);
color: #fff;
}
.btn.btn-full {
width: 100%;
}
.btn.block {
display: block;
white-space: inherit;
}
.btn.btn-alt {
background: var(--primary-color);
border-color: var(--primary-color);
}
.btn.btn-alt:hover,
.btn.btn-alt:focus {
color: #3c3c3c;
background: transparent;
border-color: var(--primary-color);
}
.btn.btn-outline {
color: #fff;
background-color: transparent;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
color: #fff;
background: var(--primary-color);
border-color: var(--primary-color);
}
.btn.btn-outline.btn-alt {
color: #fff;
border-color: #fff;
}
.btn.btn-outline.btn-alt:hover,
.btn.btn-outline.btn-alt:focus {
color: var(--primary-color);
background: #fff;
border-color: #fff;
}
.btn.btn-outline.btn-light {
color: #fff;
border-color: #fff;
}
.btn.btn-outline.btn-light:hover,
.btn.btn-outline.btn-light:focus {
background: var(--primary-color);
border-color: var(--primary-color);
}
.btn.btn-outline.btn-light.btn-alt:hover,
.btn.btn-outline.btn-light.btn-alt:focus {
background: #e17804;
border-color: #e17804;
}
.btn.btn-outline.btn-color {
color: var(--primary-color);
border-color: var(--primary-color);
}
.btn.btn-outline.btn-color:hover,
.btn.btn-outline.btn-color:focus {
color: #fff;
background: var(--primary-color);
border-color: var(--primary-color);
}
.btn.btn-outline.btn-color.btn-alt:hover,
.btn.btn-outline.btn-color.btn-alt:focus {
background: #e17804;
border-color: #e17804;
}
.btn.btn-light:not(.btn-outline) {
color: var(--primary-color);
border-color: #fff;
background-color: #fff;
}
.btn.btn-light:not(.btn-outline):hover,
.btn.btn-light:not(.btn-outline):focus {
color: #fff;
background: var(--primary-color);
border-color: var(--primary-color);
}
.bg-primary .btn.btn-light:not(.btn-outline):hover,
.bg-primary .btn.btn-light:not(.btn-outline):focus {
background: #e17804;
border-color: #e17804;
}
.btn.btn-light:not(.btn-outline).btn-alt {
color: #e17804;
}
.btn.btn-light:not(.btn-outline).btn-alt:hover,
.btn.btn-light:not(.btn-outline).btn-alt:focus {
color: #fff;
background: #e17804;
border-color: #e17804;
}
.bg-secondary .btn.btn-light:not(.btn-outline).btn-alt:hover,
.bg-secondary .btn.btn-light:not(.btn-outline).btn-alt:focus {
background: var(--primary-color);
border-color: var(--primary-color);
}
.btn.btn-center {
margin: 0 auto;
width: auto;
min-width: 160px;
}
.btn.btn-lg {
padding: 18px 35px;
font-size: 16px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.btn.btn-md {
padding: 10px 20px;
}
.btn.btn-sm {
padding: 3px 12px 4px;
font-weight: 700;
}
.btn.btn-xs {
padding: 3px 12px 4px;
font-weight: 700;
min-width: 90px;
}
.btn.round {
-ms-border-radius: 60px;
border-radius: 60px;
}
.btn.btn-aside {
margin: 5px 8px;
}
.btn-link {
color: var(--primary-color);
transition: all .4s ease-in-out;
}
.btn-link:hover {
color: var(--primary-color);
}
.btn-link.focus:not([class*="link-arrow"]) {
box-shadow: 0 1px 0 currentColor;
}
.btn-link.focus:not([class*="link-arrow"]):hover {
box-shadow: none;
text-decoration: none;
}
.light .btn-link:not([class*="link-arrow"]) {
color: #fff;
box-shadow: 0 1px 0 currentColor;
}
.light .btn-link:not([class*="link-arrow"]):hover {
color: #fff;
box-shadow: none;
text-decoration: none;
}
.btn-link.link-arrow,
.btn-link.link-arrow-sm {
position: relative;
padding-right: 48px;
}
.btn-link.link-arrow:after,
.btn-link.link-arrow:before,
.btn-link.link-arrow-sm:after,
.btn-link.link-arrow-sm:before {
content: "";
display: block;
position: absolute;
transition: all 0.4s ease-in-out;
}
.btn-link.link-arrow:before,
.btn-link.link-arrow-sm:before {
top: 50%;
right: 9px;
width: 9px;
height: 9px;
transform-origin: 50% 50%;
transform: translate(0, -4px) rotate(45deg);
box-shadow: inset -1px 1px 0 0 currentColor;
}
.btn-link.link-arrow:after,
.btn-link.link-arrow-sm:after {
top: 50%;
right: 8px;
width: 30px;
height: 1px;
transform: translate(0, 0);
background-color: currentColor;
}
.btn-link.link-arrow:hover,
.btn-link.link-arrow-sm:hover {
text-decoration: none;
}
.btn-link.link-arrow:hover:before,
.btn-link.link-arrow-sm:hover:before {
transform: translate(8px, -4px) rotate(45deg);
}
.btn-link.link-arrow:hover:after,
.btn-link.link-arrow-sm:hover:after {
transform: translate(8px, 0);
}
.btn-link.link-arrow-sm {
padding-right: 36px;
}
.btn-link.link-arrow-sm:before {
width: 7px;
height: 7px;
transform: translate(0, -3px) rotate(45deg);
}
.btn-link.link-arrow-sm:after {
width: 18px;
}
.btn-link.link-arrow-sm:hover:before {
transform: translate(8px, -3px) rotate(45deg);
}
.btn-icon {
height: 50px;
width: 50px;
text-align: center;
color: #fff;
border-radius: 50%;
font-size: 36px;
display: inline-block;
background: var(--primary-color);
}
.btn-icon .pe {
position: relative;
top: -5px;
line-height: 50px;
}
.btn-icon:hover {
background: #3c3c3c;
}
.btn-img {
display: block;
}
.btn-img img {
max-width: 100%;
}
.btns {
margin: 0 -15px;
}
.btns li {
display: inline-block;
margin: 10px 15px;
}
@media only screen and (max-width: 480px) {
.btn {
font-size: 12px;
padding: 10px 20px;
min-width: 110px;
}
.btn-img {
max-width: 110px;
}
.btns {
margin: 0 -5px;
}
.btns li {
margin: 10px 5px;
}
}
/* 08.0 Boxes == */
.box {
transition: all .5s ease;
padding: 30px;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
.box.box-alt-bg {
background: #fff1e0;
}
.box .box-icon {
max-width: 60px;
margin: 0 auto 25px;
}
.box.box-small-dot:hover {
background: var(--primary-color);
}
.box.box-small-dot:hover h4,
.box.box-small-dot:hover h6,
.box.box-small-dot:hover p,
.box.box-small-dot:hover .pe {
color: #fff;
}
.box.box-small-dot:hover .font-icon:before {
background: #fff;
opacity: .4;
}
.box.box-small-dot .font-icon {
margin-bottom: 17px;
display: inline-block;
position: relative;
}
.box.box-small-dot .font-icon:before {
position: absolute;
content: "";
background: var(--primary-color);
height: 26px;
width: 26px;
border-radius: 50%;
top: 8px;
left: 0;
opacity: .6;
z-index: 4;
transition: all .5s ease;
}
.box.box-small-dot .font-icon .pe {
font-size: 42px;
position: relative;
z-index: 5;
transition: all .5s ease;
}
.box h4,
.box h6 {
margin-bottom: 14px;
transition: all .5s ease;
}
.box p {
transition: all .5s ease;
}
.box-alt {
padding: 0 30px 70px;
}
.box-alt:last-of-type {
padding-bottom: 0;
}
.box-alt .pe {
color: var(--primary-color);
font-size: 42px;
padding-bottom: 15px;
}
.box-alt .image-icon {
position: relative;
width: 50px;
margin: 0 auto 23px;
}
.box-alt .image-icon img {
position: relative;
z-index: 5;
}
.box-alt.box-dot {
position: relative;
}
.box-alt.box-dot.four-column {
padding: 0 0 70px;
}
.box-alt.box-dot .image-icon:before {
position: absolute;
content: "";
background: var(--primary-color);
height: 45px;
width: 45px;
border-radius: 50%;
top: -4px;
left: -10px;
opacity: .6;
z-index: 4;
}
.box-alt.box-direction:after {
position: absolute;
left: calc(50% + 10px);
width: 100%;
}
.box-alt.box-direction-one:after {
content: url(../images/direction-dots-a.png);
top: -8px;
}
.box-alt.box-direction-two:after {
content: url(../images/direction-dots-b.png);
top: 12px;
}
.tab-custom .box-alt {
cursor: pointer;
}
.tab-custom .active .box-alt {
cursor: default;
}
.tab-custom .active .box-alt h5 {
color: var(--primary-color);
transition: all .5s ease;
}
@media only screen and (max-width: 1199px) {
.box-alt.box-direction:after {
width: 80%;
}
}
@media only screen and (max-width: 991px) {
.box-direction:after {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.box-alt.img {
padding-left: 120px;
padding-right: 120px;
}
}
@media only screen and (max-width: 767px) {
.box-alt {
padding: 0 0 70px;
}
}
.box-side-icon {
position: relative;
padding-left: 83px;
}
.box-side-icon .pe {
font-size: 48px;
color: var(--primary-color);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.box-side-icon p {
margin-bottom: 8px;
}
.box-side-icon .read-more {
font-size: 14px;
}
.service-box .service-thumb img {
border-radius: 5px 5px 0 0;
}
.service-box .service-entry {
position: relative;
padding: 30px;
}
.service-box .service-entry h5 {
color: #3c3c3c;
text-transform: capitalize;
}
.service-box .service-entry .btn-icon {
position: absolute;
left: 50%;
bottom: -25px;
margin-left: -25px;
}
.service-box .service-entry .btn-icon:hover {
background: #3c3c3c;
color: #fff;
}
.box-miner {
background: #fff;
border-radius: 4px;
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.05);
}
.box-miner.box-miner-alt {
box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.11);
}
.box-miner.box-miner-alt h4,
.box-miner.box-miner-alt .box-miner-title {
color: #3c3c3c;
background: #fff;
border-bottom: 1px solid #f8f8f8;
padding-bottom: 35px;
border-radius: 4px 4px 0 0;
}
.box-miner.box-miner-alt .box-miner-list li {
padding: 10px 30px;
}
.box-miner .box-miner-price {
padding-top: 40px;
text-align: center;
font-size: 3.2em;
line-height: 1em;
}
.box-miner .box-miner-price .price-unit {
font-size: .4em;
line-height: 1.3em;
vertical-align: top;
}
.box-miner .box-miner-price .price-for {
font-size: .4em;
vertical-align: baseline;
}
.box-miner h4,
.box-miner .box-miner-title {
color: #fff;
background: var(--primary-color);
margin-bottom: 0;
padding: 14px 0;
border-radius: 4px 4px 0 0;
}
.box-miner .box-miner-image img {
border-radius: 0;
}
.box-miner .box-miner-list {
border-radius: 0 0 4px 4px;
}
.box-miner .box-miner-list li {
display: block;
border-bottom: 1px solid #f8f8f8;
padding: 10px 20px;
}
.box-miner .box-miner-list li:last-of-type {
border-bottom: none;
padding: 0;
border-radius: 0 0 4px 4px;
}
.box-miner .box-miner-cta {
padding: 25px 0;
}
.box-miner .box-miner-action {
color: rgba(60, 60, 60, 0.7);
text-transform: uppercase;
font-size: 18px;
text-align: center;
background: rgba(247, 146, 26, 0.02);
display: block;
font-weight: 600;
padding: 22px 0;
}
.box-miner .box-miner-action:hover {
color: var(--primary-color);
}
.pricing-box {
background: #fff1e0;
padding: 40px 0;
text-align: center;
position: relative;
transition: all .3s ease;
border-radius: 4px;
}
.pricing-box.hover-up:hover {
transform: translateY(-12px);
}
.pricing-box.hover-scale:hover {
transform: scale(1.05);
z-index: 4;
}
.pricing-box.tup {
transform: translateY(-12px);
padding: 52px 0;
}
.pricing-box span {
display: block;
}
.pricing-box.highlited {
background: var(--primary-color);
}
.pricing-box.highlited .pricing-sap:before,
.pricing-box.highlited .pricing-sap:after {
background: #fff;
}
.pricing-box .pricing-title {
font-size: 22px;
line-height: 1.1;
font-weight: 700;
}
.pricing-box .pricing-sub-title {
font-weight: 500;
margin: 15px 0;
}
.pricing-box .pricing-sap {
height: 10px;
position: relative;
margin-bottom: 20px;
}
.pricing-box .pricing-sap:before {
position: absolute;
height: 2px;
width: 54px;
background: var(--primary-color);
top: 4px;
left: 50%;
margin-left: -27px;
content: "";
}
.pricing-box .pricing-sap:after {
position: absolute;
height: 10px;
width: 10px;
background: var(--primary-color);
top: 0;
left: 50%;
margin-left: -5px;
content: "";
border-radius: 50%;
}
.pricing-box .pricing-price {
font-size: 26px;
line-height: 1.1;
font-weight: 700;
}
.pricing-box .btn {
margin: 25px auto 0;
padding: 8px 15px;
}
.logo-item {
background: #fff;
-ms-border-radius: 5px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.04);
text-align: center;
padding: 10px;
line-height: 1;
}
.logo-item img {
border: 0 none;
border-radius: inherit;
width: 100%;
max-width: 190px;
margin: 0 auto;
}
/* 09.0 Elements == */
.text-block h2 {
margin-bottom: 30px;
}
.text-block h2 span {
color: var(--primary-color);
}
.text-block p {
margin-bottom: 10px;
}
.text-block p:last-of-type {
margin-bottom: 25px;
}
.text-block ul {
margin-bottom: 30px;
}
.text-block ul li {
font-size: .94em;
line-height: 2.1em;
}
.text-block ul li:before {
content: "\f046";
font-family: 'FontAwesome';
color: var(--primary-color);
margin-right: 12px;
}
.icon-block {
padding-left: 20px;
}
.icon-block .icon-image {
width: 80px;
float: left;
margin: 0 20px 10px 0;
}
.icon-block ul {
margin-top: -10px;
}
.icon-block ul li {
line-height: 36px;
}
.icon-block ul li:before {
content: "\f00c";
font-family: 'FontAwesome';
color: var(--primary-color);
margin-right: 7px;
}
@media only screen and (max-width: 767px) {
.icon-block {
padding-left: 0;
}
.icon-block .icon-image {
float: none;
}
}
.video-block {
position: relative;
}
.video-block .video-play {
position: absolute;
left: 50%;
top: 50%;
height: 60px;
width: 60px;
text-align: center;
border-radius: 50%;
background: var(--primary-color);
color: #fff;
transform: translate(-50%, -50%);
}
.video-block .video-play .pe,
.video-block .video-play .fa {
font-size: 30px;
line-height: 60px;
}
.video-block .video-play:hover,
.video-block .video-play:focus {
background: #fff;
color: var(--primary-color);
}
.team-member .team-thumb {
position: relative;
}
.team-member .team-thumb img {
border-radius: 4px 4px 0 0;
}
.team-member .team-thumb .team-thumb-overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
border-radius: 4px 4px 0 0;
opacity: 0;
transition: all .5s ease;
}
.team-member .team-thumb .team-social {
position: absolute;
width: 100%;
left: 0;
top: 90%;
opacity: 0;
transform: translateY(-50%);
transition: all .5s ease 0.2s;
}
.team-member .team-thumb .team-social li {
display: inline-block;
margin: 0 5px;
}
.team-member .team-thumb .team-social li a {
display: inline-block;
height: 40px;
width: 40px;
line-height: 36px;
color: #fff;
border: 1px solid #fff;
border-radius: 50%;
}
.team-member .team-thumb .team-social li a:hover {
color: var(--primary-color);
border-color: var(--primary-color);
}
.team-member:hover .team-thumb-overlay {
opacity: 1;
}
.team-member:hover .team-thumb-overlay .team-social {
top: 50%;
opacity: 1;
}
.team-member:hover .team-info {
background: var(--primary-color);
}
.team-member:hover .team-info .team-name {
color: #222;
}
.team-member:hover .team-info .team-title {
color: #fff;
}
.team-member .team-info {
background: #222;
border-radius: 0 0 4px 4px;
padding: 25px 0;
text-transform: capitalize;
transition: all .5s ease;
}
.team-member .team-info .team-name {
color: var(--primary-color);
margin-bottom: 0;
transition: all .5s ease;
}
.team-member .team-info .team-title {
color: #fff;
}
.testimonial-item.testimonial-box {
padding: 40px;
margin: 0 30px;
}
.testimonial-item .client-photo {
height: 150px;
width: 150px;
margin: 0 auto;
position: relative;
}
.testimonial-item .client-photo img {
border-radius: 50%;
}
.testimonial-item .client-photo .fa {
position: absolute;
left: 50%;
color: var(--primary-color);
bottom: -25px;
font-size: 50px;
line-height: 50px;
width: 50px;
margin-left: -25px;
}
.testimonial-item .client-info h6 {
margin-bottom: 5px;
}
.testimonial-item .client-info span {
font-size: .875em;
}
.testimonial-item.testimonial-s2 .client-photo {
height: 65px;
width: 65px;
border-radius: 50%;
border: 3px solid var(--primary-color);
}
.testimonial-item.testimonial-s2 .client-info {
margin-top: 30px;
}
.testimonial-item.testimonial-s2 .client-words {
position: relative;
}
.testimonial-item.testimonial-s2 .client-words blockquote {
position: relative;
z-index: 2;
font-style: italic;
margin-top: 10px;
}
.testimonial-item.testimonial-s2 .client-words .fa {
position: absolute;
left: 50%;
color: var(--primary-color);
bottom: 0;
font-size: 44px;
line-height: 50px;
width: 50px;
margin-left: -25px;
opacity: .3;
z-index: 1;
}
@media only screen and (max-width: 767px) {
.testimonial-item.testimonial-box {
padding: 30px 15px;
margin: 0;
}
}
.blog-post .post-thumb img {
border-radius: 5px 5px 0 0;
transition: all .5s ease;
}
.blog-post .post-thumb img:hover {
opacity: .7;
}
.blog-post .post-entry {
position: relative;
padding: 30px;
}
.blog-post .post-entry .post-meta {
padding-bottom: 15px;
font-size: 14px;
}
.blog-post .post-entry h5 a {
color: #3c3c3c;
}
.blog-post .post-entry h5 a:hover {
color: var(--primary-color);
}
.blog-post .post-entry .btn-icon {
position: absolute;
left: 50%;
bottom: -25px;
margin-left: -25px;
}
.blog-post .post-entry .btn-icon:hover {
background: #3c3c3c;
color: #fff;
}
.post-single .post-thumb {
margin-bottom: 30px;
}
.post-single ul li:before {
content: "\f00c";
font-family: 'FontAwesome';
color: var(--primary-color);
margin-right: 12px;
}
.steps {
position: relative;
padding-left: 68px;
cursor: pointer;
transition: all .5s ease;
}
.steps .step-number {
position: absolute;
top: 0;
left: 0;
color: #fff;
background: var(--primary-color);
font-size: 30px;
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 50%;
text-align: center;
font-weight: 700;
}
.steps h4 {
transition: all .5s ease;
}
.active .steps h4 {
color: var(--primary-color);
}
.cta-section h3 {
font-size: 2.25em;
line-height: 1.4;
margin-bottom: 30px;
}
.cta-sameline {
position: relative;
padding-right: 260px;
}
.cta-sameline .content {
padding-right: 260px;
position: relative;
}
.cta-sameline h1,
.cta-sameline h2,
.cta-sameline h3,
.cta-sameline h4,
.cta-sameline p {
margin: 3px 0 3px;
}
.cta-sameline .btn,
.cta-sameline .cta-num {
top: 50%;
right: 0;
margin-top: 0;
position: absolute;
transform: translate(0, -50%);
transform-style: preserve-3d;
}
.cta-small {
background: var(--primary-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.call-action .cta-sameline {
padding-right: 180px;
}
}
@media only screen and (max-width: 767px) {
.cta-sameline {
padding-right: 0;
}
.cta-sameline .btn,
.cta-sameline .cta-num {
top: 0;
margin-top: 20px;
position: relative;
transform: translate(0, 0);
}
}
@media only screen and (max-width: 480px) {
.cta-section h3 {
font-size: 1.5em;
}
}
.faq-one h4 {
padding-bottom: 15px;
}
.faq-one .single-faq {
margin-bottom: 20px;
}
.faq-one .single-faq .faq-heading {
margin-bottom: 8px;
}
input:focus {
border-color: #66afe9;
outline: 0;
box-shadow: 0 0 0 transparent;
}
.inline-form {
padding-top: 40px;
}
.inline-form .form-field {
width: 40%;
float: left;
padding: 0 15px;
}
.inline-form .form-button {
width: 20%;
}
.inline-form .form-button .btn {
width: 100%;
}
.inline-form .form-control {
height: 54px;
}
.inline-form h4 {
margin-bottom: 20px;
}
.form-control {
padding-left: 20px;
height: 50px;
margin-bottom: 10px;
background: #f8f8f8;
border-color: #efefef;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.form-control:focus {
border-color: #efefef;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.form-control.error {
border-color: #FF4346 !important;
}
.form-control.txtarea {
height: 100px;
}
form label.error {
display: none !important;
}
.form-results {
display: none;
font-size: 12px;
margin: 15px 0;
}
.form-results:first-child {
margin-top: 0;
}
.form-results:last-child {
margin-bottom: 0;
}
.form-signup-two .form-group {
margin-bottom: 0;
}
.form-signup-two .form-control {
height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.inline-form .form-field {
width: 33%;
}
.inline-form .form-button {
width: 33%;
}
}
@media only screen and (max-width: 991px) {
.count-widget-frame {
display: none;
}
.whatapp-widget {
right: 5% !important;
}
}
@media only screen and (max-width: 767px) {
.inline-form .form-field {
width: 100%;
}
.inline-form .form-button {
width: 100%;
}
}
.contact-information {
margin-bottom: 55px;
}
.contact-information h4 {
padding-bottom: 17px;
}
.contact-information .contact-entry h6 {
margin-bottom: 10px;
text-transform: capitalize;
}
.contact-information .contact-entry h6 span {
color: var(--primary-color);
}
.contact-information .contact-entry p {
font-size: .86em;
line-height: 1.7;
}
.wgs-contact-info .contact-information {
margin-bottom: 20px;
}
.contact-form p {
padding-bottom: 15px;
}
.google-map {
width: 100%;
height: 545px;
}
.map-link {
padding: 8px 0;
display: inline-block;
}
/* 10.0 Bitcoin Widgets == */
.btc-ticker {
max-height: 110px;
}
.btc-ticker .owl-item {
margin-right: 0 !important;
}
.ticker-item .btcwdgt-price.btcwdgt {
background: #0d1120 !important;
max-width: 100% !important;
margin: 0 !important;
box-shadow: none !important;
}
.ticker-item .btcwdgt-price.btcwdgt .arrow {
left: 100px !important;
top: 28px !important;
}
.ticker-item .btcwdgt-price .btcwdgt-edge {
width: 1px !important;
background: #161f40 !important;
position: absolute !important;
height: 100% !important;
left: -1px !important;
}
.ticker-item .btcwdgt-price .btcwdgt-body {
margin: 0 !important;
height: 48px !important;
padding-top: 45px !important;
padding-bottom: 15px !important;
position: relative !important;
}
.ticker-item .btcwdgt-price .btcwdgt-body ul {
margin-left: 15px !important;
height: 48px !important;
overflow: hidden !important;
}
.ticker-item .btcwdgt-price .btcwdgt-body>span {
position: absolute !important;
top: 10px !important;
left: 35px !important;
}
.ticker-item .btcwdgt-price .btcwdgt-footer {
display: none !important;
}
.trendingview-chart {
height: 400px;
}
.trendingview-chart div>iframe {
padding-bottom: 0 !important;
}
.trendingview-chart div>iframe+span {
display: none !important;
}
#tv-medium-widget-one {
height: 400px !important;
}
#tv-medium-widget-one>div div:last-of-type {
display: none !important;
}
.trendingview-ticker div {
height: 72px !important;
}
.trendingview-ticker div>iframe {
padding-bottom: 0 !important;
}
.trendingview-ticker div>iframe+span {
display: none !important;
}
.trendingview-ticker .tv-widget-ticker {
background-color: #072D58 !important;
}
.bitcoin-calculator .priceLabel,
.bitcoin-calculator .histoTitleConverter,
.bitcoin-calculator .poweredByWrapper {
display: none;
}
.bitcoin-calculator .ccc-converter>div {
background: transparent !important;
border: none !important;
padding: 0 !important;
}
.bitcoin-calculator .section-converter-ccc {
margin-bottom: 20px;
position: relative;
}
.bitcoin-calculator .section-converter-ccc:last-child:after {
position: absolute;
top: 23px;
right: 15px;
height: 0;
width: 0;
z-index: 2;
content: "";
border-top: 5px solid #3c3c3c;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.bitcoin-calculator .section-converter-ccc .fromSymbolLabel {
line-height: 48px;
}
.bitcoin-calculator .section-converter-ccc .styledSelect {
height: 50px !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bitcoin-calculator .section-converter-ccc>div input {
height: 50px;
border-radius: 4px 0 0 4px !important;
padding-left: 15px;
}
.cryptonatorwidget {
border: none !important;
padding: 0 !important;
margin: 0 -10px;
font-family: "OpenSans", sans-serif !important;
}
.cryptonatorwidget div {
padding-top: 0 !important;
display: none;
}
.cryptonatorwidget table {
margin-bottom: 15px;
}
.cryptonatorwidget td {
padding: 0 10px;
position: relative;
}
.cryptonatorwidget td:last-of-type:after {
position: absolute;
top: 33px;
right: 30px;
height: 0;
width: 0;
z-index: 2;
content: "";
border-top: 5px solid #3c3c3c;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.cryptonatorwidget input,
.cryptonatorwidget select {
border: none;
border-radius: 4px;
padding: 0 15px;
height: 50px !important;
text-transform: capitalize;
margin: 10px 0;
color: #3c3c3c;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/* End */
/* Custome Style */
p {
font-size: 1em;
font-weight: 300;
color: var(--gray-color);
}
.justify-content-center {
justify-content: center;
}
/* services icons */
.service-icon {
width: 3em;
margin-bottom: 1em;
}
.transaction-input {}
.home-action-frame {
display: flex;
align-items: center;
gap: 1em;
}
.home-action-frame button,
.home-action-frame .btn-primary {
width: 100%;
border-radius: 4px;
}
.transaction-input .form-control {
border: 2px solid var(--primary-color);
padding: 0 .8em;
color: var(--primary-color);
font-size: 1em;
font-weight: 600;
border-radius: 4px;
display: flex;
justify-content: space-between;
gap: 1em;
align-items: center;
margin-bottom: 0.5em;
}
.transaction-input input {
border: none;
background: none;
width: 100%;
margin: 0;
}
.transaction-input form {
width: 100%;
}
.transaction-input input::placeholder {
color: #ccc;
font-size: 0.95em;
font-weight: 500;
}
.transaction-input-submit {
/* background: var(--primary-color);
padding: .1em .8em;
border-radius: 20px;
color: var(--light-color);
display: flex;
gap: .5em;
justify-content: center !important;
align-items: center !important; */
}
.transaction-input-submit:hover {
color: var(--light-color);
}
.transaction-input img {
width: 4.4em;
}
.static-frame-wrapped {
display: flex;
align-items: center;
flex-direction: column;
gap: 2em;
justify-content: center;
}
/* Large Device CSS */
@media screen and (min-width: 1400px) {
.container {
width: 1320px;
max-width: 100%;
}
}
@media screen and (min-width: 1600px) {
.container {
width: 1320px;
max-width: 100%;
}
}
@media screen and (min-width: 1900px) {
.container {
width: 1520px;
max-width: 100%;
}
}
.landing-banner-img {
max-width: 30em;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.banner-info {
height: calc(100vh - 100px);
display: flex;
justify-content: center;
flex-direction: column;
}
.justify-between {
justify-content: space-between;
}
.logo.logo-light {
max-width: 15em;
}
.footer-quick-media ul {
display: flex;
align-items: center;
gap: 1em;
justify-content: flex-end;
}
.footer-quick-media ul li a {
width: 2.5em;
height: 2.5em;
border-radius: 50%;
background: var(--primary-color);
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
}
.align-items-center {
align-items: center;
}
.copyright .site-copy p {
color: #fff;
}
.btn-primary {
background: var(--primary-color);
color: var(--light-color);
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
border: 1px solid var(--primary-color);
font-size: 0.9em;
font-weight: 500;
padding: 0.8em 2.6em;
}
.btn-primary:hover {
border: 1.5px solid var(--primary-color);
background: transparent;
color: var(--primary-color);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
color: var(--primary-color) !important;
background: transparent !important;
border: 1.5px solid var(--primary-color);
}
.flow-info-frame {
margin-top: 0.4em;
text-align: end;
cursor: pointer;
}
.flow-info-frame span {
font-size: 0.9em;
font-weight: 500;
color: var(--primary-color);
}
.free-info-frame h3 {
font-size: 1.1em;
font-weight: 600;
color: #020202;
margin-bottom: 0.5em;
}
.free-info-frame p {
font-size: 0.9em;
font-weight: 500;
color: #797676;
margin-bottom: 0.5em;
}
.free-info-body-wrapped {
display: flex;
flex-direction: column;
padding: 0 1em;
}
#infomodel .modal-header {
padding: 0;
border-bottom: 0px solid #000;
}
#infomodel .modal-header .close {
margin-top: 0px;
margin-right: 10px;
}
.whatapp-widget {
position: fixed;
bottom: 5%;
right: 2%;
z-index: 1050;
width: 60px;
height: 60px;
}
.count-widget-card {
background: var(--primary-color);
backdrop-filter: blur(5px);
padding: 1em;
border-radius: 25px;
display: grid;
grid-template-columns: 80px auto;
align-items: center;
}
.count-widget-card-icon {
width: 3.5em;
height: 3.5em;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: var(--light-color);
padding: 0.7em;
}
.count-widget-card-info p {
font-size: 0.8em;
font-weight: 500;
margin-bottom: 0;
color: var(--light-color);
}
.count-widget-card-info p span {
font-size: 1.2em;
font-weight: 600;
margin-bottom: 0;
color: #252525;
}
.count-widget-card-info .count-verify {
display: flex;
align-items: center;
gap: 0.5em;
font-size: 0.9em;
font-weight: 500;
color: #252525;
}
.count-widget-frame {
position: fixed;
bottom: 5%;
left: 2%;
z-index: 1050;
}
/* privacy-policy sec */
.privacy-policy-card {
display: flex;
flex-direction: column;
gap: 1.5em;
background: rgb(94 209 149 / 10%);
border: none;
padding: 2em;
border-radius: 26px;
/* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}
.section-title h4,
.section-title h3 {
text-align: center;
}
.privacy-policy-card-info {
display: flex;
flex-direction: column;
gap: .8em;
}
.privacy-policy-card-info h3 {
line-height: 1.3;
font-size: 1.4em;
font-weight: 500;
margin-bottom: 0;
color: var(--dark-color);
}
.privacy-policy-card-info h4 {
color: var(--dark-color);
font-size: 1.1em;
font-weight: 500;
margin-bottom: 0;
}
.privacy-policy-card-info p {
color: var(--quaternary-color);
font-size: 0.95em;
font-weight: 300;
margin-bottom: 0;
line-height: 1.7;
}
.privacy-policy-card-info ul li {
color: var(--quaternary-color);
font-size: 0.95em;
font-weight: 300;
margin-bottom: 1em;
line-height: 1.7;
}
.section-title {
margin-top: 1em;
margin-bottom: 2.5em;
}
.section-title h2 {
font-size: 1.8em;
font-weight: 700;
color: var(--tertiary-color);
line-height: 1.5;
position: relative;
margin-bottom: 0.2em;
text-align: center;
position: relative;
z-index: 2;
}
.section-title p {
text-align: center;
color: var(--quaternary-color);
font-size: 0.9em;
line-height: 1.6;
font-weight: 300;
opacity: 0.8;
margin-bottom: 0.5em;
}
#error-valid {
margin-bottom: 0;
color: red;
font-size: 0.9em;
font-weight: 500;
}
#select-error-valid {
margin-bottom: 0;
color: red;
font-size: 0.9em;
font-weight: 500;
}
#contact-form select {
color: #999999;
}
.space-free {
margin: 1em 0;
border: 1px dashed #efefef;
}
.transaction-details {
background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(176, 229, 208, 1) 42%, rgba(92, 202, 238, 0.41) 93.6%);
padding: 1.5em;
border-radius: 8px;
}
.trans-details-hash {
display: flex;
/* align-items: center; */
gap: 0.5em;
flex-direction: column;
}
.trans-details-card {
display: flex;
align-items: center;
gap: 0.5em;
/* flex-direction: column; */
}
.trans-details-hash h3 {
margin-bottom: 0;
font-size: 1em;
font-weight: 500;
}
.trans-details-hash p {
background: #fff;
color: var(--primary-color);
padding: 0.8em;
border-radius: 12px;
margin-bottom: 0;
font-size: 0.9em;
font-weight: 400;
/* display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; */
word-break: break-all;
}
.grid-layout-two {
display: grid;
grid-template-columns: repeat(2, 1fr);
align-items: center;
gap: 1em;
padding-top: 1em;
-webkit-box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
padding: 1em;
border-radius: 10px;
background: var(--light-color);
margin-top: 1em;
}
.trans-details-card h3 {
margin-bottom: 0;
font-size: 1em;
font-weight: 500;
}
.trans-details-card p {
margin-bottom: 0;
font-size: 0.9em;
font-weight: 400;
}
.qr-section {
display: flex;
flex-direction: column;
gap: 1em;
align-items: center;
justify-content: center;
margin: 1em 0;
}
.qr-image {
width: 10em;
max-width: 10em;
margin: auto;
display: flex;
}
.success-status-img {
max-width: 10em;
margin-bottom: 1em;
}
.success-card {
display: flex;
align-items: center;
flex-direction: column;
}
.modal-footer-btn-sec {
display: flex;
align-items: center;
justify-content: flex-end;
}
.spinner-loader {
width: 24px;
height: 24px;
border: 3px solid black;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.hide {
display: none;
}
Back to Directory
File Manager