


.one-line-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .one-line-text-heading{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mb-0, .my-0 {
    margin-bottom: 0 !important;
    color: #333;
}

.big-text {
    position: relative;
    font-size: 72px;
    line-height: 70px;
    font-weight: 700;
}

.gardient-main{
    background: #0f0f76;
}

footer a {
    font-weight: normal;
    color: #ffffff;
}

footer p {
    font-size: 14px;
    color: #fff;
}


.gradient-bg {
    background: linear-gradient(110deg, #0104f1, #004892);
}

h6.magic {
    color: #fff;
}

.btn-brand-02 {
    background-color: #013977;
    border-color: #023a76;
    color: #fff;
}

a {
    color: #023978;
    text-decoration: none;
}

.color-primary {
    color: #053682 !important;
}

.primary-bg {
    background: #004a8f !important;
}


.btn-login {
    width: 100px;
    /* background-color: #2d3a4c; */
    padding: 10px 10px!important;
    padding: 2px 10px;
    color: #fff;
    margin-right: 5px;
    line-height: 24px;
    margin-top: 11px;
    border: 0.5px solid #fff;
}

.btn-login:hover {
    width: 100px;
    background-color: #ffffff;
    padding: 10px 10px!important;
    padding: 2px 10px;
    color: #333;
    margin-right: 5px;
    line-height: 24px;
    margin-top: 11px;
    border: 0.5px solid #000000;
}

.header .menu li a:hover{
    color: #919191;
}


@media (max-width: 460px){
    .big-text {
        position: relative;
        font-size: 40px;
        line-height: 70px;
        font-weight: 700;
    }
}

.single-promo-card.single-promo-hover-2:hover h5 {
    color: #000 !important;
}

.btn-brand-02:hover, .btn-brand-02:focus {
    background-color: #fd0000;
    border-color: #fb0301;
    color: #fff;
}

section#faq\ main-back {
    background: #f7f7f7;
}

header .menu ul li a:hover {
    color: #fff;
    background: #fb0200!important;
}

.ptb-150{
  padding-top: 150px!important;
  padding-bottom: 50px!important;
}

