body{
    background-color: #FBFBFB;
}
.navbar{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white !important;
}

.btn-color-1{
    background: linear-gradient(96.24deg, #063C97 -46.97%, #7488B0 127.8%);
    border: none;
}

.btn-color-1:hover{
    background: transparent;
    border: 1px solid #E8E8E8;
    color: black !important;
}

.btn-color-1:active{
    background: linear-gradient(96.24deg, #063C97 -46.97%, #7488B0 127.8%);
    border: none;
}


.btn-color-2{
    background: transparent;
    border: 1px solid #E8E8E8;
    color: black;
}

.btn-color-2.active{
    background: linear-gradient(96.24deg, #063C97 -46.97%, #7488B0 127.8%) !important;
    border: none !important;
}

.btn-radius{
    border-radius: 20px;
}

.dropdown-item{
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color:#063C97 !important;
    background-color: transparent !important;
}

.nav-link:focus, .nav-link:hover {
    color:#063C97 !important;
}

.absolute-box{
    position: absolute;
    top:0%;
    bottom: 0%;
    left: 0%;
    right:0%;
}

.clr-blue-1{
    color: #063C97;
}

.title{
    font-weight: bold;
}

.footer-logo{
    width: 15%;
}

.back-to-top {
    position: fixed;
    bottom: 10%;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(96.24deg, #063C97 -46.97%, #7488B0 127.8%);
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    cursor: pointer;
    display: none; /* Initially hidden */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-to-top:hover {
    opacity: 0.8;
}

.back-to-top.show {
    display: block;
}
.title{
    font-size: 18px;
    font-weight: 700;
}