@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&family=Cookie&family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&family=Cookie&family=Mate+SC&family=Montserrat:wght@500&display=swap');

::selection {
    background-color: #000;
    color: #fff;
}

html {
  scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.sticky-top{
    top: 0;
}



.logohead h3
{
  margin-top:1%;
  font-family: "Times New Roman", Times, serif;
  text-align:center;
  color:#02075D; 
}

.logohead h4
{
  margin-top:-0.8%;
  font-family: "Times New Roman", Times, serif;
  text-align:center;
}



#welcome
{
 background:#1357BE; 
}
#welcome h4
{
 color:cyan;
}
#criteria1
{
   background : #fff;
}
#criteria2
{
 
  background : #D7ECD9;
}
#criteria3
{
 
  background : #F6ECF5;
}
#criteria4
{
 background:#F5D5CB;
}

#criteria5
{
 background:#EBF4FA;
}


#criteria6
{
 background:#f3e7a7;
}
#criteria7
{
 background:#C5E2F7;
}

.logohead h3
{
  margin-top:1%;
  font-family: "Times New Roman", Times, serif;
  text-align:center;
  color:#02075D; 
  //font-size:1.6em;
  text-shadow: 1px 1px #02075D;
}

.logohead h4
{
  margin-top:-0.8%;
  font-family: "Times New Roman", Times, serif;
  text-align:center;
  //font-size:1.4em;
  line-height:1.1em;
}

.criteria{
 
    padding: 5px;

}

.criteria-heading{
   // color: #000;
   // text-align:center; 
   // padding-top: 30px;
   margin-top: 0px;
  text-align: center;
  background: #EF4036;
  padding: 10px 0;
  color: #fff;
  font-weight:bold;
  font-size:18px;
}

.criteria p
  {
     text-align:justify;
     font-weight:400; 
      
  }

 .underline{
     text-decoration:underline;
}

 

.copyrights
{
  padding: 2px 0;
  background-color: gray;
  color:white; 
}

.copyrights p
{
  font-size:12px;
}

.contact{
    background-color: #055fad;
    color: #ffffff;
}

.contact-heading{
    padding: 30px;
    color: #fff;
}

.contact-heading .underline{
    background-color: #fff;
    border: 2px solid #fff;
    margin-top: -5px;
}


.contact-mode .underline{
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: -5px;
   
}

.footer-info{
    padding: 40px 0;
    margin: 0 40px;
}

.footer-info .underline{
    background-color: #fff;
}

.footer-info .contact-mode{
    padding: 20px 0;
}

.contact a{
    color: #ffffff;
}

.sidenav {
  width: 120px;
  position: fixed;
  z-index: 1;
  top: 25%;
  left: 10px;
  background: #000080;
  overflow-x: hidden;
  padding: 2px 0;
  
}

.sidenav a {
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  text-align:Center;
}

hr {
  color:lightblue;
  margin:1px;  
  
} 

.sidenav a:hover {
  color: orange;
}

.main {
  margin-left: 132px; /* Same width as the sidebar + left position in px */
  padding: 0px 10px;
  //top:-120px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

 @media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #055fad;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
} 

@media (max-width: 1080px){
    .sb-navbar .navbar-brand img{
        height: 3rem;
        width: 6.75rem;
    }
}

@media (max-width: 768px){
    .img-area img{
        display: inline-block;
    }
}


.navbar-dark .navbar-nav>li>a{
	font-size:19px;
}



.navbar-dark .navbar-nav>li>a:hover{
	color: rgb(247, 72, 25);
	background-color:white;
	font-weight:600;
}

.offcanvas-header{ display:none; }

 @media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #055fad;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  

  
  
  
  