*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
	font-family: 'SolaimanLipi', Arial, sans-serif !important;
}
.top-row{
    background-color: rgb(195, 233, 195);
}
.fa-phone{
    color:rgb(20, 115, 204);
}
.mobile_num{
    font-size:20px;
    margin-left:4px;
}
.fa-envelope{
    color:rgb(206, 67, 13);
}
.emai_add{
    font-size:20px;
    margin-left:4px;
}
.log_btn{
    text-align: right;
}

.fa-right-to-bracket{
    color:green;
    font-size: 32px;
}
a{
    text-decoration: none;
}
.banner-row{
    background-color: rgba(222, 233, 198, 0.514);
}
.ins-name{
    color:red;
    font-size:28px;
}

.founder-row{
    background-color:  rgb(195, 233, 195);
 }
 .founder{
    color: indigo;
    text-align: start;
    margin-left:10px;
    font-size: larger;
 }

 .nav-row{
    background-color:  rgb(2, 43, 12);
    padding:0px;
 }

.menu-item{
    color: white;
}
.dropdown-menu{
    background-color: rgb(195, 233, 195);
}

.latest-news{
    border:1px solid rgb(240, 12, 12);
}
.slider-contant{
    border:1px solid rgb(22, 66, 5);
    background-color:rgb(3, 43, 3);
}
.arrow-btn3{
    border:10px solid rgb(66, 109, 226);
    border-radius:50% ;
    margin-left: 6px;
}
.arrow-btn2{
    border:10px solid rgb(66, 109, 226);
    border-radius:50% ;
    margin-left: 6px;
}
.arrow-btn1{
    border:10px solid rgb(66, 109, 226);
    border-radius:50% ;
    margin-left: 6px;
}

.notice-title{
    color:rgb(157, 241, 213);
    text-align: center;
    font-size: 22px;
    background-color: black;
}
.fa-download{
    color:rgb(16, 14, 13);
    font-size: 22px;
    margin-right: 10px;
}
.fa-eye{
    color:rgb(16, 14, 13);
    font-size: 22px;
    margin-left: 10px;
}
.vl {
    border-left: 6px solid rgb(55, 59, 55);
    height: 20px;
  }

.main-row{
    background-color: rgba(235, 238, 230, 0.514);
}
.fa-circle-right{
    color:rgb(6, 151, 103);
    font-size:18px;
}
.card-item{
    color:black;
    font-size:18px;
}
.c-head{
    background-color: rgb(15, 1, 12);
    color:white;
    font-size:20px;
}

.ad-image{
    width:200px;
    text-align:center;
    border:1px solid green;
    border-radius: 50%;
}



.footer-row{
    background-color: black;
    color:white;
    min-height: 40px;;
}



.im-address{
    color:black;
}
.fa-globe{
    color:rgb(34, 5, 139);
}
.about{
    min-height: max-content;
    margin: 20px;
    padding: 10px;
    background-color: white;
}
.about p{
    text-align: justify;
    font-size: medium;
    text-decoration: indianred;
}



