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); }

.banner.banner-curb {
    background: none !important;
    background-color: #005EB8 !important;
}

.section-bg-blend {
    background-image: linear-gradient(to bottom, #005EB8 0%, #0072CE 70%) !important;
}

.footer-scetion {
    background-image: linear-gradient(to bottom, #0072CE 0%, #005EB8 70%) !important;
}

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

.social li a {
    color: #005EB8 !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;
}

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

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

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

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

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

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

.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
}
.service-icon:after {
    border: none !important;
}

.service-icon {
    width: 60px;
}

body {
    background: #165aab;
}

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

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

p span:not(.notranslate), h4 span, h5 span, h2 span {
    color: #ffffff;
}

h6 span {
    color: #4c5a77;
}
.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;
}

.fa-arrow-down {
    position: fixed;
    bottom: 3%;
    left: 98%;
    margin-left: -30px;
    cursor:pointer;
    z-index: 9;
    color: blue;
    background-color: white;
    padding: 10px;
}

.fa-arrow-up {
    position: fixed;
    bottom: 3%;
    left: 98%;
    margin-left: -30px;
    cursor:pointer;
    z-index: 9;
    color: blue;
    background-color: white;
    padding: 10px;
}

.btn-buy {
    font-size: 10px;
    line-height: 37px;
    font-weight: 500;
    padding: 0 34px;
    min-width: 90px;
    color: #fff;
    background-image: linear-gradient(to right, #3238c5 0%, #7a5cff 100%);
    border-radius: 50px;
}



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

}

@media screen and (max-width: 479px) {
    .btn-buy {
        line-height: 35px;
        font-weight: 500;
        padding: 0px 0px 0px 20px;
        min-width: 90px;
        color: #fff;
        background-image: linear-gradient(to right, #3238c5 0%, #7a5cff 100%);
        border-radius: 50px;
        height: 4vh;
        margin: 0%;
    }

    .buyCol {
        padding-top: 3%;
    }

    .buyCol2 {
        padding-top: 2%;
    }
}