h1, h2, h3, h4, h5, h6{
    font-family: 'SolaimanLipi',sans-serif;
}

body{
   font-family: 'Mulish','SolaimanLipi',sans-serif; 
}

.header-nav {
    background: white;
    min-height: 75px;
}

.logo {
    max-width: 160px;
}

.header-gradient {
    background: linear-gradient(269.94deg, #06959d 10.47%, #03979d 99.97%);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #05969d;
}

.handle-preloader .animation-preloader .spinner {
    background: linear-gradient(95.45deg, #dd363a 0.64%, #05959d 98.23%);
}

.footer {
    background-color: #05969d;
}

.footer-widget .widget-title::before {
    background: linear-gradient(95.45deg, #e23f41 0.64%, #e7e7e7 98.23%);
}

.footer-copyright {
    background-color: #454545;
}

.footer-widget .footer-nav li a:hover::before {
    color: #dededf;
}
.footer-widget .footer-nav li a:hover {
    color: #dededf;
}

.footer-widget .footer-sb-form input[type=email] {
    background-color: #dddddd;
    color: #141414;
}
.footer-widget a {
    color: white;
}
.primary-btn {
    background: linear-gradient(95.45deg, #2c2c2c 0.64%, #000000 98.23%);
}

.registrationDesign a {
    background: #e24548;
    padding: 8px 15px;
    color: white;
    border-radius: 5px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
}

.LoginDesign .LoginBtn {
    padding: 5px 15px;
    border: 1px solid #029b9c;
    background: #029b9c;
    color: white;
    border-radius: 5px;
    min-width: 150px;
}

mark {
    color: #000000;
}

.bg-primary-gradient {
    background: linear-gradient(278.54deg, #04979d 15.93%, #05969d 98.7%);
}

.text-warning {
    color: black !important;
}

.footer-widget .ft-subtitle::after {
    background: linear-gradient(95.45deg, #e23f41 0.64%, #e7e7e7 98.23%);
}


