
.hovertext {
  position: relative;
  
}

.hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 140px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;

  position: absolute;
  z-index: 1;
  left: 0;
  top: 110%;
}

.hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}


.underline h2 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}


.underline h3 {
  margin-bottom: 5px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000;
}


.underline h2:after { /* this is the border */
    content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  /*background: #eb5d1e; */
  background-color: #007aff;
  bottom: 0;
  left: calc(50% - 30px);
}

.underline h3:after { /* this is the border */
    content:"";
    display:block;
    width: 6em;
    max-width:70%;
    border-bottom: 0.2em solid blue;
    margin: 0.6em auto 0;
}

.upper-links
{
  display: flex;
}

.upper-links li a
{
  padding-right: 18px;
  color: #79211c;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.upper-icon a
{
  padding-right: 12px;
  font-size: 28px;
  text-decoration: none;
}


.logos a
{
  text-decoration: none;
  color: #000;

}


.logos img
{
  border-radius: 10px;
  max-width:80%;
  min-width: 70%;
  height: 110px;
}

.logos p
{
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
}

.logos i
{
    font-size: 100px;
    color:#1e90ff;
}

.border
{
  
border-radius: 3px;
border:1px solid #ccc;
height:450px;
box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
background-color: #E3FAF9;
padding: 5px;
width: 100%;

}

.border p
{
    padding:10px;
    line-height: 18px;
}


.border h2
{
  background-color: #0A9E99;
   /* color:#2C67A0; */
   color: #fff;
    line-height: 28px;
    padding:10px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;

}

.border h3
{
  background-color: #ccc;
    color:#2C67A0;
    line-height: 18px;
    padding:10px;
    text-align: center;
    font-weight: bold;
}

.border1
{
border-radius: 5px;
border:2px solid #ccc;
border-style: groove;
height:450px;
padding: 10px; 
box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
background-color: #fff;
}

.border2
{
border-radius: 5px;
border:2px solid #ccc;
border-style: groove;
height:100px;
padding: 20px; 
box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
background-color: lightgoldenrodyellow;
}

.border2 a
{
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.border3
{
border-radius: 5px;
border:2px solid #ccc;
border-style: groove;
height:200px;
padding: 20px; 
box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
background-color: #98ce00;
background-image: linear-gradient(319deg, #98ce00 0%, #e5f77d 37%, #dc9e82 100%);
}

.square-box
{
  max-width: 100%;
  min-width: 0%;
  height:6em;
  font-size: 18px;
  list-style-type: none;
  box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  /*border: 5px solid #2C67A0 ; */
  border-radius: 10px;
/* #59A6F1 254869  */
position: relative;
     
}

.square-box img
{
  opacity: 0.6;
  width: 100%;
  height: 110px;
  border-radius: 5px;
     
}

.square-box p
{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  text-align: center !important;
  font-weight: bold !important;
} 

.square-box a
{
  text-decoration: none !important; 
  color: #962901 !important;
}

.square-box:hover
{
  opacity: 1 !important;
}


.square-box1
{
  max-width: 100% !important;
  min-width: 0% !important;
  height:9em;
  font-size: 18px;
  list-style-type: none;
  box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset !important;
  border: 5px solid #2C67A0 ;
  border-radius: 2px;
  padding:8px 0;

/* #59A6F1 254869  */
     
}

.square-box1 i
{
  font-size:90px;
  color:#7AB6EE;

}

.square-box1 a
{
  text-decoration: none;
  color:#333;

}

.square-box1:hover
{
    height: 9.1em;
    box-shadow: 1px 1px 1px 1px;
    color:  #2C67A0;
}

.padding-top
{
  padding-top: 1em;
}



.box4 
{   
    width: 100%;
    height:5em;
     background: #f9c824;
    padding:25px 25px;
    font-size: 16px;
    list-style-type: none;
    box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     text-align: center;
     border-right: 5px solid #FF8C00;
}

.box5 
{   
    width: 100%;
    height:5em;
     background: #00bfff;
    padding:25px 25px;
    font-size: 16px;
    list-style-type: none;
    box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     text-align: center;
     border-right: 5px solid #FF8C00;
}

.box4:hover, .box5:hover
{
    background-color: rgba(0, 0, 0, 0.23);
    opacity: 0.8;
}



.ulclass  li:not(:last-child)
{
  border-bottom: 2px solid #ececec;
  text-align: justify;
  padding: 0.5em 0;
}


.ulclass li a
{
  color: #000;

}



.img-fluid {
    width: 100% !important;
    height: 60px  !important;
}