html, *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: ;
    
}
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: #0000ff;
    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: 30px 0px;
    background-color: #00ffff;
    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: 30px 0px;
    background-color: #00ffff;
    transition: all linear .5s;
}

.main-header .dropdown ul{
    margin-top: -1px;
    background-color: #0000ff;
    margin-left: -31px;
    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: #00ffff;
    transition: all linear .5s;
}
/*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: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
  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;  
}
.myfooter .col-4{
    background-color:#05294b; 
    float: left; border-radius:30px 0 0 0;
    padding: 30px;
}
.myfooter .col-4 h4{
    color: white; 
    text-align: center;
}
.myfooter .col-4 h5{
    color: white; 
    text-align: center;
}

.myfooter .col-4 p{
   text-align: center; 
    color: aqua; 
}

.myfooter .col-8{
    background-color:#05294b; 
    border-radius:0 30px 0 0; 
    padding: 20px;
    text-align: end;
}
.myfooter .col-8 button{ 
    margin: 5px;
    padding: 5px 10px;
    background-color: #0000ff;
    color: white;
    border-radius: 20px 0 20px 0 ;
    
}
.myfooter .col-8 button:hover{
    text-shadow: 1px 1px;
    color: red;
}
.developed_by{
    background-color: black;
    text-align: center;
    padding-bottom: 20px;
    color: white;
}






/*footer start*/











