@charset "utf-8";
/* CSS Document */


.menu{
  
  margin-top:10px;
  
}
.bottomholder {
	background-color: #2d3e50;
}

.footerholder {
	background-color: #86BC42;
}

.topheader {
	background-color: #e7ecf2;
	min-height:35px;
}

.bottomholder {
	
	background-color:#014a99;
	border-top: 3px solid #f9e7cf;
    padding-top:25px;
    padding-bottom:45px;
}

.footerholder{
 background-color:#00438a;
 min-height:45px;
}

.why{
   background-color: #014a99;
   min-height:35px;
  color:#FFF;
  padding-top:25px;
  padding-bottom:45px;
}

.footerleft{
  color:#FFF;
  
}

.tab1{
  color:#000;
  background-color: #146acc; 
  
}

tab1 h4:hover{
  color:#fff;
}

tab2 h4:hover{
  color:#fff;
}


tab3 h4:hover{
  color:#fff;
}


tab4 h4:hover{
  color:#fff;
}

.tab1:hover{
  color:#fff;
  background-color: #146acc;
  transition:all 0.3s ease;
  
 
}


.tab2{
 color:#000;
  background-color: #146acc; 
}

.tab2:hover{
  color:#fff;
  background-color: #146acc;
  transition:all 0.3s ease;
 
}

.tab3{
  color:#000;
  background-color: #146acc; 
}

.tab3:hover{
  color:#fff;
  background-color: #146acc;
  transition:all 0.3s ease;
 
}

.tab4{
  color:#000;
  background-color: #146acc; 
}

.tab4:hover{
  color:#fff;
  background-color: #146acc;
  transition:all 0.3s ease;
 
}


.tab5{
  background-color:#00458f;
  min-height:250px;
}




.bottom{
  color:#FFF;
  
}

.ht{
  
  background-color: #e7ecf2;
  padding:10px;
}

.mod{
   border-bottom: 1px solid #d8d8d8;
}

@media only screen and (max-width: 600px) {
  
  
  .tab1:hover{
  color:#fff;
  background-color: #146acc;
  transition:all 0.3s ease;
    text-decoration :none;
  
 
}



.tab2:hover{
  color:#fff;
  background-color: #146acc;
  transition:all 0.3s ease;
 text-decoration :none;
}



.tab3:hover{
  color:#fff;
  background-color: #146acc;
  transition:all 0.3s ease;
 text-decoration :none;
}



.tab4:hover{
  color:#fff;
  background-color: #146acc;
  transition:all 0.3s ease;
 text-decoration :none;
}
  
  
  
  




