body{
   @font-face{
    font-family: Arial;
    src: url(../Fonts/Fonts/arial 1.ttf);
   } 
}
a{
    text-decoration: none;
    display: inline-block;
}
:root{
    --blue:/*#1121398*/#0a0b58;
    --yel:#389be7;
    --skybg:#ddebf6;
    --newbg:#efeff6;
    --yellw:#a46822;
}
/*---------------top-----------------------*/
.top{    
    background:var(--yellw);
    padding: 8px 0;
}
.top_lft a{
   float: right;
   color:var(--blue);
   font-size: 12px;
   font-weight: 600;
}
.top_rt a{
    color: var(--blue);
    font-size: 12px;
    font-weight: 600;
}
.top_lft i{
    color: #fff;
    margin-right: 8px;   
} 
.top_rt i{
  color: #fff;
  margin-right: 8px;   
} 

/*-----------------------nav-------------------------------*/
.main{
   border-bottom: 1px dashed var(--yellw);  
}

.navbar-brand img{
    width:210px;
}
.my-nav li a{
    font-family: Arial, Helvetica, sans-serif;
    color:var(--blue);
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}
.dropdown-menu{
    background-color: #ffc107;
    top:0;
    left:auto !important;
    right:auto !important;
  }
  .keys{
    display: inline-block;
    text-decoration: none !important;
    border: 1px solid #fdc900;
    border-radius: 5px;
    font-size: 15px; 
    margin-right: 10px;
    color:var(--yellw) !important;
    padding:  0.375rem 0.75rem;
}
.mob{
    display: none;
}
.active{
    border-bottom:3px dashed var(--yellw);
    color:var(--yellw);
}
/*------------------about-us--------------------------*/
.story{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.hd{
    color:var(--yellw);
}
.para{
    font-size: 16px;
    color: #666;
}
.hd span{
    display: block;
    font-size: 24px;
    color:#000;
    margin: 20px 0;
}

/*--------------footer--------------------------*/
.footer{
    background-image: url(../images/footer.png);
    padding: 10px 0;    
}
/*----------------------------------------*/
.last{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color:#fff;
}
/*------------------bansha-gach-------------------*/
.tree-container{
    width:100%;
    height:1000px;
    overflow: scroll;
    text-align: center;
}
.tree-container img{
    width: 8000px;
}