body {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #1A3D7D;
    background-color: #f1f6ff;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #1FD1FF;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: #1FD1FF;
    color: #FFF;
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFFFFF;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
    padding: 0;
}
p {
    color: #383737;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Public Sans', sans-serif;
    line-height: 25px;
}

header{
    width: 100%;
    padding: 10px;
    color: #FFF;
    background-color: #D85741;
    min-height: 45px;
}

header .website-icon-social li{
    display: inline;
    color: #FFF;
    font-size: 18px;
    padding-left: 15px;
    line-height: 1;
}
header .website-icon-social li:hover i{
    color: #c4c4c4;
}

.title{
    background-color: #D85741;
    color: #FFF;
    padding: 10px;
    margin-top: 30px;
    font-size: 15px;
}

footer{
    width: 100%;
    padding: 30px;
    color: #FFF;
    background-color: #D85741;
}

footer ul.footertext li a{
    margin-top: 20px;
}

    

.menucav {
    font-size: 13px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #D85741;
    border-radius: 0.25rem;
    color: #000;
    transition: box-shadow .15s ease-in-out;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 20.2px;
        color: #525050;
    }

    .mt-50{
        margin-top: 50px;
    }

    .titlemenu{
        position: absolute; top:20px; border-bottom: 3px solid #D85741;
    }

    .nenu-height{
        height: 130px;
    }

    .logo-w225{
        width: 150px;
    }

    .p-15{
    padding: 15px !important;
    }

    .carousel {
        position: relative;
    }

    h1{
        font-size: 30px !important;
    }

    .margintopdeskop{
        margin-top: 175px;
    }

    .margintopmobile{
        margin-top: 235px;
    }

    .headertop{
    z-index: 99999;
    position: absolute;
    /*height: 300px;*/
    }

    .socailright {
        margin-right: 20px;
    }


}


@media (min-width: 1146px) {
    
    .logo-bg{
        background-color: #fff; border-radius: 50%; width: 195px; height: 195px; text-align: center; z-index: 999; margin-top: 30px;
    }

    .logo-w225{
        width: 225px;
    }

}

@media (min-width: 1070px) and (max-width: 1145px) {

    .logo-bg{
        background-color: #fff; border-radius: 50%; width: 225px; height: 165px; text-align: center; z-index: 999; margin-top: 30px;
    }

    .nenu-height{
        width: 100%;
    }

    .logo-w225{
        width: 200px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .nenu-height{
        width: 100%;
    }

    .logo-w225{
        width: 120px;
    }

}

@media (max-width: 767.97px) {
    .nenu-height{
        width: 100%;
    }

    .logo-w225{
        width: 90px;
    }

    .carousel {
        /*position: relative;
        top: 225px !important;*/
    }

    h1{
        font-size: 24px !important;
    }

}

:root {
    --prm-color: #0381ff;
    --prm-gray: #b1b1b1;
}
/*  unnecessary */
 
section{
  width:100%;
}
/*  unnecessary finished*/

/* CSS */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 60px;
    height: 50px;
    border-radius: 5%;
    border: none;
    background-color: #FFDE07;
    transition: .4s;
    margin-right: 10px;
    border:  1px solid #d6ba01;
}

.step-button[aria-expanded="true"] {
    width: 50px;
    height: 50px;
    color: #fff;
}

 
.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
  -webkit-appearance:none;
    position: absolute;
    z-index: 5;
    height: 5px;
    margin-left: 18px;
    width: 90%;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}

.w-97 {
    width: 97%!important;
}

.btn-warning{
    background-color: #f8db1c;
}

.btn-warningtwo{
    background-color: #d85742;
    color: #ffffff;
    border-radius: 0px;
}

.post-slide .post-description {
    line-height: 24px;
    color: #383737 !important;
    margin-bottom: 25px;
}

.nav-link {
    color: #0d0d0d !important;
}

@media (max-width: 992px){
    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 15px;
        color: #212529;
        text-align: left;
        list-style: none;
         background-color: transparent !important; 
        background-clip: padding-box;
        border: 0px !important;
         border-radius: 0px !important; 
    }

    .shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

    .mobilcenter{
    text-align: center;
    }

    .margintopdeskop{
        margin-top: 232px;
    }

    .margintopmobile{
        margin-top: 235px;
    }
}

.carousel-caption {
    position: absolute;
    right: 30%;
    bottom: 10%;
    left: 30%;
    width: 40%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff !important;
    text-align: center;
    /*background-color: #d85742;*/
    background: rgba(208, 88, 58, 0.90);
}

li { color: #383737; }

.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #585148;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #585148;
    border-radius: 25px;
    text-transform: uppercase;
}