.slider{
    margin: 0;
    background:linear-gradient(90deg, #f7f9ff, #b7d8a736) ;
    box-shadow: 3px 3px 30px 0 rgba(0,0,0,.1);
    overflow:hidden;
}
.cleari::after{
    content: "";
    display: block;
    clear: both;
}
.lefti{float:left;width:17%;padding:10px;}
.centeri{float:left;width:66%;position:relative;top:13px;}
.righti{float:right;width:17%;padding:10px;}
.aboutcontent img {
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 6px;
}
.about_img {
    background: #cccccc96;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}
.about_img h3 {
    font-family: var(--font2);
    color: #333;
    font-size: 16px;
}
.txtabout {
font-family: var(--font2);
color: #001440;
background: #f7f9ff;
padding: 3px 4px;
}
.engfontd{
font-family: var(--font2);
padding: 5px;
margin: 5px;
margin-top: 43px;
background: rgba(255,255,255,.2);
border: 1px solid #ccc;
width: 125px;
text-align: center;
text-shadow: 1px 0 0 #ddd;
color: #333;
}
.bnfontd{
font-family: var(--font1);
font-size: 15px;
color: #0f0f0f;
line-height: 1.5;
padding: 3px 5px;
text-shadow: 1px 0 0 rgb(27 127 204 / 33%);
}
.txtabout p {
    font-family: var(--font1);
    padding-top: 4px;
    padding-bottom: 4px;
    color: #767676;
    font-size: 15px;
}
.txtabout a{display: block;
    text-align: center;
    color: #333;cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50px;}
.txtabout a:hover{color: #71c7c4ed;}