section#home {
    background: #0088CC !important;
}
a:hover {
    color: #001b28 !important;
}
.main-btn {
    background: #0088cc80 !important;
}

.preloader .loader .ytp-spinner-circle {
  border-color: #0088CC #0088CC #ddd !important;
}
.sticky .navbar .navbar-nav .nav-item a {
    color: #0088CC !important;;
}
.sticky .navbar .navbar-toggler .toggler-icon {
   background-color: #0088CC !important;
}
.navbar-toggler .toggler-icon {
  background-color: #0088CC !important;
}
.navbar-nav .nav-item a {
  color: #0088CC !important;
}
.navbar-nav .nav-item a::before {
  background: #0088CC !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #0088CC !important;
  }
}
.hero-section .hero-content .main-btn {
    background: #0088CC !important;
}
.hero-section .hero-content .scroll-bottom {
  border: 3px solid #0088CC !important;
  color: #0088CC !important;
}
.box-style .content a.main-btn.border-btn:hover {
  color: #0088CC !important;
}
.box-style.color-2 {
  border-color: #0088CC !important;
}
.box-style.color-2 .icon {
  color: #0088CC !important;
}
.box-style.color-2 .content a:hover {
  color: #0088CC !important;
}
.about-section .about-content ul li::before {
  background: #0088CC !important;
}
.feature-extended-section .single-feature-extended .icon {
  color: #0088CC !important;
}
@media (max-width: 767px) {
  .subscribe-section .subscribe-wrapper .subscribe-form button {
    color: #0088CC !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .subscribe-section .subscribe-wrapper .subscribe-form button {
    background: #0088CC !important;
  }
}
.footer .widget-wrapper .footer-widget .socials li a:hover {
  color: #0088CC !important;
}
p.desc.mb-30.text-white {
    background: #0088CC !important;
}
.logo.mb-30 {
    background: #0088CC !important;
}
.question {
    background-image: url(../img/subscribe/subscribe-bg2.svg) !important;
}
.container-faq {
    background: linear-gradient(45deg, #0088CC29, #0088CC5c) !important;
}

.image-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 20px;
        }
        .image-container a {
            display: contents;
        }
        .images {
            display: flex;
            align-items: center;
            margin: 10px;
            transition: all 0.3s ease;
            margin-bottom: 10px;
            border-radius: 36px;
        }
        .image-wrapper {
            width: 100%;
            margin-right: 20px;
            flex-shrink: 0;
        }
        .images img {
            width: 60px;
            height: auto;
            object-fit: cover;
            display: inline-block;
            vertical-align: middle;
        }
        .images:hover {
            transform: scale(1.05);
            filter: brightness(0.85);
            
        }
        .image-title {
            font-size: 18px;
            color: #fff;
            background: #000000b5;
            font-weight: bold;
            flex-grow: 1;
            display: inline-flex;
            align-items: center;
            border-radius: 36px;
            padding: 10px;
			box-shadow: 4px 4px 20px rgb(0 0 0);
			
        }
		.image-title.title-sol.left {
    border: 5px solid #000000;
    background: linear-gradient(to bottom left, #04CD8F, #9449FA);
}
.image-title.title-eth.right {
    background: #5864ff;
    border: 5px solid #39409e;
}
		.image-title.left {
    float: right;
}
.image-title.right {
    float: left;
}
        .image-title div {
            flex-grow: 1;
            text-align: center;
			margin: 0 10px;
        }
        @media (max-width: 768px) {
            .image-container {
                flex-direction: column;
                align-items: center;
            }
            .images {
                flex-direction: column;
                width: 88%;
            }
            .image-wrapper {
                width: 100%;
                margin-right: 0;
            }
            .image-title {
                font-size: 19px;
                width: 100%;
            }
        }

#codeImage {
    margin: 10px 0;
    border-radius: 15px;
    border: 3px solid #0088CC;
	width: 200px;
        }
#countdown {
    font-size: 18px;
    color: #0088CC;
    width: 57px;
        }