@import url('https://fonts.cdnfonts.com/css/solaimanlipi');
*{
    padding: 0;-
    margin: 0 auto;
}
body{
    font-family: 'SolaimanLipi', sans-serif !important;
    font-weight: 700;
}
.header{
    background-color: oklch(49.6% 0.265 301.924);
    padding:8px;


}
.header ul{
    margin-bottom: 0;
}
.header ul li{
   list-style: none;
}
.header ul li a:hover{
    color: #D81324;
}
.main-container{
    padding-left:0 !important;
    padding-right: 0 !important;
}

.nav-list {
    background-color: whitesmoke;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 5px;
    color: #0C6A50;

}

/*logo section start*/
.logo-wrapper{
    padding: 20px 0 20px 0;
}
.logo-wrapper img{
    width: 30%;
}
/*logo section end*/
/*page section start*/
.page-section{
    overflow: hidden;
}
.page-section .page-area{
    height: auto;
    overflow: auto;
    /*background-color: #dee2e6;*/
    background-color: oklch(97.7% 0.014 308.299);
    padding: 10px 50px;
}
.page-section .page-area ul{
    list-style: unset;
    padding: 0;
    margin: 0;
}
.page-section .page-area ul li{
    padding:0px 10px;
    list-style-type: none;
    width: 120px;
    border: 1px solid #D81324;
    border-radius: 15px;
}
.page-section .page-area ul li a{
    text-decoration: none;
}
.page-section .page-area ul li a img{
    width: 100%;
}
.page-section .page-area ul li a span{
    background: #D81324; !important;
    font-weight:normal !important;
    font-size:14px;
    border-radius: 100px;
}

/*page section end*/

/*content section start*/
.content-section{
    margin-top: 20px;
}
.add_heading {
    background: url(../images/ad_heading.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 100%;
    height: 44px;
}
.add_heading h6 {
    margin: 0;
}
.fa-content{
    background-color: #0C6A50;
    color: white;
    padding: 8px;
}
.fa-content a{
    text-decoration: none;
    color: white;
}
hr {
    border: none;
    height: 2px;
    background-color: #ccc;
    margin: 10px 0;
    width: 100%;
}


.left-wrapper .ad_image{
    width: 100%;
}
/*content section end*/
.footer-section{
    background-image: url("../images/footer-backround.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin-bottom: 20px;

}
.footer-section img{
    width: 25%;
}

/*------------------------------*/

.form-li .form-control{
    background-color: whitesmoke !important;
    color: #0C6A50 !important;
}
.form-li .form-control:focus{
    border-color: white !important;
}


