
html, *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body{
    background: #ffffff;
  @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
}



ul, ol, li{
    list-style: none;
}
a, a:hover{
    text-decoration: none;
}
img{
    vertical-align: middle;
}


html,body,h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto", sans-serif;
}
/*basic css end*/

/*header section start*/
.main-header .navbar{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
     opacity: 1;
    display: block; 
    cursor: pointer;
    background-color: #154D71;
    z-index: 9;
    padding: 0;
}
.main-header .container-fluid a{
    margin-right: 2px;
    padding: 2px 2px;
    font-size: 18px;
    text-align: center;
}


.main-header .nav-item a{
    font-size: 15px;
    margin-right: 2px;
    padding: 10px;
    color: white;
    text-shadow: 1px 1px;
    
}
.main-header .container-fluid ul li a:hover{
    color: black;
    text-decoration:none;
    text-shadow: 1px 1px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: all linear .5s;
}

.main-header .container-fluid ul li a:hover, .main-header .container-fluid ul li a.active{
    color: black;
    text-decoration:none;
    border-radius: 5px;
    background-color: #DDF4E7;
    transition: all linear .5s;
}

.main-header .dropdown ul{
    margin-top: -1px;
    background-color: #154d71;
    margin-left: 0px;
    border-radius: 0 0 5px 5px;
 
}
.main-header .dropdown ul a{
    padding-left: 10px;
    text-align: left;
}
.main-header .container-fluid ul li .dropdown-menu a:hover{
    color: black;
    text-decoration:none;
    text-shadow: 1px 1px;
    background-color: #DDF4E7;
    transition: all linear .5s;
}
#banar{
    background-color:#05294b; 
}
/*header section end*/

/*guruttopurno links start*/
.w3-ul li a:hover {
    color: #0000ff;
    text-shadow: 1px 1px;
}

.newsbar{
  margin:auto;
  padding: 5px;
  font-weight: bold;
  letter-spacing: 2px; 
  word-spacing: 5px;
  font-size: 18px;
}



.full-gallery .gallery {
  margin: 2px;
  float: left;
  width: 180px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radous: 5px;
  -ms-border-radius: 5px;
}

.full-gallery .gallery:hover {
  
}

.full-gallery .gallery a img {
  width: 180px;
  height: 100px;
}

.gradient-color1{
  background-color:blue !important;
  text-decoration:none;
  text-shadow: 1px 1px;
  
}

/*accordion start*/
.accordion-item .accordion-button{
    background-color: #0dcaf0;
    font-size: 18px;
}
.accordion-item .accordion-button:hover{
    background-color: aqua;
    color: white;
}

/*accordion end*/

/*second gallery start*/

/*second gallery end*/

/*footer start*/

.myfooter{
    margin-top: 30px; 
    background-color:#05294b; 
}
.myfooter .col-41{
    background-color:#05294b; 
    float: left; 
    padding: 30px;
}
.myfooter .col-41 h4{
    color: white; 
    text-align: center;
}
.myfooter .col-41 h5{
    color: white; 
    text-align: center;
}

.myfooter .col-41 p{
   text-align: center; 
    color: #ffffff; 
}
.myfooter .col-41 p:hover{
color: #000000;
}

.myfooter .col-81{
    background-color:#05294b; 
    padding: 20px;
    text-align: end;
}
.myfooter .col-81 button{ 
    margin: 3px;
    padding: 3px 5px;
    background-color: #0000ff;
    color: white;
    border-radius: 20px 0 20px 0;
    
}
.myfooter .col-81 button:hover{
    text-shadow: 1px 1px;
    color: #000000;
    background-color: #ffffff;
    transition: all linear .5s;
}
.developed_by p{
    font-size: 18px;
    background-color: black;
    text-align: center;
    padding: 5px;
    color: white;

}
.developed_by p a:hover{
    color: red;
}

/*footer end*/











