html {
    scroll-behavior: smooth;
}

.section-bg-blend {
    background-image: linear-gradient(to bottom, #092d4a 0%, #103969 70%)
}

.section-bg {
    background-color: #092d4a; !important
}

.footer-scetion {
    background-image: linear-gradient(to bottom, #103969 0%, #092d4a 70%)
}

.banner.banner-curb.banner-particle {
    background: url(../../theme/icocrypto/main/images/particle-left.png) top left no-repeat, url(../../theme/icocrypto/main/images/particle-right.png) top right no-repeat, #092d4a !important;
    background-size: auto, auto, auto !important ;
}

.accordion .card {
    background-color: #092d4a !important;
}

body {
    background-color: #092d4a !important;
}

.social li a {
    color: #103969 !important;
    background: #fff !important;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}

.social li a {
    height: 35px;
    width: 35px;
    font-size: 18px;
    line-height: 35px;
}

.social li a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

img.logo.logo-light { height: max-content; }
.icon-box-img img{ transition: all .2s ease-in-out; }
.icon-box-img img:hover { transform: scale(1.1); }


.btn-dyn { background-image: linear-gradient(to right, #520073 0%, #c534ff 100%) !important; }
.btn-seq { background-image: linear-gradient(to right, #7f7f7f 0%, #c1c1c1 100%) !important; }

.lang-switch a { width: 50px; !important }

.team-circle .team-title {
    background: linear-gradient(to right, #ffffff 0%, #b8b8b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-custom .tab-content a {
    padding: 0px 0px;
    margin-top: 0px;
}

.services-text, .services-text h5 {
    color: #ffffff;
}

.services-text:hover, .services-text h5:hover {
    color: #165aab
}


p.color-secondary {
    color: #fff;
}


.alert-success {
    color: #00ff3a !important;
}

.navbar .navbar-nav .dropdown-menu {
    opacity: 1 !important;
}

.price-list {
    background-color: #0000006b;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0px;
    z-index: 9999;
    width: 100%
}

.price-list a {
    font-size: 0.8em;
}

.no-caps { text-transform: none !important; }

.text-block p:not(.lead) {
    color: #fff;
}


.team-circle .team-photo:hover:before { opacity: 0 !important; }


.form-message .input-field label.input-title {
    color: #fff !important;
}

.copyright-text span {
    color: #fff;
}

.service-icon img {
    width: 70%;
}

.service-icon:after {
    border: none !important;
}

.bg-team-exp.mfp-bg {
    background-image: none !important;
}

.rightspop {
     color: #ffffff
 }

.rightspop:hover {
    color: #001bff
}

.rightspop:focus {
    color: #ffffff
}


.btn-submit:hover {
    border: 1px solid white
}

.rocket {
    margin-top: 5%;
}

#navbarToggle > ul:nth-child(1) {
    animation-delay: 0s !important;
}

#google_translate_element2 {
    position: fixed;
    bottom: 0em;
    left: 0em;
    z-index: 9999;
}

p span, h4 span, h5 span, h2 span {
    color: #ffffff;
}

.header-txt h1 span {
    font-weight: 900;
}

.section-head .section-title span, .section-head .section-title:before {
    color: #ffffff !important;
}
.section-head .section-title span, .section-head .section-title:before {
    font-size: inherit;
    position: inherit !important;
    top: 0% !important;
}

@media screen and (max-width: 479px) {
    .rocket {
        margin-top: 20%;
        width:50%;
    }
}

@media screen and (max-width: 1000px) {
    .header-txt {
        margin-top: 10%;
    }
}