html {font-size: 16px;}

p, ul {
    font-size:1.25rem;
    color: #000000;
    }
    
.pblock {font-size:1.25rem;
    color: #000000;
    padding-left:3rem;} 
    
.redclr {color: 	#AA4A44; padding-right: .5rem;}
   
h1, .same1 { text-align: center; font-weight: 400; font-size: 2rem; color: #000;  background-color:#fff; padding: 3% 8%; }


 
h2, .same2 { text-align: center; font-weight: 400; font-size: 1.5em; color: #000;   padding-top: 3%; }  
      

      

    
*.display-4 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    text-align: center;
    font-size: 3.3125rem;
    }
    
*.display-6 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    text-align: center;
    font-size: 2rem;
    }
        
.capt {
    font-size:1.125rem;
    color: #356a71;
    text-align: center;
    font-weight: 400;
    }
    
.capt2 {
    font-size:1.125rem;
    color: #356a71;
    text-align: left;
    font-weight: 400;
    }
    
.downpd {padding-top: 5rem;}
     
.footer {
    background-color: #000000 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    }
    
    
.cover-bkg {
background-color: #000000 !important;
padding: 5rem;
    }
    

        	
.sm {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1rem;   
    color: #fff;
    font-weight: 400;
    }
    
.sm-blk {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: .75rem;   
    color: #000;
    }
    
.sm-blk2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1rem;
    text-align: center;   
    color: #000;
    }
    
.sm-cnt {
    font-size: 1rem;   
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    }

	
.left-bdr {
    border-top: 0rem; 
    border-right: 0rem;
    border-bottom: 0rem;
    border-left: 0.25rem solid #ffb700;
    padding:0.0rem 1.5625rem 0rem 1.5625rem;
    margin-left: 1.25rem;
    }
	
.leftbdr-no {
    border-top: 0rem; 
    border-right: 0rem;
    border-bottom: 0rem;
    border-left: 0rem;
    padding:0.0rem 1.5625rem 0rem 1.5625rem;
}


#btn-go-to-top {
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    }

#btn-go-to-top:hover {
    opacity: 0.7;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    }
       
.total {
width: 100%;
background-color: #fff;}
  
.shadow-nohover {
    background-color: #ffffff;
    padding: 0.625rem;
    box-shadow: 0rem .125rem .25rem -.063rem rgba(0, 0, 0, 0.2), 0rem .25rem .313rem 0rem rgba(0, 0, 0, 0.14), 0rem .063rem .625rem 0rem rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

a, a:link, a:active, a:hover { border:0rem !important;}

a {text-decoration:none !important;}
 
.navbar {
    margin-bottom: 2rem;
    border: 0 !important;
    }

.navbar li a, .navbar .navbar-brand {
    color: #000000 !important;
    }
    
.navbar-nav li a:hover {color: #000 !important;}

.navbar-nav li.active a {
color: #000 !important;
text-decoration: underline !important;
}

.navbar-default .navbar-toggle {border-color: transparent;}
 

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0.625rem 2.5rem 0.625rem 0.625rem;
    }

.dropdown:hover>.dropdown-menu {display: block;}

.open .dropdown-toggle {
    color: #247c7c;
    background-color: #fff !important; 
    }

.dropdown-menu li a {
    color: #000 !important;
    }
    

.dropdown-menu li a:hover {
    color: #000000 !important;
    }

ul.nav li.dropdown:hover ul.dropdown-menu { 
    display: block;
    }

div.dropdown-menu {
    margin-top: 0 !important;
    }

.navbar .nav-item .dropdown-menu .dropdown-item {
    color: #000 !important;
    }

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #b8b8b8 !important;
    }
    
.dropdown-item.active, .dropdown-item:active  {
    color: #0f7769 !important;
    background-color: #fff !important;
    text-decoration: underline !important;
    }
    
.navbar-nav > li {
  font-size: 20px;
  }
.dropdown-menu {
    font-size: 20px;
  }
  
.disabled {
font-size: 16px;
    color: red !important;
    padding-left: 1rem;
    }
    


