html, body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: medium;
  }
.header{
    padding-top: 1%;
}

#logoarea{
   padding: 2% 10% 2% 10%;
   justify-content: center;
	 background-color: #2693fa;
}
.header-left{
    float: left !important;
    
}
.header-right{
    float: right !important;
    padding-top: 1%;
    padding-left: 18px;
}
.border{
    width:100%;
    height: 36px;
   /*  background-color:#f0f1f2 ; */
   /*  background-color:#ebeced ; */
   background-color: #2693fa;

}

  .bordered {
    border: 4px solid;
    border-image: linear-gradient(to right, rgb(91, 250, 91) , rgb(47, 145, 238) ,chocolate ); /* gradient with required colors */
    border-image-slice: 1;
    border-width: 3px 0px 0px 0px;
  }
  .box-2 {
    border: 10px solid;
    border-image-source: linear-gradient(90deg, rgb(0,143,104), rgb(250,224,66));
    border-image-slice: 1;
  }
  .contact-us p{
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      font-size: 20px;
      line-height: 18px;
    text-align: center;
      
  }
  .contact-us{
     /*  background-color: #479be9 !important; */
  }
#logoarea h1{
font-family: 'Righteous', sans-serif;
	/*font-family: 'Oswald', sans-serif;font-weight:260;*/
    font-size:35px;
   /*  color: #2693fa;   */
    text-transform: uppercase;
	 text-shadow:#333 1px 1px 1px;
	margin:10px 0 15px 0;
    line-height:38px;
   /* display: inline; */
    padding:0;
    margin:0;
}
#logoarea p{
    margin:0;
		  padding:0;
		  font-size:22px;
		  text-align:center !important;
		  line-height:25px;
		  
}
.footer{
    width: 100%;
    height: 50px;
    background-color: #0a8dff;
}
.navbar{
   /*  background: linear-gradient(to right,#f2f2f2,#2693fa); */
   background-color: #2693fa !important;
    text-transform: uppercase;
    font-size: 15px;
    height: 46px;
    letter-spacing: .1rem;
   
}
.nav-item{
   
    padding-top: .2rem;
    padding-left: .2rem;
    height: 46px;
   
}
.nav-link{
    color: white ;
}
.nav-link.active{
    color:#2693fa ;
    
   
}
.nav-item.active{
    border-top: 2px solid #2693fa;
    border-bottom: 2px solid #2693fa;
    background-color: white;
}
.nav-link:hover{
    
    color:#2693fa !important;
}
.nav-item:hover{
    border: 2px solid #2693fa;
    background-color: white !important;
    padding-top: .2rem;
}
.nav-item:hover > .nav-link{
	color:#2693fa !important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  
}
.dropdown-item{
	color:#2693fa !important;
}
.jumbotron {
   height: 65%;
   /* background-color: #19999c; */
   background: linear-gradient(to bottom,#f2f2f2,#fbfbfb);
  background-color: white;
  }
.quotes {
    padding-top: 6% !important;
    /* background: linear-gradient(to top,#f2f2f2,#1a92a1);  */
	background:#29bed1;
}
audio { height: 25px;display:none; }
 .quotes p{
    font-family:'BenchNine',sans-serif;
    font-weight: bold;
    font-size: 25px;
    font-style: italic;
    line-height: 25px;
    color: white;
    text-shadow: 1px 0 0 #000;
    
}
.heading{
   /*  border: 2px solid #1a92a1; */
    border: 2px solid #2693fa;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    background-color: white;
    color: #1a92a1;
}
.notification{
      background: linear-gradient(to bottom,#f2f2f2,#1a92a1); 
      padding-left: 10% !important;
      padding-right: 10% !important;
  }
.newsblock{
    height:400px;
    /* border: 1px solid black; */
    margin: 21px 10px 21px 10px ;
}
.news-header{
    height:65px;
    border-left: 1px solid #d0d8e0;
    border-right: 1px solid #d0d8e0;
    border-top: 1px solid #d0d8e0;
    
    
}
.news-body{
    height:270px;
    overflow-y: auto;
    border-left: 1px solid #d0d8e0;
    border-right: 1px solid #d0d8e0;
    background-color: white;
}
.news-footer{
    height:50px;
    /* background-color: #d0d8e0; */
    background-color: #0c8696;
}
.newsblock .news-header p{
    font-size: 18px;
    font-weight: bold;
    color: #0c8696;
}
.about-us {
padding-left: 15%;
padding-right: 12%;
/* border: 1px solid black; */
}
.committe{
    padding-left: 2%;
    padding-right: 2%;
   /*  border: 1px solid black; */
}
.flexslider{
    -webkit-box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.75);
  }
  
  .flexslider1{
    -webkit-box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 16px 1px rgba(0,0,0,0.75);
  }
  
.committe li{
    list-style: none;
    padding-top: 8px;
}
.committe ul{
    padding: 0;
}
.about-us p{
font-weight: 400;
/* color: #0c8696; */
}
.carousel-inner{
    height:400px !important;
}
ul.news{
	list-style-type:none;
    list-style-position:inside;
    padding: 5px 5px 5px 20px;	
	
}
ul.news li{
	margin:0 0 20px 0;
	/*background:url(../images/arrowbull.png) no-repeat 0 50%;
	padding-left:20px;*/
}
.news-container ul.news li a{
	display:block;
	font-size:14px;
	color:#666;
	text-decoration:none;
	/*background:url(../images/arrowbull.png) no-repeat 0 50%;
	padding-left:15px;*/
}
.news-container{
	padding:0;
}
.news-container ul.news li a span{
	display:block;
	/*background:#92d8df;*/
	background:url('../img/datebg.jpg') repeat-x;
	width:80px; height:40px;
	text-align:center;
	font-size:11px;
	line-height:17px;
	color:#000;
	float:left;
	border-radius:3px;
	margin-right:10px;
}
.flashMessage{
    max-width: auto;
   height: 150px;
   width: 200px;
    position: fixed;
    background-color: #40cee7;
    border: 2px solid white;
    z-index: 100;
    /* opacity: 0.5; */
}
.blink-text{
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    animation: blinkingText 2s infinite;
}
@-webkit-keyframes argh-my-eyes {
    0%   { background-color: #fff; }
    49% { background-color: #fff; }
    50% { background-color: #6dca37; }
    99% { background-color: #6dca37; }
    100% { background-color: #00e1ff; }
  }
  @-moz-keyframes argh-my-eyes {
    0%   { background-color: #00e1ff; }
    49% { background-color: #00e1ff; }
    50% { background-color: #6dca37; }
    99% { background-color: #6dca37; }
    100% { background-color: #00e1ff; }
  }
  @keyframes argh-my-eyes {
    0%   { background-color: #00e1ff; }
    49% { background-color: #00e1ff; }
    50% { background-color: #6dca37; }
    99% { background-color: #6dca37; }
    100% { background-color: #00e1ff; }
  }
  .blink{
    -webkit-animation: argh-my-eyes 0.5s infinite;
    -moz-animation:    argh-my-eyes 0.5s infinite;
    animation:         argh-my-eyes 0.5s infinite;
  }
@keyframes blinkingText{
    0%		{ color: #10c018;}
    25%		{ color: #1056c0;}
    50%		{ color: #ef0a1a;}
    75%		{ color: #254878;}
    100%	{ color: #04a1d5;}
}
.news-container ul.news li a:hover{
	color:#000;
}

/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 575px) {
    .collapse,.navbar-collapse{
        margin-top:5px;
        background-color: #2693fa !important;  
          padding-left: 8px;
        padding-right: 8px;
    }
    .about-us{
        padding-left: 4%;
        padding-right: 4%; 
    } 
    .about-us p{
        font-size: 15px;
    }
    .committe span{
        font-size: 15px;
    }
    .committe img{
        width: 30px;
        height: 30px;
    }
    .committe-member{
        padding-right: 0px;
        padding-top: 5px;
    }
    .contact-us p{
        font-size: 16px;
        margin: 6px;
        padding:0;
    }
    h1,h4,h2{
        font-size: 22px;
    }
    .quotes p{
        font-size: 21px;
       
    }
    .heading{
        font-size: 22px;
    }
}
@media screen and (max-width: 600px) {
   
    #logoarea{
        padding-left: 0px;
   padding-right: 0px;
 background-color:#1a92a1;
 color: #ffffff;
    }
    .newsblock{
        margin:auto;
    }
    #logoarea h1{
        font-size:16px;
        
        text-align:center !important; 
        line-height:21px;
		color: #ffffff;
    } 
    #logoarea p{
        margin:0;
              padding:0;
              font-size:14px;
              text-align:center !important;
              line-height:20px;
			  color: #ffffff;
			
    } 
    .header-right{
        padding-left: 0px; 
    } 
    .about-us{
        padding-left: 6%;
        padding-right: 6%; 
    } 
}
  

@media screen and (min-width: 601px) and (max-width: 990px) {
    #logoarea{
        padding-left: 1%;
        padding-right: 1%;
  background-color:#1a92a1;
  color: #ffffff;
    }
    #logoarea h1{
        font-size:22px;
        text-align:center !important; 
        line-height:22px;
    } 
    #logoarea p{
        margin:0;
              padding:0;
              font-size:18px;
              text-align:center !important;
              line-height:20px;

    } 
    .committe{
        padding-left: 12%;
        padding-right: 4%;
       /*  border: 1px solid black; */
    }
  
  }
@media screen and (min-width: 991px) and (max-width: 1130px) {
    #logoarea{
        padding-left: 5%;
        padding-right: 5%;
  background-color:#1a92a1;
  color: #ffffff;
    }
    #logoarea h1{
        font-size:32px;
        text-align:center !important; 
        line-height:35px;
    } 
    #logoarea p{
        margin:0;
              padding:0;
              font-size:21px;
              text-align:center !important;
              line-height:22px;

    } 
  
  }
 /*  @media screen and (max-width: 1000px) {
    #logoarea{
        padding-left: 1%;
        padding-right: 1%;
  
    }
    #logoarea h1{
        font-size:32px;
        text-align:center !important; 
        line-height:32px;
    } 
    #logoarea p{
        margin:0;
              padding:0;
              font-size:20px;
              text-align:center !important;
              line-height:20px;

    } 
  } */
 /* @media only screen and (max-width: 625px) {
  
   
  }
   */