/*header*/
.navbar{
  margin-bottom: 0px;
  padding:0px;
}
.navbar-inverse{
background-color:#001259;
border-radius:0px;
}
.navbar-inverse .navbar-nav > li > a {
    color:#f5f5f5;
    font-family: verdana;
    letter-spacing: 1px;
    font-size: 16px;
}
.dropdown:hover .dropdown-menu{
display: block;
font-family: verdana;
border-bottom-right-radius:20px; 
border-bottom-left-radius:20px; 
}
.dropdown-menu > li > a:hover{
background-color:#008000;
color:#f5f5f5;
border-bottom-right-radius:10px; 
border-top-left-radius:10px; 
}
.dropdown:hover .sub-dropdown{
  top: 0%;
  left: 100%;
  display: block;
}
.dropdown-submenu{
    position: absolute;
    margin-top:-16%;
    left:100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding:0%;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-submenu>li>a {
  text-decoration: none;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-sub:hover .dropdown-submenu{
  display: block;  
} 
.dropdown-submenu > li > a:hover{
background-color:#008000;
color:#f5f5f5;
border-bottom-right-radius:10px; 
border-top-left-radius:10px; 
}
.dropdown:hover .dropdown-menu{
display: block;
}
.dropdown-menu{
  display: none;
  padding: 0%;
}
@font-face {
  font-family:Hindi;
  src: url(fonts/k010.ttf);
}
 @media only screen and (max-width:2600px) and (min-width: 600px)
{
  .logo{
    width:100%;
    max-width: 250px;
    min-width: 150px; 
    }
}
 @media only screen and (max-width: 600px) and (min-width: 100px)
{
  .logo{
    width: 100%;
    max-width: 150px;
    min-width: 100px;
    }
}
 @media only screen and (max-width:2600px) and (min-width: 600px)
{
  .logo_name{
    font-size:64px;
    padding-top:4%; 
        color:#01873F;
    }
}
 @media only screen and (max-width: 600px) and (min-width: 100px)
{
  .logo_name{
    font-size: 2em;
     color:#01873F;
    }
}
 @media only screen and (max-width:2600px) and (min-width: 900px)
{
  .social_top{
        color:#ff0000;
       list-style-type:
        none;margin-left:-50px;
    }
    .social_top li{
      float: left;
      padding:2%;
      font-size: 1.6em;
    }
}
 @media only screen and (max-width:900px) and (min-width: 100px)
{
  .social_top{
        color:#ff0000;
        list-style-type: none;
       margin-left:-50px;
    }
    .social_top li{
      float: left;
      padding:1%;
      font-size:1em;
    }
}
/* header end*/
/*headerslider*/ 
 @media only screen and (max-width:2600px) and (min-width: 600px)
{
  .header_slider{
     position:relative;
      margin:0 auto;
      top:0px;
      left:0px;
     width: auto;
     height: 400px;
      overflow:hidden;
      visibility:hidden;
    }
  .header_slider2{
 cursor:default;
  position:relative;
  top:0px;
  left:0px;
  width:1600px;
  height: 400px;
  overflow:hidden;
  }  
}
 @media only screen and (max-width: 600px) and (min-width: 100px)
{
  .header_slider{
     position:relative;
      margin:0 auto;
      top:0px;
      left:0px;
     width:600;
     height:300px;
      overflow:hidden;
      visibility:hidden;
    }
  .header_slider2{
 cursor:default;
  position:relative;
  top:0px;
  left:0px;
  min-width:600px;
  min-height:300px;
  overflow:hidden;
  }  
}
/*headerslider end*/
/*div content*/
.div_content:nth-child(odd) {
  background-color: #99BB4A;
  padding: 3%;
  margin-top: 2%;
}
.div_content:nth-child(even) {
   background-color:#C6E67C;
  padding: 3%;
}
.div_common{
  margin-top:4%;
    background-color: #f2c660;
    font-weight: 600;
    padding-top: 0.8em;
    text-align: center;
    color:#8e0f24;
    font-weight: bold;
    border-top-right-radius:20%;
    border-top-left-radius:20%; 
    height: 40px;
}
.div_content_into{
  height:250px; 
  overflow:scroll;
  overflow-x:hidden;
  overflow-y:scroll;
  background-color:#ffff;
  border:5px inset;
  border-radius: 5%;
  border-top: 0px inset;
  border-top-right-radius:0%;
  border-top-left-radius:0%;  
    }
.div_content_into marquee{
  height:auto; 
}    
/*div content end*/
/*footer*/
.footer{
  background-color: #3147D6;
  color:#FFF;
  text-align: center;
  height:150px;
}
@media only screen and (max-width:2600px) and (min-width: 900px)
{
  .social_bottom{
       text-align: center;
    }
   .social_bottom li{
    list-style-type: none;
     display: inline-block;
     padding: 2%;
    }
    .social_bottom li a{
      color:#fff;
      font-size: 1.5em;
      padding:10px;
     border:2px solid #fff;
     border-radius: 100%;
    }
}
 @media only screen and (max-width:900px) and (min-width: 100px)
{
  .social_bottom{
       text-align: center;
       padding-top:4%; 
    }
   .social_bottom li{
    list-style-type: none;
     display: inline-block;
     padding: 2%;
    }
    .social_bottom li a{
      color:#fff;
      font-size: 1.5em;
      padding:10px;
     border:2px solid #fff;
     border-radius: 100%;
    }
}
/*footer end*/
/* width */
::-webkit-scrollbar {
    width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;    
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #e5e5e5; 
    border-radius: 10px;
    background-image: url('images/sc.png');
}

.blinking{
    animation:blinkingText 1s ;
    infinite
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
</style>
<script>
function blinker() {
    $('.blinking').fadeOut(500);
    $('.blinking').fadeIn(500);
}
  setInterval("my_function();",500);   }
</script>